Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 24698 invoked from network); 15 Jul 2009 05:41:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jul 2009 05:41:32 -0000 Received: (qmail 98669 invoked by uid 500); 15 Jul 2009 05:41:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98571 invoked by uid 500); 15 Jul 2009 05:41:41 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 98563 invoked by uid 99); 15 Jul 2009 05:41:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 05:41:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 05:41:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 90B4D29A0022 for ; Tue, 14 Jul 2009 22:41:15 -0700 (PDT) Message-ID: <1037763049.1247636475591.JavaMail.jira@brutus> Date: Tue, 14 Jul 2009 22:41:15 -0700 (PDT) From: "Bin He (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4743) a bug when the assembled server stops in eclipse In-Reply-To: <243275668.1247559194850.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4743?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bin He updated GERONIMO-4743: ----------------------------- Description:=20 steps: 1=E3=80=81install eclipse and Geronimo Eclipse Plugin ,and define a Geronim= o server and server runtime in Eclipse 2=E3=80=81Install and start Geronimo server 3=E3=80=81Install hello sample 4=E3=80=81Double clicking the Geronimo server will bring up the server edit= or in the main window. Items for working with the server can be found on th= e Plugin and plugin group page. Clicking on the Plugin tab and selecting Cr= eate Custom Assembly will bring up the New Server Custom Assembly dialog . 5=E3=80=81Enter the name for your assembled server 6=E3=80=81Select the following plugins: Geronimo Assemblies :: Boilerplate;=20 Geronimo Framework, Configs :: GShell Framework;=20 Geronimo Framework, Configs :: GShell Geronimo; =20 Geronimo Framework, Configs :: GShell Remote org.apache.geronimo.configs/tomcat6/x.x.x.x/car=20 org.apache.geronimo.configs/tomcat6-deployer/x.x.x.x/car Hello plugin 7=E3=80=81Click "Assemble" button 8=E3=80=81Unzip the assembled server %WASCE_HOME%\var\temp\your_assembled_s= erver_name 9=E3=80=81First stop and remove the geronimo server,then install and start = the assembled server=20 10=E3=80=81check if hello sample works fine problems: 1=E3=80=81The assembled server is well started in eclipse.But when it stops= ,there is a problem sometimes=EF=BC=88not always=EF=BC=89: Exception in thread "Multicast Discovery Agent Notifier" java.lang.No= ClassDefFoundError: org/apache/openejb/server/DiscoveryRegistry$ServiceRemo= vedTask =09at org.apache.openejb.server.DiscoveryRegistry.serviceRemoved(DiscoveryR= egistry.java:129) =09at org.apache.openejb.server.discovery.MulticastDiscoveryAgent$Listener$= 2.run(MulticastDiscoveryAgent.java:420) =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source= ) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) =09at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.apache.openejb.server.= DiscoveryRegistry$ServiceRemovedTask in classloader org.apache.geronimo.con= figs/openejb/2.2-SNAPSHOT/car =09at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimize= dClass(MultiParentClassLoader.java:414) =09at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(Mu= ltiParentClassLoader.java:256) =09at java.lang.ClassLoader.loadClass(Unknown Source) =09at java.lang.ClassLoader.loadClassInternal(Unknown Source) =09... 5 more was: steps: 1=E3=80=81install eclipse and Geronimo Eclipse Plugin ,and define a Geronim= o server and server runtime in Eclipse 2=E3=80=81Install and start Geronimo server 3=E3=80=81Install hello sample 4=E3=80=81Double clicking the Geronimo server will bring up the server edit= or in the main window. Items for working with the server can be found on th= e Plugin and plugin group page. Clicking on the Plugin tab and selecting Cr= eate Custom Assembly will bring up the New Server Custom Assembly dialog . 5=E3=80=81Enter the name for your assembled server 6=E3=80=81Select the following plugins: com.ibm.wasce.assemblies/wasce-boilerplate-minimal/x.x.x.x/jar org.apache.geronimo.configs/tomcat6/x.x.x.x/car=20 org.apache.geronimo.configs/tomcat6-deployer/x.x.x.x/car Hello plugin 7=E3=80=81Click "Assemble" button 8=E3=80=81Unzip the assembled server %WASCE_HOME%\var\temp\your_assembled_s= erver_name 9=E3=80=81First stop and remove the geronimo server,then install and start = the assembled server=20 10=E3=80=81check if hello sample works fine problems: 1=E3=80=81I can't start the server by using the start-server.bat in \var\temp\\bin or \var\temp\ass= emble\bin 2=E3=80=81The assembled server is well started in eclipse.But when it stops= ,there is a problem sometimes=EF=BC=88not always=EF=BC=89: Exception in thread "Multicast Discovery Agent Notifier" java.lang.No= ClassDefFoundError: org/apache/openejb/server/DiscoveryRegistry$ServiceRemo= vedTask =09at org.apache.openejb.server.DiscoveryRegistry.serviceRemoved(DiscoveryR= egistry.java:129) =09at org.apache.openejb.server.discovery.MulticastDiscoveryAgent$Listener$= 2.run(MulticastDiscoveryAgent.java:420) =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source= ) =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) =09at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.apache.openejb.server.= DiscoveryRegistry$ServiceRemovedTask in classloader org.apache.geronimo.con= figs/openejb/2.2-SNAPSHOT/car =09at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimize= dClass(MultiParentClassLoader.java:414) =09at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(Mu= ltiParentClassLoader.java:256) =09at java.lang.ClassLoader.loadClass(Unknown Source) =09at java.lang.ClassLoader.loadClassInternal(Unknown Source) =09... 5 more Summary: a bug when the assembled server stops in eclipse (was: = Assembling a server using GEP) > a bug when the assembled server stops in eclipse > -------------------------------------------------- > > Key: GERONIMO-4743 > URL: https://issues.apache.org/jira/browse/GERONIMO-4743 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues)=20 > Components: Plugins > Affects Versions: 2.2 > Environment: jre 1.6 > windows xp sp2 > Reporter: Bin He > Priority: Minor > Fix For: 2.2 > > > steps: > 1=E3=80=81install eclipse and Geronimo Eclipse Plugin ,and define a Geron= imo server and server runtime in Eclipse > 2=E3=80=81Install and start Geronimo server > 3=E3=80=81Install hello sample > 4=E3=80=81Double clicking the Geronimo server will bring up the server ed= itor in the main window. Items for working with the server can be found on = the Plugin and plugin group page. Clicking on the Plugin tab and selecting = Create Custom Assembly will bring up the New Server Custom Assembly dialog = . > 5=E3=80=81Enter the name for your assembled server > 6=E3=80=81Select the following plugins: > Geronimo Assemblies :: Boilerplate;=20 > Geronimo Framework, Configs :: GShell Framework;=20 > Geronimo Framework, Configs :: GShell Geronimo; =20 > Geronimo Framework, Configs :: GShell Remote > org.apache.geronimo.configs/tomcat6/x.x.x.x/car=20 > org.apache.geronimo.configs/tomcat6-deployer/x.x.x.x/car > Hello plugin > 7=E3=80=81Click "Assemble" button > 8=E3=80=81Unzip the assembled server %WASCE_HOME%\var\temp\your_assembled= _server_name > 9=E3=80=81First stop and remove the geronimo server,then install and star= t the assembled server=20 > 10=E3=80=81check if hello sample works fine > problems: > 1=E3=80=81The assembled server is well started in eclipse.But when it sto= ps ,there is a problem sometimes=EF=BC=88not always=EF=BC=89: > Exception in thread "Multicast Discovery Agent Notifier" java.lang.= NoClassDefFoundError: org/apache/openejb/server/DiscoveryRegistry$ServiceRe= movedTask > =09at org.apache.openejb.server.DiscoveryRegistry.serviceRemoved(Discover= yRegistry.java:129) > =09at org.apache.openejb.server.discovery.MulticastDiscoveryAgent$Listene= r$2.run(MulticastDiscoveryAgent.java:420) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Sour= ce) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > =09at java.lang.Thread.run(Unknown Source) > Caused by: java.lang.ClassNotFoundException: org.apache.openejb.serve= r.DiscoveryRegistry$ServiceRemovedTask in classloader org.apache.geronimo.c= onfigs/openejb/2.2-SNAPSHOT/car > =09at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimi= zedClass(MultiParentClassLoader.java:414) > =09at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(= MultiParentClassLoader.java:256) > =09at java.lang.ClassLoader.loadClass(Unknown Source) > =09at java.lang.ClassLoader.loadClassInternal(Unknown Source) > =09... 5 more --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.