1 Reply Latest reply on Nov 24, 2011 12:17 PM by hugbert

    WebStart App authenticate against JBoss server

    hugbert

      Hi,

       

      I have a standalone swing app which authenticates successfully against JBoss server 5.1.

       

      Now I want to run this as "web start" application.

      If I do this, the authentication fails with "no LoginModules configured for other".

       

       

      javax.naming.AuthenticationException: Failed to login using protocol=other [Root exception is javax.security.auth.login.LoginException: No LoginModules configured for other]

          at org.jboss.naming.HttpNamingContextFactory.tryLogin(HttpNamingContextFactory.java:146)

          at org.jboss.naming.HttpNamingContextFactory.getInitialContext(HttpNamingContextFactory.java:84)

          at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)

       

      In the JNLP I set "all-permissions"

       

      Could anybody please give me a hint what I should do?

       

      Thank you

      Hubert

        • 1. Re: WebStart App authenticate against JBoss server
          hugbert

          Well, I said that my standalone swing app authenticates successfully against JBoss 5.1.

          But this was with JDK 1.6.0_29 with JDK 1.7.0_1 I get the same error as with the webstart app.

           

          There must have happend some major changes. Maybe others will have problems too with JRE 1.7.

          Does anybody know anything about this issue?

           

          Regards

          Hubert