Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 86320 invoked from network); 10 Sep 2010 02:40:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 02:40:14 -0000 Received: (qmail 1538 invoked by uid 500); 10 Sep 2010 02:40:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 1340 invoked by uid 500); 10 Sep 2010 02:40:12 -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 1333 invoked by uid 99); 10 Sep 2010 02:40:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 02:40:12 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 02:39:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8A2dW6v028519 for ; Fri, 10 Sep 2010 02:39:32 GMT Message-ID: <12384673.107641284086372495.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 22:39:32 -0400 (EDT) From: "janel Zhang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-5602) SPNEGO support in Geronimo failed. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org SPNEGO support in Geronimo failed. ---------------------------------- Key: GERONIMO-5602 URL: https://issues.apache.org/jira/browse/GERONIMO-5602 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: testsuite Affects Versions: 3.0 Environment: OS:Windows 7 Server:Geronimo 3.0 Build 2010.09.08-09:38:48.805+0800 JVM:IBM 1.6.0 Reporter: janel Zhang Fix For: 3.0 Attachments: file-realm-demo-2.1.0.0.war, spnego_properties_realm_tester1.xml 1.Deploy SPENGO realm spnego_properties_realm_tester1.xml, work correctly. 2.Deploy war file-realm-demo-2.1.0.0.war,fail.The error is as following: Unable to resolve reference "ConfigurationFactory" in gbean com.ibm.wasce.samples/security-demo/2.1.0.0/war?J2EEApplication=nul l,j2eeType=WebModule,name=com.ibm.wasce.samples/security-demo/2.1.0.0/war to a gbean matching the pattern [?name=SpnegoTest#org.apache.geronimo.securi ty.jaas.ConfigurationFactory] due to: No matches for referencePatterns: [?name=SpnegoTest#org.apache.geron imo.security.jaas.ConfigurationFactory] org.apache.geronimo.common.DeploymentException: Unable to resolve reference "Con figurationFactory" in gbean com.ibm.wasce.samples/security-demo/2.1.0.0/war?J2EEApplication=nul l,j2eeType=WebModule,name=com.ibm.wasce.samples/security-demo/2.1.0.0/war to a gbean matching the pattern [?name=SpnegoTest#org.apache.geronimo.securi ty.jaas.ConfigurationFactory] due to: No matches for referencePatterns: [?name=SpnegoTest#org.apache.geron imo.security.jaas.ConfigurationFactory] at org.apache.geronimo.deployment.DeploymentContext.getConfigurationData (DeploymentContext.java:534) at org.apache.geronimo.deployment.Deployer.install(Deployer.java:342) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:265) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:138) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:600) at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(Refl ectionMethodInvoker.java:34) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio n.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.doD eploy(AbstractDeployCommand.java:116) at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(Dis tributeCommand.java:61) at java.lang.Thread.run(Thread.java:736) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.