java - Jboss JBAS015960 class warnings -
i'm trying deploy third-party application using jboss 7.2.0.final , java 1.7. application name mcuweb:
http://sourceforge.net/projects/mcumediaserver/files/mcumediaserver/rev%201253/mcuweb.sar/download
the application should display webpage when browsing http://ipaddr:8080/mcuweb. in jboss logs can see war file deployed webcontext not loaded.
i have tried ubuntu 12,14.04 , 14.10 , centos , getting same errors:
02:09:15,191 warn [org.jboss.as.server.deployment] (msc service thread 1-3) jbas015960: class path entry lib/commons-logging-1.1.jar in /content/mcuweb.war/web-inf/lib/xmlrpcmcuclient.jar not point valid jar class-path reference. 02:09:15,191 warn [org.jboss.as.server.deployment] (msc service thread 1-3) jbas015960: class path entry lib/ws-commons-util-1.0.2.jar in /content/mcuweb.war/web-inf/lib/xmlrpcmcuclient.jar not point valid jar class-path reference. 02:09:15,192 warn [org.jboss.as.server.deployment] (msc service thread 1-3) jbas015960: class path entry lib/xmlrpc-client-3.1.3.jar in /content/mcuweb.war/web-inf/lib/xmlrpcmcuclient.jar not point valid jar class-path reference. 02:09:15,194 warn [org.jboss.as.server.deployment] (msc service thread 1-3) jbas015960: class path entry lib/xmlrpc-common-3.1.3.jar in /content/mcuweb.war/web-inf/lib/xmlrpcmcuclient.jar not point valid jar class-path reference.
i tried jar tf mcuweb.war , get:
web-inf/lib/xmlrpcmcuclient.jar web-inf/lib/commons-logging-1.1.jar web-inf/lib/sdp.jar web-inf/lib/ws-commons-util-1.0.2.jar web-inf/lib/xmlrpc-client-3.1.3.jar web-inf/lib/xmlrpc-common-3.1.3.jar
similar jboss as7 deployment warning : not point valid jar class-path reference
should load these libraries under: mss-2.1.547-jboss-as-7.2.0.final/standalone/lib ?
i think whole idea of war file loads required libraries independently of as.
Comments
Post a Comment