cancel
Showing results for 
Search instead for 
Did you mean: 

CmCApp and InfoViewApp can not be started in Tomcat - listener start error

Former Member
0 Kudos

Hi everybody,

after a restart of our Tomcat server some webapps can not be deployed any more. As a consequence the CMC and the InfoView can not be accessed.

When trying to open the CMC in the web browser, the following message appears:

The requested resource (/InfoViewApp/logon.jsp) is not available.

When trying to start the webapps in the tomcat manager http://server:port/manager/html the following message appears:

ERROR - Application with context path /CmcApp can not be started

In the Tomcat log we found the following entries:


30.09.2009 18:49:46 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: list: Listing contexts for virtual host 'localhost'
30.09.2009 18:49:53 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: start: Starting web application at '/CmcApp'
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
30.09.2009 18:50:08 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error listenerStart
30.09.2009 18:50:08 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Context [/CmcApp] startup failed due to previous errors
30.09.2009 18:50:08 org.apache.catalina.core.ApplicationContext log
INFO: HTMLManager: list: Listing contexts for virtual host 'localhost'

We already tried several restarts without a result.

Can anyone help us?

Best regards,

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Sebastian,

please try to following:

1. Stop the Tomcat

2. Rename <BOBJ installation directory>\Tomcat55\webapps to <BOBJ installation directory>\Tomcat55\webapps_old

3. Restart the Tomcat

Regards,

Stratos

Answers (1)

Answers (1)

BasicTek
Active Contributor
0 Kudos

Since you said the problem is only affecting infoview and CMC, you may also elect to just try redeploying those directories by renaming or moving the inf* or cmc* subdirectories for webapps (should be 2 each).

Regards,

Tim

Former Member
0 Kudos

Hi Tim and Stratos,

I renamed the CMCApp folder, the InfoView folder and several other folder in the webapps folder. When reactivating TomCat I get the new created folders of all renamed folder, but the error stands. The apps can not be deployed any more.

If I rename the whole wepapps folder, I cant access to anything after restarting.

Best regards,

Sebastian

BasicTek
Active Contributor
0 Kudos

well possibly tomcat needs to be reinstalled but I would open a case with the deployment team to have an engineer take a look.

Regards,

Tim

Former Member
0 Kudos

Hi Tim,

we know set our Tomcat expert on the problem. He solved it.

He said that there has been a between the .jar files from SharedLib folder in the tomcat directory and those from the web apps folder. I didn't understand the details in total, but deleting some .jar files from SharedLib folder solved the problem.

Thanks a lot for your comments!

Sebastian