Ok...they got us a 64bit com object, but I am not convinced that we are even
looking at it right.  I put the dll in system32, used regsvr32 to register
it and i still get the same error as I did with the 32 bit dll. (see below
with stack trace)



here is how I am calling it...

*<cfobject action="create" class="Replacer264.replace" name="replacer"
type="com">

the name fo the dll is Replacer264.dll

I have also tried <cfset
replacer=createObject("com","Replacer264.replace")> to no avail...

Am i doing something wrong?

Help!

a very frustrated Eric...

Here's the error and stack trace...thanks in advance...

*

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 82*
*Called from* C:\inetpub\wwwroot\weblink\templates\2000\template.cfm: line
258
*Called from* C:\inetpub\wwwroot\weblink\templates\2000\template.cfm: line 2
*Called from* C:\inetpub\wwwroot\weblink\templates\2000\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 82
*Called from* C:\inetpub\wwwroot\weblink\templates\2000\template.cfm: line
258
*Called from* C:\inetpub\wwwroot\weblink\templates\2000\template.cfm: line 2
*Called from* C:\inetpub\wwwroot\weblink\templates\2000\template.cfm: line 1
*Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49

80 : <!--- Create the screensaver --->
81 : *82 : <cfobject action="create" class="Replacer264.replace"
name="replacer" type="com">*
83 :
84 :

  ------------------------------
   Resources:

   - Check the ColdFusion documentation
<http://www.adobe.com/go/prod_doc>to verify that you are using the
correct syntax.
   - Search the Knowledge Base <http://www.adobe.com/go/prod_support/> 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=78CF5A6A-D8B2-0499-2158F5317E9AAEB1&o_id=413378&vt_type=1
Date/Time   18-Oct-10 08:29 AM     Stack Trace   at
cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:82)
at
cftemplate2ecfm1384931961._factor2(C:\inetpub\wwwroot\weblink\templates\2000\template.cfm:258)
at
cftemplate2ecfm1384931961._factor3(C:\inetpub\wwwroot\weblink\templates\2000\template.cfm:2)
at
cftemplate2ecfm1384931961.runPage(C:\inetpub\wwwroot\weblink\templates\2000\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:82)
at
cftemplate2ecfm1384931961._factor2(C:\inetpub\wwwroot\weblink\templates\2000\template.cfm:258)
at
cftemplate2ecfm1384931961._factor3(C:\inetpub\wwwroot\weblink\templates\2000\template.cfm:2)
at
cftemplate2ecfm1384931961.runPage(C:\inetpub\wwwroot\weblink\templates\2000\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.<init>(Unknown Source)
        at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
        at com.linar.jintegra.Dispatch.<init>(Unknown Source)
        at 
com.intrinsyc.typeInfo.IMacroViewerProxy.<init>(IMacroViewerProxy.java:32)
        at com.intrinsyc.typeInfo.MacroViewer.<init>(MacroViewer.java:90)
        at com.intrinsyc.typeInfo.MacroViewer.<init>(MacroViewer.java:69)
        at 
com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java:50)
        at coldfusion.runtime.com.ComProxy.<init>(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:82)
        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 
cftemplate2ecfm1384931961._factor2(C:\inetpub\wwwroot\weblink\templates\2000\template.cfm:258)
        at 
cftemplate2ecfm1384931961._factor3(C:\inetpub\wwwroot\weblink\templates\2000\template.cfm:2)
        at 
cftemplate2ecfm1384931961.runPage(C:\inetpub\wwwroot\weblink\templates\2000\template.cfm:1)
        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 
cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:363)
        at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
        at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
        at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
        at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.CfmServlet.service(CfmServlet.java:200)
        at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at com.seefusion.Filter.doFilter(Filter.java:49)
        at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at 
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
        at 
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


*



*


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

Reply via email to