Hi

I'm still having the same problem. The log4j.jar is not included in
pluto-portal.war per default - the pom doesn't reference log4j as
dependency. The entry I added looks like this (copied from the
testsuite):
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.9</version>
      <scope>runtime</scope>
    </dependency>

After a mvn clean install; mvn pluto:install
-DinstallDir=$CATALINA_HOME, log4j.jar is included in the war file.

Would you mind doing a fresh svn co to check if you get this same
error or not? So we'd know for sure if this is a local problem on my
end or not.

--

Update: I just tried another thing: delete pluto and testsuite from
the webapp directory and that seemed to do the trick. Even though the
tomcat install was fresh too, there must have been some leftovers from
a previous attempt...

Sorry for bothering you
Patrick


2006/2/8, Zhong ZHENG <[EMAIL PROTECTED]>:
> Hi,
>
>  Although the logging issue is bothering me too (logs from some classes are
> missing),
>  I didn't get the error you got. The log4j-xxx.jar should be in the
> pluto-portal.war.
>
>  I changed back the logging impl from Log4j to SimpleLog. So, if you don't
> mind having
>  log messages printed on the console, just update your local working copy
> and retry.
>
>  BTW, the pluto-derby module is removed from SVN.
>
>  Regards.
>
> On 2/8/06, Patrick Huber <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > Thanks for fixing this.
> >
> > I just wanted to try the new version and removed my old tomcat/pluto
> > and reinstalled them from scratch. Not when I start Tomcat, I get lots
> > of stacktraces whith this: java.lang.NoClassDefFoundError :
> > org/apache/log4j/Category (see attached file for a complete trace).
> >
> > Adding log4j to pluto-portal, pluto-portal-driver and pluto-container
> > didn't help?
> >
> > Is this a Problem on my end or something with pluto?
> >
> > Thanks
> > Patrick
> >
> >
>
> --
>
> ZHENG Zhong
>  - http://heavyz.blogspot.com/
>  - http://people.apache.org/~zheng/
>


--
"I love deadlines. I like the whooshing sound they make as they fly
by." -- Douglas Adams

Reply via email to