- This topic has 11 replies, 6 voices, and was last updated 13 years ago by
support-joy.
-
AuthorPosts
-
Maxim GorelikMemberHello,
I installed MyEclipse 10.1 and WAS 8 on Windows 7.
If i try to start WAS 8 from MyEclipse i get the Message:
ADMU0116I: Tool information is being logged in file
***\WebSphere8_0_0_2\AppServer\profiles\AppSrv02\logs\server1\startServer.log
ADMU0128I: Starting tool with the AppSrv02 profile
ADMU3100I: Reading configuration for server: server1
Time: [0x4f79bf58], Process: [3076], Thread: [0xad4]: Unable to launch the process_spawner executable. Please verify that the process_spawner.exe file exists, that it exists in a directory in the %PATH% variable points, and that it is executable
ADMU0111E: Program exiting with error:
com.ibm.ws.process.exception.InvalidExecutableException: PROC0004E:
Executable: [***WebSphere8_0_0_2\AppServer/java/bin/java] does
not appear to be a valid executable. Process could not be created.
ADMU1211I: To obtain a full trace of the failure, use the -trace option.
ADMU0211I: Error details may be seen in the file:
***WebSphere8_0_0_2\AppServer\profiles\AppSrv02\logs\server1\startServer.logThe process_spawner.exe File is in the %PATH% variable and i can start WebSphere8_0_0_2\AppServer/java/bin/java from command box.
How can start WAS from MyEclipse?
Thanks
April 5, 2012 at 6:09 am #324991
support-joyMemberMaxim.Gorelik,
I could replicate this issue on MyEclipse Blue 10.1. I did the following –
1. To verify if the java application is executable, I ran it manually. (Open ~WebSphere8_0_0_2\AppServer\java\bin and run the java application manually).
2. Next stop WAS 8 and Start again. This fixed it.Could you try the same and let me know how this works for you?
April 5, 2012 at 6:43 am #324993
Maxim GorelikMemberHello Joy,
it does’t worked in my development envirement. Do you run WAS 8 as a service?
Is it possible to download an older, worked version of myeclipse?
thanks
April 5, 2012 at 4:34 pm #325004
Brian FernandesModeratorMaxim,
What version of WebSphere 8 do you have, exactly. Could you make sure you have the latest version?
Also, could you try running MyEclipse Blue as an administrator (right click > run as administrator) and see if that resolves the problem?
May 11, 2012 at 8:09 am #325963
jsj128MemberJust want to find out if this has been resolved coz I’m getting the same error. I can start WAS 8 outside of MyEclipse and I could see the console in MyEclipse updates as the server start but just wanted to find out why this behaviour. It’s a little inconvenient to run a bat file just to start/stop the server.
Thanks.May 14, 2012 at 5:21 am #326009
support-swapnaModeratorjsj128,
Sorry that you are seeing this issue.
Can you please clarify if you have tried running MyEclipse Blue as administrator as suggested by Support-Brian?
Also please share with us the Websphere 8 version details.
May 23, 2012 at 4:14 pm #326321The same occurs running on XP, so running as admin does not figure in (and I am admin on this box)
May 29, 2012 at 6:14 am #326438
support-joyMemberajsiegle,
My apologies for the late reply. Please provide below details –
1. Please share WAS 8 version details.
2. Are you able to run WAS 8 outside of MyEclipse ?
3. Please attach a screenshot of Window > Preferences > MyEclipse > Server > WebSphere Blue Connectors > WebSphere 8.0 and also attach a screenshot of WebSphere 8.0 server in the edit instance. You need to select server instance and click on [Edit]
4. Open Window > Show/View > Servers and check if you are able to run WAS 8.0June 1, 2012 at 3:13 pm #3266011. WAS for developers
IBM WebSphere Application Server, 8.0.0.3
Build Number: cf031212.03
Build Date: 3/20/122. Yes
3. Attached
4. Fails as it does for other users
ADMU0116I: Tool information is being logged in file C:\Program
Files\IBM\WebSphere\AppServer\profiles\Blue\logs\Blue\startServer.log
ADMU0128I: Starting tool with the Blue profile
ADMU3100I: Reading configuration for server: Blue
Time: [0x4fc92187], Process: [2452], Thread: [0x96c]: Unable to launch the process_spawner executable. Please verify that the process_spawner.exe file exists, that it exists in a directory in the %PATH% variable points, and that it is executable
Time: [0x4fc92187], Process: [2452], Thread: [0x96c]: Unable to launch the process_spawner executable. Please verify that the process_spawner.exe file exists, that it exists in a directory in the %PATH% variable points, and that it is executable
ADMU0111E: Program exiting with error:
com.ibm.ws.process.exception.InvalidExecutableException: PROC0004E:
Executable: [C:\Program Files\IBM\WebSphere\AppServer/java/bin/java]
does not appear to be a valid executable. Process could not be
created.
ADMU1211I: To obtain a full trace of the failure, use the -trace option.
ADMU0211I: Error details may be seen in the file: C:\Program
Files\IBM\WebSphere\AppServer\profiles\Blue\logs\Blue\startServer.logAttachments:
You must be logged in to view attached files.June 4, 2012 at 3:40 am #326642
support-joyMemberajsiegle,
Thank you for the details. I would recommend you refer Tony’s reply here – https://www.genuitec.com/forums/topic/myeclipse-blue-10-1-with-was-8/ and copy the process_spawner.exe from lib\native\win\x86_32 to the root bin as suggested in the above post.
June 6, 2012 at 11:05 am #326817The workaround of copying the process_spawner allowed the server to start.
June 7, 2012 at 1:05 am #326866
support-joyMemberajsiegle,
Good to hear you are all set. Let me know if you have any other queries.
Best,
-
AuthorPosts