RE: DCOM problem in Tomcat 6 on Windows

2007-12-13 Thread Karsten Silz
Hello! > Karsten, > > You didn't mention if you were running Tomcat as a service. > I'll assume you are. Yes. [snip] > Just for grins, have you tried using the identical DLL to run > this console program? Yes - they are in different directories but are otherwise identical (size, data, SHA-1

Re: DCOM problem in Tomcat 6 on Windows

2007-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karsten, You didn't mention if you were running Tomcat as a service. I'll assume you are. Karsten Silz wrote: > The call to "CoCreateInstanceEx" in the DLL is returning an error > code of 0x800706BA, which translates to the message "The RPC server >

DCOM problem in Tomcat 6 on Windows

2007-12-11 Thread Karsten Silz
Hi! I'm having a problem with Tomcat 6.0.13, running on JDK 1.6u1, under both Windows XP, SP2, and Windows Vista Business (up-to-date). I have a web application that loads a DLL (located in the "bin" directory of Tomcat) and then calls a native method in this DLL. This method tries to create a C