>I'm not sure whether you've had an answer to this yet? > >I've been installing CFMX for J2EE on JRun 4 SP1(a) quite a lot >recently and not seen anything like this so I wondered if you could >supply this information: >- which O/S? >- which JVM are you using? >- what are the jvm.config settings you are using?
Hey Sean. I did resolve my issue -- but not the way I wanted to. It seems that CFMX does not like the JVM I was using (IBMJava2-SDK-1.3.1-2.0.i386.rpm). It was strange because JRun 4 SP1a installed fine by itself using this JVM (I ran some small test JSPs). Then I went to install CFMX and there were no errors in the log file (all steps marked as SUCCESSFUL) and it told me the install was successful. But when I went to pull up the CF Administrator, I would constantly get the ASTruntime error. A whole slew of orbtrc files were generated in the opt/jrun4/bin directory which were filled with stack traces saying it couldn't find this file or that file in the IBM JRE, particularly with the jms.sendmail services (Unfortunately, once I got the Sun JRE working, I deleted the orbtrc files, so I can't be more specific here). Here was my environment when getting the ASTruntime error: 1. OS: RedHat 7.2 (all appropriate errata and patches applied), kernel version 2.4.18-18.7.x 2. JVM: IBM JRE 1.3.1 for Linux (from IBM's site) 3. jvm.config settings: java.home=/opt/IBMJava2; java.args=-Xmx128M -Xms32m Here was my environment when everything worked: 1. OS: RedHat 7.2 (all appropriate errata and patches applied), kernel version 2.4.18-18.7.x 2. JVM: Sun JRE 1.4.0 (from Sun's site) 3. jvm.config settings: java.home/usr/java/j2re1.4.0_03; java.args=-Xmx128M -Xms32m I blew my JRun and CFMX installations away, and switched over to Sun's JRE 1.4.0 (per a response you had sent for another thread suggesting this was performing well for you guys internally). Both installs went off without a hitch. I then followed the JRun SP 1a Release Notes to make the appropriate changes so that MX and JRun would work together, and everything started up beautifully, and I've been going with that since. I'd be curious to hear any feedback concerning being able to replicate this problem. I had read/heard good things about IBM's JRE and was suprised to see that it was the culprit. I wish I had those stack files to give you, but when I got no responses back, I didn't think there was any interest in the topic. Let me know if you'd like any more information. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

