Unable to access Stash during installation

Troubleshooting Installation

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

New Stash Installation. When Stash is started, unable to access it from the browser.

The following appears in the localhost.<date>.log:

Jan 09, 2013 10:55:09 AM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
Jan 09, 2013 10:55:09 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class com.atlassian.stash.internal.logback.web.LogbackConfigListener
java.lang.ClassNotFoundException: com.atlassian.stash.internal.logback.web.LogbackConfigListener
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
	at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:532)

Cause

Due to file path character limitation, Stash files are not extracted successfully from the compressed file. Some files are missing such as STASH_INSTALL/atlassian-stash/WEB-INF/classes/com/atlassian/stash/internal/johnson: HomeApplicationEventCheck.class

Resolution

Extract the compressed file from the command line.

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.