|
From: <Jur...@t-...> - 2003-04-23 07:45:48
|
Hi, I use eclipse 2.1 and BK 0.0.7. I see the bugkilla interface in eclipse and can activate the recorder. When I push the button start sequence I get this exception (from eclipse log): !ENTRY org.eclipse.ui 4 4 Apr 23, 2003 09:42:08.187 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Apr 23, 2003 09:42:08.187 !MESSAGE Exception in state 'NotConnected' wait till bugkilla is connected to the server! !STACK 0 java.lang.IllegalStateException: Exception in state 'NotConnected' wait till bugkilla is connected to the server! at de.oio.bugkilla.recorder.NotConnected.error(NotConnected.java:52) at de.oio.bugkilla.recorder.NotConnected.startRecording(NotConnected.java:45) at de.oio.bugkilla.recorder.RecorderManager.startRecording(RecorderManager.java:92) at de.oio.bugkilla.recorder.RecorderGUIConnector.startRecording(RecorderGUIConnector.java:62) at de.oio.bugkilla.eclipse.views.RecorderControllerView$3.widgetSelected(RecorderControllerView.java:117) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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 org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) My J2EE server is running and J2EE_HOME is set, also in eclipse. What have I forgotten? Isn`t there a bugkilla configuration point in the Window-> Preferences? Juraj |