Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 41527 invoked from network); 26 Apr 2006 16:10:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2006 16:10:00 -0000 Received: (qmail 98642 invoked by uid 500); 26 Apr 2006 16:09:42 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98603 invoked by uid 500); 26 Apr 2006 16:09:42 -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 98592 invoked by uid 99); 26 Apr 2006 16:09:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 09:09:42 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.201.194] (HELO web31714.mail.mud.yahoo.com) (68.142.201.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Apr 2006 09:09:41 -0700 Received: (qmail 49358 invoked by uid 60001); 26 Apr 2006 16:09:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bdzFHWK54edXJoHjdHUj8ViBfeQLK54WDXsBECOdcjb8IBL8iNjNbPSPs7uv9RVFcZfTQAGikWT8238rim+duskUfRXtcLxg0ZV2RC4syZEJQgGkJzNWHn9VqNFNDSv8MOa9c/RGYCENuW2cJDlvO8RmOq5uk+fWFu0UAEVDwSg= ; Message-ID: <20060426160920.49356.qmail@web31714.mail.mud.yahoo.com> Received: from [69.134.164.198] by web31714.mail.mud.yahoo.com via HTTP; Wed, 26 Apr 2006 09:09:20 PDT Date: Wed, 26 Apr 2006 09:09:20 -0700 (PDT) From: anita kulshreshtha Subject: Re: [jira] Commented: (GERONIMO-1918) NoClassDefFoundError/ClassNotFoundException when attempting to deploy web app from console GUI To: dev@geronimo.apache.org In-Reply-To: <20060426153054.40468.qmail@web31702.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oops! the following produces a different CNFE (1.1 build from this morning). I got the one mentioned by Joe when I tried to deploy the same example from the console by pointing to .maven/..../geronimo-samples/..... The other one is Caused by: java.lang.ClassNotFoundException: Could not load class org.openejb.corba.CORBAHandleDeleg ate$HandleDelegateReference from classloader: geronimo/jsp-examples-tomcat/1.1-SNAPSHOT/car, destroy ed state: false Is this already fixed? Thanks Anita --- anita kulshreshtha wrote: > This can be reproduced by doing this on the console : > plugins --> search For Plugins --> Jakarta JSP Examples --> install > Plugin --> start Geronimo/geronimo-jsp-example/.../car. > There are 2 more issues related to this - > 1. The following message gives the impression that the > j2ee-server../car is missing. > > Processing geronimo/jsp-examples-tomcat/1.1-SNAPSHOT/car... > > Found the following dependencies for this plugin. Any missing > dependencies will be installed for you automatically if you proceed. > > * geronimo/j2ee-server//car > > After the install it correctly reports : > The plugin geronimo/jsp-examples-tomcat/1.1-SNAPSHOT/car has been > installed. > > Files Processed: > > * geronimo/jsp-examples-tomcat/1.1-SNAPSHOT/car (already present) > * geronimo/j2ee-server//car (already present) > * geronimo/tomcat//car (already present) > > 2. We really need to dispaly the context root for the web apps > for > someone to actually test the examples. > > Thanks > Anita > > > > --- "Aaron Mulder (JIRA)" wrote: > > > [ > > > http://issues.apache.org/jira/browse/GERONIMO-1918?page=comments#action_12376493 > > ] > > > > Aaron Mulder commented on GERONIMO-1918: > > ---------------------------------------- > > > > Please attach a sample WAR to reproduce this. > > > > > NoClassDefFoundError/ClassNotFoundException when attempting to > > deploy web app from console GUI > > > > > > ---------------------------------------------------------------------------------------------- > > > > > > Key: GERONIMO-1918 > > > URL: http://issues.apache.org/jira/browse/GERONIMO-1918 > > > Project: Geronimo > > > Type: Bug > > > Security: public(Regular issues) > > > Components: console > > > Versions: 1.1 > > > Environment: windows xp - tomcat & jetty servers > > > Reporter: Joe Bohn > > > Assignee: Aaron Mulder > > > Fix For: 1.1 > > > > > > > > rev. 397044 > > > Deploying a war from the web console GUI results in a > > NoClassDefFoundError > > > Here is the exception from the server: > > > 09:57:10,683 ERROR [[Deployment]] Servlet.service() for servlet > > Deployment threw exception > > > java.lang.NoClassDefFoundError > > > at > > > org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.class$(AbstractDeployCommand.java:44) > > > at > > > org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.getDeployerName(AbstractDeployCommand.java:64) > > > at > > > org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.(AbstractDeployCommand.java:60) > > > at > > > org.apache.geronimo.deployment.plugin.local.DistributeCommand.(DistributeCommand.java:35) > > > at > > > org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.createDistributeCommand(JMXDeploymentManager.java:299) > > > at > > > org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.distribute(JMXDeploymentManager.java:173) > > > at > > > org.apache.geronimo.console.configmanager.DeploymentPortlet.processAction(DeploymentPortlet.java:122) > > > at > > > org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:229) > > > at > > > org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:163) > > > at > > javax.servlet.http.HttpServlet.service(HttpServlet.java:615) > > > at > > javax.servlet.http.HttpServlet.service(HttpServlet.java:688) > > > at > > > org.apache.pluto.core.PortletServlet.service(PortletServlet.java:153) > > > at > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > > > at > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > > > at > > > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) > > > at > > > org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) > > > at > > > org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) > > > at > > > org.apache.pluto.invoker.impl.PortletInvokerImpl.invoke(PortletInvokerImpl.java:120) > > > at > > > org.apache.pluto.invoker.impl.PortletInvokerImpl.action(PortletInvokerImpl.java:68) > > > at > > > org.apache.pluto.PortletContainerImpl.processPortletAction(PortletContainerImpl.java:164) > > > at > > > org.apache.pluto.portalImpl.core.PortletContainerWrapperImpl.processPortletAction(PortletContainerWrapperImpl.java:82) > > > at > > org.apache.pluto.portalImpl.Servlet.doGet(Servlet.java:227) > > > at > > org.apache.pluto.portalImpl.Servlet.doPost(Servlet.java:267) > > > at > > javax.servlet.http.HttpServlet.service(HttpServlet.java:615) > > > at > > javax.servlet.http.HttpServlet.service(HttpServlet.java:688) > > > at > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > > > at > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > > > at > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > > > at > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) > > > at > > > org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectValve.java:52) > > > at > > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) > > > at > > > org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:336) > > > at > > > org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:31) > > > at > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) > > > at > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > > at > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) > > > at > > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526) > > > at > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > > at > > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) > > > at > > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) > > > at > > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > > > at > > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > > > at > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > > > at java.lang.Thread.run(Thread.java:534) > > > Caused by: java.lang.ClassNotFoundException: > > org.apache.geronimo.deployment.Deployer > > > at > > > org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:268) > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:235) > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com