|
From: Matthias N. <ni...@oi...> - 2004-03-24 18:01:49
|
Hello fellow Bugkilla user, I hope the following answers may help you: First of all, we working hardly on an new release of Bugkilla with- out a Servlet-Filter. Maybe we can relase a version with a Proxy- solution at the end of the next week. You are working with the Bugkilla Eclipse plugin v0.0.9, which is a old version of Bugkilla! Please use BugkillaEcplipseStruts v0.1.1. We not support our plugin only for relase builds of eclipse, not on milestone-builds(just run with latest relase 2.1.3). >I don't know what the correct value is for "port"? Is it 5555 by >default, or is it the port my application server is listening on? I'd looked at the BEA Support-AskBEA Answers and find the following statement: "By default, the WebLogic Server Node Manager uses port 5555." There are two ways to solve this conflict. WAYone: Change the port-number of the Node Manager on a uncritical portnumber (look at http://e-docs.bea.com/wls/docs81/adminguide/confignodemgr.html ) SecondWAY change the port-number of the bugkilla recorder config: The magic number may be 5556 ;-) Ok the easy changes first 1. change the web.xml port entry of your app. 2. change the portNumber in the bugkilla.properties file of the bugkilla-eclipse plugin found at: $ecplipse_home\plugins\de.oio.bugkilla.eclipse\bugkillaEclipsePlugin.jar 3. change the portNumber in the bugkilla.properties file of the bugkilla server component found at: your app lib\bugkillamanagement.jar restart the ecplipse plugin and start the recorder restart your app server >Do you have a tested configuration for Bugkilla with a WLS server, and w= ith >other app's than the petstore example? Sorry, but we don't have a tested configuration for a WLS Server. Other app's are probably tested with Bugkilla. You only have to map the Filter configuration and the installtion on the special app environment. errors with eclipse 3.0 M7 -> only relase builds are supported! Thanks for using bugkilla cheers matthias -----Urspr=FCngliche Nachricht----- Von: bug...@li... [mailto:bug...@li...]Im Auftrag von Tom Ueltschi Gesendet: Dienstag, 23. M=E4rz 2004 20:06 An: bug...@li... Cc: to...@ue... Betreff: [Bugkilla-users] Bugkilla for WebApp on BEA WLS App Server? Hello fellow Bugkilla users and dear OIO people! I'm trying to use Bugkilla Eclipse plugin v0.0.9 to test our J2EE Web Application (http://www.postfinance.ch/). We're already using JUnit and Cactus for testing, but need to test the view as well. We're using BEA WLS Application Server version 8.1 with JDK 1.4.2_03 and develop on Win2000 machines. I just recently switched to Eclipse 3.0M7 (f= rom 2.1.1), but I also tried Bugkilla with the older version. I've added the <filter> and <filter-mapping> sections for WebRecordFilter= to our web.xml, and I get lots of bugkilla output on the server console when sending web requests, even if eclipse/bugkilla is not running. (The three *.jar files are in the classpath of the server) But I don't know what the correct value is for "port"? Is it 5555 by default, or is it the port my application server is listening on? When I start the WLS server for our app, I get the following (error?) in = the server console: (even when eclipse/bugkilla is NOT running) <Bugkilla> - illegal argument: only use start, ts or ui, stop or off </Bugkilla> <Bugkilla> - CommandStream corrupted, bugkilla will be terminated. </Bugkilla> The same thing occures when I pressed "Start Recorder" before starting th= e server. Is there some configuration that I need to change? After having some problems with Bugkilla, I started testing it with a cle= an install of Eclipse 3.0M7 and 2.1.1 (with no other plugins). The WebBrowser view works on 2.1.1, but on 3.0 gives the following error: Error Restoring View Unable to restore: WebBrowser Reason: unable to instatiate view: org.eclipse.update.internal.ui.win32.views.WebBrowser (see stack trace of eclipse log at the end) All other views work OK on 3.0. When I click "Start Recorder" nothing happens, and when I click "Start Sequence" I get the following error in the eclipse log: (I also tried whe= n starting the server after clicking Start Recorder) !SESSION Mrz 23, 2004 19:48:17.688 --------------------------------------------- java.version=3D1.4.2_03 java.vendor=3DSun Microsystems Inc. BootLoader constants: OS=3Dwin32, ARCH=3Dx86, WS=3Dwin32, NL=3Dde_CH Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/views/BUGKILLA/eclipse_2.1.1/eclipse/ !ENTRY org.eclipse.ui 4 4 Mrz 23, 2004 19:48:17.688 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Mrz 23, 2004 19:48:17.688 !MESSAGE Exception in state 'NotConnected' wait till bugkilla is connecte= d to the server! !STACK 0 java.lang.IllegalStateException: Exception in state 'NotConnected' wait t= ill 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.j= ava :92) at de.oio.bugkilla.recorder.RecorderGUIConnector.startRecording(RecorderGUIC= onn ector.java:62) at de.oio.bugkilla.eclipse.views.RecorderControllerView$3.widgetSelected(Rec= ord erControllerView.java:123) 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.= jav a:858) 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(DelegatingMethodAccessorI= mpl .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) What could be the problem, and how can I solve it? How does the Bugkilla plugin connect to the server? Do you have a tested configuration for Bugkilla with a WLS server, and wi= th other app's than the petstore example? Thanks in advance for your help! Cheers! Tom -------------------------------------------------------------------------= --- ------------------------------------ The WebBrowser view works on 2.1.1, but on 3.0 gives the following error: !SESSION Mrz 23, 2004 19:19:06.344 --------------------------------------------- java.version=3D1.4.2_03 java.vendor=3DSun Microsystems Inc. BootLoader constants: OS=3Dwin32, ARCH=3Dx86, WS=3Dwin32, NL=3Dde_CH !ENTRY org.eclipse.ui 4 4 Mrz 23, 2004 19:19:06.344 !MESSAGE Unable to find view label: org.eclipse.ui.views.BookmarkNavigato= r !ENTRY org.eclipse.core.runtime 4 1 Mrz 23, 2004 19:19:19.641 !MESSAGE Plug-in de.oio.bugkilla.eclipse was unable to load class org.eclipse.update.internal.ui.win32.views.WebBrowserView. !STACK 0 java.lang.ClassNotFoundException: org.eclipse.update.internal.ui.win32.views.WebBrowserView at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoa= der .java:359) at org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadClass(BundleClas= sLo ader.java:115) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoa= der .java:264) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.= jav a:331) at org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bundle.java:136= 8) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableE= xte nsion(ConfigurationElement.java:135) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableE= xte nsion(ConfigurationElement.java:125) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableE= xte nsion(ConfigurationElement.java:114) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.j= ava :164) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor= .ja va:67) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:199) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.j= ava :819) at org.eclipse.core.runtime.Platform.run(Platform.java:493) at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:174) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:419) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:417) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.jav= a:9 3) at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java= :13 4) at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:236) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:386) at org.eclipse.ui.internal.PartTabFolder.setSelection(PartTabFolder.java:102= 4) at org.eclipse.ui.internal.PartTabFolder.access$3(PartTabFolder.java:101= 0) at org.eclipse.ui.internal.PartTabFolder$2.handleEvent(PartTabFolder.java:29= 2) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:857) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:650) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1748) at org.eclipse.swt.custom.CTabFolder.onMouseDown(CTabFolder.java:1936) at org.eclipse.swt.custom.CTabFolder.access$4(CTabFolder.java:1928) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:26= 5) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47= ) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivat= or. java:257) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:1= 04) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) -------------------------------------------------------------------------= --- ------------------------------------ -- +++ NEU bei GMX und erstmalig in Deutschland: T=DCV-gepr=FCfter Virenschu= tz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Bugkilla-users mailing list Bug...@li... https://lists.sourceforge.net/lists/listinfo/bugkilla-users |