I don't think anything unsual on my notebook. I have two environment variables (the remaining disabled to trouble shoot the problem) and CLASSPATH is unset before starting Geronimo 2.0.2.
export JAVA_HOME=/Library/Java/Home export GERONIMO_HOME=~/local/geronimo Please let me know if you need to know any particular setting on my Mac. - MacBook Pro 15" (MacBookPro2,2) Mac OS X version 10.4.10 Processor 2.33 GHz Intel Core 2 Duo Memory 2 GB 667 MHz DDR 2DRAM Boot ROM Version: MBP22.00A5.B07 SMC Version: 1.12f5 - Software installed relating to Java Eclipse 3.3 Java EE (with Geronimo server adapter 2.0) NetBeans 6.0 beta 1 WebLogic 10.0.1 (but all environment variables are commented out) Flex SDK and Builder 2.0.1 Aptana IDE (build 0.2.9.17048) Kevan Miller wrote: > > > On Oct 25, 2007, at 1:28 AM, sbyonge wrote: > >> >> I can start in JPDA debugger >> $ bin/geronimo.sh jpda run >> Using GERONIMO_BASE: /Users/appd/local/geronimo >> Using GERONIMO_HOME: /Users/appd/local/geronimo >> Using GERONIMO_TMPDIR: var/temp >> Using JRE_HOME: /Library/Java/Home >> Using JPDA_OPTS: -Xdebug >> -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n >> Listening for transport dt_socket at address: 8000 >> Booting Geronimo Kernel (in Java 1.5.0_07)... >> Starting Geronimo Application Server v2.0.2 >> [************> ] 37% 16s Starting >> org.apache.g...01:08:21,608 ERROR [[/]] "Restricted listeners >> property file >> not found >> [**********************************] 100% 30s Startup complete >> Listening on Ports: >> 1050 127.0.0.1 CORBA Naming Service >> 1099 0.0.0.0 RMI Naming >> >> But "bin/geronimo.sh run" hangs. I don't have any problem with >> 2.0.1. I >> have been running 2.0.1 for about a month and it never hung. I tried >> geronimo-transformer.jar in the system classpath but it did not help. > > geronimo-transformer is already in the system classpath (specified by > the Class-Path in META-INF/MANIFEST.MF of server.jar). > > The deadlock is timing dependent. So, JPDA settings could very well > change the startup behavior enough to avoid the problem. > > I'm still curious about your setup and why you can reproduce the > problem so readily. A lot of us use MAC OS X and aren't seeing the > problem (or at least see it much less frequently...) > > I'll see what kind of work-around I can create. Something to force a > load of TransformerCollection on our main thread... > > --kevan > > -- View this message in context: http://www.nabble.com/Geronimo-2.0.2-do-not-start-in-Mac-OS-X-10.4-tf4674903s134.html#a13412728 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
