You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Thilipkumar TM <st...@yahoo.com> on 2001/04/26 14:17:25 UTC

Deployment Problem in iPlanet using Strut Example !!

HI,

  I have strut's example binary and Source version.  I
deployed in iPlanet application server with NT 4.0
SP6.  I am getting the following errors.  Please get
me solution, if you find.

ERROR
=====

20/Apr/2001 14:38:53:5] info:
--------------------------------------
[20/Apr/2001 14:38:53:5] info: action: init
[20/Apr/2001 14:38:53:5] info:
--------------------------------------
[20/Apr/2001 14:38:53:8] info:
--------------------------------------
[20/Apr/2001 14:38:53:8] info: action: Loading
application resources from resourc
e org.apache.struts.example.ApplicationResources
[20/Apr/2001 14:38:53:8] info:
--------------------------------------
[20/Apr/2001 14:38:54:2] info:
--------------------------------------
[20/Apr/2001 14:38:54:2] info: action: Initializing
configuration from resource p
ath /WEB-INF/struts-config.xml
[20/Apr/2001 14:38:54:2] info:
--------------------------------------
[20/Apr/2001 14:38:55:0] error: Exception:
SERVLET-execution_failed: Error in exe
cuting servlet action: java.lang.IllegalAccessError:
try to access class org.apac
he.struts.action.AddDataSourceRule from class
org.apache.struts.action.ActionServ
let
Exception Stack Trace:
java.lang.IllegalAccessError: try to access class
org.apache.struts.action.AddDat
aSourceRule from class
org.apache.struts.action.ActionServlet
        at
org.apache.struts.action.ActionServlet.initDigester(ActionServlet.java
:1103)
        at
org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:
1292)
        at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:465)
        at
javax.servlet.GenericServlet.init(GenericServlet.java:258)
        at
com.netscape.server.servlet.servletrunner.ServletRepository.loadServle
t(Unknown Source)
        at
com.netscape.server.servlet.servletrunner.ServletRepository.createInst
ance(Unknown Source)
        at
com.netscape.server.servlet.servletrunner.ServletRunner.createServletI
nfo(Unknown Source)
        at
com.netscape.server.servlet.servletrunner.AppInfo.preLoadServlets(Unkn
own Source)
        at
com.netscape.server.servlet.servletrunner.AppInfo.resetServlets(Unknow
n Source)
        at
com.netscape.server.servlet.servletrunner.AppInfo.<init>(Unknown
Sourc
e)
        at
com.netscape.server.servlet.servletrunner.ServletRunner.getAppInfo(Unk
nown Source)
        at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknow
n 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)


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

RE: Deployment Problem in iPlanet using Strut Example !!

Posted by malcolm davis <ma...@nuearth.com>.
Are you running iPlanet with SP2?
  > 
  > HI,
  > 
  >   I have strut's example binary and Source version.  I
  > deployed in iPlanet application server with NT 4.0
  > SP6.  I am getting the following errors.  Please get
  > me solution, if you find.
  >