- This topic has 2 replies, 2 voices, and was last updated 14 years ago by wghanem.
-
AuthorPosts
-
wghanemMemberHI 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
support-joyMemberwghanem,
I am afraid, this issue is not related to ME but corresponds to a 3rd party plugin – JACOB. Please cross post on relevant forums. I see that there are couple of users who have reported the same issue.
1. http://forums.contology.com/index.php?showtopic=23270
2. http://translate.google.co.in/translate?hl=en&sl=zh-CN&u=http://www.cnblogs.com/xinxindiandeng/archive/2008/12/10/1351537.html&ei=w6n8TLjpO8mrrAeZ093ACA&sa=X&oi=translate&ct=result&resnum=2&ved=0CCoQ7gEwAQ&prev=/search%3Fq%3Dcom.jacob.com.ComFailException:%2BInvoke%2Bof:%2BOpen%2BSource:%2BMicrosoft%2BWord%26hl%3Den%26biw%3D1268%26bih%3D779 – here the user recommends to see the program in the resource file path settings, and check the resource file storage pathHope this helps.
Best.
wghanemMemberi need to know which classes the eclipes calls or loads when starts the WebSphere Application server, since the application works noraml when WAS started through the eclipse console, but when start the WAS from the WebSphere bin folder (startnode.bat) the application does not work, so it seems the eclipse loads something related to this issue
Thanks
-
AuthorPosts