For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 20 years, 12 months ago by
Riyad Kalla.
-
AuthorPosts
-
Richard LinksMember– System Setup ——————————-
Operating System and version: Windows XP
Eclipse version: 3.0.2
Eclipse build id: 200503110845
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 11
MyEclipse version: 3.8.4+QF2
Eclipse JDK version: 1.4.2_06
Application Server JDK version: 1.4.2_06
Are there any exceptions in the Eclipse log file? noIf this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:– Message Body ——————————-
I am trying to connect to WebSphere 5.1. When I use the applications server manager menu to start the server, I get the following error:
A configuration error occured during startup. Please verify the preferences field with the prompt. Specified working directory does not exist or is not a directory: c:\ProgramFiles\WebSphere/bin.
This message is correct. In my WebSphere installation there is a c:\ProgramFiles\WebSphere\AppServer\bin subdirectory and a
c:\ProgramFiles\WebSphere\DeploymentManager\bin subdirectory but no WebSphere\bin subdirectory.Any ideas would be much appreciated.
August 24, 2005 at 8:56 pm #235666
Riyad KallaMemberYou want to set the AppServer dir, check out our FAQ:
http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-20.htmlAugust 29, 2005 at 2:46 pm #235946
Richard LinksMemberThanks for your previous response. I tried it and it works. However, I now have another problem. I took the advice posted elsewhere on how to get the WebSphere logging information to write to the Eclipse console. But now when I do a startup I get the following message:
************ Start Display Current Environment ************
WebSphere Platform 5.1 [BASE 5.1.0 b0344.02] [JDK 1.4.2 cn1420-20040626] running with process name jdobry3\jdobry3\server1 and process id 2108
Host Operating System is Windows XP, version 5.1
Java version = 1.4.2_06, Java Compiler = null, Java VM name = Java HotSpot(TM) Client VM
was.install.root = C:\Program Files\WebSphere\AppServer
user.install.root = C:\Program Files\WebSphere\AppServer
Java Home = C:\j2sdk1.4.2_06\jre
ws.ext.dirs = C:\j2sdk1.4.2_06/lib;C:\Program Files\WebSphere\AppServer/classes;C:\Program Files\WebSphere\AppServer/lib;C:\Program Files\WebSphere\AppServer/lib/ext;C:\Program Files\WebSphere\AppServer/web/help;C:\Program Files\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = C:\Program Files\WebSphere\AppServer/properties;C:\Program Files\WebSphere\AppServer/lib/bootstrap.jar;C:\Program Files\WebSphere\AppServer/lib/j2ee.jar;C:\Program Files\WebSphere\AppServer/lib/lmproxy.jar;C:\Program Files\WebSphere\AppServer/lib/urlprotocols.jar
Java Library path = C:\j2sdk1.4.2_06\bin;C:\Program Files\WebSphere\AppServer\bin
************* End Display Current Environment *************
[8/29/05 12:33:18:024 PDT] 1d99a4d ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[8/29/05 12:33:18:325 PDT] 1d99a4d WsServer E WSVR0003E: Server server1 failed to start
com.ibm.ws.exception.ConfigurationError: Problem initializing AdminImpl:
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:419)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:156)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:189)
Caused by: java.lang.NoClassDefFoundError: com/ibm/logging/LoggerCfg
at com.tivoli.jmx.utils.logging.CatUtil.createJmxCatalog(CatUtil.java:76)
at com.tivoli.jmx.utils.logging.CatUtil.<clinit>(CatUtil.java:32)
at com.tivoli.jmx.utils.logging.LogUtil.<clinit>(LogUtil.java:36)
at javax.management.ObjectName.<init>(ObjectName.java:194)
at com.tivoli.jmx.MBeanServerKernel.<init>(MBeanServerKernel.java:66)
at com.tivoli.jmx.MBeanServerImpl.<init>(MBeanServerImpl.java:106)
at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:82)
at com.ibm.ws.management.MBeanFactoryImpl.getMBeanServer(MBeanFactoryImpl.java:112)
at com.ibm.ws.management.AdminServiceImpl.<init>(AdminServiceImpl.java:103)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:139)
… 10 more
—- Begin backtrace for nested exception
java.lang.NoClassDefFoundError: com/ibm/logging/LoggerCfg
at com.tivoli.jmx.utils.logging.CatUtil.createJmxCatalog(CatUtil.java:76)
at com.tivoli.jmx.utils.logging.CatUtil.<clinit>(CatUtil.java:32)
at com.tivoli.jmx.utils.logging.LogUtil.<clinit>(LogUtil.java:36)
at javax.management.ObjectName.<init>(ObjectName.java:194)
at com.tivoli.jmx.MBeanServerKernel.<init>(MBeanServerKernel.java:66)
at com.tivoli.jmx.MBeanServerImpl.<init>(MBeanServerImpl.java:106)
at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:82)
at com.ibm.ws.management.MBeanFactoryImpl.getMBeanServer(MBeanFactoryImpl.java:112)
at com.ibm.ws.management.AdminServiceImpl.<init>(AdminServiceImpl.java:103)
at com.ibm.ws.management.component.AdminImpl.initialize(AdminImpl.java:139)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:156)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:189)[8/29/05 12:33:18:355 PDT] 1d99a4d WsServer E WSVR0009E: Error occurred during startup
August 29, 2005 at 2:49 pm #235947
Riyad KallaMemberjava.lang.NoClassDefFoundError: com/ibm/logging/LoggerCfg
Hmm, see if you can find which JAR has this class in it (com.logging) and be sure it is in the server classpath. Looks like it got left out in the cold.
Keep in mind our tutorial for setting up Websphere on the site is for 6.0, so there might be tiny differences (like this) that might require a little more detective work with older versions.
-
AuthorPosts
