How do I debug a load error with the scm command line tool?
I'm running
I've created a workspace from a snapshots (scm create workspace) and added components from other snapshots and streams (scm add component).
When I try to load the workspace, using a local loadrules file I get the messages below:-
Build Id: RTC-I20131025-2055 com.ibm.team.filesystem.cli.client, version 3.2.0.v20131024_0535 com.ibm.team.filesystem.cli.tools, version 3.1.500.v20131010_0815 com.ibm.team.filesystem.cli.core, version 3.2.0.v20131023_0208 com.ibm.team.rtc.cli.infrastructure, version 3.1.500.v20131011_0922
When I try to load the workspace, using a local loadrules file I get the messages below:-
Problem running 'load':Where is the log which I should check? Is there any way of enabling more detailed diagnostics?
Exception during load
There were 3 errors. After correcting the problems, it is recommended that components be reloaded. The reload will be incremental, loading only the missing items. You can further reduce the reload time by reloading just the projects out of sync.
An error has occurred. Kindly check the log for more details.
One answer
You can display exceptions by modifying the dump.exception property in ~/.jazz-scm/preferences.properties to true. That will display any internal exceptions that were generated and may help you refine google queries to find the nature of the problem. You can also post the exceptions here to get more help.
You can check the error/exit code returned by the executable and compare it against the documented list.
I believe that you can find logs in ~/.jazz-scm/logs.
Please post here if you don't find a solution to your load problem.
You can check the error/exit code returned by the executable and compare it against the documented list.
I believe that you can find logs in ~/.jazz-scm/logs.
Please post here if you don't find a solution to your load problem.