For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 14 years, 9 months ago by
support-joy.
-
AuthorPosts
-
arhanMemberHello!
I’m experiencing a weird behavior with WebSphere 7.x in MyEclipse Blue 9.1 on Windows machine, whereas WAS is registered as a service. The application server is started fine, but after it is asked to shutdown, the UI shows that the server is stopped, but the “Services” window still shows it is running (and it is actually running).

So it seems like the stop server operation doesn’t have the effect.
July 27, 2011 at 6:29 am #318484July 28, 2011 at 5:59 am #318508
support-joyMemberarhan,
Sorry to hear you are running into this issue. I am afraid, I could not reproduce this issue at my end. Could you answer below queries –
1. Open MyEclipse Blue IDE, from menu options click on MyEclipse > Installation Summary > Installation Details and copy and paste the same here
2. What is your OS and version? Are you on 32 or 64 bit?
3.. Please copy and paste your console output and error log output here
4. Are you running as an admin? If not, please run WAS7.0 as an admin and check if you are still facing any issues.July 31, 2011 at 8:11 am #318561
arhanMember@support-joy wrote:
1. Open MyEclipse Blue IDE, from menu options click on MyEclipse > Installation Summary > Installation Details and copy and paste the same here
*** Date:
pühapäev, 31. Juuli 2011 16:07:16 EEST** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Blue Edition
Version: 9.1 Blue
Build id: 9.1-Blue-20110701*** Eclipse details:
MyEclipse Blue EditionVersion: 9.1 Blue
Build id: 9.1-Blue-20110701Eclipse Platform
Version: 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L
Build id: M20100909-0800Eclipse Java Development Tools
Version: 3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH
Build id: M20100909-0800Eclipse Plug-in Development Environment
Version: 3.6.1.r361_v20100727-7b7mFL-FET3dhESDgE5_bkJ
Build id: M20100909-0800Eclipse Graphical Editing Framework GEF
Version: 3.6.1.v20100908-1100-777B181A3Bz-6B663E7974242
Build id: 201009132020Eclipse RCP
Version: 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T
Build id: M20100909-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\MyEclipseBlue9\myeclipse-blue.exe
-name
Myeclipse-blue
–launcher.library
C:\MyEclipseBlue9\../Users/anton/AppData/Local/Genuitec/Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700\eclipse_3215.dll
-startup
C:\MyEclipseBlue9\../Users/anton/AppData/Local/Genuitec/Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-install
C:\MyEclipseBlue9
-configuration
C:\MyEclipseBlue9\configuration
-vm
C:\Users\anton\AppData\Local\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll@support-joy wrote:
2. What is your OS and version? Are you on 32 or 64 bit?
Windows 7, 32 bit
@support-joy wrote:
3.. Please copy and paste your console output and error log output here
No error in the console. The IDE just silently indicates that the process (app.server) is not runnig any more which is not true.
@support-joy wrote:
4. Are you running as an admin? If not, please run WAS7.0 as an admin and check if you are still facing any issues.
Yes. I’m running as admin (otherwise it wouldn’t be possible to start the WAS instance)
August 1, 2011 at 2:57 am #318569
support-joyMemberarhan,
Could you try the following –
1. Stop the service – IBM WebSphere Application Server v7.1
2. Next disable the service. (Double click on the service > General Tab. Choose the Startup type to Disabled)
3. Click on [Apply] and [OK]
In this way, MyEclipse will start and stop the server directly, rather than through the service interface.Let me know how this works for you.
Best.
August 4, 2011 at 9:55 am #318674
arhanMemberSplendid!
I had the service configured as “Manual”. Changing to “Disabled” made the trick.
Thx!
August 4, 2011 at 10:06 am #318676
support-joyMemberarhan,
Good to hear you are all set.
Best.
-
AuthorPosts
