can we do WorshopSetup in CLM 6.0.1 installed via IM or it works only on webinstaller?
Hello,
I have installed CLM 6.0.1 via IBM Installation Manager and in order to setup jetty I was going through one document and according to that During WorkshopSetup.jar installation I am, getting the error "Could not find or load the main class WorkshopSetup.jar" According to the document the required directory was not generated when we download via IM. So worksopSetup can only support when we install application via web installer? If it works on application installed by IM what will be the possible resolution or any reference document? |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 02 '16, 3:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Feb 02 '16, 3:51 a.m.
Change the batch file to
set JAVA_HOME=..\TeamConcert\jazz\client\eclipse\jdk set PLAIN_JAVA=../PlainJavaAPI set REPOSITORY="https://localhost:9443/ccm" set USERID="myadmin" set PASSWORD="myadmin" %JAVA_HOME%\jre\bin\java -Djava.ext.dirs=%PLAIN_JAVA%;%JAVA_HOME%/jre/lib/ext -cp %PLAIN_JAVA% -jar WorkshopSetup.jar %REPOSITORY% %USERID% %PASSWORD% pause Some Java versions did not work with the order of the parameters to java. This order is correct Bharat Malge selected this answer as the correct answer
Comments 1
sorry, I got a faulty version. The corrected line is:
|
2 other answers
Successfully Done Thanks Ralph !!
It also worked with the CLM applications installed by the Installation Manager. |
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.