Re: Cocoon in BEA Weblogic

2003-06-20 Thread Uwe Gerger
Hello Ralph,
we use BEA WebLogic 5.1 and we also have terrible performance problems and we
don't know how to solve them. For example on windows with Apache Tomcat it
takes max. 2 minutes to generate an excel report with 3 records and on SUN
Solaris with BEA WLS 5.1 it takes aprox. 45 minutes!
As I see with 8.1 there are also performance problems!


We are desparate and we don't know how to solve this problem! I'm greatful for
any ehlp or hints!

Thanks
Uwe

[EMAIL PROTECTED] schrieb:

 Does anyone have experience with running Cocoon in Weblogic?  We are seeing
 terrible performance just accessing the hello.html in the cocoon sample
 (1-5 transactions per second).  On the same box using Jetty we can get
 close to 50.  This is with Weblogic Server 8.1.

 Ralph

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

--
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



release date of Cocoon2.1

2003-06-17 Thread Uwe Gerger
Hello,
I would like to know when it is planed to release the Cocoon 2.1
version?

Thanks
Uwe
-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



HELP: multiple user and multi tasking support in cocoon 2.0.3/2.0.4 ???

2003-06-17 Thread Uwe Gerger
Hello,
does cocoon support multiple user? 
During our test it seems that cocoon serializes the tasks for each user
so that if 2 user are generating simulteanously a report the second user
has to wait until the first report is finished. How can I change this
behaviour of cocoon? Is there an option to set?

Thanks in advance
Uwe
-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Performance tips for cocoon2.0.x required for large data amounts

2003-06-15 Thread Uwe Gerger
Hello,
I use cocoon 2.0.4 for generating reports based on a Oracle databse and
also using XSLT to tramsform the data. For some reports I retrieve more
the 3 records from the database. To tramsform them in a excel-report
it takes more then 45 minutes. 

What performance improvements can be done in cocoon?

Thanks in advance 
Uwe
-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Orcale-XML-Parser in Coccon2

2003-03-27 Thread Uwe Gerger
Hello Vadim,
thank you for your reply. 

As I understand, the parser that should be used, must be a Component of
the Avalon Framework (org.apache.avalon.framework.component.Component)!
Is this right?

So there is no possiblity to plug in an other XML-Parser that does not
satisfy this conditions!?

Or can I remove xerces from the classpath and add the Oracle parser, so
it would be called by the JAXP -interface!? The Oracle-parser ist
JAXP1.1 compatible!

Thanks in advance
Uwe

[EMAIL PROTECTED] schrieb:
 
 Uwe Gerger wrote:
 
 Hello,
 I change the cocoon.xconf to use the Oracel-parser:
 xml-parser class=oracle.xml.jaxp.JXSAXParser
 
 
 You shouldn't touch this line. This specifies Avalon XML Parser
 component. JXSAXParser is neither Component, nor has anything to do with
 Avalon.
 
 Vadim
 
 logger=core.xml-parser
 
 parameter name=sax-parser-factory
 value=oracle.xml.jaxp.JXSAXParserFactory/
 parameter name=document-builder-factory
 value=oracle.xml.jaxp.JXDocumentBuilderFactory/
 /xml-parser
 
 When starting the web-server an loading a cocoon-application I get the
 following error messages in core.log:
 
 
 ...
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Orcale-XML-Parser in Coccon2

2003-03-26 Thread Uwe Gerger
)
at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:374)
at org.apache.cocoon.Cocoon.configure(Cocoon.java:324)
at org.apache.cocoon.Cocoon.initialize(Cocoon.java:266)
at
org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.java:1237)
at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:435)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:499)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:453)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:361)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextImpl.java:752)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlets(ServletContextImpl.java:726)
at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)

I don't know why I receive a IllegalAccessException. In the policy-file
I've set java.security.AllPermissions.

Any sugestions?

Thanks in advance
Uwe


[EMAIL PROTECTED] schrieb:
 
 Uwe Gerger wrote:
  it is the standard xml-parser in our company; so we have to use it
  instead of xerces!
  That's the only reason!
 
 
 uh!
 must feel great though :-p
 maybe jdk 1.4 is also a standard in whoch case you have a serious
 conflict :-)
 
  in coocon.xconf I found some parameter options for the XML-parser,
  namely sax-parser-factory and document-builder-factory. Have I have to
  specify them? In the original state they are comment out?
 
 
 aha. you made me have a look myself now.
 it's even better then I suggested (I should 've known though)
 
 yes, use those and replace the ??? values with the factories
 provided by the oracle implementation.
 It will need to be full qualified classnames you put in there.
 
 For inspiration on the values open the
 oracle-jaxp-implementation-whatevername.jar (eg with winzip)
 and copy the contents of the files in
 META-INF/services/javax.xml.parsers.* into the respective elements.
 
 (if oracle parser is jaxp compliant those files should be in the
 jar, otherwise you'll need to go into the documentation)
 
 for interest in 2 words the theory:
 JAXP is an insulation layer for having xml docs parsed using the
 SAX or DOM API (forgetting about the XSLT support for ease of
 argument)
 
 Rather then doing the parsing itself this layer just specifies
 how JAXP compliant parsers should work AND offers a transparent
 dynamic loading of the implementation class through the
 AbstractFactory pattern.
 
 Which boils down to:
 This last technique requires you to specify which is the full
 qualified class name of the implementation-factory to be used.
 
 - cocoon lets you do that in the elms you mention there, and I
 would use that option in this case (since you want to hardwire
 the inhouse STANDARD) the bad thing about this approach is that
 newer versions might (unlikely) place their factories elsewhere
 
 - jaxp itself 'detects' (see the directory /META-INF/services in
 the jar file of xerces and (should be oracle) parsers)  which
 implementation to use by probing for the files
 /META-INF/services/javax.xml.parsers.(SAXParserFactory or
 DocumentBuilderFactory) in its classpath... therefor the 'first'
 jaxp implementation jar in the classpath will get used.
 
 since jdk 1.4 however this means you also have to outsmart the
 jre-classpath (since it already holds xerces) using the endorsed
 mechanism
 (you will need to check out docos from your webcontainer I guess)
 
 in this latter case I would very much opt for removing xercesImpl.jar
 
  Thanks
Uwe
 
  [EMAIL PROTECTED] schrieb:
 
 Uwe,
 
 have no experience with it, however if it is fully JAXP compliant
 it _should_ be as easy as putting the jar in the classpath up
 front of (better yet: and removing) the xerces impl jar.
 
 for more detail and explanation: check the xml-parser elm in
 your WEB-INF/cocoon.xconf (loads of comments there taking you by
 the hand)
 
 any particular reason why you like to switch it though?
 
 -marc=
 
 Uwe Gerger wrote:
 
 Hello,
 I would like to use the Oracle - XML-Parser (version xdk-9_2_0_1_0) in
 Cocoon 2. Has anybody some experience in doing this!?
 What I have to do?
 
 Thanks in advance
   Uwe
 
 
 --
 Marc Portierhttp://outerthought.org/
 Outerthought - Open Source, Java  XML Competence Support Center
 Read my weblog at  http://radio.weblogs.com

Orcale-XML-Parser in Coccon2

2003-03-25 Thread Uwe Gerger
Hello,
I would like to use the Oracle - XML-Parser (version xdk-9_2_0_1_0) in
Cocoon 2. Has anybody some experience in doing this!?
What I have to do?

Thanks in advance
Uwe

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Orcale-XML-Parser in Coccon2

2003-03-25 Thread Uwe Gerger
it is the standard xml-parser in our company; so we have to use it
instead of xerces!
That's the only reason!

in coocon.xconf I found some parameter options for the XML-parser,
namely sax-parser-factory and document-builder-factory. Have I have to
specify them? In the original state they are comment out?

Thanks
Uwe

[EMAIL PROTECTED] schrieb:
 
 Uwe,
 
 have no experience with it, however if it is fully JAXP compliant
 it _should_ be as easy as putting the jar in the classpath up
 front of (better yet: and removing) the xerces impl jar.
 
 for more detail and explanation: check the xml-parser elm in
 your WEB-INF/cocoon.xconf (loads of comments there taking you by
 the hand)
 
 any particular reason why you like to switch it though?
 
 -marc=
 
 Uwe Gerger wrote:
  Hello,
  I would like to use the Oracle - XML-Parser (version xdk-9_2_0_1_0) in
  Cocoon 2. Has anybody some experience in doing this!?
  What I have to do?
 
  Thanks in advance
Uwe
 
 
 --
 Marc Portierhttp://outerthought.org/
 Outerthought - Open Source, Java  XML Competence Support Center
 Read my weblog at  http://radio.weblogs.com/0116284/
 [EMAIL PROTECTED]  [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Orcale-XML-Parser in Coccon2

2003-03-25 Thread Uwe Gerger
Geoff,
it would be very nice if you can give me some hints, like how to
integrate the parser in cocoon etc. !


Thanks in advance
Uwe


[EMAIL PROTECTED] schrieb:
 
 I have some experience with it, but not yet within cocoon but would
 be interetested enough to lend a hand.  Not sure the below will
 get what you were looking for - if not, write back and cc me
 directly.
 
 Geoff
 
  -Original Message-
  From: Marc Portier [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 25, 2003 5:40 AM
  To: [EMAIL PROTECTED]
  Subject: Re: Orcale-XML-Parser in Coccon2
 
 
  Uwe,
 
  have no experience with it, however if it is fully JAXP compliant
  it _should_ be as easy as putting the jar in the classpath up
  front of (better yet: and removing) the xerces impl jar.
 
  for more detail and explanation: check the xml-parser elm in
  your WEB-INF/cocoon.xconf (loads of comments there taking you by
  the hand)
 
  any particular reason why you like to switch it though?
 
  -marc=
 
  Uwe Gerger wrote:
   Hello,
   I would like to use the Oracle - XML-Parser (version xdk-9_2_0_1_0) in
   Cocoon 2. Has anybody some experience in doing this!?
   What I have to do?
  
   Thanks in advance
   Uwe
  
 
  --
  Marc Portierhttp://outerthought.org/
  Outerthought - Open Source, Java  XML Competence Support Center
  Read my weblog at  http://radio.weblogs.com/0116284/
  [EMAIL PROTECTED]  [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Using my own Logging-Class in Cocoon

2003-03-18 Thread Uwe Gerger
Hello,
i would like to use an own written Logging-class to catch all logs from
Coccon and log them as we need.

What I have to do for configuring Cocoon in that way and what interface
I have to implement?

Thanks
-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



XInclude-problems with Cocoon2.0.4

2003-03-12 Thread Uwe Gerger
Hello,
I would like to use xinclude-statements in my xml-file with Cocoon2.0.4
with my own tags for example rpt:data. Specifying such a tag as
follows xi:include href=include.xml#xpointer(/p/rpt:data)/ doesn't
work.

Instead using xi:include href=include.xml#xpointer(/p/rpt)/ works!



Here my include.xml file:

?xml version=1.0?
p  xmlns:rpt=http://cocoon.clsw.com/report; 
  rpt:dataTest/rpt:data 
  I am strongincluded/strong by XIncludeTransformer.
  I come from include.xml.
  contentA/content
/p


What's wrong?


Thanks

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XInclude-problems with Cocoon2.0.4

2003-03-12 Thread Uwe Gerger
Hello,
the interesting thing is that in version 2.0.3 the use of namespaces
works correctly!

Should I use the XInclude-Transformer from this version?

Thanks
Uwe

[EMAIL PROTECTED] schrieb:
 
 Uwe Gerger wrote:
 
 Hello,
 I would like to use xinclude-statements in my xml-file with Cocoon2.0.4
 with my own tags for example rpt:data. Specifying such a tag as
 follows xi:include href=include.xml#xpointer(/p/rpt:data)/ doesn't
 work.
 
 
 Instead using xi:include href=include.xml#xpointer(/p/rpt)/ works!
 
 snip/
 
 What's wrong?
 
 
 
 quoting from XIncludeTransformer javadoc:
 
 My first pass at an XInclude transformation
 
 The transformer does the basics correctly but stumbles with anything
 more complicated.  It doesn't always handle absolute URLs, nested
 xinclude elements, nor apparently namspace prefixes in xpointers.  You
 might consider modifiying the source to get the namespace support you
 would like and submitting a patch if it works.
 
 Charles
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please Help: Problems with Cocoon2 V2.03 with Bea WebLogic5.1

2003-03-03 Thread Uwe Gerger
Hello to all interested people,
I could run Cocoon2.0.3 on Bea WebLogic5.1:
The following steps are necessary:
1) In your start-script of Bea-server add to the JAVA_CLASSPATH all the
libraries you found in your cocoon-distribution;
2) In the web.policy-file set in the last grant section add permission
java.security.AllPermission; for the first run
after you have cocoon running you can try to set the permissions you
need!


The same procedure I've done on SOLARIS with BeaWebLogic 5.1!

Good luck!
Uwe


[EMAIL PROTECTED] schrieb:
 
 Hi Uwe,
 
 unfortunately I can't really help - apart from the fact that it seems really
 difficult to install Cocoon in Bea 5.x. We managed to get Cocoon running in
 the 6.x series - and there is information here:
 
 http://xml.apache.org/cocoon/installing/index.html
 
 Sorry I can't be more help on this. Have you searched the archives?
 
 Regards from Paderborn
 
 Matthew
 
 --
 Open Source Group   Cocoon { Consulting, Training, Projects }
 =
 Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn
 Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
 -
 Cocoon book:
   http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
 Weblogs:
   http://radio.weblogs.com/0103021/
   http://www.oreillynet.com/weblogs/author/1014
 =
 
  -Original Message-
  From: Uwe Gerger [mailto:[EMAIL PROTECTED]
  Sent: Monday, February 24, 2003 11:55 AM
  To: [EMAIL PROTECTED]
  Subject: Please Help: Problems with Cocoon2 V2.03 with Bea WebLogic5.1
 
 
  Hallo,
   I have problems running Cocoon2 2.0.3 with Bea WebLogic 5.1. When
   starting the web-server I receive the following exception:
 
   Fr Feb 22 16:58:40 CET 2002:I WebAppServletContext-cocoon
   Pre-Loading servlet Cocoon2
   Fr Feb 22 16:58:40 CET 2002:E WebAppServletContext-cocoon Error
   instantiating servlet: org.apache.cocoon.servlet.CocoonServlet
   java.lang.NoClassDefFoundError:
   org/apache/avalon/framework/context/Context
   at java.lang.Class.newInstance0(Native Method)
   at java.lang.Class.newInstance(Class.java:232)
  at
 
  weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStu
  bImpl.java:469)
   at
 
  weblogic.servlet.internal.ServletStubImpl.createInstances(ServletS
 tubImpl.java:453)
   at
 
  weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletSt
 ubImpl.java:442)
   at
 
  weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletSt
 ubImpl.java:361)
   at
 
  weblogic.servlet.internal.ServletContextImpl.preloadServlet(Servle
 tContextImpl.java:752)
   at
 
  weblogic.servlet.internal.ServletContextImpl.preloadServlets(Servl
 etContextImpl.java:726)
   at
   weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
   at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
   at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
   at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
   at java.lang.reflect.Method.invoke(Native Method)
   at weblogic.Server.startServerDynamically(Server.java:140)
   at weblogic.Server.main(Server.java:97)
   at weblogic.Server.main(Server.java:58)
 
   My start-command is:
 
 
  JAVA_CLASSPATH=.\lib\weblogic510sp12boot.jar;.\classes\boot;.\eval
  \cloudscape\lib\cloudscape.jar
 
 
  WEBLOGIC_CLASSPATH=c:\jdk1.3.1_06\lib\tools.jar;.\lib\cocoon\cocoo
  n-2.0.3.jar;.\lib\cocoon\avalon-framework-4.1.2.jar;.\lib\cocoon\a
  valon-excalibur-4.1.jar;.\lib\cocoon\batik-libs-1.1.1.jar;.\lib\co
  coon\bsf-2.2.jar;.\lib\cocoon\fop-0.20.3rc.jar;.\lib\cocoon\jakart
  a-regexp-1.2.jar;.\lib\cocoon\jstyle.jar;.\lib\cocoon\logkit-1.0.1
  .jar;.\lib\cocoon\rhino-1.5r3.jar;.\lib\cocoon\xalan-2.3.1.jar;.\l
  ib\cocoon\xercesImpl-2.0.0.jar;.\lib\cocoon\xml-apis.jar;.\lib\coc
  oon\xt-19991105.jar;.\license;.\lib\weblogic510sp12.jar;.\classes;
  .\lib\weblogicaux.jar;.\myserver\serverclasses
 
   start-command:
 
   c:\jdk1.3.1_06\bin\java -ms64m -mx64m -classpath
 
  .\lib\weblogic510sp12boot.jar;.\classes\boot;.\eval\cloudscape\lib
  \cloudscape.jar
 
  -Dweblogic.class.path=c:\jdk1.3.1_06\lib\tools.jar;.\lib\cocoon\co
  coon-2.0.3.jar;.\lib\cocoon\avalon-framework-4.1.2.jar;.\lib\cocoo
  n\avalon-excalibur-4.1.jar;.\lib\cocoon\batik-libs-1.1.1.jar;.\lib
  \cocoon\bsf-2.2.jar;.\lib\cocoon\fop-0.20.3rc.jar;.\lib\cocoon\jak
  arta-regexp-1.2.jar;.\lib\cocoon\jstyle.jar;.\lib\cocoon\logkit-1.
  0.1.jar;.\lib\cocoon\rhino-1.5r3.jar;.\lib\cocoon\xalan-2.3.1.jar;
  .\lib\cocoon\xercesImpl-2.0.0.jar;.\lib\cocoon\xml-apis.jar;.\lib\
  cocoon\xt-19991105.jar;.\license;.\lib\weblogic510sp12.jar;.\class
  es;.\lib\weblogicaux.jar;.\myserver\serverclasses
   -Dweblogic.home=. -Djava.security.manager

Re: Cocoon2: Logger required?

2003-02-27 Thread Uwe Gerger
I want to turn it off because of problems with the logger when porting
to Bea WebLogic5.1! (See my mail from yesterday!)

Uwe

[EMAIL PROTECTED] schrieb:
 
 Uwe,
 
   Hello,
   can I configure Cocoon2 so that it doesn't use the logger?
  
 
  Cocoon logging can be configured in the file WEB-INF/logkit.xconf.
 
  Usually for deployment the log-levels are set to ERROR (instead of
  DEBUG).
 
 
 What Bruno means is - why do you want to turn the logger off? If it is
 because there is too much output - then change the configuration to ERROR
 instead of DEBUG.
 
 Matthew
 
 --
 Open Source Group   Cocoon { Consulting, Training, Projects }
 =
 Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn
 Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
 -
 Cocoon book:
   http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
 Weblogs:
   http://radio.weblogs.com/0103021/
   http://www.oreillynet.com/weblogs/author/1014
 =
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]begin:vcard 
n:Gerger;Uwe Gerger
tel;work:089 382 35687
x-mozilla-html:FALSE
org:BMW AG;TG-53
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing. (FH)
adr;quoted-printable:;;Helene-Mayer-Ring 4=0D=0A=0D=0A01.03/075.0-8;München;Bayern;80809;Bundesrepublik Deutschland
fn:Uwe Gerger
end:vcard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

security problem? InvocationTargetException received

2003-02-26 Thread Uwe Gerger
Hello,
while starting cocoon2 Version 2.0.3 on weblogic 5.1 I receive the
following exception:

Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException:
java.lang.IllegalAccessError: try to access method
org.apache.cocoon.util.log.ExtensiblePatternFormatter$
PatternRun.init()V from class
org.apache.cocoon.util.log.ExtensiblePatternFormatter
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.addPatternRun(ExtensiblePatternFormatter.java:136)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.parse(ExtensiblePatternFormatter.java:545)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.setFormat(ExtensiblePatternFormatter.java:570)
at
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:731)
at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:262)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:499)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:453)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:361)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextImpl.java:752)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlets(ServletContextImpl.java:726)
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)
java.lang.IllegalAccessError: try to access method
org.apache.cocoon.util.log.ExtensiblePatternFormatter$PatternRun.init()V
from class org.apache.co
coon.util.log.ExtensiblePatternFormatter
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.addPatternRun(ExtensiblePatternFormatter.java:136)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.parse(ExtensiblePatternFormatter.java:545)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.setFormat(ExtensiblePatternFormatter.java:570)
at
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:731)
at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:262)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:499)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:453)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:361)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextImpl.java:752)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlets(ServletContextImpl.java:726)
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)
***

Is this a matter of security-settings?

Does anyone know the reason?

ANY help would be apreciated!!!

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]begin:vcard 
n:Gerger;Uwe Gerger
tel;work:089 382 35687
x-mozilla-html:FALSE
org:BMW AG;TG-53
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing. (FH)
adr;quoted-printable:;;Helene-Mayer-Ring 4=0D=0A=0D=0A01.03/075.0-8;München;Bayern;80809;Bundesrepublik Deutschland
fn:Uwe Gerger
end:vcard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

security problem? Invocation TargetException received

2003-02-26 Thread Uwe Gerger
Hello,
while starting cocoon2 Version 2.0.3 on weblogic 5.1 I receive the
following exception:

Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException:
java.lang.IllegalAccessError: try to access method
org.apache.cocoon.util.log.ExtensiblePatternFormatter$
PatternRun.init()V from class
org.apache.cocoon.util.log.ExtensiblePatternFormatter
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.addPatternRun(ExtensiblePatternFormatter.java:136)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.parse(ExtensiblePatternFormatter.java:545)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.setFormat(ExtensiblePatternFormatter.java:570)
at
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:731)
at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:262)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:499)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:453)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:361)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextImpl.java:752)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlets(ServletContextImpl.java:726)
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)
java.lang.IllegalAccessError: try to access method
org.apache.cocoon.util.log.ExtensiblePatternFormatter$PatternRun.init()V
from class org.apache.co
coon.util.log.ExtensiblePatternFormatter
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.addPatternRun(ExtensiblePatternFormatter.java:136)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.parse(ExtensiblePatternFormatter.java:545)
at
org.apache.cocoon.util.log.ExtensiblePatternFormatter.setFormat(ExtensiblePatternFormatter.java:570)
at
org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:731)
at
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:262)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:499)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:453)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:361)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextImpl.java:752)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlets(ServletContextImpl.java:726)
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)
***

Is this a matter of security-settings?

Does anyone know the reason?

ANY help would be apreciated!!!
-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]begin:vcard 
n:Gerger;Uwe Gerger
tel;work:089 382 35687
x-mozilla-html:FALSE
org:BMW AG;TG-53
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing. (FH)
adr;quoted-printable:;;Helene-Mayer-Ring 4=0D=0A=0D=0A01.03/075.0-8;München;Bayern;80809;Bundesrepublik Deutschland
fn:Uwe Gerger
end:vcard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Cocoon2: Logger required?

2003-02-26 Thread Uwe Gerger
Hello,
can I configure Cocoon2 so that it doesn't use the logger?

Thanks

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]begin:vcard 
n:Gerger;Uwe Gerger
tel;work:089 382 35687
x-mozilla-html:FALSE
org:BMW AG;TG-53
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing. (FH)
adr;quoted-printable:;;Helene-Mayer-Ring 4=0D=0A=0D=0A01.03/075.0-8;München;Bayern;80809;Bundesrepublik Deutschland
fn:Uwe Gerger
end:vcard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon2: Logger required?

2003-02-26 Thread Uwe Gerger
Is this a class wich I have to specify in the web-xml file ?

Thanks
Uwe

[EMAIL PROTECTED] schrieb:
 
 You can configure the NullLogger (see in avalon framework), if this is what
 you want to do.
 
 -Original Message-
 From: Uwe Gerger [mailto:[EMAIL PROTECTED]
 Sent: 26 February 2003 14:01
 To: [EMAIL PROTECTED]
 Subject: Cocoon2: Logger required?
 
 Hello,
 can I configure Cocoon2 so that it doesn't use the logger?
 
 Thanks
 
 --
 Uwe Gerger_/_/_/   _/_/  _/_/
 BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
 80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
 Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
 Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
 mailto:[EMAIL PROTECTED]
 
 Any e-mail message from the European Central Bank (ECB) is sent in good faith but 
 shall neither be binding nor construed as constituting a commitment by the ECB 
 except where provided for in a written agreement.
 This e-mail is intended only for the use of the recipient(s) named above. Any 
 unauthorised disclosure, use or dissemination, either in whole or in part, is 
 prohibited.
 If you have received this e-mail in error, please notify the sender immediately via 
 e-mail and delete this e-mail from your system.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Uwe Gerger_/_/_/   _/_/  _/_/
BMW AG, TG-53 IT-Technologie _/   _/  _/_/_/_/  _/_/
80788 Muenchen  _/_/_/   _/ _/ _/  _/ _/ _/
Tel: +49 89 382 35687  _/   _/  _/_/  _/_/_/_/
Fax: +49 89 382 49040 _/_/_/   _/_/  _/_/
mailto:[EMAIL PROTECTED]begin:vcard 
n:Gerger;Uwe Gerger
tel;work:089 382 35687
x-mozilla-html:FALSE
org:BMW AG;TG-53
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing. (FH)
adr;quoted-printable:;;Helene-Mayer-Ring 4=0D=0A=0D=0A01.03/075.0-8;München;Bayern;80809;Bundesrepublik Deutschland
fn:Uwe Gerger
end:vcard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Please Help: Problems with Cocoon2 V2.03 with Bea WebLogic5.1

2003-02-24 Thread Uwe Gerger
Hallo,
 I have problems running Cocoon2 2.0.3 with Bea WebLogic 5.1. When
 starting the web-server I receive the following exception:
 
 Fr Feb 22 16:58:40 CET 2002:I WebAppServletContext-cocoon
 Pre-Loading servlet Cocoon2
 Fr Feb 22 16:58:40 CET 2002:E WebAppServletContext-cocoon Error
 instantiating servlet: org.apache.cocoon.servlet.CocoonServlet
 java.lang.NoClassDefFoundError:
 org/apache/avalon/framework/context/Context
 at java.lang.Class.newInstance0(Native Method)
 at java.lang.Class.newInstance(Class.java:232)
at

weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:469)
 at

weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:453)
 at

weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
 at

weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:361)
 at

weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextImpl.java:752)
 at

weblogic.servlet.internal.ServletContextImpl.preloadServlets(ServletContextImpl.java:726)
 at
 weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
 at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
 at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
 at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
 at java.lang.reflect.Method.invoke(Native Method)
 at weblogic.Server.startServerDynamically(Server.java:140)
 at weblogic.Server.main(Server.java:97)
 at weblogic.Server.main(Server.java:58)
 
 My start-command is:
 

JAVA_CLASSPATH=.\lib\weblogic510sp12boot.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
 

WEBLOGIC_CLASSPATH=c:\jdk1.3.1_06\lib\tools.jar;.\lib\cocoon\cocoon-2.0.3.jar;.\lib\cocoon\avalon-framework-4.1.2.jar;.\lib\cocoon\avalon-excalibur-4.1.jar;.\lib\cocoon\batik-libs-1.1.1.jar;.\lib\cocoon\bsf-2.2.jar;.\lib\cocoon\fop-0.20.3rc.jar;.\lib\cocoon\jakarta-regexp-1.2.jar;.\lib\cocoon\jstyle.jar;.\lib\cocoon\logkit-1.0.1.jar;.\lib\cocoon\rhino-1.5r3.jar;.\lib\cocoon\xalan-2.3.1.jar;.\lib\cocoon\xercesImpl-2.0.0.jar;.\lib\cocoon\xml-apis.jar;.\lib\cocoon\xt-19991105.jar;.\license;.\lib\weblogic510sp12.jar;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
 
 start-command:
 
 c:\jdk1.3.1_06\bin\java -ms64m -mx64m -classpath

.\lib\weblogic510sp12boot.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar

-Dweblogic.class.path=c:\jdk1.3.1_06\lib\tools.jar;.\lib\cocoon\cocoon-2.0.3.jar;.\lib\cocoon\avalon-framework-4.1.2.jar;.\lib\cocoon\avalon-excalibur-4.1.jar;.\lib\cocoon\batik-libs-1.1.1.jar;.\lib\cocoon\bsf-2.2.jar;.\lib\cocoon\fop-0.20.3rc.jar;.\lib\cocoon\jakarta-regexp-1.2.jar;.\lib\cocoon\jstyle.jar;.\lib\cocoon\logkit-1.0.1.jar;.\lib\cocoon\rhino-1.5r3.jar;.\lib\cocoon\xalan-2.3.1.jar;.\lib\cocoon\xercesImpl-2.0.0.jar;.\lib\cocoon\xml-apis.jar;.\lib\cocoon\xt-19991105.jar;.\license;.\lib\weblogic510sp12.jar;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
 -Dweblogic.home=. -Djava.security.manager
 -Djava.security.policy==.\weblogic.policy
 -Dweblogic.system.disableWeblogicClassPath=true weblogic.Server
 
 Any idea whats wrong?
 --
 Uwe Gergerbegin:vcard 
n:Gerger;Uwe Gerger
tel;work:089 382 35687
x-mozilla-html:FALSE
org:BMW AG;TG-53
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing. (FH)
adr;quoted-printable:;;Helene-Mayer-Ring 4=0D=0A=0D=0A01.03/075.0-8;München;Bayern;80809;Bundesrepublik Deutschland
fn:Uwe Gerger
end:vcard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Please Help(urgent): Problems with the installation of Cocoon2 version 2.03 with

2003-02-22 Thread Uwe Gerger
Hallo,
I have problems running Cocoon2 2.0.3 with Bea WebLogic 5.1. When
starting the web-server I receive the following exception:

Fr Feb 22 16:58:40 CET 2002:I WebAppServletContext-cocoon
Pre-Loading servlet Cocoon2
Fr Feb 22 16:58:40 CET 2002:E WebAppServletContext-cocoon Error
instantiating servlet: org.apache.cocoon.servlet.CocoonServlet
java.lang.NoClassDefFoundError:
org/apache/avalon/framework/context/Context
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:469)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:453)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:361)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlet(ServletContextImpl.java:752)
at
weblogic.servlet.internal.ServletContextImpl.preloadServlets(ServletContextImpl.java:726)
at
weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java:683)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:479)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1393)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:140)
at weblogic.Server.main(Server.java:97)
at weblogic.Server.main(Server.java:58)

My start-command is:

JAVA_CLASSPATH=.\lib\weblogic510sp12boot.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar


WEBLOGIC_CLASSPATH=c:\jdk1.3.1_06\lib\tools.jar;.\lib\cocoon\cocoon-2.0.3.jar;.\lib\cocoon\avalon-framework-4.1.2.jar;.\lib\cocoon\avalon-excalibur-4.1.jar;.\lib\cocoon\batik-libs-1.1.1.jar;.\lib\cocoon\bsf-2.2.jar;.\lib\cocoon\fop-0.20.3rc.jar;.\lib\cocoon\jakarta-regexp-1.2.jar;.\lib\cocoon\jstyle.jar;.\lib\cocoon\logkit-1.0.1.jar;.\lib\cocoon\rhino-1.5r3.jar;.\lib\cocoon\xalan-2.3.1.jar;.\lib\cocoon\xercesImpl-2.0.0.jar;.\lib\cocoon\xml-apis.jar;.\lib\cocoon\xt-19991105.jar;.\license;.\lib\weblogic510sp12.jar;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses


start-command:

c:\jdk1.3.1_06\bin\java -ms64m -mx64m -classpath
.\lib\weblogic510sp12boot.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
-Dweblogic.class.path=c:\jdk1.3.1_06\lib\tools.jar;.\lib\cocoon\cocoon-2.0.3.jar;.\lib\cocoon\avalon-framework-4.1.2.jar;.\lib\cocoon\avalon-excalibur-4.1.jar;.\lib\cocoon\batik-libs-1.1.1.jar;.\lib\cocoon\bsf-2.2.jar;.\lib\cocoon\fop-0.20.3rc.jar;.\lib\cocoon\jakarta-regexp-1.2.jar;.\lib\cocoon\jstyle.jar;.\lib\cocoon\logkit-1.0.1.jar;.\lib\cocoon\rhino-1.5r3.jar;.\lib\cocoon\xalan-2.3.1.jar;.\lib\cocoon\xercesImpl-2.0.0.jar;.\lib\cocoon\xml-apis.jar;.\lib\cocoon\xt-19991105.jar;.\license;.\lib\weblogic510sp12.jar;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
-Dweblogic.home=. -Djava.security.manager
-Djava.security.policy==.\weblogic.policy
-Dweblogic.system.disableWeblogicClassPath=true weblogic.Server 


Any idea whats wrong?
-- 
Uwe Gergerbegin:vcard 
n:Gerger;Uwe Gerger
tel;work:089 382 35687
x-mozilla-html:FALSE
org:BMW AG;TG-53
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing. (FH)
adr;quoted-printable:;;Helene-Mayer-Ring 4=0D=0A=0D=0A01.03/075.0-8;München;Bayern;80809;Bundesrepublik Deutschland
fn:Uwe Gerger
end:vcard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]