|
beny18241
|
 |
« on: May 12, 2011, 07:58:14 pm » |
|
Hi,
anyone can help with maximodeveloper ? i've installed maximodevleoper on eclipse HELIOS, and when i'm trying to build maximo tree , following message appear:
!Connection to database not present, could not initialize Maximo developer.
In the error.log
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.RuntimeException: java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver) at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java: 137) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java: 332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java: 664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java: 149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java: 115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java: 196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java: 110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java: 79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) at org.eclipse.equinox.launcher.Main.run(Main.java:1408) at org.eclipse.equinox.launcher.Main.main(Main.java:1384) Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver at org.maximodeveloper.core.JDBCHelper.getConnection(JDBCHelper.java: 119) at org.maximodeveloper.core.DatabaseClassReader.<init>(DatabaseClassReader.java: 26) at org.maximodeveloper.core.ClassPicker.getAllMaxObjectClasses(ClassPicker.java: 46) at org.maximodeveloper.core.TreeModelAdapter.generateTree(TreeModelAdapter.java: 47) at org.maximodeveloper.views.MaximoView $ViewContentProvider.generateTree(MaximoView.java:407) at org.maximodeveloper.views.MaximoView$ViewContentProvider.access $3(MaximoView.java:405) at org.maximodeveloper.views.MaximoView$ViewContentProvider $3.run(MaximoView.java:336) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java: 134) ... 23 more Caused by: java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.maximodeveloper.core.JDBCHelper.loadDriver(JDBCHelper.java:74) at org.maximodeveloper.core.JDBCHelper.getConnection(JDBCHelper.java: 110) ... 31 more
I need to admin that it wokring on WINDOWS
any help ?
cheers beny18241
|