Error Creating Repository from Stream
I am using Visual Studio 2012 and IBM Rational Team Concert Visual Studio Client
Version: 6.0.1
Build: I6.0.1_20151106-1439
When I try to create a repository from a stream it errors out. Below is the error in the log:
!SESSION Wed Aug 16 11:57:46 EDT 2017 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2017-08-16 11:57:46.610
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.NullPointerException
at java.security.SecureRandom.nextBytes(SecureRandom.java:292)
at java.security.SecureRandom.next(SecureRandom.java:311)
at java.util.Random.nextLong(Random.java:346)
at java.io.File.generateFile(File.java:1693)
at java.io.File.createTempFile0(File.java:1723)
at java.io.File.createTempFile(File.java:1815)
at org.eclipse.equinox.launcher.Main.canWrite(Main.java:1288)
at org.eclipse.equinox.launcher.Main.checkConfigurationLocation(Main.java:689)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:566)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
I have no idea what is causing this error.
Thanks,
Paul
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 18 '17, 3:21 a.m.Consider contacting support. It seems to try to launch some Eclipse related tooling and that fails.