에러 메세지

SEVERE: StandardWrapper.Throwable

java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory


java.lang.ClassNotFoundException: org.apache.commons.fileupload.FileItemFactory



commons-fileupload-1.2.jar


commons-io-1.3.jar











'자료실' 카테고리의 다른 글

[라이브러리] ibatis  (0) 2013.10.04
[라이브러리] jexcel  (0) 2013.10.04
[라이브러리] dbcp  (0) 2013.10.04
[라이브러리] logging  (0) 2013.10.04
[라이브러리] AOP  (0) 2013.10.04
Posted by 꼬렙
:

[라이브러리] dbcp

자료실 2013. 10. 4. 17:10 |

에러 메세지

java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource


Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.apache.commons.dbcp.BasicDataSource] for bean with name 'dataSource' defined in class path resource [root-context.xml]; nested exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource


Caused by: java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource



commons-dbcp-1.4.jar


commons-pool-1.6.jar













'자료실' 카테고리의 다른 글

[라이브러리] ibatis  (0) 2013.10.04
[라이브러리] jexcel  (0) 2013.10.04
[라이브러리] fileupload  (0) 2013.10.04
[라이브러리] logging  (0) 2013.10.04
[라이브러리] AOP  (0) 2013.10.04
Posted by 꼬렙
:

[라이브러리] logging

자료실 2013. 10. 4. 17:08 |

에러 메세지

SEVERE: A child container failed during start

java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]


Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]


Caused by: java.lang.NoClassDefFoundError: Lorg/apache/commons/logging/Log;


Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.Log


java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]]



commons-logging-1.1.1.jar





'자료실' 카테고리의 다른 글

[라이브러리] ibatis  (0) 2013.10.04
[라이브러리] jexcel  (0) 2013.10.04
[라이브러리] fileupload  (0) 2013.10.04
[라이브러리] dbcp  (0) 2013.10.04
[라이브러리] AOP  (0) 2013.10.04
Posted by 꼬렙
: