Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-14 Thread Eric Roberts

So just for clarification (looking at any Adobe engineers on the list and 
poking them) Does COM work on CF9 64bit on Win 2008 64bit?  I can't seem to get 
a straight answer from Adobe or from the CF9 docs.  Is it a case of a 32 bit 
com object not workign?  Would a 64bit COM object work?  Does it need some sort 
of wrapper?  This is the only thing holding us back on flipping the switch and 
making our new 64bit servers (and the past 3 months of work) live.  Is there an 
official statement somewhere one way or the other.  This is kinda big for Adobe 
to be so silent about it.  Before someone says it...yes I entered it as a bug 
;-)

Eric

> Additional info on this:
> 
> What this process is doing is taking some images and music and putting 
> them together to create a slide show and creates an exe file. I would 
> assume that whatever com object/java or whatever that is built into CF 
> would all work the same in the 64bit as it does in the 32bit version.  
> I don;t believe this is anything that we have added, but I could be 
> wrong on this.  Unfortunately, the guy that did this i no longer here 
> and no one here has any knowledge of how this works. Is there a better 
> way of doing this maybe that is 64 bit friendly?  I don't know much 
> about flash and do not know AS at all.  It looks like it involves 
> jintegra (which i am assuming is built into CF), which I never really 
> looked at until digging into this.  Any help on this would be very 
> much appreciated.
> 
> Thanks!
> Eric
> 
> > This is a follow up on a discussion from back in June in regards to 
> 
> > com
> > object with CF9 on win 2008 server...
> > 
> > Background...this process loads a flash file for a video tribute 
> (for
> > funeral homes)...
> > 
> > The odd thing for me is that  I have been running this with no issue 
> 
> > for the
> > past 2 weeks and for no known reason, we started to get the 
> following 
> > error:
> > 
> > Any ideas as to why this popped up out of the blue after working 
> > previously
> > on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)
> > 
> > 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.   The error occurred in
> > *C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> cfm:
> > line 81*
> > *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm: 
> > line
> > 267
> > *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm: 
> > line 2
> > *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm: 
> > line 1
> > *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: 
> > line 49
> > *Called 
> > from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> 
> > cfm:
> > line 81
> > *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm: 
> > line
> > 267
> > *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm: 
> > line 2
> > *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm: 
> > line 1
> > *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: 
> > line 49
> > 
> > 79 :
> > 80 : *81 :  action="create"
> > class="Replacer.replace" name="replacer" type="com">*
> > 82 : gikeke?kd===h?dl...@fac>JKHCL")>
> > 83 : 
> > 
  
> 
> > --
   
> 
> > Resources:
> > 
   
> 
> > - Check the ColdFusion documentation
> > to verify that you are using the
> > correct syntax.
   
> 
> > - Search the Knowledge Base  
> 
> > to
   
> 
> > find a solution to your problem.
> > 
 
> 
> > Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.
> 9)
> > Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
> > Referrer
> > http://devint.meaningfulfunerals.net/fh/admin/vt_index.
> cfm?&fh_id> 
> =10273&s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733A&o_id=413378&vt_type=1
> > Date/Time   12-Oct-10 10:07 AM Stack Trace   at
> > cfdownload_create22ecfm1127011690.
> > 
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> 
> > cfm:81)
> > at
> > cftemplate2ecfm476814760.
> > _factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm:267)
> > at
> > cftemplate2ecfm476814760.
> > _factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> > at
> > cftemplate2ecfm476814760.
> > runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> > at
> > cfvt_download2ecfm373307081.
> > runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
> > at
> > cfdownload_create22ecfm1127011690.
> > 
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> 
> > cfm:81)
> > at
> > cftemplate2ecfm476814760.
> > _factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.
> cfm:267)
> > at
> > cftemplate2ecfm476814760.
> > _factor6(C:\inetpub\www

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-13 Thread Eric Roberts

No it gets restarted often as we are doing a lot of testing on it before it 
becomes a real production server.  Thanks anyway man ;-)

I think I just need to find a Java or .Net solution as I don't think i am 
getting anywhere with COM objects.

Eric

>> We don't do auto updates...so I doubt there was anything updated.
>
>It might be worth looking at the server's update history just to make
>sure.  Even an old update may not have taken effect till a restart (if
>you restarted lately).  Other than that, I don't have anything else
>useful to add...
>
>-Cameron
>
>-- 
>Cameron Childress
>Sumo Consulting Inc
>http://www.sumoc.com
>---
>cell:  678.637.5072
>aim:   cameroncf
>email: camer...@gmail.

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


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-13 Thread Cameron Childress

On Tue, Oct 12, 2010 at 5:24 PM, Eric Roberts
 wrote:
> We don't do auto updates...so I doubt there was anything updated.

It might be worth looking at the server's update history just to make
sure.  Even an old update may not have taken effect till a restart (if
you restarted lately).  Other than that, I don't have anything else
useful to add...

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: camer...@gmail.

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


RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

We don't do auto updates...so I doubt there was anything updated.  There may
have been some components missing...I am not 100% this was tested yet on the
new server.  I tried updating the active x control it calls and still get
the same error.  So I am still not sure of the source of the problem.  I can
name the class call to anything and I still get the error, so I am not
confident the call is correct.  I wonder if they changed how class calls in
com objects are referred from 2003 to 2008?

-Original Message-
From: DURETTE, STEVEN J (ATTASIAIT) [mailto:sd1...@att.com] 
Sent: Tuesday, October 12, 2010 4:28 PM
To: cf-talk
Subject: RE: 32-bit / 64-bit COM object issues in ColdFusion 9


I believe they just did do some kind of update to COM. I was just
reading something that mentioned it.

You may have to roll back the update to make it work the way you expect.

That's a security/stability decision for Eric though.

Steve


-Original Message-
From: Cameron Childress [mailto:camer...@gmail.com] 
Sent: Tuesday, October 12, 2010 4:25 PM
To: cf-talk
Subject: Re: 32-bit / 64-bit COM object issues in ColdFusion 9


Total shot in the dark, but isn't the second Tuesday of every month
Microsoft's designated update time?  Did your server auto update
itself overnight?  You might not have changed anything but the dark
unseen forces of Microsoft may have...

-Cameron



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


RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread DURETTE, STEVEN J (ATTASIAIT)

I believe they just did do some kind of update to COM. I was just
reading something that mentioned it.

You may have to roll back the update to make it work the way you expect.

That's a security/stability decision for Eric though.

Steve


-Original Message-
From: Cameron Childress [mailto:camer...@gmail.com] 
Sent: Tuesday, October 12, 2010 4:25 PM
To: cf-talk
Subject: Re: 32-bit / 64-bit COM object issues in ColdFusion 9


Total shot in the dark, but isn't the second Tuesday of every month
Microsoft's designated update time?  Did your server auto update
itself overnight?  You might not have changed anything but the dark
unseen forces of Microsoft may have...

-Cameron

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


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Cameron Childress

On Tue, Oct 12, 2010 at 10:22 AM, Eric Roberts
 wrote:
> The odd thing for me is that  I have been running this with no issue for the
> past 2 weeks and for no known reason, we started to get the following error:
>
> Any ideas as to why this popped up out of the blue after working previously
> on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)

Total shot in the dark, but isn't the second Tuesday of every month
Microsoft's designated update time?  Did your server auto update
itself overnight?  You might not have changed anything but the dark
unseen forces of Microsoft may have...

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: camer...@gmail

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


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

This is on a server that isn't in production yet.  I am at a loss here.  I am 
sure it something to do with the 64vs32 bit issue, but this is supposed to be 
64 bit friendly.  I uninstalled the original one and installed a new version 
and I got the same error message.  I am not even sure if the server is seeing 
the control or not.  I would say that this one is beyond me ;-)  HELP!

>I'm seeing this as well, but on a CF8 server with 32 bit OS.  Every 
>time this happens I also get an email from FusionReactor that we're 
>hitting less than 2% of memory available, or that the server has started 
>to queue up requests.  So, to me, this would indicate it's out of memory 
>issue.  It's not happening after every request, just during periods of 
>heavy load.
>
>
>Matthew Williams
>Geodesic GraFX
>www.geodesicgrafx.com/blog
>
>On 10/12/2010 10:22 AM, Eric Roberts wrote:
>> 

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


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

This is on a server that isn't in production yet...I am not very familiar with  
com objects, but I would assume they are like any other object in how they are 
referenced. I even installed a newer version and it doesn't seem to have an 
effect.  I am lost here on this issue.


>I'm seeing this as well, but on a CF8 server with 32 bit OS.  Every 
>time this happens I also get an email from FusionReactor that we're 
>hitting less than 2% of memory available, or that the server has started 
>to queue up requests.  So, to me, this would indicate it's out of memory 
>issue.  It's not happening after every request, just during periods of 
>heavy load.
>
>
>Matthew Williams
>Geodesic GraFX
>www.geodesicgrafx.com/blog
>
>On 10/12/2010 10:22 AM, Eric Roberts wrote:
>> 

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


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Matthew Williams

  I'm seeing this as well, but on a CF8 server with 32 bit OS.  Every 
time this happens I also get an email from FusionReactor that we're 
hitting less than 2% of memory available, or that the server has started 
to queue up requests.  So, to me, this would indicate it's out of memory 
issue.  It's not happening after every request, just during periods of 
heavy load.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 10/12/2010 10:22 AM, Eric Roberts wrote:
> This is a follow up on a discussion from back in June in regards to com
> object with CF9 on win 2008 server...
>
> Background...this process loads a flash file for a video tribute (for
> funeral homes)...
>
> The odd thing for me is that  I have been running this with no issue for the
> past 2 weeks and for no known reason, we started to get the following error:
>
> Any ideas as to why this popped up out of the blue after working previously
> on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)
>
> 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.   The error occurred in
> *C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
> line 81*
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49
> *Called 
> from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
> line 81
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49
>
> 79 :
> 80 :*81 : class="Replacer.replace" name="replacer" type="com">*
> 82 :gikeke?kd===h?dl...@fac>JKHCL")>
> 83 :
>
>--
> Resources:
>
> - Check the ColdFusion documentation
> to verify that you are using the
> correct syntax.
> - Search the Knowledge Base  to
> find a solution to your problem.
>
>   Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9)
> Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
> Referrer
> http://devint.meaningfulfunerals.net/fh/admin/vt_index.cfm?&fh_id=10273&s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733A&o_id=413378&vt_type=1
> Date/Time   12-Oct-10 10:07 AM Stack Trace   at
> cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
> at
> cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
> at
> cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
> at
> cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
>
>
> java.lang.RuntimeException: Can not use native code: Initialisation failed
>   at com.linar.jintegra.NativeObjRef.(Unknown Source)
>   at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
>   at com.linar.jintegra.Dispatch.(Unknown Source)
>   at 
> com.intrinsyc.typeInfo.IMacroViewerProxy.(IMacroViewerProxy.java:32)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:90)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:69)
>   at 
> com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java:50)
>   at coldfusion.runtime.com.ComProxy.(ComProxy.java:114)
>   at 
> coldfusion.runtime.com.ComProxyFactory.getProxy(ComProxyFactory.java:41)
>   at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
>   at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4949)
>   at coldfusion.tagext.lang.ObjectTag.doStartTag(ObjectTag.java:427)
>   at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
>   at 
> cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
>   at c

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

Additional info on this:

What this process is doing is taking some images and music and putting them 
together to create a slide show and creates an exe file. I would assume that 
whatever com object/java or whatever that is built into CF would all work the 
same in the 64bit as it does in the 32bit version.  I don;t believe this is 
anything that we have added, but I could be wrong on this.  Unfortunately, the 
guy that did this i no longer here and no one here has any knowledge of how 
this works. Is there a better way of doing this maybe that is 64 bit friendly?  
I don't know much about flash and do not know AS at all.  It looks like it 
involves jintegra (which i am assuming is built into CF), which I never really 
looked at until digging into this.  Any help on this would be very much 
appreciated.

Thanks!
Eric

> This is a follow up on a discussion from back in June in regards to 
> com
> object with CF9 on win 2008 server...
> 
> Background...this process loads a flash file for a video tribute (for
> funeral homes)...
> 
> The odd thing for me is that  I have been running this with no issue 
> for the
> past 2 weeks and for no known reason, we started to get the following 
> error:
> 
> Any ideas as to why this popped up out of the blue after working 
> previously
> on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)
> 
> 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.   The error occurred in
> *C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
> line 81*
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: 
> line 49
> *Called 
> from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> cfm:
> line 81
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: 
> line 49
> 
> 79 :
> 80 : *81 :  class="Replacer.replace" name="replacer" type="com">*
> 82 : gikeke?kd===h?dl...@fac>JKHCL")>
> 83 : 
> 
  
> --
   
> Resources:
> 
   
> - Check the ColdFusion documentation
> to verify that you are using the
> correct syntax.
   
> - Search the Knowledge Base  
> to
   
> find a solution to your problem.
> 
 
> Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9)
> Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
> Referrer
> http://devint.meaningfulfunerals.net/fh/admin/vt_index.
cfm?&fh_id> 
=10273&s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733A&o_id=413378&vt_type=1
> Date/Time   12-Oct-10 10:07 AM Stack Trace   at
> cfdownload_create22ecfm1127011690.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> cfm:81)
> at
> cftemplate2ecfm476814760.
> _factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760.
> _factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.
> runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
> at
> cfdownload_create22ecfm1127011690.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> cfm:81)
> at
> cftemplate2ecfm476814760.
> _factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760.
> _factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.
> runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
> 
> 
> java.lang.RuntimeException: Can not use native code: Initialisation 
> failed
>   at com.linar.jintegra.NativeObjRef.(Unknown Source)
>   at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
>   at com.linar.jintegra.Dispatch.(Unknown Source)
>   at com.intrinsyc.typeInfo.IMacroViewerProxy.(IMacroViewerProxy.
> java:32)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:90)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:69)
>   at com.intrinsyc.typeInfo.InterfaceInfoFactory.
> getInfoGivenPROGID(InterfaceInfoFactory.java:50)
>   at coldfusion.runtime.com.ComProxy.(ComProxy.java:114)
>   at coldfusion.runtime.com.ComProxyFactory.getProxy(ComP

re:32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

This is a follow up on a discussion from back in June in regards to com
object with CF9 on win 2008 server...

Background...this process loads a flash file for a video tribute (for
funeral homes)...

The odd thing for me is that  I have been running this with no issue for the
past 2 weeks and for no known reason, we started to get the following error:

Any ideas as to why this popped up out of the blue after working previously
on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)

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.   The error occurred in
*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
line 81*
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
267
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
*Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49
*Called from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
line 81
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
267
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
*Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49

79 :
80 : *81 : *
82 : gikeke?kd===h?dl...@fac>JKHCL")>
83 : 

  --
   Resources:

   - Check the ColdFusion documentation
to verify that you are using the
correct syntax.
   - Search the Knowledge Base  to
   find a solution to your problem.

 Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9)
Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
Referrer
http://devint.meaningfulfunerals.net/fh/admin/vt_index.cfm?&fh_id=10273&s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733A&o_id=413378&vt_type=1
Date/Time   12-Oct-10 10:07 AM Stack Trace   at
cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
at
cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
at
cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
at
cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
at
cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
at
cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
at
cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
at
cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
at
cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
at
cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)


java.lang.RuntimeException: Can not use native code: Initialisation failed
at com.linar.jintegra.NativeObjRef.(Unknown Source)
at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
at com.linar.jintegra.Dispatch.(Unknown Source)
at 
com.intrinsyc.typeInfo.IMacroViewerProxy.(IMacroViewerProxy.java:32)
at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:90)
at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:69)
at 
com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java:50)
at coldfusion.runtime.com.ComProxy.(ComProxy.java:114)
at 
coldfusion.runtime.com.ComProxyFactory.getProxy(ComProxyFactory.java:41)
at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4949)
at coldfusion.tagext.lang.ObjectTag.doStartTag(ObjectTag.java:427)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at 
cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at 
cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
at 
cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
at 
cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at co

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-06-09 Thread Matthew Small

Mark is correct.  This is not a CF limitation but a part of Windows, which is 
probably why you're finding the info on the Adobe site.  32-bit DLLs will not 
load in a 64-bit process. You can run a 32-bit IIS process on Windows 2008 x64 
alongside x64 IIS processes but you will also have to run 32-bit CF as well for 
the 32-bit IIS process.


>Laurie,
>
>You will need a 64bit version of the COM. Moreover, Win2003 to Win2008 is a
>fairly substantial move where COM is largely deprecated in favor of .NET.
>
>-Mark
>
>
>Mark A. Kruger, MCSE, CFG
>(402) 408-3733 ext 105
>Skype: markakruger
>www.cfwebtools.com
>www.coldfusionmuse.com
>www.necfug.com
>
>
>
>We're in the process of upgrading a client site from ColdFusion MX 7 on
>Windows 2003 to ColdFusion 9 on Windows 2008.  For the most part,
>everything's gone smoothly, but we're having issues with a COM object
>they've been using since before we took over management of their site in
>2005.  The error we get is: 
>
>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. 
>
>In scouring the 'net for almost 8 hours yesterday I found a few posts on
>message boards or in comments on blogs which claim that ColdFusion 9 running
>in 64-bit will not work with a 32-bit COM object.  But I've picked through
>the Adobe site and haven't been able to find any concrete proof of this.
>
>If this is in fact true, it's going to cause a whole host of headaches and
>additional costs for the client, so I'm looking for some confirmation.  Can
>anyone confirm this is the case, or -- even better -- provide a link to
>someplace where Adobe confirms it?
>
>Thanks in advance!
>
>-laurie 

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


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-06-09 Thread Dave Watts

> In scouring the 'net for almost 8 hours yesterday I found a few posts on 
> message boards or in comments on blogs which claim
> that ColdFusion 9 running in 64-bit will not work with a 32-bit COM object.  
> But I've picked through the Adobe site and haven't been
> able to find any concrete proof of this.
>
> If this is in fact true, it's going to cause a whole host of headaches and 
> additional costs for the client, so I'm looking for some
> confirmation.  Can anyone confirm this is the case, or -- even better -- 
> provide a link to someplace where Adobe confirms it?

I can't provide a link, but I can confirm it. Your best bet is
probably to just install the 32-bit version of CF on your Windows
server.

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 onsit

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


RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-06-09 Thread Mark A. Kruger

Laurie,

You will need a 64bit version of the COM. Moreover, Win2003 to Win2008 is a
fairly substantial move where COM is largely deprecated in favor of .NET.

-Mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Laurie Carr [mailto:lc...@d2creative.com] 
Sent: Wednesday, June 09, 2010 9:33 AM
To: cf-talk
Subject: 32-bit / 64-bit COM object issues in ColdFusion 9


We're in the process of upgrading a client site from ColdFusion MX 7 on
Windows 2003 to ColdFusion 9 on Windows 2008.  For the most part,
everything's gone smoothly, but we're having issues with a COM object
they've been using since before we took over management of their site in
2005.  The error we get is: 

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. 

In scouring the 'net for almost 8 hours yesterday I found a few posts on
message boards or in comments on blogs which claim that ColdFusion 9 running
in 64-bit will not work with a 32-bit COM object.  But I've picked through
the Adobe site and haven't been able to find any concrete proof of this.

If this is in fact true, it's going to cause a whole host of headaches and
additional costs for the client, so I'm looking for some confirmation.  Can
anyone confirm this is the case, or -- even better -- provide a link to
someplace where Adobe confirms it?

Thanks in advance!

-laurie 



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