HI all
i need an urgent assistance regarding my below error,
We are using jacob-1.15-M4 to be able to use Microsoft word functionalities over a word file from our application.
In WebSphere 32 bit we are putting “jacob-1.15-M4-x86.dll “ in the bin folder and “jacob.jar” and it is working fine.
In WebSphere 64 bit we are putting “jacob-1.15-M4-x64.dll “ in the bin folder and “jacob.jar”, it is working fine if we run the WebSphere 64 bit using myEclipse 7.5 blue which runs Javaw.exe, but if we run the server as usual (runs java.exe) the Jacob is able to view the file (which means that the application recognized Jacob library) but an issue appears when we are trying to modify something in the document and save it “Memory out of space” although it works fine when running the same application in the same server but by running the webSphere from myEclipse.
the WAS systemout.log through this exception:com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet getWordDoc in application SJCCorrespondence. Exception created : com.jacob.com.ComFailException: Invoke of: Open
Source: Microsoft Word
Description: There is insufficient memory. Save the document now.
(C:\Programs\IBM\…\template.doc)
briefly: if you start the WAS from eclipse the application is working perfect but if you start the WAS normally (using startserver.bat from WAS profile bin folder) the application generate the above error