day, February 22, 2014 8:02 PM
To: cf-talk
Subject: COM object problem on fresh CF 9 server
Hi,
I've just set up a new server running CF 9.0.2 standard. I'm getting the
following error message when trying to instantiate a COM object:
-
An exception occurred when
Hi,
I've just set up a new server running CF 9.0.2 standard. I'm getting the
following error message when trying to instantiate a COM object:
-
An exception occurred when instantiating a COM object.
The cause of this exception was that: java.lang.RuntimeException: Can not u
a COM object.
even though cf is 32bit, you are still using a 32bit com object on a 64bit
os, which is your problem.
try this
http://www.gfi.com/blog/32bit-object-64bit-environment/
On Wed, Dec 4, 2013 at 3:23 PM, Shiny Star wrote:
>
> Hello All,
>
> I am getting below error, when t
Watts wrote:
>
> >> it very much depends on the com object then I guess as I have had this
> same
> >> issue. Office would be different presumably because it is a desktop
> >> application.
> >
> > Office is chock-full of COM objects, which are 32-bit in
>> it very much depends on the com object then I guess as I have had this same
>> issue. Office would be different presumably because it is a desktop
>> application.
>
> Office is chock-full of COM objects, which are 32-bit in the 32-bit
> version of Office and which c
> it very much depends on the com object then I guess as I have had this same
> issue. Office would be different presumably because it is a desktop
> application.
Office is chock-full of COM objects, which are 32-bit in the 32-bit
version of Office and which can be automated via scripts
it very much depends on the com object then I guess as I have had this same
issue. Office would be different presumably because it is a desktop
application.
On Wed, Dec 4, 2013 at 4:59 PM, Dave Watts wrote:
>
> > even though cf is 32bit, you are still using a 32bit com object on
> even though cf is 32bit, you are still using a 32bit com object on a 64bit
> os, which is your problem.
>
> try this
>
> http://www.gfi.com/blog/32bit-object-64bit-environment/
While that blog post is quite interesting (so thanks!), you can
certainly use 32-bit COM obje
even though cf is 32bit, you are still using a 32bit com object on a 64bit
os, which is your problem.
try this
http://www.gfi.com/blog/32bit-object-64bit-environment/
On Wed, Dec 4, 2013 at 3:23 PM, Shiny Star wrote:
>
> Hello All,
>
> I am getting below error, when trying to i
Hello All,
I am getting below error, when trying to initiate COM object.
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 am running CF9.02 32 bit on 64 bit Win OS
Thanks. I actually did read the manual before posting. I appreciate the
assistance.
> Here's a reference for merging PDF files with CF9:
>
> http://help.adobe.com/en_US/ColdFusion/9.
> 0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-798f.html
~~~
On Mon, Aug 12, 2013 at 10:38 AM, daniel kessler wrote:
>
> We are moving from cf7 to cf9 and because of that, we can no longer use
> COM objects. I've replaced most of the code with cf9 calls, but I cannot
> do so with CopyForm, which copies pages of the form.
>
> Can anyone recommend a path f
We are moving from cf7 to cf9 and because of that, we can no longer use COM
objects. I've replaced most of the code with cf9 calls, but I cannot do so
with CopyForm, which copies pages of the form. Here is an example:
http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html
On 8/10/2013 12:00 AM, daniel kessler wrote:
> Can anyone recommend a path for correcting this? I don't know the cf pdf
> calls well. Is there a replacemnt for this within cf9?
not sure about cf itself, but i concatenated PDFs before using iText.
~~
We are moving from cf7 to cf9 and because of that, we can no longer use COM
objects. I've replaced most of the code with cf9 calls, but I cannot do so
with CopyForm, which copies pages of the form. Here is an example:
http://www.activepdf.com/AltDownloads/Documentation/TK2011/CopyForm.html
Are you on a 64-bit OS? They don't support COM.
On 7/16/12 12:28 AM, Megha Kolpyakwar wrote:
> hi
> Wwhen I try to use cfobject for code it gives an error
> name="XMLDoc">
>
>
>
> The error message is
>
>
> An exception occurred when
hi
Wwhen I try to use cfobject for code it gives an error
The error message 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.
I am using coldfusion 8. Also
or the many others who have open source projects at www.riaforge.org
On Wed, Apr 20, 2011 at 11:19 PM, Maureen wrote:
>
> Only that which is not based on code written by Ben Forta or Ray Camden.
>
> On Wed, Apr 20, 2011 at 2:43 PM, Bobby Hartsfield
> wrote:
> >
> > Isn't all code in existenc
Only that which is not based on code written by Ben Forta or Ray Camden.
On Wed, Apr 20, 2011 at 2:43 PM, Bobby Hartsfield wrote:
>
> Isn't all code in existence based off of code originally written by Ben
> Nadel?
~|
Order the
AM
To: cf-talk
Subject: RE: Creating COM object - troubleshooting
Here are the cfcs we developed based off of code originally developed by ben
Nadel...some of the modification ideas were based off another site as well
and I am drawing a complete blank, at the moment, who that blogger was...so
i
Here are the cfcs we developed based off of code originally developed by ben
Nadel...some of the modification ideas were based off another site as well
and I am drawing a complete blank, at the moment, who that blogger was...so
if you remember the convo we had, please pop up ;-)
Banner.cfc has so
> I'm showing my newbie-ness here but would Java offer a way out of this
> problem? The vendor offers JAva examples
> (http://www.acasystems.com/en/web-thumb-activex/faq-convert-html-to-image-in-java.htm)
> and I'm wondering if it
> would be (easily?) possible to compile a JAR that exposes the r
1, at 11:42, Russ Michaels wrote:
>
> if it is critical for you to use this COM object, then here is one
> suggestion.
> Install CF 32 bit on the server as well, and just have one folder on your
> server set to use the 32bit connectors just so you can use your COM object.
>
>
if it is critical for you to use this COM object, then here is one
suggestion.
Install CF 32 bit on the server as well, and just have one folder on your
server set to use the 32bit connectors just so you can use your COM object.
On Tue, Apr 19, 2011 at 9:06 AM, Stefan Richter wrote:
>
&g
I'm showing my newbie-ness here but would Java offer a way out of this problem?
The vendor offers JAva examples
(http://www.acasystems.com/en/web-thumb-activex/faq-convert-html-to-image-in-java.htm)
and I'm wondering if it would be (easily?) possible to compile a JAR that
exposes the relevant
with how MS is depreciating COM in favor of .NET.
>
> -Original Message-
> From: Stefan Richter [mailto:ste...@flashcomguru.com]
> Sent: Monday, April 18, 2011 14:12
> To: cf-talk
> Subject: Re: Creating COM object - troubleshooting
>
>
> Thanks,
> Soun
> Again it is has something to do with how MS is depreciating COM in favor of
> .NET.
Well, this is kind of true, but not entirely true. CF uses a
third-party Java-COM library from JIntegra. They don't make a 64-bit
version of their library. There's nothing (that I know of) stopping
them from do
at could successfully run it.
But this is pretty close to irrelevant - there's no guarantee that a
COM object exposes useful functions for RUNDLL32.EXE to invoke.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Fig Leaf Software is a Veteran-Owne
From: Eric Roberts [mailto:ow...@threeravensconsulting.com]
Sent: Monday, April 18, 2011 4:01 PM
To: cf-talk
Subject: RE: Creating COM object - troubleshooting
ImageCR will not work...you will have to replace it with the cfimage tag or
take a look at a thread we had here last fall in regards (Septemb
: Monday, April 18, 2011 14:12
To: cf-talk
Subject: Re: Creating COM object - troubleshooting
Thanks,
Sounds like the best way forward is to ask the vendor for a 64bit dll...
Thanks again, at least I can stop trying now :-)
Cheers
Stefan
On 18 Apr 2011, at 18:48, Dave Watts wrote:
>
>&g
Subject: Re: Creating COM object - troubleshooting
> Is there some way you could call CFEXECUTE and call a BAT file or
> something like that to run the DLL? Would this be a workaround for
> calling a COM object from CF9 or a 32 bit object from CF 64 bit? Or is
> it not possible or adv
...@threeravensconsulting.com]
Sent: Monday, April 18, 2011 4:01 PM
To: cf-talk
Subject: RE: Creating COM object - troubleshooting
ImageCR will not work...you will have to replace it with the cfimage tag or
take a look at a thread we had here last fall in regards (September or
October I think
As long as it is a COM object, it will not work.
-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Monday, April 18, 2011 12:55
To: cf-talk
Subject: Re: Creating COM object - troubleshooting
> Eh? We are using 64bit imageCR3 on a customer server... whic
g COM object - troubleshooting
Eh? We are using 64bit imageCR3 on a customer server... which I believe IS
com no?
-Mark
-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Monday, April 18, 2011 12:46 PM
To: cf-talk
Subject: Re: Creating COM object - troublesho
it
to 64 bit.
Eric
-Original Message-
From: Mark A. Kruger [mailto:mkru...@cfwebtools.com]
Sent: Monday, April 18, 2011 12:00
To: cf-talk
Subject: RE: Creating COM object - troubleshooting
Stefan,
I suspect PHP is 32bit yes... but someone else will have to chime in
definitely. It
Thanks,
Sounds like the best way forward is to ask the vendor for a 64bit dll...
Thanks again, at least I can stop trying now :-)
Cheers
Stefan
On 18 Apr 2011, at 18:48, Dave Watts wrote:
>
>> I also tried using a tag based syntax specifying the DLL directly:
>> > assembly="C:\Program F
> Is there some way you could call CFEXECUTE and call a BAT file or something
> like that to run the DLL? Would this be a workaround for calling a COM
> object from CF9 or a 32 bit object from CF 64 bit? Or is it not possible or
> advisable to do this either?
Depending on how the DL
Ah you are correct. My bad.
Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com
-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Monday, April 18, 2011 12:55 PM
To: cf-talk
Subject: Re: Creating COM object
Is there some way you could call CFEXECUTE and call a BAT file or something
like that to run the DLL? Would this be a workaround for calling a COM
object from CF9 or a 32 bit object from CF 64 bit? Or is it not possible or
advisable to do this either?
Brook
-Original Message-
From
> Eh? We are using 64bit imageCR3 on a customer server... which I believe IS
> com no?
No, it's a CFX DLL. While I haven't used any 64-bit CFX libraries, I
don't see why they wouldn't work. But 64-bit CF doesn't come with the
JIntegra functionality needed to interact with COM objects. I don'
Eh? We are using 64bit imageCR3 on a customer server... which I believe IS
com no?
-Mark
-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Monday, April 18, 2011 12:46 PM
To: cf-talk
Subject: Re: Creating COM object - troubleshooting
> First guess would
> I also tried using a tag based syntax specifying the DLL directly:
> assembly="C:\Program Files (x86)\ACASystems\ACA WebThumb
> ActiveX Control\acawebthumb.dll">
>
> Error:
> Class ACAWebThumb.ThumbMaker not found in the specified assembly list.
> The assembly that contains the class must be pr
> First guess would be 64bit vs. 32 bit. Have you matched the correct
> "version" of the COM?
There's no COM at all if you're using 64-bit CF.
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
GS
: Creating COM object - troubleshooting
Thank you.
Is this a restriction via CF then or why is it so easy to do it in PHP? Is
it because CF will run in 64bit mode and PHP is not?
Regards,
Stefan
~|
Order the Adobe Coldfusion
(402) 408-3733 ext 105
> www.cfwebtools.com
> www.coldfusionmuse.com
> www.necfug.com
>
> -Original Message-
> From: Stefan Richter [mailto:ste...@flashcomguru.com]
> Sent: Monday, April 18, 2011 10:41 AM
> To: cf-talk
> Subject: Re: Creating COM object - troubleshoo
ruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com
-Original Message-
From: Stefan Richter [mailto:ste...@flashcomguru.com]
Sent: Monday, April 18, 2011 10:41 AM
To: cf-talk
Subject: Re: Creating COM object - troubleshooting
Thanks Mark.
32/
> www.necfug.com
>
>
> -Original Message-----
> From: Stefan Richter [mailto:ste...@flashcomguru.com]
> Sent: Monday, April 18, 2011 9:38 AM
> To: cf-talk
> Subject: Creating COM object - troubleshooting
>
>
> Hi all,
> I'm trying to use a third
, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com
-Original Message-
From: Stefan Richter [mailto:ste...@flashcomguru.com]
Sent: Monday, April 18, 2011 9:38 AM
To: cf-talk
Subject: Creating COM object - troubleshooting
Hi all,
I'm trying to use
omguru.com]
Sent: Monday, April 18, 2011 9:38 AM
To: cf-talk
Subject: Creating COM object - troubleshooting
Hi all,
I'm trying to use a third party DLL called ACA Webthumb
http://www.acasystems.com/en/web-thumb-activex/
I've installed this on a Windows 2008 server running CF 9.0
matic line
> from it:
>
> WebThumbMaker = CreateObject("Com", "ACAWebThumb.ThumbMaker",
> "local");
>
> This results in error:
> An exception occurred when instantiating a COM object.
> The cause of this exception was that: java.lang.Runti
with ACA. Here's the problematic line from it:
WebThumbMaker = CreateObject("Com", "ACAWebThumb.ThumbMaker", "local");
This results in error:
An exception occurred when instantiating a COM object.
The cause of this exception was that: java.lang.RuntimeException: Can
Joanne Corless wrote:
> I'm doing some .Net integration and the values of the .Net object returned
> need to be inspected and then displayed if they are defined
>
> I've found that the conversion process brings everything back as
> rootObject.Get_ObjectName().Get_Value() which blows up if the o
> I've found that the conversion process brings everything back as
> rootObject.Get_ObjectName().Get_Value() which blows up if the
> object is empty throwing an undefined error - However if I try and use
> isDefined("rootObject.Get_ObjectName") or
> StructKeyExists(rootObject,"Get_ObjectName) -
I'm doing some .Net integration and the values of the .Net object returned need
to be inspected and then displayed if they are defined
I've found that the conversion process brings everything back as
rootObject.Get_ObjectName().Get_Value() which blows up if the object is empty
throwing an u
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?
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
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
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
dress [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
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
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 s
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
f 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 w
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
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
> Could one write a .NET wrapper for the COM object and use that?
>
> e.g. http://www.codeproject.com/KB/COM/COMinDotNet.aspx
I don't think that will work directly, because they won't be able to
run in the same process. The wrapper would have to use DCOM (I think)
to call the
Could one write a .NET wrapper for the COM object and use that?
e.g. http://www.codeproject.com/KB/COM/COMinDotNet.aspx
--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/
On 26 August 2010 22:28, Dave Watts wrote:
> If you need to use COM, you should continue using the
> http://www.j-interop.org/introduction.html
>
> Is that a good alternative? Might give it a go later.
I don't know, but from a cursory examination this appears to use DCOM,
which in my own opinion isn't a good alternative to anything. If I
recall correctly, COM objects have to be written to supp
get a COM object to work on CF 64 bit?
>
> /me runs.
>
> On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts wrote:
>
> >
> > > What about 64-bit COM code? Would non-support then have anything to do
> > with
> > > CF?
> >
> > CF x64 can't use
Ok, so how exactly to I get a COM object to work on CF 64 bit?
/me runs.
On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts wrote:
>
> > What about 64-bit COM code? Would non-support then have anything to do
> with
> > CF?
>
> CF x64 can't use COM, period. It doesn'
Ah, good to know, Dave. I just assumed it was using JNI since that is
generally how native processes are run. Thanks.
On Wed, Aug 25, 2010 at 2:09 PM, Dave Watts wrote:
>
> > What about 64-bit COM code? Would non-support then have anything to do
> with
> > CF?
>
> CF x64 can't use COM, period.
> What about 64-bit COM code? Would non-support then have anything to do with
> CF?
CF x64 can't use COM, period. It doesn't matter whether it's 32-bit
COM or 64-bit COM.
CF uses a third-party library for COM support. That library doesn't
support 64-bit COM, and the 32-bit version won't work in
> > mention or elaboration on this for developers who actually READ your
> > documentation?
> >
> > Don't you think people would need to know, from reading your
> documentation
> > when working with COM objects, that information like "Coldfusion COM
> > i
> I think they have a POST type web service - no?
It's been so many years since I've looked at their documentation I do not
know. I'm curious how others are approaching it so I'll have a place to
start when we do have to dive in again. The COM object has worked well for
:18 AM
To: cf-talk
Subject: LinkPoint on 64bit/2008, was RE: COM Object support in 64-bit -
Vague and Unclear
> COM is not really supported by windows a la 2008
> either - except via .NET interop. Right?
This brings up an interesting point for me. We use the LinkPoint API COM
object on
> COM is not really supported by windows a la 2008
> either - except via .NET interop. Right?
This brings up an interesting point for me. We use the LinkPoint API COM
object on our 32-bit Windows 2003 servers at present and have been
considering an upgrade to 2008 and 64-bit CF9. Is
...@figleaf.com]
Sent: Wednesday, August 25, 2010 8:56 AM
To: cf-talk
Subject: Re: COM Object support in 64-bit - Vague and Unclear
> COM is not really supported by windows a la 2008 either - except via .NET
> interop. Right?
I'm not really sure about that, exactly. I know that Micros
> COM is not really supported by windows a la 2008 either - except via .NET
> interop. Right?
I'm not really sure about that, exactly. I know that Microsoft doesn't
intend people to do COM programming for newer versions of Windows. But
in any case, I've stayed well away from COM in any CF projec
: Tuesday, August 24, 2010 9:28 PM
To: cf-talk
Subject: Re: COM Object support in 64-bit - Vague and Unclear
>> Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no
support for COM
>> INTEROPERABILITY -
http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418
&
in 64-bit version" IS IMPORTANT?
>
> Also, a lot of times these COM objects are 3rd party components which the
> CF programmer did not code themselves, and just have the COM object
> interfaces to play with - why would you go and assume we would know what COM
> INTEROPERABILITY co
>> Dear Adobe Coldfusion, your technote/FAQ on Colfdusion 64-bit says : no
>> support for COM
>> INTEROPERABILITY - http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418
>>
>> Can you please elaborate on that in relation to Coldfusion 64-bit?
>>
>> Does this mean 32-bit COM won't work in 64-bi
M objects are 3rd party components which the CF
> programmer did not code
> themselves, and just have the COM object interfaces to play with - why would
> you go and assume we would
> know what COM INTEROPERABILITY covers, and not provide any further
> elaboration?
There really
OM
interoperability not supported in 64-bit version" IS IMPORTANT?
Also, a lot of times these COM objects are 3rd party components which the CF
programmer did not code themselves, and just have the COM object interfaces to
play with - why would you go and assume we would know what COM
08-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 sm
> 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
-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 Wi
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 thei
I gave up on what I was doing back a couple months ago, which was attempting to
provide a server-wide thread-safe service to the same com object. However I'm
running into a memory problem now in another process that uses the com object,
and it may be the source of my problem though I can&
"Not all data is passed by value"
yeah, I meant passed to the com object method by value which is how I
understand that data to be passed. You are correct that I'm not passing queries
or structs, just strings to com object methods.
"Well, CF doesn't handle COM ob
> I am having some really odd issues with a com object.
> Requests to a single method call such as
> "object.setField("city",arguments.city)" are leading to
> variables being created in variables scope of a cfc. For
> example if I dump the variables scope
I am having some really odd issues with a com object. Requests to a single
method call such as "object.setField("city",arguments.city)" are leading to
variables being created in variables scope of a cfc. For example if I dump the
variables scope before and after the meth
For anyone still reading this thread, I downloaded the java API from
cybersource's site, extracted it and there is a coldfusion folder in there. If
you view the readme file it has a section about configuring coldfusion and what
class paths to add to the java.config file. I couldn't get CF to r
For anyone still reading this thread, I downloaded the java API from
cybersource's site, extracted it and there is a coldfusion folder in there. If
you view the readme file it has a section about configuring coldfusion and what
class paths to add to the java.config file. I couldn't get CF to r
the permissions you give the
account.
John
[EMAIL PROTECTED]
-Original Message-
From: jonese [mailto:[EMAIL PROTECTED]
Sent: Friday, July 06, 2007 1:15 PM
To: CF-Talk
Subject: Re: Using a Custom COM Object
Got it registered now it work. Thanks michael!
jonese
On 7/6/07, Dawson
k
> Subject: Re: Using a Custom COM Object
>
> Tried that Dave didn't work. gave me the "java.lang.Exception: Invalid
> COM object" error.
>
> An exception occurred when instantiating a Com object.
> The cause of this exception was that:
> coldfusion.runtime.co
No how do i do that?
jonese
On 7/6/07, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> Have you registered the object yet?
>
> -Original Message-
> From: jonese [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 06, 2007 10:29 AM
> To: CF-Talk
> Subject: Re: Using a
[mailto:[EMAIL PROTECTED]
> Sent: Friday, July 06, 2007 11:29 AM
> To: CF-Talk
> Subject: Re: Using a Custom COM Object
>
> Tried that Dave didn't work. gave me the "java.lang.Exception: Invalid COM
> object" error.
>
> An exception occurred
Which windows account is Coldfusion running under?
John
[EMAIL PROTECTED]
-Original Message-
From: jonese [mailto:[EMAIL PROTECTED]
Sent: Friday, July 06, 2007 11:29 AM
To: CF-Talk
Subject: Re: Using a Custom COM Object
Tried that Dave didn't work. gave me the "java.lang
Have you registered the object yet?
-Original Message-
From: jonese [mailto:[EMAIL PROTECTED]
Sent: Friday, July 06, 2007 10:29 AM
To: CF-Talk
Subject: Re: Using a Custom COM Object
Tried that Dave didn't work. gave me the "java.lang.Exception: Invalid
COM object" error.
> Tried that Dave didn't work. gave me the
> "java.lang.Exception: Invalid COM object" error.
Are you sure you registered the object with regsvr32?
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
Fig Leaf Software provides the highest caliber vendor-authoriz
1 - 100 of 359 matches
Mail list logo