[opencms-dev] error when installing OpenCms Module Developer in Eclipse
Christoph P. Kukulies
kuku at physik.rwth-aachen.de
Wed Oct 21 17:25:04 CEST 2009
On Wed, Oct 21, 2009 at 07:24:13AM -0700, Eska wrote:
>
> Hi Cristoph,
>
> since I think the Module Developer communicates with your tomcat directly,
> try to configure the OpenCms servlet mapping without the url rewrite stuff,
> like
> it should be the same as configured in your web.xml without the leading '/'.
>
> e.g.:
>
> OpenCms servlet mapping: opencms/*
> OpenCms context path name: ROOT
I changed the values to the ones you suggested to no avail. Same.
Are you using 7.5.0?
Here again what I could obtain from the traceback window:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessError: tried to access method
org.apache.commons.digester.Digester.pushParams(Ljava/lang/Object;)V
from class org.opencms.configuration.CmsSetNextRule
...
>
> That works for me.
>
> Eska
>
>
> Christoph P. Kukulies wrote:
> >
> > On Wed, Oct 21, 2009 at 10:33:38AM +0200, Gregor Schneider wrote:
> >> Chistoph,
> >>
> >> I followed the steps described at
> >> http://opencms-wiki.org/Eclipse_integration
> >>
> >> I uses the Open CMS Module Developer and followed the Wiki step by step.
> >>
> >> my configuration:
> >>
> >> - Windows XP SP3
> >> - Eclipse Galileo (latest)
> >> - Sun JDK 1.6
> >> - MySQL 5.0.7
> >> - Tomcat 6.0.18
> >>
> >> Actually you don't need Apache HTTPD - just install OpenCMS into your
> >> local Tomcat-installation and access it via port 8080 - maybe this is
> >> what was causing the problems.
> >
> > I'm using rewriting/stripping /opencms and have opencms in webapps/ROOT
> > and apache in front of tomcat-6.0.
> >
> > Eclipse filled in this info automatically:
> >
> > Full Path: C:\Programme\Apache_Group\Tomcat_6.0\webapps\ROOT\WEB-INF
> >
> > OpenCms additional classpath jars
> > C:\Programme\Apache_Group\Tomcat_6.0\lib\servlet-api.jar
> > C:\Programme\Apache_Group\Tomcat_6.0\lib\jsp-api.jar
> >
> > OpenCms servlet mapping: *
> > OpenCms context path name: /
> > login with user name: Admin
> > login with password: checked_that
> >
> >
> > The crash happens, when I choose New Project -> Other -> OpenCms Module
> > and I the click on "Fetch". It says
> > "Fetching inslalled Modules from OpenCms"
> > "Starting OpenCms instance"
> > and then the java.lang.IllegalAccessError occurs.
> >
> > I wonder where I could find a stacktrace for this.
> >
> > Tomcat_6.0/logs doesn't have anything related . opencms.log also
> > nothing.
> >
> >
> > --
> > Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
> >
> >>
> >> My OpenCMS Module Developer-specs in Eclipse:
> >>
> >> Full path to.... : D:\apache-tomcat-6.0.18\webapps\opencms\WEB-INF
> >>
> >> OpenCMS classpath:
> >>
> >> D:\apache-tomcat-6.0.18\webapps\opencms\WEB-INF\lib\mysql-connector-java-5.0.7-bin.jar
> >> D:\apache-tomcat-6.0.18\lib\servlet-api.jar
> >> D:\apache-tomcat-6.0.18\lib\jsp-api.jar
> >>
> >> OpenCMS servlet mapping: opencms/*
> >> OpenCMS context path name: opencms
> >> login user: Admin
> >> login password: admin
> >>
> >> Bedises, if you expect help here, some more information is needed, that
> >> is:
> >>
> >> - full stacktrace of your exception, not just a snippet
> >>
> >> HTH
More information about the opencms-dev
mailing list