It's all about the answers!

Ask a question

Error in repotools_reindex logs


Ricardo Dias (86105) | asked Jan 20 '11, 1:12 p.m.
Hi guys,

When trying to run the command repotools -reindex on my environemtn running RTC 3.0 on windows 2008 I see the following errors in repotools_reindex.log file:

CRJZS5170I Reindexing resources from database //localhost:50000/JTS:user=xxxxxxxx;password=xxxxxxxx;
2011-01-13 16:34:21,377 Unexpected IRIException in initializer: <file> Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATHQUERY: The scheme specific syntax rules are violared.
2011-01-13 16:34:21,377 com.hp.hpl.jena.iri.impl.IRIImplException: <file> Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATHQUERY: The scheme specific syntax rules are violared.
2011-01-13 16:34:21,377 at com.hp.hpl.jena.iri.impl.AbsIRIFactoryImpl.throwAnyErrors(AbsIRIFactoryImpl.java:49)
2011-01-13 16:34:21,377 at com.hp.hpl.jena.iri.impl.AbsIRIFactoryImpl.construct(AbsIRIFactoryImpl.java:33)
2011-01-13 16:34:21,377 at org.openjena.riot.IRIResolver.<clinit>(IRIResolver.java:95)
2011-01-13 16:34:21,377 at java.lang.J9VMInternals.initializeImpl(Native Method)
2011-01-13 16:34:21,377 at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
2011-01-13 16:34:21,377 at com.ibm.team.jfs.rdf.internal.jenatdb.JenaTdbProvider.connect(JenaTdbProvider.java:165)
2011-01-13 16:34:21,377 at com.ibm.team.jfs.rdf.internal.jenatdb.JenaRdfService.connect(JenaRdfService.java:66)
2011-01-13 16:34:21,377 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2011-01-13 16:34:21,377 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
2011-01-13 16:34:21,377 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2011-01-13 16:34:21,377 at java.lang.reflect.Method.invoke(Method.java:618)
2011-01-13 16:34:21,377 at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:370)
2011-01-13 16:34:21,377 at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:356)
2011-01-13 16:34:21,377 at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
2011-01-13 16:34:21,377 at $Proxy91.connect(Unknown Source)
2011-01-13 16:34:21,377 at com.ibm.team.jfs.indexing.service.internal.task.TripleIndexAgent.connect(TripleIndexAgent.java:94)
2011-01-13 16:34:21,377 at com.ibm.team.jfs.indexing.service.internal.IndexingService.initialize(IndexingService.java:505)
2011-01-13 16:34:21,377 at com.ibm.team.jfs.indexing.service.internal.IndexingService.isSuspended(IndexingService.java:591)
2011-01-13 16:34:21,377 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2011-01-13 16:34:21,377 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
2011-01-13 16:34:21,377 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2011-01-13 16:34:21,377 at java.lang.reflect.Method.invoke(Method.java:618)
2011-01-13 16:34:21,377 at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:370)
2011-01-13 16:34:21,377 at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:356)
2011-01-13 16:34:21,377 at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
2011-01-13 16:34:21,377 at $Proxy272.isSuspended(Unknown Source)
2011-01-13 16:34:21,377 at com.ibm.team.jfs.indexing.command.ReindexCommand.reindex(ReindexCommand.java:153)
2011-01-13 16:34:21,377 at com.ibm.team.jfs.indexing.command.ReindexCommand.execute(ReindexCommand.java:85)
2011-01-13 16:34:21,377 at com.ibm.team.repotools.command.AbstractCommand.execute(AbstractCommand.java:56)
2011-01-13 16:34:21,377 at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.run(RepositoryToolsApplication.java:736)
2011-01-13 16:34:21,377 at com.ibm.team.repotools.rcp.internal.RepositoryToolsApplication.start(RepositoryToolsApplication.java:811)
2011-01-13 16:34:21,377 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
2011-01-13 16:34:21,377 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
2011-01-13 16:34:21,377 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
2011-01-13 16:34:21,377 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
2011-01-13 16:34:21,393 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
2011-01-13 16:34:21,393 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2011-01-13 16:34:21,393 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
2011-01-13 16:34:21,393 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2011-01-13 16:34:21,393 at java.lang.reflect.Method.invoke(Method.java:618)
2011-01-13 16:34:21,393 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
2011-01-13 16:34:21,393 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
2011-01-13 16:34:21,393 at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
2011-01-13 16:34:21,393 at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

Does anyone know about this Code 61 error?

Thanks in advance,
Ricardo

Be the first one to answer this question!


Register or 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.