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 035A0445F for ; Mon, 23 May 2011 09:02:31 +0000 (UTC) Received: (qmail 81997 invoked by uid 500); 23 May 2011 09:02:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81928 invoked by uid 500); 23 May 2011 09:02:30 -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 81917 invoked by uid 99); 23 May 2011 09:02:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 09:02:30 +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; Mon, 23 May 2011 09:02:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5EC22D9717 for ; Mon, 23 May 2011 09:01:49 +0000 (UTC) Date: Mon, 23 May 2011 09:01:49 +0000 (UTC) From: "Jacky Liu (JIRA)" To: dev@geronimo.apache.org Message-ID: <1064740800.35554.1306141309384.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1662905524.35489.1306139507312.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (GERONIMO-5972) Unable to resolve reference "ConfigurationFactory" 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-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Liu updated GERONIMO-5972: -------------------------------- Attachment: WebAppWithAnnotation.rar > Unable to resolve reference "ConfigurationFactory" > -------------------------------------------------- > > Key: GERONIMO-5972 > URL: https://issues.apache.org/jira/browse/GERONIMO-5972 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: sample apps > Affects Versions: 3.0 > Environment: ppcLinuxSLES11.1 > IBM jdk java6_64 > Geronimo build on 20110519 > Reporter: Jacky Liu > Priority: Minor > Labels: samples > Attachments: WebAppWithAnnotation.rar > > > 1.Start the server. > 2.Open a browser window and access Admin Console at http://localhost:8080/console > 3.Run the sql in db-realm-test.sql against SystemDatabase using DB Manager portlet. > 4.Deploy db-md5-base64.xml Note: This does not require an archive/ > 5.Deploy db-md5-test-webapp.war using db-md5-test-plan.xml ERROR OCCURS!! > 6.Open a browser window and access http://localhost:8080/db-md5-test/secure/secure.jsp using UID/PWD: system/manager > 7.Deploy db-sha1-hex.xml Note: This does not require an archive. > 8.Deploy db-sha1-test-webapp.war using db-sha1-test-plan.xml > 9.Open a new browser window and access http://localhost:8080/db-sha1-test/secure/secure.jsp using UID/PWD: system/manager > 10.Cleanup the database by running cleanup.sql against SystemDatabase using DB Manager portlet. > Error Messages: > The db-md5-base64.xml has been deployed successfully, but db-md5-test-webapp.war cannot be deployed successfully using db-md5-test-plan.xml. > ERROR MESSAGE: > Unable to resolve reference "ConfigurationFactory" > in gbean tests/db-md5-test/1.0/war?J2EEApplication=null,j2eeType=WebModule,name=tests/db-md5-test/1.0/war > to a gbean matching the pattern [?name=db-md5-base64#org.apache.geronimo.security.jaas.ConfigurationFactory] > due to: No matches for referencePatterns: [?name=db-md5-base64#org.apache.geronimo.security.jaas.ConfigurationFactory] > org.apache.geronimo.common.DeploymentException: Unable to resolve reference "ConfigurationFactory" > in gbean tests/db-md5-test/1.0/war?J2EEApplication=null,j2eeType=WebModule,name=tests/db-md5-test/1.0/war > to a gbean matching the pattern [?name=db-md5-base64#org.apache.geronimo.security.jaas.ConfigurationFactory] > due to: No matches for referencePatterns: [?name=db-md5-base64#org.apache.geronimo.security.jaas.ConfigurationFactory] > at org.apache.geronimo.deployment.DeploymentContext.getConfigurationData(DeploymentContext.java:550) > at org.apache.geronimo.deployment.Deployer.install(Deployer.java:352) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:267) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:138) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) > at java.lang.reflect.Method.invoke(Method.java:611) > at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:872) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245) > at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116) > at org.apache.geronimo.deployment.plugin.local -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira