You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Caspar MacRae (JIRA)" <ji...@apache.org> on 2012/10/17 17:28:03 UTC

[jira] [Created] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Caspar MacRae created KARAF-1936:
------------------------------------

             Summary: LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
                 Key: KARAF-1936
                 URL: https://issues.apache.org/jira/browse/KARAF-1936
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.3.0
            Reporter: Caspar MacRae


javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)

The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498424#comment-13498424 ] 

Jean-Baptiste Onofré commented on KARAF-1936:
---------------------------------------------

Fixed on karaf-2.2.x: http://svn.apache.org/viewvc?view=revision&revision=1410093
                
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1936:
----------------------------------------

    Fix Version/s: 2.2.10
    
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.10, 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498041#comment-13498041 ] 

Jean-Baptiste Onofré commented on KARAF-1936:
---------------------------------------------

It's weird as we didn't change the LDAP login module. Anyway, I gonna make a try on 2.2.10-SNAPSHOT as well, to be sure that it's still working on that branch.
                
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Caspar MacRae (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501146#comment-13501146 ] 

Caspar MacRae commented on KARAF-1936:
--------------------------------------

Great, thanks JB =)
                
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.10, 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-1936:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498374#comment-13498374 ] 

Jean-Baptiste Onofré commented on KARAF-1936:
---------------------------------------------

Fixed on trunk: http://svn.apache.org/viewvc?view=revision&revision=1410042
                
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1936.
-----------------------------------------

    Resolution: Fixed
    
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.10, 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1936:
----------------------------------------

    Component/s: karaf-core
    
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-1936:
----------------------------------------

    Fix Version/s: 3.0.0
                   2.3.1
    
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1936) LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498324#comment-13498324 ] 

Jean-Baptiste Onofré commented on KARAF-1936:
---------------------------------------------

Fixed on karaf-2.3.x: http://svn.apache.org/viewvc?view=revision&revision=1410001
                
> LDAPLoginModule not working in 2.3.0 due to missing import of javax.net.SocketFactory
> -------------------------------------------------------------------------------------
>
>                 Key: KARAF-1936
>                 URL: https://issues.apache.org/jira/browse/KARAF-1936
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 2.3.0
>            Reporter: Caspar MacRae
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.1, 3.0.0
>
>
> javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: javax/net/SocketFactory
> 	at org.apache.karaf.jaas.modules.ldap.LDAPLoginModule.login(LDAPLoginModule.java:128)
> The obvious quick work-around is to use the dynamic-import command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira