09-29-2014 10:17 AM
I just installed cap-5.8-tomcat on a machine running cap-5.5-tomcat which after upgrading the java version to 1.7 seems to work, but then hangs up for a long time after it says server started with PID .... and then says some commands failed to run.
Where would I check to see what is failing when I try to start the server?
Update:
Server is starting now (was an incorrect port in the nuxeo.conf).
Now I am getting this as a result of logging in:
Context
Request Attributes:
nuxeo.disable.redirect.wrapper : true
user_message : An unexpected error occurred. Click on the following links to get more information or go back to the application.
NuxeoExceptionHandlerMarker : true
exception_message : Can't find anonymous user id
securityError : false
messageBundle : java.util.PropertyResourceBundle@161da59f
stackTrace : javax.servlet.ServletException: Can't find anonymous user id
at org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter.getAnonymousId(NuxeoAuthenticationFilter.java:672)
at org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter.doFilterInternal(NuxeoAuthenticationFilter.java:525)
at org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter.doFilter(NuxeoAuthenticationFilter.java:406)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.nuxeo.ecm.platform.web.common.requestcontroller.filter.NuxeoCorsFilter.doFilter(NuxeoCorsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionFilter.doFilter(NuxeoExceptionFilter.java:79)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.nuxeo.ecm.platform.web.common.encoding.NuxeoEncodingFilter.doFilter(NuxeoEncodingFilter.java:69)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
09-29-2014 11:19 AM
Hi,
If you find no relevant log, then the first step is to start the server in console mode: nuxeoctl console
.
See ADMINDOC/Launcher+Says+It+Couldn't+Retrieve+Process+ID for a few debugging tips.
09-29-2014 11:21 AM
[ADMINDOC/Logs+Analysis][1] lists and describes the logs files.
09-29-2014 01:29 PM
Thank you so much for the information. I will look into it and see what I find.
09-29-2014 02:26 PM
It seems that after I got the server started, it is unable to connect to authentication database. What is the best way to debug this?
09-30-2014 11:53 AM
First thing is to try a manual connection with the same credentials and parameters. Increasing the log level to DEBUG on org.nuxeo.runtime.datasource
may help.
09-30-2014 02:01 PM
I do not mind verbose. I would like to find out why this is happening. I will try this later today or tomorrow, and see what I find.
09-29-2014 11:20 AM
Please describe the environment
09-29-2014 01:33 PM
Environment is this
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.