Hi,

Thanks for your quick reply.

That's not what I'm looking for. I want to be abble to build it from higgins 
sources (working)  and deploy it. And it seems the packaged sts use xml to 
store profile and not the default LDAP config.

________________________________
From: [email protected] [mailto:[email protected]] 
On Behalf Of Jeesmon Jacob
Sent: mercredi 25 mars 2009 12:27
To: Higgins (Trust Framework) Project developer discussions
Subject: Re: [higgins-dev] Error Deploying STS

Have you tried this?

http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg05560.html

On Mar 25, 2009, at 5:59 AM, PASQUIER thomas wrote:


Hi,

I'm trying to deploy STS on windows XP. I get java.lang.NullPointerException 
when I want to create a new user.

Here the errors:

09:50:31,594 ERROR LogHelper.error (119): java.lang.Thread::run Thread.java:619.
09:50:39,195 DEBUG LogHelper.trace (71): 
ProfileServiceServerBinding::createProfile
09:50:39,195 ERROR LogHelper.error (119): createProfile: null
09:50:39,195 ERROR LogHelper.error (119): java.lang.NullPointerException
org.eclipse.higgins.sts.binding.axis1x.ProfileServiceServerBinding::createProfile
 ProfileServiceServerBinding.java:113.
09:50:39,205 ERROR LogHelper.error (119): 
org.eclipse.higgins.sts.binding.axis1x.ProfileServiceServerBinding::createProfile
 ProfileServiceServerBinding.java:113.
org.eclipse.higgins.sts.binding.axis1x.service.ProfileBindingImpl::createProfile
 ProfileBindingImpl.java:38.
09:50:39,205 ERROR LogHelper.error (119): 
org.eclipse.higgins.sts.binding.axis1x.service.ProfileBindingImpl::createProfile
 ProfileBindingImpl.java:38.
org.apache.jsp.ProcessCreateProfile_jsp::_jspService 
ProcessCreateProfile_jsp.java:99.
09:50:39,205 ERROR LogHelper.error (119): 
org.apache.jsp.ProcessCreateProfile_jsp::_jspService 
ProcessCreateProfile_jsp.java:99.
org.apache.jasper.runtime.HttpJspBase::service HttpJspBase.java:98.
09:50:39,205 ERROR LogHelper.error (119): 
org.apache.jasper.runtime.HttpJspBase::service HttpJspBase.java:98.
javax.servlet.http.HttpServlet::service HttpServlet.java:729.
09:50:39,205 ERROR LogHelper.error (119): 
javax.servlet.http.HttpServlet::service HttpServlet.java:729.
org.apache.jasper.servlet.JspServletWrapper::service JspServletWrapper.java:331.
09:50:39,205 ERROR LogHelper.error (119): 
org.apache.jasper.servlet.JspServletWrapper::service JspServletWrapper.java:331.
org.apache.jasper.servlet.JspServlet::serviceJspFile JspServlet.java:329.
09:50:39,205 ERROR LogHelper.error (119): 
org.apache.jasper.servlet.JspServlet::serviceJspFile JspServlet.java:329.
org.apache.jasper.servlet.JspServlet::service JspServlet.java:265.
09:50:39,205 ERROR LogHelper.error (119): 
org.apache.jasper.servlet.JspServlet::service JspServlet.java:265.
javax.servlet.http.HttpServlet::service HttpServlet.java:729.
[...]


Here the lines mentioned  by

09:50:39,195 ERROR LogHelper.error (119): java.lang.NullPointerException
org.eclipse.higgins.sts.binding.axis1x.ProfileServiceServerBinding::createProfile
 ProfileServiceServerBinding.java:113.


public String createProfile(final String strUserIdentifier, final String 
strUserPassword) throws Exception
{
            this.log.trace("ProfileServiceServerBinding::createProfile");

            if (!ServerServiceBinding.bInitialized)
            {
                        this.configure(null, null, null, null, null);
            }

            return this.profileService.createProfile <-- error line 113
                        (ServerServiceBinding.constants,
                        strUserIdentifier,
                        strUserPassword);
}


I think my problem may come from error in my configuration file.

Please help me to fix this problem.

Thanks,
Best regards,
Thomas Pasquier



<ATT00001.c>


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

Reply via email to