A complete stacktrace would be too long but this is where the error occurs. I 
think it's something with this JNDIContextFactory.
Do I need any other additional jar files for JNDI?


[#|2009-09-26T14:30:53.612+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,612
 DEBUG LogHelper.trace (71): EncryptionKeyGeneratorSize: 256
|#]

[#|2009-09-26T14:30:53.612+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,612
 DEBUG LogHelper.trace (71): EncryptionKeyGeneratorAlgorithmProvider: null
|#]

[#|2009-09-26T14:30:53.612+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,612
 DEBUG LogHelper.trace (71): EncryptionKeyWrapAlgorithm: 
http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p
|#]

[#|2009-09-26T14:30:53.612+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,612
 DEBUG LogHelper.trace (71): EncryptionKeyWrapAlgorithmProvider: null
|#]

[#|2009-09-26T14:30:53.612+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,612
 DEBUG MapHandler.getSetting (117): Adding Map Entry for Name: 
XMLSecurityExtension
|#]

[#|2009-09-26T14:30:53.612+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,612
 DEBUG ClassInstanceHandler.getSetting (80): Setting Name: JNDIContextFactory 
Value: org.eclipse.higgins.idas.cp.jndi.JNDIContextFactory
|#]

[#|2009-09-26T14:30:53.627+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,627
 DEBUG MapHandler.getSetting (117): Adding Map Entry for Name: 
JNDIContextFactory
|#]

[#|2009-09-26T14:30:53.643+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,627
 DEBUG ClassSingletonHandler.getSetting (46): Setting Name: 
IdentityAttributeService Value: org.eclipse.higgins.idas.registry.IdASRegistry
|#]

[#|2009-09-26T14:30:53.643+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,643
 ERROR ConfigurationHandler.configure (445): 
|#]

[#|2009-09-26T14:30:53.643+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,643
 ERROR LogHelper.error (119): createProfile: null
|#]

[#|2009-09-26T14:30:53.643+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,643
 ERROR LogHelper.error (119): java.lang.NullPointerException
|#]

[#|2009-09-26T14:30:53.658+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=08ad8227-17e2-461c-ac9a-e6cb12485fdd;|
org.eclipse.higgins.idas.registry.IdASRegistry::registerContextFactory 
IdASRegistry.java:467.|#]

[#|2009-09-26T14:30:53.658+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,658
 ERROR LogHelper.error (119): 
org.eclipse.higgins.idas.registry.IdASRegistry::registerContextFactory 
IdASRegistry.java:467.
|#]

[#|2009-09-26T14:30:53.658+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=08ad8227-17e2-461c-ac9a-e6cb12485fdd;|
org.eclipse.higgins.idas.registry.IdASRegistry::configure 
IdASRegistry.java:291.|#]

[#|2009-09-26T14:30:53.658+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|14:30:53,658
 ERROR LogHelper.error (119): 
org.eclipse.higgins.idas.registry.IdASRegistry::configure IdASRegistry.java:291.
|#]





....and this is the corresponding part of the ManagedConfiguration.xml

                <!-- The name of the class that provides the factory for the 
class that implements the Apache XML Security Extension -->
                <Setting Name="XMLSecurityExtension" 
Type="htf:singleton">org.eclipse.higgins.sts.xmlsecurity.apache.XMLSecurityApacheExtensionFactory</Setting>
                

                <!-- The name of the class that provides the factory for the 
class that implements the JNDI Context Provider -->
                <Setting Name="JNDIContextFactory" 
Type="htf:classinstance">org.eclipse.higgins.idas.cp.jndi.JNDIContextFactory</Setting>

                <!-- The name of the class that provides the factory for the 
class that implements the IdASRegistry -->
                <Setting Name="IdentityAttributeService" 
Type="htf:classsingleton">org.eclipse.higgins.idas.registry.IdASRegistry</Setting>

                <!-- The name of the class that provides the factory for the 
class that implements the AppliesTo Mapper -->
                <Setting Name="AppliesToMapper" 
Type="htf:singleton">org.eclipse.higgins.sts.server.mapper.appliesto.AppliesToMapperFactory</Setting>

<<winmail.dat>>

_______________________________________________
higgins-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/higgins-dev

Reply via email to