[
https://issues.jboss.org/browse/AS7-6158?page=com.atlassian.jira.plugin.s...
]
Varsha Gadekar commented on AS7-6158:
-------------------------------------
Java version: jdk1.6.0_21
Jboss Server is created in eclipse(Version: Indigo Service Release 2 Build id:
20120216-1857)
The server is started by right click on server in Servers tab in eclipse.
This is clean installation of JBOSS7.
The attached module.xml will be used to add dependency for module "abc"
java.lang.ClassNotFoundException:
com.sun.net.ssl.internal.ssl.Provider
------------------------------------------------------------------------
Key: AS7-6158
URL:
https://issues.jboss.org/browse/AS7-6158
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1.Final
Environment: windows 7 eclipse indigo latest
Reporter: Varsha Gadekar
Assignee: Jason Greene
Labels: jboss
Fix For: 7.1.1.Final
Attachments: module.xml
Please find attached module.xml used to solve following issue and it is not working. It
is giving same exception as follows:
Caused by: java.lang.NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider
at
tv.seachange.adrenalin.secureGateway.gigyaPlugin.web.configuration.ConfigurationContext.initializeBasicContext(ConfigurationContext.java:168)
[classes:]
at
tv.seachange.adrenalin.api.service.BaseConfigurationContext.<init>(BaseConfigurationContext.java:114)
[tv.seachange.adrenalin.api.jar:2.6.0 0924]
... 12 more
Caused by: java.lang.ClassNotFoundException: com.sun.net.ssl.internal.ssl.Provider from
[Module "tv.seachange.ubo-sdk:main" from local module loader @513cf0 (roots:
D:\jboss-as-7.1.1.Final\modules)]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
... 14 more
--
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