Hi
I created an web application which has an integration with MS Excel. I used
jacozoom for this integration. I deploy this application on Tomcat 6.0.26.
When I run Tomcat as service my application is throwing following error.
Exception Text: com.inzoom.comjni.ComJniException: code=0x800a03ec Type=
com.inzoom.comjni.ComJniException.eComError
at com.inzoom.comjni.jcw.IUnknownJCW.jniVtblCall(Native Method)
at
com.inzoom.comjni.jcw.IUnknownJCW.vtblCall(IUnknownJCW.java:75)
at com.ms2k3.Excel.jcw.WorkbooksJCW.open(WorkbooksJCW.java:1133)
at
com.edsplm.tc.req.web.ExcelUtil.ExcelConverter.convertToMhtml(ExcelConverter.java:91)
But when I start the Tomcat from command line it works fine without any error.
What can be the cause of this problem? The error is thrown only in case of
Windows 2008 Server. If I install the Tomcat on Windows XP it works fine( as a
service). My application has a dependency on some jacozoom dlls which are
package inside the war file. I tried keeping them outside of tomcat and giving
the full path of this folder to my application then also this fails. The
Tomcat gets started properly. It fails when accessing the URL.
I am really stuck here.
Thanks and Regards
Praveen Kamatnurkar