[opencms-dev] FW: java.lang.IllegalAccessException: Class java.lang.reflect.Method can not access a member of class com.opencms.core.CmsShellCommands with modifiers "public"

Noel Gelineau ngelineau at greenridge.ca
Thu May 29 17:20:01 CEST 2003


I think I've figured out the problem, I noticed on line 5: 
Java VM in use       : OJVM Client VM 9.0.3.744 cdov Copyright (c) 1998-2002  Oracle Corp., nojit Oracle Corp.

Which is most probably due to configuring Oracle JDeveloper 9.0.3 with JDK 1.4, thanks a bunch Oracle!!!

I then checked the java.exe version:
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
OJVM Client VM (build 9.0.3.744 cdov, Copyright (c) 1998-2002  Oracle Corp., nojit)

I then tried a different machine for Tomcat with the java version:
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

and the Workspace installation worked!

For future reference, you should also include JVMs that are supported in the installation documentation

Now, I need to figure out how to reconfigure JDK 1.4 with the default HotSpot JVM, can anybody give me any ideas?


Thanx,
Noel Gelineau



More information about the opencms-dev mailing list