It's all about the answers!

Ask a question

Checking if DataWarehousing working, noticed this in the Active Services - I am seeing this error message in my log. Has anyone any ideas?


Der M (6121418) | asked Jun 15 '12, 10:01 a.m.

Hello World.

 

I am seeing the following error displayed in the active services on my server home page.  Any ideas?

 

I also wanted to check if the Data warehousing is working.  What is the easiest method of checking?

Active Services

by , 00:00:00:006 running time
com.ibm.team.repository.service.internal.ServerStatusRestService.getActiveServiceInfo
   java.lang.Thread.getStackTraceImpl(Native Method)
   java.lang.Thread.getStackTrace(Thread.java:1147)
   com.ibm.team.repository.service.internal.ServerStatusRestService.renderThreadStack(ServerStatusRestService.java:314)
   com.ibm.team.repository.service.internal.ServerStatusRestService.getActiveServiceInfo(ServerStatusRestService.java:304)
   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   java.lang.reflect.Method.invoke(Method.java:618)
   org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:370)
   org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:356)
   org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
   $Proxy76.getActiveServiceInfo(Unknown Source)
   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   java.lang.reflect.Method.invoke(Method.java:618)
   com.ibm.team.repository.servlet.AbstractTeamServerServlet.doModelledRestService(AbstractTeamServerServlet.java:504)
   com.ibm.team.repository.servlet.AbstractTeamServerServlet.handleRequest2(AbstractTeamServerServlet.java:1869)
   com.ibm.team.repository.servlet.AbstractTeamServerServlet.handleRequest(AbstractTeamServerServlet.java:1725)
   com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1634)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
   org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
   org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
   org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
   org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
   org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:120)
   com.ibm.team.repository.server.servletbridge.JazzServlet.service(JazzServlet.java:76)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
   org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
   org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
   org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
   org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
   org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
   org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
   java.lang.Thread.run(Thread.java:811)
   

Accepted answer


permanent link
Sean G Wilbur (87212421) | answered Jun 15 '12, 10:10 a.m.
JAZZ DEVELOPER
 Don't let the active service looking like a stack trace error, it is just a stack trace for the running job. It does not indicate any error.

Check your .../JazzTeamServer/server/logs directory for your etl logs and you can verify that there are no errors there. The log file names are <app>-etl.log should have one for each app. Now if you see any stack traces in there, that indicates a problem.

  -Sean
Der M selected this answer as the correct answer

Comments
Der M commented Jun 21 '12, 7:44 a.m.

I am seeing user login issues here now. It is the etl_user that is logging in here yes?

Your answer


Register or to post your answer.