Forum Problems Installing LAMS: Re: Re: Re: Re: Intel mac - LAMS fails startup.


 
Search: 

11: Re: Re: Re: Re: Intel mac - LAMS fails startup.
In response to 10 06/22/06 12:31 AM
[ Reply | Forward ]
Matt,

On the Mac OSX Java FAQ page, I found out this:

2: Does Mac OS X support multiple J2SE versions on a single OS installation?

Mac OS X Tiger currently supports three major JDK versions (1.3.1, 1.4.2, 1.5.0). The standard command-line commands such as java and javac typically use the latest available version (1.5 in the case of Mac OS X Tiger). Apple developer tools such as Jar Bundler and Xcode both allow you to request a minimum or specific Java version for double-clickable apps to use. Please see the Java 1.4 Info.plist Dictionary Keys documentation for details on how this is done. End users can specify which version of Java should be used for applications and Applets using the Java Preferences Application located at /Applications/Utilities/Java/J2SE 5.0/Java Preferences.app.

That should do the trick. Let us know how it goes.

Thanks,

Ernie

Posted by Ernie Ghiglione

12: Re: Intel mac - LAMS fails startup.
In response to 11 06/22/06 03:38 AM
[ Reply | Forward ]
Starting LAMS Server 1.0.2...
================================================================================

JBoss Bootstrap Environment

JBOSS_HOME: /usr/local/lams-1.0.2/jboss

JAVA: java

JAVA_OPTS: -Dprogram.name=startlams.sh

CLASSPATH: /usr/local/lams-1.0.2/jboss/bin/run.jar:/lib/tools.jar

================================================================================

19:33:31,694 INFO [Server] JBoss Release: JBoss-3.0.8 CVSTag=JBoss_3_0_8
19:33:31,702 INFO [Server] Home Dir: /usr/local/lams-1.0.2/jboss
19:33:31,703 INFO [Server] Home URL: file:/usr/local/lams-1.0.2/jboss/
19:33:31,703 INFO [Server] Library URL: file:/usr/local/lams-1.0.2/jboss/lib/
19:33:31,704 INFO [Server] Patch URL: null
19:33:31,705 INFO [Server] Server Name: default
19:33:31,705 INFO [Server] Server Home Dir: /usr/local/lams-1.0.2/jboss/server/default
19:33:31,705 INFO [Server] Server Home URL: file:/usr/local/lams-1.0.2/jboss/server/default/
19:33:31,705 INFO [Server] Server Data Dir: /usr/local/lams-1.0.2/jboss/server/default/db
19:33:31,706 INFO [Server] Server Temp Dir: /usr/local/lams-1.0.2/jboss/server/default/tmp
19:33:31,712 INFO [Server] Server Config URL: file:/usr/local/lams-1.0.2/jboss/server/default/conf/
19:33:31,712 INFO [Server] Server Library URL: file:/usr/local/lams-1.0.2/jboss/server/default/lib/
19:33:31,712 INFO [Server] Root Deployemnt Filename: jboss-service.xml
19:33:31,714 INFO [Server] Starting General Purpose Architecture (GPA)...
19:33:31,737 ERROR [Server] start failed
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:440)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:261)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
at org.jboss.Main.boot(Main.java:148)
at org.jboss.Main$1.run(Main.java:381)
at java.lang.Thread.run(Thread.java:613)
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:440)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:261)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
at org.jboss.Main.boot(Main.java:148)
at org.jboss.Main$1.run(Main.java:381)
at java.lang.Thread.run(Thread.java:613)


:-(

thanks though.
I set the Java Applet Runtime Settings and the Java Application Runtime Settings to use 1.4.2 but still no luck.

Posted by Matt Hitchcock

Reply to first post on this page
Back to Problems Installing LAMS