- This topic has 3 replies, 2 voices, and was last updated 12 years, 9 months ago by
support-swapna.
-
AuthorPosts
-
chernandeznetMemberI just downloaded MyEclipse 10.5 and trying it out. I followed the tutorial to add the webspere developer server to the IDE. I am on windows 7 64bit.
I think it’s a permission thing, but I get the following error:
Caused by: com.ibm.websphere.management.exception.AdminException: ADMU7707E: Failed while trying to determine the Windows Service name for server: server1;
probable error executing WASService.exe: com.ibm.websphere.management.exception.AdminException: ADMU7709E: Unexpected exception while processing server: server1; exception = java.io.IOException: Cannot run program “C:\apps\IBM\WebSphere\AppServer\bin\WASService.exe”: CreateProcess error=740, The requested operation requires elevation.
at com.ibm.ws.management.tools.WindowsService.getWindowsServiceNameForServer(WindowsService.java:221)
at com.ibm.ws.management.tools.WindowsService.<init>(WindowsService.java:154)
at com.ibm.ws.management.tools.WindowsService.getWindowsServiceInstance(WindowsService.java:139)
at com.ibm.ws.management.tools.WsServerController.getWindowsServiceIfAvailable(WsServerController.java:161)
support-swapnaModeratorchernandeznet,
Sorry that you are seeing this issue. This might be a Windows 7 security issue because of your User Account Settings.
Can you answer some more questions for us ?
1. Can you please copy paste the Installation Details from MyEclipse > Installation Summary > Installation Details ?
2. Which version of Websphere Application Server are you working with ?
3. Can you check if you can start the WAS without any issues outside of MyEclipse ?
4. Could you try running MyEclipse Blue as administrator and see if that helps? .You may need to right click the shortcut and select “Run as Administrator”.
5. Can you try changing the User Account control and see how it works ?
Here are couple of links which might help :
http://www.ibm.com/developerworks/forums/thread.jspa?threadID=254561
http://www.coderanch.com/t/435106/Websphere/WAS-Start-Stop-Server-WindowsLet us know how it works for you.
chernandeznetMember@support-swapna wrote:
chernandeznet,
Sorry that you are seeing this issue. This might be a Windows 7 security issue because of your User Account Settings.
Can you answer some more questions for us ?
1. Can you please copy paste the Installation Details from MyEclipse > Installation Summary > Installation Details ?
2. Which version of Websphere Application Server are you working with ?
3. Can you check if you can start the WAS without any issues outside of MyEclipse ?
4. Could you try running MyEclipse Blue as administrator and see if that helps? .You may need to right click the shortcut and select “Run as Administrator”.
5. Can you try changing the User Account control and see how it works ?
Here are couple of links which might help :
http://www.ibm.com/developerworks/forums/thread.jspa?threadID=254561
http://www.coderanch.com/t/435106/Websphere/WAS-Start-Stop-Server-WindowsLet us know how it works for you.
I am running WS 7.0
running myEclipse as Administrator got the app server started. Thanks!
support-swapnaModeratorchernandeznet,
Glad that it is working.
Do let us know if you see any issues. -
AuthorPosts