- This topic has 7 replies, 3 voices, and was last updated 17 years, 4 months ago by
Greg.
-
AuthorPosts
-
djm007MemberHi,
I’m having a problem starting the WebSphere 6 server from MyEclipse. I can start and stop the (local) server outside of MyEclipse but when I try to start it within, I get the message: “A configuration error has occurred during startup. Please verify the preference field with the prompt: Specified working directory does not exist or is not a directory: C:\IBM\WebSphere\bin”. Which preference field is it referring to? None of my preferences say “C:\IBM\WebSphere\bin”.
Thanks,
David
February 18, 2008 at 11:40 pm #281909
Loyal WaterMemberDavid,
When you install WebSphere, in addition to the install directory containing the application server, it also contains a JDK. You must go to your connector settings under Window > Prefs > MyEclipse > Servers > WebSphere > JDK, and configure that specific JDK to launch WebSphere.February 19, 2008 at 10:16 am #281934
djm007MemberNipun,
I’ve created a JRE definition called “WebSphere 6 JDK” which has a location of “C:\IBM\WebSphere\AppServer\java” and have set that as the value for Window > Prefs > MyEclipse > Servers > WebSphere > JDK and I still get the same result. Is that not the right location?Thanks,
David
February 20, 2008 at 7:46 am #281971
GregMemberHey David,
Can you post all the values of your Websphere 6.0 preference page? Also it looks like WAS6.0 is installed in C:\IBM\WebSphere\AppServer, is that right?
.February 20, 2008 at 11:55 am #281990
djm007MemberYes and yes:
WebSphere server: Enable
WebSphere home directory: C:\IBM\WebSphere
Profile root directory: C:\IBM\WebSphere\AppServer\profiles\AppSrv01
Node name: ITSUSDJMNode01
Cell name: ITSUSDJMNode01Cell
Server name: AppSrv01
Soap Port: 8880
Admin Port: 9060
DB2J system directory: C:\IBM\WebSphere\AppServer\cloudscape
ITP directory: C:\IBM\WebSphere\AppServer\bin
Security policy: C:\IBM\WebSphere\AppServer\profiles\AppSrv01\properties\server.policy
Security configuration: C:\IBM\WebSphere\AppServer\profiles\AppSrv01\properties\wsjaas.conf
Output encoding: console
Debug messages: checked
Optional program arguments: <none>
Optional shutdown arguments: <none>WebSphere JDK name: WebSphere 6 JDK, which points at C:\IBM\WebSphere\AppServer\java
Optional Java VM arguments: -Xmx256MWebSphere launch mode: debug
Paths: <none specified>
Is this what you need?
Thanks,
David
February 21, 2008 at 9:01 am #282024
GregMemberHey David,
Try setting your WebSphere home directory to
C:\IBM\WebSphere\AppServer
All of the other values look correct. Making that change should fix the configuration error you are seeing. All
February 21, 2008 at 10:07 am #282029
djm007MemberYes, that did it. Thanks for your help.
February 21, 2008 at 10:17 am #282030
GregMemberGlad its working for you.
-
AuthorPosts