On Nov 5, 2007, at 12:58 AM, cherry coke wrote:
Thanks That`s the architecture where I want to install Jetspeed 2.1.2: - Application server: Tomcat 5.5.20 - Web server: Apache v2.2.6 and Apache v2.2.4 (2 servers) - DataBase: oracle 10.2.03 I think that Tomcat 5.5.20 uses jdk 1.5If the preferences configuration are the problem, where can I change them?
If you are running Java 1.5 , then its not the problem --- maybe your database configuration is bad Check conf/Catalina/localhost/jetspeed.xml and make sure you have a valid connection string thereIn the 2.1.3 code, line 133 is: Preferences preferences = Preferences.userRoot ().node(internalRole.getFullPath()); that tells me something is going wrong with the Preferences configuration What version of Java are you using? You need at least 1.4.2_02 or above according to the bug related tohttp://wiki.apache.org/portals/Jetspeed2/ PrefsClassloaderIssuesAndSdk14
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
