SEVERE: Error listenerStart issue
Hello,
I am java beginner, involved in a project which is developed in java. All the services worked fine until one fine day , few services access from mobile app stopped working. when I checked the catalina log for the particular day it show me..
Mar 16, 2014 10:03:12 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Mar 16, 2014 10:03:12 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.34
Mar 16, 2014 10:03:12 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor C:\Users\Hli\workspace\apache-tomcat-7.0.34\conf\Catalina\localhost\abudhabiService.xml
Mar 16, 2014 10:03:15 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Mar 16, 2014 10:03:15 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/abudhabiService] startup failed due to previous errors
Mar 16, 2014 10:03:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Hli\workspace\apache-tomcat-7.0.34\webapps\docs
When I checked for the log previous days, when the system was working fine, it read...
Mar 13, 2014 6:20:24 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.34
Mar 13, 2014 6:20:24 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor C:\Users\Hli\workspace\apache-tomcat-7.0.34\conf\Catalina\localhost\abudhabiService.xml
Mar 13, 2014 6:20:30 AM com.higherfrequencytrading.chronicle.impl.IndexedC hronicle <init>
INFO: C:\Users\Hli\workspace\abudhabiService\Files\links _g, size=377807
Mar 13, 2014 6:21:21 AM com.higherfrequencytrading.chronicle.impl.IndexedC hronicle <init>
INFO: C:\Users\Hli\workspace\abudhabiService\Files\turns _g, size=881278
Mar 13, 2014 6:21:37 AM com.higherfrequencytrading.chronicle.impl.IndexedC hronicle <init>
INFO: C:\Users\Hli\workspace\abudhabiService\Files\links _gPoint, size=377807
Mar 13, 2014 6:21:38 AM com.sun.jersey.api.core.ClasspathResourceConfig init
INFO: Scanning for root resource and provider classes in the paths:
C:\Users\Hli\workspace\abudhabiService\web\WEB-INF\lib
C:\Users\Hli\workspace\abudhabiService\web\WEB-INF\classes
Mar 13, 2014 6:21:38 AM com.sun.jersey.api.core.ClasspathResourceConfig init
INFO: Root resource classes found:
class mygistics.webservice.UserIncidentService
class mygistics.webservice.UserRouterService
class mygistics.webservice.UserSpeedService
Mar 13, 2014 6:21:38 AM com.sun.jersey.api.core.ClasspathResourceConfig init
INFO: Provider classes found:
Mar 13, 2014 6:21:39 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Hli\workspace\apache-tomcat-7.0.34\webapps\docs
Mar 13, 2014 6:21:39 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Hli\workspace\apache-tomcat-
can anyone understand the issue from the logs pasted above.
Thanks!
|