|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
When locale is set to japanese we are getting this error.
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
*****Starting AppClassLoader*****Starting AppClassLoader
java.lang.IllegalStateException: recursive invocation
at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1139)
at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1122)
at java.nio.charset.Charset$1.<init>(Charset.java:297)
at java.nio.charset.Charset.providers(Charset.java:294)
at java.nio.charset.Charset.access$000(Charset.java:245)
at java.nio.charset.Charset$2.run(Charset.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.nio.charset.Charset.lookupViaProviders(Charset.java:359)
at java.nio.charset.Charset.lookup2(Charset.java:437)
at java.nio.charset.Charset.lookup(Charset.java:425)
at java.nio.charset.Charset.isSupported(Charset.java:463)
at java.lang.StringCoding.lookupCharset(StringCoding.java:82)
at java.lang.StringCoding.decode(StringCoding.java:211)
at java.lang.StringCoding.decode(StringCoding.java:230)
at java.lang.String.<init>(String.java:371)
at java.lang.String.<init>(String.java:390)
at java.io.UnixFileSystem.canonicalize0(Native Method)
at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:157)
at java.io.File.getCanonicalPath(File.java:513)
at java.io.File.getCanonicalFile(File.java:534)
at sun.misc.Launcher.getFileURL(Launcher.java:389)
at sun.misc.Launcher.pathToURLs(Launcher.java:332)
at sun.misc.Launcher.access$300(Launcher.java:37)
at sun.misc.Launcher$3.run(Launcher.java:319)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.Launcher.getBootstrapClassPath(Launcher.java:316)
at java.lang.ClassLoader.getBootstrapClassPath(ClassLoader.java:973)
at java.lang.ClassLoader.getBootstrapResource(ClassLoader.java:948)
at java.lang.ClassLoader.getResource(ClassLoader.java:810)
at java.lang.ClassLoader.getResource(ClassLoader.java:808)
at workshop.core.AppClassLoader.<init>(AppClassLoader.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.SystemClassLoaderAction.run(ClassLoader.java:1853)
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:1147)
at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:1122)
Error occurred during initialization of VM
java.lang.Error: java.lang.IllegalStateException: recursive invocation
###@###.### 2005-03-15 08:03:58 GMT
|