Hi Thomas, Philippe, How are you? Great to see you here on the Higgins list..
I'm not really an expert on the STS configuration file, but here is another idea: Which Java and Tomcat version are you using? During the last few days I also tried deploying the STS on Windows XP, and I think when I used Java 6, I got exactly the same NullPointerException as you. Then when I used Java 5 and Tomcat 6 it worked. Maybe this helps. Markus 2009/3/25 PASQUIER thomas <[email protected]> > 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 > > > > > > _______________________________________________ > higgins-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/higgins-dev > >
_______________________________________________ higgins-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/higgins-dev
