Remove from the filesystem and the CLASSPATH:
log4j-1.2.15.jar logback-classic-0.9.9.jar slf4j-jdk14-1.5.0.jar
I don't know what apache axis is in the log file:
https://gist.github.com/bshambaugh/06abc750eed9346a1f52674bf89c98a0
You can download the used version here?
http://www.apache.org/dyn/closer.cgi/ws/axis/1_4
Try removing the requirement in the classpath and see if the error goes away..
/var/lib/tomcat7/webapps/poweraqua/myLuceneLib/lib/axis-ant.jar
/var/lib/tomcat7/webapps/poweraqua/WEB-INF/lib/axis.jar
I get as the response:
https://gist.github.com/bshambaugh/2abbcd0f99457d90106b8ac5535afa80
SO apparently WatsonPlugin.WatsonPlugin needs axis, which I removed from the CLASSPATH
i.e.: "Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/Service ..."
Maybe it is this::
"
Internationalization
If you make changes to the source code that results in the generation of text (error messages or debug information), you must follow the following guidelines to ensure that your text is properly translated.Developer Guidelines
- Your text string should be added as a property to the resource.properties file (xml-axis/java/src/org/apache/axis/i18n/resource.properties). Note that some of the utility applications (i.e. tcpmon) have their own resource property files (tcpmon.properties)." (http://axis.apache.org/axis/java/developers-guide.html)
maybe I just need to add the properties file to the class path as described here:
http://stackoverflow.com/questions/2083159/cant-find-bundle-for-base-name
No comments:
Post a Comment