Hello....
I currently have a production server that runs:
Windows Server 2008 R2 64 Bit
IIS 7.5
Cold Fusion 9.0.1 32 Bit (JVM version 1.6.0_17)
Our website uses a COM object to generate JPG images which emulate a GIS system. Everything works well on this config.
I need to setup a new production server, with Windows Server 2008 R2 64 Bit, IIS 7.5
I have tried to install both ColdFusion 9.0.2 (JVM Version 1.6.0_29) as well as ColdFusion 10.0.0 (JVM Version 1.6.0_29).
In both cases, I cannot invoke my COM object. I receive an object instantiation error.
Here is what the CF Log says:
An exception occurred when instantiating a COM object.The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed.
I confirmed that on this server, ColdFusion 9.0.0 (JVM version 1.6.0_14) works, so I'm pretty certain that it is not an object registration error or anything.
I have attempted to install ColdFusion 10.0.0 with JVM version 1.6.0_17, but cannot start the coldfusion application after making these adjustments. Does anyone have any suggestions to either:
Get my COM object to work under a standard 10.0.0 (1.6.0_29) environment
-or-
Downgrade Java VM in CF10 to 1.6.0_17
Thanks for your time!