• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

an urgent problem on servlet and iPlanet Application Server?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an Web application running well on Tomcat,Weblogic and WebSphere. When I run it on iPlanet Application Server 6.0SP3 after having deploying it successfully, I got the following error message:
[05/June/2002 15:00:31:1] error: Exception: SERVLET-execution_failed: Error in e
xecuting servlet UIWebListener: java.lang.NullPointerException
Exception Stack Trace:
java.lang.NullPointerException
at com.netscape.server.servlet.servletrunner.ServletInfo.checkAuthorization(Unknown Source)
at com.netscape.server.servlet.servletrunner.ServletInfo.checkAuthorization(Unknown Source)
at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at java.lang.Thread.run(Thread.java:479)
[05/June/2002 15:00:31:1] error: APPLOGIC-caught_exception: Caught Exception:
Would you be kind enough to tell me the reason? Thanks a lot!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic