Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Error CRJZS5787E when upgrading DM

Hello guys, here I am again...

This time I need help to solve a problem with DM upgrade. I am upgrading DM from version 4.0.3 to 5.0.1.
As described in the upgrade guide, after I executed the upgrade scripts (jts, vvc and dm), I did the copy of indexes files, started the server and now I am migrating the VVC and DM applications.

When migrating VVC with the repotools command

./repotools-vvc.sh -vvc_online_migrationCommand credentialsFile=credentials.txt fromVersion=<previous_version> logPort=52000 logLevel=DEBUG

the following error was raised:

CRJAZ1398I Loading credentials from 'credentials_vvc.txt'. 2015-03-23 10:51:07,883 [main] INFO  Starting migration process... Starting migration process... 2015-03-23 10:52:17,567 [http-bio-9443-exec-12] ERROR Unable to find resources of type http://jazz.net/ns/vvc#Dimension .: Stack trace: com.ibm.team.vvc.server.common.services.ServerRuntimeException: 503 (ERROR) :CRJZS5787E The following RDF index cannot be read or used: triple live index.  Query-based operations do not work, and the application might not work at all. Before you can continue, this issue must be fixed.         at com.ibm.team.vvc.server.common.services.jfs.internal.JfsHttpServiceImpl.execute0(JfsHttpServiceImpl.java:452)         at com.ibm.team.vvc.server.common.services.jfs.internal.JfsHttpServiceImpl.execute(JfsHttpServiceImpl.java:326)         at com.ibm.team.vvc.server.migration.jfsquery.JfsQueryServiceImpl.executeQuery(JfsQueryServiceImpl.java:366)         at com.ibm.team.vvc.server.migration.jfsquery.JfsQueryServiceImpl.executeAndGetResponse(JfsQueryServiceImpl.java:291)         at com.ibm.team.vvc.server.migration.jfsquery.JfsQueryServiceImpl.runSparqlQuery(JfsQueryServiceImpl.java:274)         at com.ibm.team.vvc.server.migration.jfsquery.JfsQueryServiceImpl.runSparqlQuery(JfsQueryServiceImpl.java:188)         at com.ibm.team.vvc.server.migration.MigrationRunner.findResources(MigrationRunner.java:139)         at com.ibm.team.vvc.server.migration.MigrationRunner.run(MigrationRunner.java:74)         at com.ibm.team.vvc.server.migration.MigrationScenarioExecutor.executeScenario(MigrationScenarioExecutor.java:39)         at com.ibm.team.vvc.server.core.migration.internal.MigrationScenarioDelegator.manageUpgrade(MigrationScenarioDelegator.java:58)         at com.ibm.team.vvc.server.core.migration.internal.MigrationFrontService.migrateVVC(MigrationFrontService.java:86)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)         at java.lang.reflect.Method.invoke(Method.java:611)         at com.ibm.team.vvc.server.common.services.fronting.internal.AnnotationFrontService.doFilter(AnnotationFrontService.java:203)         at com.ibm.team.vvc.server.common.services.fronting.internal.FilterChainImpl.doFilter(FilterChainImpl.java:40)         at com.ibm.team.vvc.server.common.services.fronting.internal.AnnotationDispatchingFilter.doFilter(AnnotationDispatchingFilter.java:49)         at com.ibm.team.vvc.server.common.services.fronting.internal.FilterChainImpl.doFilter(FilterChainImpl.java:40)         at com.ibm.team.vvc.server.common.services.fronting.internal.ContentNegotiationFilter.doFilter(ContentNegotiationFilter.java:60)         at com.ibm.team.vvc.server.common.services.fronting.internal.FilterChainImpl.doFilter(FilterChainImpl.java:40)         at com.ibm.team.vvc.server.common.services.fronting.internal.AnnotationFrontService.doAnnotatedService(AnnotationFrontService.java:161)         at com.ibm.team.vvc.server.common.services.fronting.internal.AnnotationFrontService.appGet(AnnotationFrontService.java:426)         at com.ibm.team.vvc.server.common.services.fronting.OAuthFrontService.appService(OAuthFrontService.java:406)         at com.ibm.team.vvc.server.common.services.fronting.OAuthFrontService.doGet(OAuthFrontService.java:534)         at com.ibm.team.jfs.app.servlet.AppContainerServlet.dispatchRequest(AppContainerServlet.java:179)         at com.ibm.team.jfs.app.servlet.AppContainerServlet.service(AppContainerServlet.java:297)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1572)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)         at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)         at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:126)         at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:76)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:120)         at com.ibm.team.repository.server.servletbridge.JazzServlet.service(JazzServlet.java:74)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)         at com.ibm.team.repository.server.servletbridge.BridgeFilter.processDelegate(BridgeFilter.java:165)         at com.ibm.team.repository.server.servletbridge.BridgeFilter.doFilter(BridgeFilter.java:198)         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:339)         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)         at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)         at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)         at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)         at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)         at java.lang.Thread.run(Thread.java:761) Caused by: com.ibm.team.jfs.app.http.HttpServiceUnavailableException: CRJZS5787E The following RDF index cannot be read or used: triple live index.  Query-based operations do not work, and the application might not work at all. Before you can continue, this issue must be fixed.         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:56)         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)         at java.lang.reflect.Constructor.newInstance(Constructor.java:527)         at com.ibm.team.jfs.app.util.ErrorUtils.handleErrorResponse(ErrorUtils.java:480)         at com.ibm.team.jfs.app.util.ErrorUtils.handleErrorResponse(ErrorUtils.java:405)         at com.ibm.team.vvc.server.common.services.jfs.internal.JfsHttpServiceImpl.execute0(JfsHttpServiceImpl.java:386)         ... 58 more


Does anybody knows what am I doing wrong? Did I forget any step?

JTS and DM/VVC are co-located ina Linux server and DB is Oracle.

Thanks,

0 votes



One answer

Permanent link
The error is related to the indexes.

CRJZS5787E The following RDF index cannot be read or used: triple live index.  Query-based operations do not work, and the application might not work at all. Before you can continue, this issue must be fixed

I have to assume you failed to properly copy the index files and would suggest to look into that issue.


0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,357
× 119

Question asked: Mar 24 '15, 1:45 p.m.

Question was seen: 3,518 times

Last updated: Mar 25 '15, 4:25 a.m.

Confirmation Cancel Confirm