|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (CARGO-604) java.naming.factory.initial not propagated to the MEJB JAAS security managementjava.naming.factory.initial not propagated to the MEJB JAAS security management
------------------------------------------------------------------------------- Key: CARGO-604 URL: http://jira.codehaus.org/browse/CARGO-604 Project: Cargo Issue Type: Bug Components: JOnAs Affects Versions: 1.0 Environment: JOnAS 4 or 5 CARGO 1.0 SNAPSHOT (rev. 1724) Management EJB (MEJB) with JAAS security enabled The java.naming.factory.initial not set as a system property Reporter: Savas Ali Tokmen Attachments: mejb.jaas.patch When connecting to an MEJB instance secured using JAAS, the following exception is thrown (and only visible in debug mode): javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247) at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:284) at javax.naming.InitialContext.lookup(InitialContext.java:351) at org.objectweb.jonas.security.auth.spi.RemoteLoginModule.findRemoteResource(RemoteLoginModule.java:274) at org.objectweb.jonas.security.auth.spi.RemoteLoginModule.login(RemoteLoginModule.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) at javax.security.auth.login.LoginContext.login(LoginContext.java:579) at org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.createConnection(MEJBMBeanServerConnectionFactory.java:548) at org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.getServerConnection(MEJBMBeanServerConnectionFactory.java:448) at org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.deploy(AbstractJonasRemoteDeployer.java:263) at org.codehaus.cargo.maven2.DeployerDeployMojo.performDeployerActionOnSingleDeployable(DeployerDeployMojo.java:81) at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerActionOnAllDeployables(AbstractDeployerMojo.java:124) at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDeployerMojo.java:52) at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:266) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) This is because the java.naming.factory.initial property is not propagated into system level, therefore needs to be set externally. Normally, it is expected the JOnAS CARGO connector to propagate the cargo.jonas.jndi.initial.context.factory into InitialContext and JAAS level. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Closed: (CARGO-604) java.naming.factory.initial not propagated to the MEJB JAAS security management[ http://jira.codehaus.org/browse/CARGO-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Savas Ali Tokmen closed CARGO-604. ---------------------------------- Resolution: Fixed Fix Version/s: 1.0 Fixed SVN rev. 1727 > java.naming.factory.initial not propagated to the MEJB JAAS security management > ------------------------------------------------------------------------------- > > Key: CARGO-604 > URL: http://jira.codehaus.org/browse/CARGO-604 > Project: Cargo > Issue Type: Bug > Components: JOnAs > Affects Versions: 1.0 > Environment: JOnAS 4 or 5 > CARGO 1.0 SNAPSHOT (rev. 1724) > Management EJB (MEJB) with JAAS security enabled > The java.naming.factory.initial not set as a system property > Reporter: Savas Ali Tokmen > Fix For: 1.0 > > Attachments: mejb.jaas.patch > > > When connecting to an MEJB instance secured using JAAS, the following exception is thrown (and only visible in debug mode): > javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial > at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645) > at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247) > at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:284) > at javax.naming.InitialContext.lookup(InitialContext.java:351) > at org.objectweb.jonas.security.auth.spi.RemoteLoginModule.findRemoteResource(RemoteLoginModule.java:274) > at org.objectweb.jonas.security.auth.spi.RemoteLoginModule.login(RemoteLoginModule.java:186) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) > at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) > at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) > at javax.security.auth.login.LoginContext.login(LoginContext.java:579) > at org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.createConnection(MEJBMBeanServerConnectionFactory.java:548) > at org.codehaus.cargo.container.jonas.internal.MEJBMBeanServerConnectionFactory.getServerConnection(MEJBMBeanServerConnectionFactory.java:448) > at org.codehaus.cargo.container.jonas.internal.AbstractJonasRemoteDeployer.deploy(AbstractJonasRemoteDeployer.java:263) > at org.codehaus.cargo.maven2.DeployerDeployMojo.performDeployerActionOnSingleDeployable(DeployerDeployMojo.java:81) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerActionOnAllDeployables(AbstractDeployerMojo.java:124) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDeployerMojo.java:52) > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:266) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > This is because the java.naming.factory.initial property is not propagated into system level, therefore needs to be set externally. > Normally, it is expected the JOnAS CARGO connector to propagate the cargo.jonas.jndi.initial.context.factory into InitialContext and JAAS level. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free Forum Powered by Nabble | Forum Help |