- This topic has 8 replies, 5 voices, and was last updated 17 years, 8 months ago by
Riyad Kalla.
-
AuthorPosts
-
hbwangMemberhi,
when i start the websphere application server by press the button , it pops up a messagebox with the message :could not create the java virtual machine and the console shows message: Unrecognized option: -Xquickstart.
what’s wrong with my JVM?
Scott AndersonParticipantWhat exact product and version of WebSphere 6 line are you using?
masterkey79MemberHi,
I have the same problem with WebSphere V6 Server. Server Version is 6.0.0.1 Build o0445.08.
kind regards
Scott AndersonParticipantThis was an option that was used in prior versions that may have been removed in your version. Is its presence causing an error of some sort, or just a message that the option is not understood? If it’s just a warning message, it can be safely ignored.
masterkey79MemberIt is an error message. I can’t start the AS within MyEclipse.
Riyad KallaMembermasterkey,
Please navigate to your WS6 connector settings and tell me (or just show me screenshots of) all the preferences for the connector, for your JDK, Paths and Launch settings.
masterkey79MemberI solved the problem just by changing the JDK to the JDK that was installed with WebSphere (instead of using the eclipse one).
Thanks and kind regards
k_snvmalliMemberHai,
I installed Websphere successfully. And i specified the jdk path properly.I have the Java environment : j2sdk1.5.8_08. But when i am trying to run the server by right clicking the websphere server and start server it is showing an Error in a small window having message ” Could not create the Java Virtual Machine”. And giving me ” Unrecognized option: -Xquickstart ” in the console. I can’t able to understand what error i did.I installed so many times and i tried with different java version jdk1.4 and even it is giving me same message. I am getting headache with this. can any body fix this problem ?Can Some bosy Plzzzzzzzzzzzzzzzzzzzzz help me by giving brief explanation?Plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Thanks in Advance.
Riyad KallaMemberAdvance,
You need to make sure you are using the JDK that is installed with WebSphere. When you try and use an incompatible JDK that doesn’t understand the -Xquickstart command line argument, that is why you get that exception during startup. -
AuthorPosts