Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Apache Tomcat
|
Apache Tomcat General discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 26th, 2014, 08:35 AM
Registered User
 
Join Date: Mar 2014
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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!





Similar Threads
Thread Thread Starter Forum Replies Last Post
server: Error listenerStart shahram_ves Apache Tomcat 0 October 19th, 2011 02:52 PM
tomcat SEVERE: Error listenerStart khoailang Apache Tomcat 3 July 1st, 2011 03:35 AM
SEVERE: Error listenerStart myst Apache Tomcat 0 August 1st, 2010 04:33 PM
Tomcat startup issue : SEVERE: Error listenerStart tinkugitu Apache Tomcat 3 December 5th, 2007 08:19 AM
Error ListenerStart ndkicha_1981 Spring 1 September 12th, 2007 11:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.