- This topic has 6 replies, 2 voices, and was last updated 18 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
bonobonewtonMemberFollowing the steps for WebSphere 6.0, I can get the Websphere Express 6.1 server to start and stop from ME, and the console output arrives there too. Yay!
However, when I try to debug, I get an error dialog:
A configuration error occurred during startup. <insert long error message>.
I’ve a JPEG of this dialog, which I will send given an appropriate conduit.
What next?
March 5, 2007 at 2:23 pm #266981
Riyad KallaMemberYou said you have WS Ex starting and stopping from MyEclipse, but when you debug you get a long error dialog… that seemed strange to me, can you very specifically tell me the exact steps you are taking after launching the app server to debug? (e.g. “Set breakpoint in my Java/Jsp/EJB/etc. file, go to the Menu, etc. etc.”
March 5, 2007 at 3:12 pm #267007
bonobonewtonMember> can you very specifically tell me the exact steps you are taking after launching the app server
> to debug? (e.g. “Set breakpoint in my Java/Jsp/EJB/etc. file,
> go to the Menu, etc. etc.”Servers windows, right click “WebSphere 6.1”, select Debug -> verbose error dialog. I have one line of code breakpointed.
March 5, 2007 at 3:15 pm #267009
Riyad KallaMemberAhh so it craps out immediately when you try and run it in debug mode?
Please PM me the image so I can have a look and include the URL to this thread for reference in your PM.
March 6, 2007 at 1:12 am #267023
Riyad KallaMemberThank you for the screenshot. Odd, I haven’t seen that before. Are you configuring WS to run with the JDk that shipped with WAS 6.1?
March 6, 2007 at 9:23 am #267043
bonobonewtonMemberI have an installed JRE “ibm was 61” which points to “c:\was61\java”, where c:\was61 is the WebSphere Express 6.1 installation. The JDK for the ME WAS 6.1 configuration points to this, with the default optional arguments: “-Xscmx50M -Xms50m -Xmx256M”.
Thanks…
March 7, 2007 at 9:54 am #267078
Riyad KallaMemberI have filed a note for someone on our team to test this, I don’t know what is going on at the moment. My only suggestion is that a faliure that quickly could be a VM failure and to possibly try another VM that you may have installed just to see if you can get it started.
-
AuthorPosts