Re: CF9 Not Restarting after Java Update

2010-12-15 Thread Chad Baloga

That would be a very good example why you test everything you can before
migrating to production.

One question I will have to ask though, is this update replacing the JVM
installed in the ColdFusion directory or have you pushed the config changes
to point to the new JVM? Also it would be worth noting on whether you have
indeed d'loaded the correct version of the JVM did you install a  32bit JVM
on a 64Bit ColdFusion installation or even the other way around?


I got it to work this morning.  I installed the full SDK and changed the CF 
settings to point to the new JVM.  Not sure if the newer version will make a 
difference or not. Our biggest hurdle until we move to 64bit and more memory is 
the CFCONTENT Java Heap Issue.  Does anyone know much about the Jrun process 
and why it will stay up around 1.5gb unless you give the service a restart? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340077
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

This morning I installed Java 1.6 update 22. Before I even changed any 
jvm.config settings, I tried to restart the CF9 service and it would not 
restart.  After uninstalling the Java update, the CF service would start again. 
 I am running Win 2k3 w/ CF901. Anyone else experience this? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340044
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Mack

Anything in the log files ? If it's a CF server install then check
#cfhome#/logs and #cfhome#/runtime/logs

-- 
Mack

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340045
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Wil Genovese

Installing a new Java version and NOT pointing to it in the jvm.config should  
not affect ColdFusion unless the previous version of Java was overwritten by 
the new version.



Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 

On Dec 14, 2010, at 8:33 AM, Chad Baloga wrote:

 
 This morning I installed Java 1.6 update 22. Before I even changed any 
 jvm.config settings, I tried to restart the CF9 service and it would not 
 restart.  After uninstalling the Java update, the CF service would start 
 again.  I am running Win 2k3 w/ CF901. Anyone else experience this? 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340046
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

I see a few errors:

Error: no `server' JVM at `C:/Java/jre6\bin\server\jvm.dll'. (after I installed 
the update, and changed the jvm.config file)

coldfusion could not be started because it is already running.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340047
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

I was able to get the first error to go away by installed the full Java SDK on 
my local machine.  I will have to try that first thing tomorrow AM on the 
production box.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340049
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Mack

On Tue, Dec 14, 2010 at 5:06 PM, Chad Baloga cbal...@gmail.com wrote:

 I see a few errors:

 Error: no `server' JVM at `C:/Java/jre6\bin\server\jvm.dll'. (after I 
 installed the update, and changed the jvm.config file)

You need to point CF to the JRE directory inside the JDK and not to
the standalone jre directory.

-- 
Mack

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340050
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Dave Watts

 I was able to get the first error to go away by installed the full Java SDK 
 on my local machine.  I will have to try that first thing
 tomorrow AM on the production box.

Yes. You always need to use the full JDK, because that comes with the
server-specific JVM that CF needs. You can't use the regular JRE.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340051
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

Any explanations why just the JRE install worked on our DEV machine?  On that 
machine we are running Win2k3 64bit, w/ a multi instance install of CF9.  
Installed the JRE, changed the jvm config file, and restarted the service with 
no errors.  Is it getting some of the files from the Jrun portion of the multi 
instance install? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340052
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Dave Watts

 Any explanations why just the JRE install worked on our DEV machine?  On that 
 machine we are running Win2k3 64bit, w/ a
 multi instance install of CF9.  Installed the JRE, changed the jvm config 
 file, and restarted the service with no errors.  Is it getting
 some of the files from the Jrun portion of the multi instance install?

If you go to the JVM shown in the CF Administrator, does it have a server DLL?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsi

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340054
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

 If you go to the JVM shown in the CF Administrator, does it have a 
 server DLL?

This is on dev with CF9 multi instance:

Server Product   ColdFusion
Version 9,0,1,274733  
Edition Enterprise  
Serial Number   ***
Operating SystemWindows 2003  
OS Version  5.2  
Update Level
/C:/ColdFusion9/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/updates/chf9010001.jar
  
Adobe Driver Version4.0 (Build 0005)  
JVM Details
Java Version1.6.0_22  
Java Vendor Sun Microsystems Inc.  
Java Vendor URL http://java.sun.com/
Java Home   C:\Program Files\Java\jre6  
Java File Encoding  Cp1252  
Java Default Locale en_US  
File Separator  \  
Path Separator  ;  
Line Separator  Chr(13)
User Name   SYSTEM  
User Home   C:\Documents and Settings\Default User  
User DirC:\ColdFusion9\bin  
Java VM Specification Version   1.0  
Java VM Specification VendorSun Microsystems Inc.  
Java VM Specification Name  Java Virtual Machine Specification  
Java VM Version 17.1-b03  
Java VM Vendor  Sun Microsystems Inc.  
Java VM NameJava HotSpot(TM) 64-Bit Server VM  
Java Specification Version  1.6  
Java Specification Vendor   Sun Microsystems Inc.  
Java Specification Name Java Platform API Specification  
Java Class Version  50.0   


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340055
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread rex

Maybe that's a JDK installed with the public JRE?

On 12/14/2010 9:33 AM, Chad Baloga wrote:
 If you go to the JVM shown in the CF Administrator, does it have a
 server DLL?
 This is on dev with CF9 multi instance:

 Server Product ColdFusion
 Version   9,0,1,274733
 Edition   Enterprise
 Serial Number ***
 Operating System  Windows 2003
 OS Version5.2
 Update Level  
 /C:/ColdFusion9/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/updates/chf9010001.jar
 Adobe Driver Version  4.0 (Build 0005)
 JVM Details
 Java Version  1.6.0_22
 Java Vendor   Sun Microsystems Inc.
 Java Vendor URL   http://java.sun.com/
 Java Home C:\Program Files\Java\jre6
 Java File EncodingCp1252
 Java Default Locale   en_US
 File Separator\
 Path Separator;
 Line SeparatorChr(13)
 User Name SYSTEM
 User Home C:\Documents and Settings\Default User
 User Dir  C:\ColdFusion9\bin
 Java VM Specification Version 1.0
 Java VM Specification Vendor  Sun Microsystems Inc.
 Java VM Specification NameJava Virtual Machine Specification
 Java VM Version   17.1-b03
 Java VM VendorSun Microsystems Inc.
 Java VM Name  Java HotSpot(TM) 64-Bit Server VM
 Java Specification Version1.6
 Java Specification Vendor Sun Microsystems Inc.
 Java Specification Name   Java Platform API Specification
 Java Class Version50.0


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9 Not Restarting after Java Update

2010-12-14 Thread Andrew Scott

That would be a very good example why you test everything you can before
migrating to production.

One question I will have to ask though, is this update replacing the JVM
installed in the ColdFusion directory or have you pushed the config changes
to point to the new JVM? Also it would be worth noting on whether you have
indeed d'loaded the correct version of the JVM did you install a  32bit JVM
on a 64Bit ColdFusion installation or even the other way around?

Regards,
Andrew Scott
http://www.andyscott.id.au/

 -Original Message-
 From: Chad Baloga [mailto:cbal...@gmail.com]
 Sent: Wednesday, 15 December 2010 2:26 AM
 To: cf-talk
 Subject: Re: CF9 Not Restarting after Java Update
 
 
 I was able to get the first error to go away by installed the full Java
SDK on my
 local machine.  I will have to try that first thing tomorrow AM on the
 production box.
 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340070
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm