SCM command line threw exception.
Hi all,
preface: we use the scm command to integrate our products, and it runs fine previous time.
But, recently we faced wired problem.when I check the log. it shows :
<record>
<date>2015-01-09T18:16:31</date>
<millis>1420798591884</millis>
<sequence>0</sequence>
<logger>com.ibm.team.filesystem.client</logger>
<level>SEVERE</level>
<class>com.ibm.team.filesystem.client.internal.LoggingHelper</class>
<method>log</method>
<thread>10</thread>
<message>com.ibm.team.filesystem.client.FileSystemException: Error loading map info</message>
</record>
and jenkins shows:
Could not load subcommand "compare":
org.eclipse.core.runtime.CoreException: Plug-in "com.ibm.team.filesystem.cli.client" was unable to instantiate class "com.ibm.team.filesystem.cli.client.internal.subcommands.CompareCmd".
One answer
Without the full stack trace, it is quite difficult to say what may have gone wrong. Based on the error message alone, you can find some similar issue posted on this forum before, such as the below one.
https://jazz.net/forum/questions/91570/error-when-loadingunloadingcreatingremoving-user-workspace
https://jazz.net/forum/questions/91570/error-when-loadingunloadingcreatingremoving-user-workspace
Comments
Garfield Song
Jan 09 '15, 6:03 a.m.SCM 4.0.6, Java 1.6, Windows OS 32bitÂ