Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 444BA20D5 for ; Thu, 5 May 2011 06:47:50 +0000 (UTC) Received: (qmail 64342 invoked by uid 500); 5 May 2011 06:47:47 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 63820 invoked by uid 500); 5 May 2011 06:47:45 -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 63746 invoked by uid 99); 5 May 2011 06:47:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 06:47:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 06:47:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F34D1C21ED for ; Thu, 5 May 2011 06:47:03 +0000 (UTC) Date: Thu, 5 May 2011 06:47:03 +0000 (UTC) From: "Tina Li (JIRA)" To: dev@geronimo.apache.org Message-ID: <227305079.23873.1304578023993.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <70070227.51508.1302576785898.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (GERONIMO-5899) osgi sample "showmethemoney" 's running failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029183#comment-13029183 ] Tina Li commented on GERONIMO-5899: ----------------------------------- Tried on the build:2011.05.04-22:24:47.468+0800-3.0-SNAPSHOT > osgi sample "showmethemoney" 's running failure > ----------------------------------------------- > > Key: GERONIMO-5899 > URL: https://issues.apache.org/jira/browse/GERONIMO-5899 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: osgi-bundles, sample apps > Affects Versions: 3.0 > Environment: Windows XP SP3 x86 > sun jdk 1.6.0_23 > Geronimo build on 20110411 (both in full profile and web profile) > Reporter: Jacky Liu > Assignee: Rex Wang > Priority: Minor > Labels: osgi, samples > Fix For: 3.0 > > > Take Geronimo web profile as an example: > 1. input cd ..\geronimo-tomcat7-javaee6-web-3.0-SNAPSHOT\bin in cmd and geronimo run > 2. press Enter > 3. input install file:/D:/../samples/trunk/samples/osgi/showmethemoney/showmethemoney-api/target/showmethemoney-api-3.0-SNAPSHOT.jar > 4. input start ____(showmethemoney-api's Bundle ID) > 5. input install file:/D:/../samples/trunk/samples/osgi/showmethemoney/showmethemoney-ds/target/showmethemoney-ds-3.0-SNAPSHOT.jar > 6. input start ____(showmethemoney-ds's Bundle ID) > 7. input install file:/D:/../samples/trunk/samples/osgi/showmethemoney/showmethemoney-server/target/showmethemoney-server-3.0-SNAPSHOT.jar > 8. input start ____(showmethemoney-server's Bundle ID) > 9. input cd ..\geronimo-tomcat7-javaee6-web-3.0-SNAPSHOT\bin in cmd > 10. input deploy deploy D:\..\samples\trunk\samples\osgi\showmethemoney\showmethemoney-web\target\showmethemoney-web-3.0-SNAPSHOT.war > 11. go to http://localhost:8080/showmoney/ and click Show Me the Money > ERROR OCCURS!! > geronimo> 2011-04-12 10:33:54,750 ERROR [[ShowMoneyServlet]] Servlet.service() for servlet [ShowMoneyServlet] in context with path [/showmoney] threw exception [Servlet execution threw an exception] with root cause > java.lang.ClassNotFoundException: org.apache.geronimo.samples.osgi.showmethemoney.api.ShowMoneyService > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410) > at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > at org.apache.geronimo.samples.osgi.showmethemoney.web.ShowMoneyServlet.doGet(ShowMoneyServlet.java:67) > at org.apache.geronimo.samples.osgi.showmethemoney.web.ShowMoneyServlet.doPost(ShowMoneyServlet.java:115) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:595) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:306) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) > at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:696) > at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:48) > at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100) > at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:550) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:380) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:243) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:188) > at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:288) > at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243) > at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > This error occurs both in Geronimo web profile and full profile. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira