Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] RE: Higgins STS NullPointerException

Maybe you haven't placed all required libraries. Try to increase the logging level to trace to see if there is more info.
---
David Campos


On Thu, Sep 24, 2009 at 14:28, Deinert, Florian <Florian.Deinert@xxxxxxxxxxxxxxxxxxx> wrote:

Thanks, but I tried with Java 6 and Java 5 and there was no difference.

 

 

 

Von: cyrus@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [mailto:cyrus@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] Im Auftrag von PASQUIER thomas
Gesendet: Thursday, September 24, 2009 2:27 PM
An: Higgins (Trust Framework) Project developer discussions
Betreff: [higgins-dev] RE: Higgins STS NullPointerException

 

Hi,

 

I had some trouble first time I tried to deploy the STS. I was not able to create new profile and have a null pointer exception as well. Do you use Java 5? It seems Java 6 doesn’t work (maybe it works now).

 

 

Thomas Pasquier

 

 


From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Deinert, Florian
Sent: jeudi 24 septembre 2009 14:19
To: higgins-dev@xxxxxxxxxxx
Subject: [higgins-dev] Higgins STS NullPointerException

 

Hi!

I tried to deploy Higgins on my Glassfish as described here
http://wiki.eclipse.org/Deploy_Token_Service.
The user interface works fine but when I try to create a profile a nullpointerexception
occurs. The stacktrace says: "createProfile: null"

I set up OpenLDAP and configured the ManagedConfiguration.xml

Do you have any idea what this is about?

thanks in advance
Flo



User Interface in Browser:

Creating a Digital Subject Profile

exception: java.lang.NullPointerException



stack trace of Glassfish.

[#|2009-09-23T20:33:39.890+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,890 DEBUG LogHelper.trace (71):
ProfileServiceServerBinding::createProfile
|#]

[#|2009-09-23T20:33:39.890+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,890 DEBUG LogHelper.trace (71):
ProfileServiceServerBinding::configure
|#]

[#|2009-09-23T20:33:39.890+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,890 DEBUG LogHelper.trace (71):
ServerServiceBinding::configure
|#]

[#|2009-09-23T20:33:39.890+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,890 DEBUG ConfigurationHandler.configure (270):
ConfigurationHandler::configure
|#]

[#|2009-09-23T20:33:39.890+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,890 DEBUG ConfigurationHandler.configure (278): ConfigurationBase:
D:\glassfish\domains\idp\applications\j2ee-modules\TokenService\ConfigurationFiles
|#]

[#|2009-09-23T20:33:39.890+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,890 DEBUG ConfigurationHandler.configure (328):
ConfigurationHandler::configure
|#]

[#|2009-09-23T20:33:39.906+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,906 DEBUG ConfigurationHandler.configure (338): ConfigurationHandler::configure Already
Configuring.
|#]

[#|2009-09-23T20:33:39.906+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,906 DEBUG LogHelper.trace (71): ServerServiceBinding::configure
DONE
|#]

[#|2009-09-23T20:33:39.906+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,906 DEBUG LogHelper.trace (71): ProfileServiceServerBinding::configure
DONE
|#]

[#|2009-09-23T20:33:39.906+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,906 ERROR LogHelper.error (119): createProfile:
null
|#]

[#|2009-09-23T20:33:39.906+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;|20:33:39,906 ERROR LogHelper.error (119):
java.lang.NullPointerException
|#]

[#|2009-09-23T20:33:39.906+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=21;_ThreadName=httpSSLWorkerThread-6080-0;_RequestID=d1ebf9d4-f6eb-4945-89e7-90d3586744ee;|
org.eclipse.higgins.sts.binding.axis1x.ProfileServiceServerBinding::createProfile
ProfileServiceServerBinding.java:113.|#]

...

 


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top