rabbitmq-oracle-stored-procedures
rabbitmq-oracle-stored-procedures copied to clipboard
Error during loading java into Oracle
Hi, When I tried to load commons-logging-1.1.1.jar into Oracle database based on step by step instruction(load-into-oracle.sh), I get following error due to lack of some other classes. Con you tell me where should I fix this issue?
please see the error as below:
creating : resource META-INF/maven/commons-logging/commons-logging/pom.xml
loading : resource META-INF/maven/commons-logging/commons-logging/pom.xml creating : resource META-INF/maven/commons-logging/commons-logging/pom.properties loading : resource META-INF/maven/commons-logging/commons-logging/pom.properties skipping : resource META-INF/MANIFEST.MF skipping : resource META-INF/LICENSE skipping : resource META-INF/NOTICE resolving: class org/apache/commons/logging/impl/AvalonLogger errors : class org/apache/commons/logging/impl/AvalonLogger ORA-29521: referenced name org/apache/avalon/framework/logger/Logger could not be found resolving: class org/apache/commons/logging/impl/Jdk13LumberjackLogger resolving: class org/apache/commons/logging/impl/Jdk14Logger resolving: class org/apache/commons/logging/impl/Log4JLogger errors : class org/apache/commons/logging/impl/Log4JLogger ORA-29521: referenced name org/apache/log4j/Priority could not be found ORA-29521: referenced name org/apache/log4j/Category could not be found ORA-29521: referenced name org/apache/log4j/Logger could not be found resolving: class org/apache/commons/logging/impl/LogFactoryImpl$1 skipping : class org/apache/commons/logging/impl/LogFactoryImpl$2 skipping : class org/apache/commons/logging/impl/LogFactoryImpl$3 skipping : class org/apache/commons/logging/impl/LogFactoryImpl resolving: class org/apache/commons/logging/impl/LogKitLogger errors : class org/apache/commons/logging/impl/LogKitLogger ORA-29521: referenced name org/apache/log/Hierarchy could not be found ORA-29521: referenced name org/apache/log/Logger could not be found resolving: class org/apache/commons/logging/impl/NoOpLog resolving: class org/apache/commons/logging/impl/ServletContextCleaner errors : class org/apache/commons/logging/impl/ServletContextCleaner ORA-29521: referenced name javax/servlet/ServletContextListener could not be found ORA-29521: referenced name javax/servlet/ServletContextEvent could not be found resolving: class org/apache/commons/logging/impl/SimpleLog$1 skipping : class org/apache/commons/logging/impl/SimpleLog resolving: class org/apache/commons/logging/impl/WeakHashtable$1 skipping : class org/apache/commons/logging/impl/WeakHashtable$Entry skipping : class org/apache/commons/logging/impl/WeakHashtable$Referenced
5 years on, is this solved? I am having this "error" too. Not sure if this is whats giving me periodic "Uncaught Exceptions".