Help Setting up RTC Development Environment
I have followed the directions in the RTCSDK2_0 wiki and I am having a problem running the firts snippet as a Eclipse Plugin Project.
I am trying the execute and I get the following error
I am trying the execute and I get the following error
Exception occurred executing command line.
java.io.IOException: CreateProcess: C:\RTC2.0\jazz\client\eclipse\jdk\bin\javaw.exe -Djava.ext.dirs=C:\RTC2.0\jazz\client\eclipse\jdk\jre\lib\ext;snippets;. -Dfile.encoding=Cp1252 -classpath C:\RTC2.0\jazz\client\plainjava\apache-mime4j-0.4.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.icu_3.8.1.v20080530.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.rational.wvcm.ct_0.7.0.I200905290208.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.rational.wvcm.factory_0.6.0.I200905260001.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.rational.wvcm.interop_0.7.0.I200905260001.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.rational.wvcm.ri.repo_0.7.0.I200905260001.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.team.build.client_2.0.0.I200906091854.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.team.build.common_2.0.0.I200906091854.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.team.connector.scm.client_2.0.0.I200906031940.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.team.connector.scm.common_2.0.0.I200905260001.jar;C:\RTC2.0\jazz\client\plainjava\com.ibm.team.connectob8)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:108)
at java.lang.ProcessImpl.start(ProcessImpl.java:56)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:466)
at java.lang.Runtime.exec(Runtime.java:607)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:798)
at org.eclipse.jdt.launching.AbstractVMRunner.exec(AbstractVMRunner.java:70)
at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:317)
at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:764)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:614)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:865)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1068)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
JIT - 20081112_1511ifx6_r8
GC - 200811_07
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86[/img]
5 answers
I was able to run the snippet from the command line. However, I am still unable to run from RTC Shell.
<output>
C:\RTC2.0\jazz\client\plainjava\bin>C:\RTC2.0\jazz\client\eclipse\jdk\bin\java.e
xe -Djava.ext.dirs=C:\RTC2.0\jazz\client\eclipse\jdk\jre\lib\ext;snippets;. -Dfi
le.encoding=Cp1252 snippets.Snippet1
Contacting https://localhost:9443/jazz/...
Unable to login: CRJAZ0124I Invalid username or password.
<output>
C:\RTC2.0\jazz\client\plainjava\bin>C:\RTC2.0\jazz\client\eclipse\jdk\bin\java.e
xe -Djava.ext.dirs=C:\RTC2.0\jazz\client\eclipse\jdk\jre\lib\ext;snippets;. -Dfi
le.encoding=Cp1252 snippets.Snippet1
Contacting https://localhost:9443/jazz/...
Unable to login: CRJAZ0124I Invalid username or password.
I was able to run the snippet from the command line. However, I am still unable to run from RTC Shell.
<output>
C:\RTC2.0\jazz\client\plainjava\bin>C:\RTC2.0\jazz\client\eclipse\jdk\bin\java.e
xe -Djava.ext.dirs=C:\RTC2.0\jazz\client\eclipse\jdk\jre\lib\ext;snippets;. -Dfi
le.encoding=Cp1252 snippets.Snippet1
Contacting https://localhost:9443/jazz/...
Unable to login: CRJAZ0124I Invalid username or password.
I have resolved this problem.
I was able to run the snippet from the command line. However, I am still unable to run from RTC Shell.
<output>
C:\RTC2.0\jazz\client\plainjava\bin>C:\RTC2.0\jazz\client\eclipse\jdk\bin\java.e
xe -Djava.ext.dirs=C:\RTC2.0\jazz\client\eclipse\jdk\jre\lib\ext;snippets;. -Dfi
le.encoding=Cp1252 snippets.Snippet1
Contacting https://localhost:9443/jazz/...
Unable to login: CRJAZ0124I Invalid username or password.
I have resolved this problem.
How did you resolve this problem ?
I was able to run the snippet from the command line. However, I am still unable to run from RTC Shell.
<output>
C:\RTC2.0\jazz\client\plainjava\bin>C:\RTC2.0\jazz\client\eclipse\jdk\bin\java.e
xe -Djava.ext.dirs=C:\RTC2.0\jazz\client\eclipse\jdk\jre\lib\ext;snippets;. -Dfi
le.encoding=Cp1252 snippets.Snippet1
Contacting https://localhost:9443/jazz/...
Unable to login: CRJAZ0124I Invalid username or password.
I have resolved this problem.
How did you resolve this problem ?
I am guessing that this problem was resolved by removing the dependencies added to the
I'm having the same problem. how did u resolve it?
I have resolved this problem.
How did you resolve this problem ?
I am guessing that this problem was resolved by removing the dependencies added to theAutomated Management of Dependencies panel on the Dependencies tab for the MANIFEST.MF file in the Snippets project.
I was able to run the snippet from the command line. However, I am still unable to run from RTC Shell.
<output>
C:\RTC2.0\jazz\client\plainjava\bin>C:\RTC2.0\jazz\client\eclipse\jdk\bin\java.e
xe -Djava.ext.dirs=C:\RTC2.0\jazz\client\eclipse\jdk\jre\lib\ext;snippets;. -Dfi
le.encoding=Cp1252 snippets.Snippet1
Contacting https://localhost:9443/jazz/...
Unable to login: CRJAZ0124I Invalid username or password.
I have resolved this problem.
How did you resolve this problem ?
I am guessing that this problem was resolved by removing the dependencies added to the