markcox / keytool-iui

Automatically exported from code.google.com/p/keytool-iui
1 stars 0 forks source link

ArrayIndexOutOfBoundsException on startup via JWS #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
java.lang.ArrayIndexOutOfBoundsException: 8
    at com.google.code.p.keytooliui.shared.io.LastUserAbstract._writeConfigLog(LastUserAbstract.java:768)
    at com.google.code.p.keytooliui.shared.io.LastUserAbstract.init(LastUserAbstract.java:104)
    at com.google.code.p.keytooliui.shared.AppMainAbs.init(AppMainAbs.java:258)
    at com.google.code.p.keytooliui.ktl.AppMainUIAbs.init(AppMainUIAbs.java:273)
    at com.google.code.p.keytooliui.ktl.UIKeytool.s_getInstance(UIKeytool.java:185)
    at com.google.code.p.keytooliui.ktl.UIKeytool.main(UIKeytool.java:221)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.javaws.Launcher.executeApplication(Launcher.java:1914)
    at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1847)
    at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1609)
    at com.sun.javaws.Launcher.run(Launcher.java:138)
    at java.lang.Thread.run(Thread.java:680)

This is on:
- Mac OS X 10.6.8

- java version "1.6.0_24"
   Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3425)
   Java HotSpot(TM) Client VM (build 19.1-b02-334, mixed mode)

Original issue reported on code.google.com by kap4...@gmail.com on 25 Oct 2011 at 4:42

GoogleCodeExporter commented 9 years ago
Looks like there are no system properties available. May be a security problem. 
Did you give the JWS applications full rights when starting it?

Original comment by reg.goog...@future-invent.de on 29 Nov 2011 at 9:04

GoogleCodeExporter commented 9 years ago
Yup, I give it full rights when it starts up.

Original comment by kap4...@gmail.com on 29 Nov 2011 at 10:59