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

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?

0 votes


Accepted answer

Permanent link
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

1 vote

Comments

sorry, I got a faulty version. The corrected line is:

%JAVA_HOME%\jre\bin\java -Djava.ext.dirs=%PLAIN_JAVA%;%JAVA_HOME%/jre/lib/ext -cp %PLAIN_JAVA% -jar WorkshopSetup.jar %REPOSITORY% %USERID% %PASSWORD%

1 vote


2 other answers

Permanent link
set JAVA_HOME=..\TeamConcert\jdk
set PLAIN_JAVA=../PlainJavaAPI
set REPOSITORY="https://localhost:9443/ccm"
set USERID="bharatm"
set PASSWORD="bharatm"

%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

This is my batch file
I did CLM installation via Installation Manager is it the wrong method ? or doing installation via web installer or via IM doesn't affect the WorkshopSetup

1 vote

Comments

You can use the IM or the web install, but you have to check for the JRE/JDK path and adjust the paths above to match that. I think the JDK might be installed in a different folder in the IM/Web install. You should use the JDK that ships with the RTC client, as mentioned in the workshop.

Otherwise, I think other users have used the IM/Web install and were able to run the workshop.


Permanent link
Successfully Done Thanks Ralph !!
It also worked with the CLM applications installed by the Installation Manager.


1 vote

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
× 7,495
× 2,356
× 1,700

Question asked: Feb 02 '16, 3:44 a.m.

Question was seen: 3,464 times

Last updated: Feb 02 '16, 7:02 a.m.

Confirmation Cancel Confirm