Crucible fails to start

David Vivash September 24, 2013

Crucible has been working fine for a week or so, but when I tried to start it up this morning it gave me an error page. The log on the error page is:

An error occurred trying to render this page

javax.servlet.jsp.JspException: javax.servlet.jsp.JspException: javax.el.ELException: Problems calling function 'cru:renderHeader'

org.apache.jsp._500_jsp$_500_jspHelper.invoke(_500_jsp.java:845)
org.apache.jsp.tag.web.cru.singlePanelPageContent_tag.doTag(singlePanelPageContent_tag.java:176)
org.apache.jsp._500_jsp._jspx_meth_rend_singlePanelPageContent_0(_500_jsp.java:278)
org.apache.jsp._500_jsp._jspx_meth_c_catch_0(_500_jsp.java:240)
org.apache.jsp._500_jsp._jspx_meth_c_otherwise_0(_500_jsp.java:206)
org.apache.jsp._500_jsp._jspx_meth_c_choose_0(_500_jsp.java:149)
org.apache.jsp._500_jsp._jspService(_500_jsp.java:119)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1526)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.crucible.filters.CrucibleFilter.doFilter(CrucibleFilter.java:146)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575)
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
org.eclipse.jetty.server.Dispatcher.error(Dispatcher.java:112)
org.eclipse.jetty.servlet.ErrorPageErrorHandler.handle(ErrorPageErrorHandler.java:143)
org.eclipse.jetty.server.Response.sendError(Response.java:348)
org.eclipse.jetty.server.Response.sendError(Response.java:416)
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
org.eclipse.jetty.server.Server.handle(Server.java:368)
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
java.lang.Thread.run(Unknown Source)

Original error that caused this page

javax.servlet.ServletException

org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:944)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:879)
org.apache.jsp.WEB_002dINF.jsp.admin.login_jsp._jspService(login_jsp.java:132)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1526)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:70)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.crucible.filters.CrucibleFilter.doFilter(CrucibleFilter.java:146)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.cenqua.fisheye.web.filters.TotalityFilter.doFilter(TotalityFilter.java:232)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.security.auth.trustedapps.filter.TrustedApplicationsFilter.doFilter(TrustedApplicationsFilter.java:98)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575)
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276)
org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103)
com.opensymphony.webwork.dispatcher.ServletDispatcherResult.doExecute(ServletDispatcherResult.java:114)
com.opensymphony.webwork.dispatcher.WebWorkResultSupport.execute(WebWorkResultSupport.java:143)
com.opensymphony.xwork.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:313)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:208)
com.atlassian.fisheye.xwork.SimpleConversionErrorInterceptor.intercept(SimpleConversionErrorInterceptor.java:64)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:186)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116)
com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:274)
com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:111)
javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1526)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:54)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.crucible.filters.CrucibleFilter.doFilter(CrucibleFilter.java:146)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.cenqua.fisheye.web.filters.TotalityFilter.doFilter(TotalityFilter.java:300)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.security.auth.trustedapps.filter.TrustedApplicationsFilter.doFilter(TrustedApplicationsFilter.java:98)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:294)
com.cenqua.fisheye.web.filters.CustomIncludableGzipFilter.doFilter(CustomIncludableGzipFilter.java:27)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.cenqua.fisheye.web.filters.ProductInfoFilter.doFilter(ProductInfoFilter.java:44)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)
com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.cenqua.fisheye.web.filters.UpfrontFilter.doFilter(UpfrontFilter.java:54)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
com.atlassian.fecru.profiling.ProfilingServletFilter.doFilter(ProfilingServletFilter.java:74)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1502)
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
org.eclipse.jetty.server.Server.handle(Server.java:368)
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
java.lang.Thread.run(Unknown Source)

I have not done any type of upgrade or anything, this is just Crucible/Fisheye 3.1.0 from a fresh install, which was working fine for about a week but now just gives the following error on startup.

___

EDIT:

Some further info, before the exception is shown on the webpage, the logfile also lists some other warnings, I don't know if these are significant or not:

2013-09-25 09:54:21,309 WARN [qtp1250566083-142 ] com.atlassian.plugin.webresource.DefaultResourceDependencyResolver DefaultResourceDependencyResolver-resolveDependencies - Cannot include disabled web resource module: com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog

2013-09-25 09:54:21,309 WARN [qtp1250566083-143 ] com.atlassian.plugin.webresource.DefaultResourceDependencyResolver DefaultResourceDependencyResolver-resolveDependencies - Cannot include disabled web resource module: com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog

2013-09-25 09:54:21,309 WARN [qtp1250566083-144 ] com.atlassian.plugin.webresource.DefaultResourceDependencyResolver DefaultResourceDependencyResolver-resolveDependencies - Cannot include disabled web resource module: com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog

2013-09-25 09:54:21,309 WARN [qtp1250566083-144 ] com.atlassian.plugin.webresource.DefaultResourceDependencyResolver DefaultResourceDependencyResolver-resolveDependencies - Cannot include disabled web resource module: com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu

2013-09-25 09:54:21,309 WARN [qtp1250566083-142 ] com.atlassian.plugin.webresource.DefaultResourceDependencyResolver DefaultResourceDependencyResolver-resolveDependencies - Cannot include disabled web resource module: com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu

2013-09-25 09:54:21,324 WARN [qtp1250566083-143 ] com.atlassian.plugin.webresource.DefaultResourceDependencyResolver DefaultResourceDependencyResolver-resolveDependencies - Cannot include disabled web resource module: com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu

2013-09-25 09:54:21,340 WARN [qtp1250566083-142 ] org.eclipse.jetty.servlet.ErrorPageErrorHandler ErrorPageErrorHandler-handle - EXCEPTION

javax.servlet.ServletException: javax.el.ELException: Problems calling function 'cru:renderHeader'

at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:944)

at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:879)

at org.apache.jsp._404_jsp._jspService(_404_jsp.java:206)

3 answers

1 accepted

0 votes
Answer accepted
Caterina Curti
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 12, 2018

Hi,

 

It is likely that the issue is caused by an unsupported Java version as described in this reply.

 

The Web interface does not load when running Fisheye 3.x article mentioned in the older replies has been updated to describe the possible root causes.

 

Cheers,

Caterina

0 votes
CelsoA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2013

Hi there,

Please give a try in the resolution part in this link and tell me how it goes:

https://confluence.atlassian.com/display/FISHKB/Web+interface+does+not+load+after+upgrade+from+2.10.x+to+3.0

Regards,

Celso Yoshioka

David Vivash October 10, 2013

Reinstalling from scratch helped, in that it started.

However, I had it working for a week, restarted this morning, and exactly the same error has occurred. I guess I just need to reinstall every time I want to start up?

0 votes
CelsoA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2013

Hi there,

Are you using apache or other webserver to provide Crucible access?

If yes, could you please add your virtualhost here for investigation?

Regards,

Celso Yoshioka

David Vivash September 25, 2013

We do not have external access to Crucible, it is run by double-clicking the start.bat in the Crucible\bin folder, which starts the webserver (I guess this is a built-in webserver?) I noticed there's also a run.bat file - this produces the same result as above when visiting the site.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events