• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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!
 
There are 29 Knuts in one Sickle, and 17 Sickles make up a Galleon. 42 tiny ads in a knut:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic