Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-28 Thread Steve Durette

Yes, the documentation covered everything with steps for single install and 
multi instance until that point. The error and install location is different 
for multi instance and that is the point I was trying to get across. I 
submitted feed back on the page about not having multi instance instructions on 
that part. 

Sent from my iPhone

On Mar 27, 2013, at 5:01 PM, Dan G. Switzer, II dswit...@pengoworks.com 
wrote:

 
 I had the same problem today, but followed Adobe's instructions and copied
 to the file to {ColdFusion-Home}\runtime\bin and that resolved the issue
 for me.
 
 -Dan
 
 On Wed, Mar 27, 2013 at 9:20 AM, DURETTE, STEVEN J sd1...@att.com wrote:
 
 
 All,
 
 I solved this one and wanted anyone else who might have this problem to
 have the solution too.
 
 It's similar to the Note about MSVCR100.dll is missing. You solve it by
 copying msvcr100.dll to C:\Windows\System32
 
 I was stuck because of a few things. First the cumulative hot fix stated
 that the error should have been MSVCR100.dll is missing., but it wasn't
 the best I could find was file not found. Second on a multi-instance
 install the \runtime\bin folder doesn't exist.
 
 I found this webpage about java7 and .Net that gave me the final push:
 http://www.jnbridge.com/jn/kb/?p=163
 
 Hope this helps someone else.
 
 Thanks,
 Steve
 
 
 -Original Message-
 From: DURETTE, STEVEN J
 Sent: Wednesday, March 27, 2013 8:05 AM
 To: cf-talk
 Subject: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7
 
 Hi all,
 
 I have a strange dilemma with a new install of ColdFusion 9 Enterprise on
 Windows 2008 R2.
 
 I have a server that is being swapped out, so on the new server I
 installed CF9 then applied the cf901 updater. After that I applied
 Cumulative hot fix 4.  I needed this configuration because we still have
 some Verity collections.
 
 The problem comes when I try to use Java 1.7. I have changed
 java.home=E:\\Java\\jdk1.7.0_17\\jre and java.home=E:/Java/jdk1.7.0_17/jre
 but both error out (see errors below).  This is 64-bit Windows, 64-Bit
 ColdFusion and 64-Bit Java.
 
 I have also tried E:\\Java\\jre7 and E:/Java/jre7 using just the JRE and
 those error as well.
 
 It is always stating that the file does not exist even though the file is
 there.
 
 Here are the Errors: (from the *-out.log)
 
 For E:\\Java\\jdk1.7.0_17\\jre - Error loading:
 E:\Java\jdk1.7.0_17\jre\bin\server\jvm.dll
 For E:/Java/jdk1.7.0_17/jre - Error loading
 E:/Java/jdk1.7.0_17/jre\bin\server\jvm.dll
 For E:/Java/jre7 - Error: no known VMs. (check for corrupt jvm.cfg file)
 For E:\\Java\\jre7 - Error: no known VMs. (check for corrupt jvm.cfg file)
 
 When I look at the Windows System Log for the Error Loading errors it has:
 The Macromedia JRun CFusion Server service terminated with
 service-specific error The system cannot find the file specified..
 
 The file does exist I have verified it more than once.
 
 The only configuration that is working is when java.home=E:/JRun4/jre in
 the jvm.config file.
 
 I'm stumped with this one and would really appreciate any insight.
 
 Thanks,
 Steve
 
 

~|
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:355181
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread DURETTE, STEVEN J

All,

I solved this one and wanted anyone else who might have this problem to have 
the solution too.

It's similar to the Note about MSVCR100.dll is missing. You solve it by 
copying msvcr100.dll to C:\Windows\System32

I was stuck because of a few things. First the cumulative hot fix stated that 
the error should have been MSVCR100.dll is missing., but it wasn't the best I 
could find was file not found. Second on a multi-instance install the 
\runtime\bin folder doesn't exist.

I found this webpage about java7 and .Net that gave me the final push: 
http://www.jnbridge.com/jn/kb/?p=163

Hope this helps someone else.

Thanks,
Steve


-Original Message-
From: DURETTE, STEVEN J 
Sent: Wednesday, March 27, 2013 8:05 AM
To: cf-talk
Subject: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

Hi all,

I have a strange dilemma with a new install of ColdFusion 9 Enterprise on 
Windows 2008 R2.

I have a server that is being swapped out, so on the new server I installed CF9 
then applied the cf901 updater. After that I applied Cumulative hot fix 4.  I 
needed this configuration because we still have some Verity collections.

The problem comes when I try to use Java 1.7. I have changed 
java.home=E:\\Java\\jdk1.7.0_17\\jre and java.home=E:/Java/jdk1.7.0_17/jre but 
both error out (see errors below).  This is 64-bit Windows, 64-Bit ColdFusion 
and 64-Bit Java.

I have also tried E:\\Java\\jre7 and E:/Java/jre7 using just the JRE and those 
error as well.

It is always stating that the file does not exist even though the file is there.

Here are the Errors: (from the *-out.log)

For E:\\Java\\jdk1.7.0_17\\jre - Error loading: 
E:\Java\jdk1.7.0_17\jre\bin\server\jvm.dll
For E:/Java/jdk1.7.0_17/jre - Error loading 
E:/Java/jdk1.7.0_17/jre\bin\server\jvm.dll
For E:/Java/jre7 - Error: no known VMs. (check for corrupt jvm.cfg file)
For E:\\Java\\jre7 - Error: no known VMs. (check for corrupt jvm.cfg file)

When I look at the Windows System Log for the Error Loading errors it has: The 
Macromedia JRun CFusion Server service terminated with service-specific error 
The system cannot find the file specified..

The file does exist I have verified it more than once. 

The only configuration that is working is when java.home=E:/JRun4/jre in the 
jvm.config file.

I'm stumped with this one and would really appreciate any insight.

Thanks,
Steve


~|
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:355170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread Andrew Scott

Failing that, you could have updated all the updates and then drop Java 7
into the required location.


Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Thu, Mar 28, 2013 at 12:20 AM, DURETTE, STEVEN J sd1...@att.com wrote:


 All,

 I solved this one and wanted anyone else who might have this problem to
 have the solution too.

 It's similar to the Note about MSVCR100.dll is missing. You solve it by
 copying msvcr100.dll to C:\Windows\System32

 I was stuck because of a few things. First the cumulative hot fix stated
 that the error should have been MSVCR100.dll is missing., but it wasn't
 the best I could find was file not found. Second on a multi-instance
 install the \runtime\bin folder doesn't exist.

 I found this webpage about java7 and .Net that gave me the final push:
 http://www.jnbridge.com/jn/kb/?p=163

 Hope this helps someone else.

 Thanks,
 Steve




~|
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:355171
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread DURETTE, STEVEN J

Andrew, I'm not sure what you mean by the all the updates and then drop Java7 
into the required location?

I installed CF9, then the updater to 9.01, then Cumulative Hot Fix 4 for 9.01.  
As I understand it that includes all updates for 9.01.  I can't use 9.02 
because I need Verity at this time.  What would the required location of Java7 
be? Overwrite the JRun4 JRE?  If I did that I wouldn't have a fallback in case 
I couldn't get CF9.01 to work with Java7.

Thanks,
Steve

-Original Message-
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, March 27, 2013 9:24 AM
To: cf-talk
Subject: Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7


Failing that, you could have updated all the updates and then drop Java 7
into the required location.


Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



~|
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:355172
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread Andrew Scott

Well drop is maybe not the right words, I was under the impression that you
had troubles updating the HF'es because you where using Java 1.7, so I
thought why not just drop back to Java 1.6 or change your path back to 1.6
and then apply the updates.

Then change back to Java 1.7 as you had done.

Or am I not understanding the problem?


Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Thu, Mar 28, 2013 at 12:29 AM, DURETTE, STEVEN J sd1...@att.com wrote:


 Andrew, I'm not sure what you mean by the all the updates and then drop
 Java7 into the required location?

 I installed CF9, then the updater to 9.01, then Cumulative Hot Fix 4 for
 9.01.  As I understand it that includes all updates for 9.01.  I can't use
 9.02 because I need Verity at this time.  What would the required location
 of Java7 be? Overwrite the JRun4 JRE?  If I did that I wouldn't have a
 fallback in case I couldn't get CF9.01 to work with Java7.

 Thanks,
 Steve

 -Original Message-
 From: Andrew Scott [mailto:andr...@andyscott.id.au]
 Sent: Wednesday, March 27, 2013 9:24 AM
 To: cf-talk
 Subject: Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7


 Failing that, you could have updated all the updates and then drop Java 7
 into the required location.


 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+:  http://plus.google.com/113032480415921517411



 

~|
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:355173
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread Russ Michaels

Fyi you can simply backup the coldfusion folder, if everything goes tits
up, just restore it.

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On Mar 27, 2013 1:30 PM, DURETTE, STEVEN J sd1...@att.com wrote:


 Andrew, I'm not sure what you mean by the all the updates and then drop
 Java7 into the required location?

 I installed CF9, then the updater to 9.01, then Cumulative Hot Fix 4 for
 9.01.  As I understand it that includes all updates for 9.01.  I can't use
 9.02 because I need Verity at this time.  What would the required location
 of Java7 be? Overwrite the JRun4 JRE?  If I did that I wouldn't have a
 fallback in case I couldn't get CF9.01 to work with Java7.

 Thanks,
 Steve

 -Original Message-
 From: Andrew Scott [mailto:andr...@andyscott.id.au]
 Sent: Wednesday, March 27, 2013 9:24 AM
 To: cf-talk
 Subject: Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7


 Failing that, you could have updated all the updates and then drop Java 7
 into the required location.


 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+:  http://plus.google.com/113032480415921517411



 

~|
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:355174
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread DURETTE, STEVEN J

Not exactly, All of the updaters were installed on 1.6. They had to be because 
you can't use 1.7 until the latest cumulative hotfix is installed.

The issue came up because in a multi-instance set up like I have, The error 
that Adobe says will happen if msvcr100.dll is not in the correct place doesn't 
match the error that was given by JRun and Windows. Also, on a multi-instance 
there is no {ColdFusion-Home}\runtime\bin to drop the file into. In this case 
the solution I found was to drop that file into C:\Windows\System32.

I've posted a blog entry about it at: 
http://cfsqlinfo.com/index.cfm/2013/3/27/CF9-and-Java7

Thanks,
Steve

-Original Message-
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Wednesday, March 27, 2013 9:46 AM
To: cf-talk
Subject: Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7


Well drop is maybe not the right words, I was under the impression that you
had troubles updating the HF'es because you where using Java 1.7, so I
thought why not just drop back to Java 1.6 or change your path back to 1.6
and then apply the updates.

Then change back to Java 1.7 as you had done.

Or am I not understanding the problem?

~|
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:355175
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread DURETTE, STEVEN J

Russ,

Not exactly, the actual issue is with Java 7 and the ColdFusion services in 
Windows. Even if I copied and restored the individual server directories 
restoring them wouldn't have helped.

Also, I'm using custom jvm.config files so if I restored the whole JRun4 
directory, the services would still try to connect using the custom config 
files (their location is in the registry). I've learned a lot about ColdFusion 
Instances and how they are in the registry. It can actually be easier to edit 
the Registry, then stop and restart the service, than the method of deleting 
the service and re-creating it with jrunsvc as most blog posts seem to advocate.

Anyway, in this case it is just putting a file in a place where windows can see 
it.

Thanks,
Steve

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Wednesday, March 27, 2013 9:48 AM
To: cf-talk
Subject: RE: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7


Fyi you can simply backup the coldfusion folder, if everything goes tits
up, just restore it.

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On Mar 27, 2013 1:30 PM, DURETTE, STEVEN J sd1...@att.com wrote:


~|
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:355176
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread Russ Michaels

ok, backup registry keys too in that case so you can
restore original service settings :-)


On Wed, Mar 27, 2013 at 2:10 PM, DURETTE, STEVEN J sd1...@att.com wrote:


 Russ,

 Not exactly, the actual issue is with Java 7 and the ColdFusion services
 in Windows. Even if I copied and restored the individual server directories
 restoring them wouldn't have helped.

 Also, I'm using custom jvm.config files so if I restored the whole JRun4
 directory, the services would still try to connect using the custom config
 files (their location is in the registry). I've learned a lot about
 ColdFusion Instances and how they are in the registry. It can actually be
 easier to edit the Registry, then stop and restart the service, than the
 method of deleting the service and re-creating it with jrunsvc as most blog
 posts seem to advocate.

 Anyway, in this case it is just putting a file in a place where windows
 can see it.

 Thanks,
 Steve

 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Wednesday, March 27, 2013 9:48 AM
 To: cf-talk
 Subject: RE: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7


 Fyi you can simply backup the coldfusion folder, if everything goes tits
 up, just restore it.

 Regards
 Russ Michaels
 www.michaels.me.uk
 www.cfmldeveloper.com - Free CFML hosting for developers
 www.cfsearch.com - CF search engine
 On Mar 27, 2013 1:30 PM, DURETTE, STEVEN J sd1...@att.com wrote:


 

~|
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:355177
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-27 Thread Dan G. Switzer, II

I had the same problem today, but followed Adobe's instructions and copied
to the file to {ColdFusion-Home}\runtime\bin and that resolved the issue
for me.

-Dan

On Wed, Mar 27, 2013 at 9:20 AM, DURETTE, STEVEN J sd1...@att.com wrote:


 All,

 I solved this one and wanted anyone else who might have this problem to
 have the solution too.

 It's similar to the Note about MSVCR100.dll is missing. You solve it by
 copying msvcr100.dll to C:\Windows\System32

 I was stuck because of a few things. First the cumulative hot fix stated
 that the error should have been MSVCR100.dll is missing., but it wasn't
 the best I could find was file not found. Second on a multi-instance
 install the \runtime\bin folder doesn't exist.

 I found this webpage about java7 and .Net that gave me the final push:
 http://www.jnbridge.com/jn/kb/?p=163

 Hope this helps someone else.

 Thanks,
 Steve


 -Original Message-
 From: DURETTE, STEVEN J
 Sent: Wednesday, March 27, 2013 8:05 AM
 To: cf-talk
 Subject: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

 Hi all,

 I have a strange dilemma with a new install of ColdFusion 9 Enterprise on
 Windows 2008 R2.

 I have a server that is being swapped out, so on the new server I
 installed CF9 then applied the cf901 updater. After that I applied
 Cumulative hot fix 4.  I needed this configuration because we still have
 some Verity collections.

 The problem comes when I try to use Java 1.7. I have changed
 java.home=E:\\Java\\jdk1.7.0_17\\jre and java.home=E:/Java/jdk1.7.0_17/jre
 but both error out (see errors below).  This is 64-bit Windows, 64-Bit
 ColdFusion and 64-Bit Java.

 I have also tried E:\\Java\\jre7 and E:/Java/jre7 using just the JRE and
 those error as well.

 It is always stating that the file does not exist even though the file is
 there.

 Here are the Errors: (from the *-out.log)

 For E:\\Java\\jdk1.7.0_17\\jre - Error loading:
 E:\Java\jdk1.7.0_17\jre\bin\server\jvm.dll
 For E:/Java/jdk1.7.0_17/jre - Error loading
 E:/Java/jdk1.7.0_17/jre\bin\server\jvm.dll
 For E:/Java/jre7 - Error: no known VMs. (check for corrupt jvm.cfg file)
 For E:\\Java\\jre7 - Error: no known VMs. (check for corrupt jvm.cfg file)

 When I look at the Windows System Log for the Error Loading errors it has:
 The Macromedia JRun CFusion Server service terminated with
 service-specific error The system cannot find the file specified..

 The file does exist I have verified it more than once.

 The only configuration that is working is when java.home=E:/JRun4/jre in
 the jvm.config file.

 I'm stumped with this one and would really appreciate any insight.

 Thanks,
 Steve


 

~|
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:355178
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm