java - servlet-api.jar - jar not loaded on localhost -


this jar in not loading in tomcat 7 environment locally. worked fine yesterday when shut down day. nothing has changed, when start morning presented with. nothing has changed - really. opened eclipse start working , testing web app - cannot found , returns 404.

what cause jar not load? have no errors in project , have cleaned it.

the offending jar located:

c:\users\me\documents\dev\eclipse\j2ee_wdt\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\app.cloud.services\web-inf\lib 

the console output after cleaning:

apr 25, 2013 9:38:31 org.apache.catalina.core.standardcontext reload info: reloading context name [/mydomain.com] has started apr 25, 2013 9:38:35 org.apache.catalina.startup.tagliburirule body info: tld skipped. uri: urn:com:sun:jersey:api:view defined apr 25, 2013 9:38:35 com.sun.jersey.api.core.packagesresourceconfig init info: scanning root resource , provider classes in packages:   com.mydomain.webservices apr 25, 2013 9:38:35 com.sun.jersey.api.core.scanningresourceconfig logclasses info: root resource classes found:   class com.mydomain.webservices.encryption   class com.mydomain.webservices.codec apr 25, 2013 9:38:35 com.sun.jersey.api.core.scanningresourceconfig init info: no provider classes found. apr 25, 2013 9:38:35 com.sun.jersey.server.impl.application.webapplicationimpl _initiate info: initiating jersey application, version 'jersey: 1.12 02/15/2012 04:51 pm' apr 25, 2013 9:38:36 org.apache.catalina.core.standardcontext reload info: reloading context name [/mydomain.com] completed apr 25, 2013 9:38:36 org.apache.catalina.core.standardcontext reload info: reloading context name [/cs.core.web] has started apr 25, 2013 9:38:36 java.util.jar.attributes read warning: duplicate name in manifest: class-path. ensure manifest not have duplicate entries, , blank lines separate individual sections in both manifest , in meta-inf/manifest.mf entry in jar file. apr 25, 2013 9:38:36 java.util.jar.attributes read warning: duplicate name in manifest: class-path. ensure manifest not have duplicate entries, , blank lines separate individual sections in both manifest , in meta-inf/manifest.mf entry in jar file. apr 25, 2013 9:38:36 java.util.jar.attributes read warning: duplicate name in manifest: class-path. ensure manifest not have duplicate entries, , blank lines separate individual sections in both manifest , in meta-inf/manifest.mf entry in jar file. apr 25, 2013 9:38:36 java.util.jar.attributes read warning: duplicate name in manifest: class-path. ensure manifest not have duplicate entries, , blank lines separate individual sections in both manifest , in meta-inf/manifest.mf entry in jar file. apr 25, 2013 9:38:36 java.util.jar.attributes read warning: duplicate name in manifest: class-path. ensure manifest not have duplicate entries, , blank lines separate individual sections in both manifest , in meta-inf/manifest.mf entry in jar file. apr 25, 2013 9:38:40 org.apache.catalina.core.standardcontext reload info: reloading context name [/cs.core.web] completed apr 25, 2013 9:38:40 org.apache.catalina.core.standardcontext reload info: reloading context name [/app.cloud.services] has started apr 25, 2013 9:38:41 org.apache.catalina.loader.webappclassloader validatejarfile info: validatejarfile(c:\users\me\documents\dev\eclipse\j2ee_wdt\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\app.cloud.services\web-inf\lib\el-api.jar) - jar not loaded. see servlet spec 2.3, section 9.7.2. offending class: javax/el/expression.class apr 25, 2013 9:38:41 org.apache.catalina.loader.webappclassloader validatejarfile info: validatejarfile(c:\users\me\documents\dev\eclipse\j2ee_wdt\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\app.cloud.services\web-inf\lib\servlet-api.jar) - jar not loaded. see servlet spec 2.3, section 9.7.2. offending class: javax/servlet/servlet.class apr 25, 2013 9:38:45 org.apache.catalina.startup.tagliburirule body info: tld skipped. uri: urn:com:sun:jersey:api:view defined apr 25, 2013 9:38:45 com.sun.jersey.api.core.packagesresourceconfig init info: scanning root resource , provider classes in packages:   com.app.api apr 25, 2013 9:38:45 com.sun.jersey.api.core.scanningresourceconfig logclasses info: root resource classes found:   class com.app.api.syncaccount   class com.app.api.override   class com.app.api.syncschedule   class com.app.api.syncdevice   class com.app.api.register_notused   class com.app.api.mock   class com.app.api.contact   class com.app.api.wsinit   class com.app.api.syncmetrics apr 25, 2013 9:38:45 com.sun.jersey.api.core.scanningresourceconfig init info: no provider classes found. apr 25, 2013 9:38:45 com.sun.jersey.server.impl.application.webapplicationimpl _initiate info: initiating jersey application, version 'jersey: 1.12 02/15/2012 04:51 pm' apr 25, 2013 9:38:45 org.apache.catalina.core.standardcontext reload info: reloading context name [/app.cloud.services] completed 

edit

what trying start web app, cannot found because jar not loading. it's physically should - again worked yesterday , of morning not.

servlet-api.jar loaded tomcat_home/lib directory. can suggest clean tomcat server , restart it. clean tomcat need "window -> show view -> other -> servers" , you'll able see tomcat server. right click , hit "clean...". hope should resolve problem working fine yesterday , not working today without change.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -