Re: Cocoon and MySQL

2003-02-03 Thread Martin Holz
"Richard Cunliffe" <[EMAIL PROTECTED]> writes:

> Martin,
> 
> I have made your suggested changes and the web page still comes up
> completely blank. Is there anything else I should be looking at?

Lower log level and look into the logs :-(.
Usually SQLTransformer complains about sql errors.
Change serialize type to xml, if yoz disabled 
the XSLTransformer - maybe there is some 
error message hiding.


Martin

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




AW: Cocoon and MySQL

2003-02-03 Thread Marco Rolappe
richard,

once again my advice: take a look at the logs (here access.log):

DEBUG   (2003-02-03) 13:18.51:614   [access]
(/cocoon/soundpool/database.html)
HttpProcessor[8080][4]/AbstractEnvironment: Reset context to
file:/C:/tomcat/webapps/cocoon/
WARN(2003-02-03) 13:18.51:614   [access]
(/cocoon/soundpool/database.html) HttpProcessor[8080][4]/CocoonServlet: The
resource was not found
org.apache.cocoon.ResourceNotFoundException: Resource not found
file:/C:/tomcat/webapps/cocoon/soundpool/database.xml:
java.io.FileNotFoundException:
C:\tomcat\webapps\cocoon\soundpool\database.xml (The system cannot find the
path specified)
at
org.apache.cocoon.components.source.FileSource.getInputStream(FileSource.jav
a:145)
at
org.apache.cocoon.components.source.AbstractStreamSource.getInputSource(Abst
ractStreamSource.java:161)
at
org.apache.cocoon.components.source.AbstractStreamSource.toSAX(AbstractStrea
mSource.java:206)
at
org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:143)
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:250)
at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:395)
...


> -Ursprungliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im
> Auftrag von Richard Cunliffe
> Gesendet: Montag, 3. Februar 2003 15:29
> An: [EMAIL PROTECTED]
> Betreff: RE: Cocoon and MySQL
>
>
> Martin,
>
> I have made your suggested changes and the web page still comes up
> completely blank. Is there anything else I should be looking at?
>
> Thanks,
>
> Richard.
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 03 February 2003 14:02
> To: [EMAIL PROTECTED]
> Subject: Re: Cocoon and MySQL
>
> Hello Richard,
>
>
> "Richard Cunliffe" <[EMAIL PROTECTED]> writes:
>
> > (logs attached)
> >
> > Hi,
> >
> > I have now got cocoon to start, and I have now put my pipeline in, but
> > the page is coming up blank, when viewed through IE6.
> >
> > My pipeline in the sitemap looks like this:
> >
> >
> > 
> >
> > 
> > 
> > 
> > 
> >  > value="soundpool"/>
> > 
> > 
> Do one step after the other -- disable the transformer
> for testing or use labels.
>
> > 
> > 
> > 
> >
> >
> >
> > I am unsure what should go under name="". I have assumed it's the
> local
> > host name given in mysql?
>
> No, it is the name of the connection as defined in your cocoon.xconf.
> My entry looks like this:
>
>   
>
> 
>   
>   true
>   jdbc:postgresql://bog.fiz-chemie.de/slidestore
>   slide
>   geheim
> 
>
>
> So the parameter to the SQL Transformer is:
>   
>   
>   
> Remember to restart your servlet engine after changes to cocoon.xconf.
>
> >
> > My web.xml looks like so:
> Looks okay.
>
> >
> > My database.xml looks like this:
> >
> >
> > 
> > 
> > soundpool
> > the databse
> > http://apache.org/cocoon/SQL/2.0";>
>
> > localhost/soundpool
> You don't need this line.
>
> > 
> > SELECT generalMusicTitle FROM album
> > 
> > 
> > 
>
>
> --
> Martin HolzFIZ CHEMIE Berlin
> <[EMAIL PROTECTED]>
>
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

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




RE: Cocoon and MySQL

2003-02-03 Thread Richard Cunliffe
Martin,

I have made your suggested changes and the web page still comes up
completely blank. Is there anything else I should be looking at?

Thanks,

Richard.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: 03 February 2003 14:02
To: [EMAIL PROTECTED]
Subject: Re: Cocoon and MySQL

Hello Richard,


"Richard Cunliffe" <[EMAIL PROTECTED]> writes:

> (logs attached)
> 
> Hi,
> 
> I have now got cocoon to start, and I have now put my pipeline in, but
> the page is coming up blank, when viewed through IE6.
> 
> My pipeline in the sitemap looks like this:
> 
> 
> 
> 
> 
> 
>   
>   
>value="soundpool"/>
>   
>   
Do one step after the other -- disable the transformer
for testing or use labels.

>   
> 
> 
> 
> 
> 
> I am unsure what should go under name="". I have assumed it's the
local
> host name given in mysql?

No, it is the name of the connection as defined in your cocoon.xconf.
My entry looks like this:

  
   
 
  
  true
  jdbc:postgresql://bog.fiz-chemie.de/slidestore
  slide
  geheim

   

So the parameter to the SQL Transformer is:
  
  
  
Remember to restart your servlet engine after changes to cocoon.xconf.

> 
> My web.xml looks like so:
Looks okay.

> 
> My database.xml looks like this:
> 
> 
> 
> 
>   soundpool
>   the databse
>   http://apache.org/cocoon/SQL/2.0";>

> localhost/soundpool
You don't need this line.

>   
>   SELECT generalMusicTitle FROM album
>   
>   
> 


--
Martin HolzFIZ CHEMIE Berlin
<[EMAIL PROTECTED]>  



-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

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




-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

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




Re: Cocoon and MySQL

2003-02-03 Thread Martin Holz
Hello Richard,


"Richard Cunliffe" <[EMAIL PROTECTED]> writes:

> (logs attached)
> 
> Hi,
> 
> I have now got cocoon to start, and I have now put my pipeline in, but
> the page is coming up blank, when viewed through IE6.
> 
> My pipeline in the sitemap looks like this:
> 
> 
> 
> 
> 
> 
>   
>   
>value="soundpool"/>
>   
>   
Do one step after the other -- disable the transformer
for testing or use labels.

>   
> 
> 
> 
> 
> 
> I am unsure what should go under name="". I have assumed it's the local
> host name given in mysql?

No, it is the name of the connection as defined in your cocoon.xconf.
My entry looks like this:

  
   
 
  
  true
  jdbc:postgresql://bog.fiz-chemie.de/slidestore
  slide
  geheim

   

So the parameter to the SQL Transformer is:
  
  
  
Remember to restart your servlet engine after changes to cocoon.xconf.

> 
> My web.xml looks like so:
Looks okay.

> 
> My database.xml looks like this:
> 
> 
> 
> 
>   soundpool
>   the databse
>   http://apache.org/cocoon/SQL/2.0";>

> localhost/soundpool
You don't need this line.

>   
>   SELECT generalMusicTitle FROM album
>   
>   
> 


--
Martin HolzFIZ CHEMIE Berlin
<[EMAIL PROTECTED]>  



-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Cocoon and MySQL

2003-02-03 Thread Richard Cunliffe
(logs attached)

Hi,

I have now got cocoon to start, and I have now put my pipeline in, but
the page is coming up blank, when viewed through IE6.

My pipeline in the sitemap looks like this:

















I am unsure what should go under name="". I have assumed it's the local
host name given in mysql?




My web.xml looks like so:


load-class


com.mysql.jdbc.Driver








My database.xml looks like this:




soundpool
the databse
http://apache.org/cocoon/SQL/2.0";>

localhost/soundpool

SELECT generalMusicTitle FROM album








My databasepc.xsl looks like this:



http://www.w3.org/1999/XSL/Transform";
xmlns:sql="http://apache.org/cocoon/SQL/2.0";>





















I have had a look at the logs and I think that cocoon can not find my
database. I know it does exist under the name of soundpool, and have
double checked this looking in the MySQL Admin, and it is listed under
the database tab. The structure looks like this:

RICHARD (192.168.44.21)
|- mysql
|- soundpool
|- test

Any suggestions,

Thanks,

Richard.





cocoon_logs.zip
Description: Zip compressed data
-
Please check that your question  has not already been answered in the
FAQ before posting. 

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


AW: Cocoon and MySQL

2003-02-02 Thread Marco Rolappe
hi richard,

first point: don't be afraid to look at the logs yourself ;-) most of the
time they'll reveal what's going wrong. for example in the error.log you
attached:

ERROR   (2003-02-02) 22:45.52:747   [core] (Unknown-URI)
Unknown-thread/Cocoon: Could not configure Cocoon environment
org.xml.sax.SAXParseException: The element type "dburl" must be terminated
by the matching end-tag "".
at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHand
lerWrapper.java:232)
at
org.apache.xerces.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.ja
va:213)
...

looking at the following:

> The following line I was unsure about:

> jdbc:mysql://192.168.44.21:3306
  ^^^ this one's wrong ;-)

ok, next point:

> I got the localhost address from MySQL Admin - I'm not sure if this is
right? I uncommented these items from the my.ini file.

you can just use 'localhost' (assuming the db is running on the same
machine).

> I am also not sure about .  I have tried researching this
but I'm still unsure.

you can name the datasource as you wish, e.g.:



true
jdbc:mysql://localhost/soundpool 
r_cunliffe 



of course, the data given in this configuration must correspond to your
database configuration. in the dburl you can leave out the port if you're
using the standard.

-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im Auftrag
von Richard Cunliffe
Gesendet: Sonntag, 2. Februar 2003 23:52
An: [EMAIL PROTECTED]
Betreff: Cocoon and MySQL


(I have attached my cocoon and tomcat logs as Zip files)


Hi,

MS Windows  XP
Apache  2.0.43
Tomcat 4.0.6
Cocoon  2.0.4
JDK   1.3.1_06
MySQL  3.23.55
JDBC 2.0.14


I am trying to connect to a MySQL database and have followed the
instructions provided by Flash Guides and Wiki, but cocoon does not start-up
after I edit the cocoon.xconf. If I comment out the inserted code, and
restart tomcat then cocoon will load.

I have download the JDBC file: mysql-connector-java-2.0.14.jar and have put
it in the following directories:


C:\tomcat\webapps\cocoon\WEB-INF\lib\mysql-connector-java-2.0.14-bin.jar
  C:\tomcat\lib\mysql-connector-java-2.0.14-bin.jar



The relevant part of web.xml looks like this:


 
load-class

  
com.mysql.jdbc.Driver

 org.hsqldb.jdbcDriver









The relevant part of cocoon.xconf looks like so:


  
  

  
  
  
  jdbc:hsqldb:hsql://localhost:9002
  sa
  

  

true
jdbc:mysql://192.168.44.21:3306/soundpool
r_cunliffe

  


  
  



The following line I was unsure about:

jdbc:mysql://192.168.44.21:3306

I got the localhost address from MySQL Admin - I'm not sure if this is
right? I uncommented these items from the my.ini file.

I am also not sure about .  I have tried researching this
but I'm still unsure.



On the Flash Guide it suggested that I should delete the following
directory, which I have done:

C:\tomcat\work\Standalone\localhost\cocoon

But it recreates itself.

What can you suggest? Is there anything on the MySQL side I should be
checking?



Thanks,

Richard.


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

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




Cocoon and MySQL

2003-02-02 Thread Richard Cunliffe








(I have attached my cocoon and tomcat logs as Zip
files)

 

 

Hi,

 

    MS
Windows  XP

    Apache
 2.0.43

    Tomcat 4.0.6

    Cocoon  2.0.4

    JDK   1.3.1_06

    MySQL  3.23.55

    JDBC 2.0.14

 

 

I am trying to connect to a MySQL database and have
followed the instructions provided by Flash Guides and Wiki, but cocoon does
not start-up after I edit the cocoon.xconf. If I comment out the inserted code,
and restart tomcat then cocoon will load.

 

I have download the JDBC file: mysql-connector-java-2.0.14.jar
and have put it in the following directories:

 

  C:\tomcat\webapps\cocoon\WEB-INF\lib\mysql-connector-java-2.0.14-bin.jar

  C:\tomcat\lib\mysql-connector-java-2.0.14-bin.jar

 

 

 

The relevant part of web.xml looks like this:

 

 

 

    load-class

    

  

    com.mysql.jdbc.Driver

    

   
 org.hsqldb.jdbcDriver

 

   


    

    

 

 

 

 

 

The relevant part of cocoon.xconf looks like so:

 

 

  

  

    

 


 


 


 
jdbc:hsqldb:hsql://localhost:9002

 
sa

 


    

  

    

    true

    jdbc:mysql://192.168.44.21:3306/soundpool

    r_cunliffe

    

  

 

 

  

  

 

 

 

The following line I was unsure about:

 

jdbc:mysql://192.168.44.21:3306

 

I got the localhost address from MySQL Admin –
I’m not sure if this is right? I uncommented these items from the my.ini file.

 

I am also not sure about . 
I have tried researching this but I’m still unsure.

 

 

 

On the Flash Guide it suggested that I should delete
the following directory, which I have done:

 

C:\tomcat\work\Standalone\localhost\cocoon

 

But it recreates itself.

 

What can you suggest? Is there anything on the MySQL
side I should be checking?

 

 

 

Thanks,

 

Richard.

 

 

 








cocoon_logs.zip
Description: Zip compressed data


tomcat_logs.zip
Description: Zip compressed data
-
Please check that your question  has not already been answered in the
FAQ before posting. 

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


Re: processing certain xml ,xsl file with xsp under cocoon and mysql?

2002-12-30 Thread Konstantin Piroumian
You can use something like this:
   ...
   
  ...

and a pipeline:


   
  


You can also implement cache validity policy in your generator to check if
the XSLT has changed since last request and if not then use the cached
version without need to retrieve it from the DB.

Konstantin

From: "Hubert Holtz" <[EMAIL PROTECTED]>

Hello,

I don't know know how to open new XML files with a certain XSL file with
the help of XSP and my Mysql database in Cocoon.

I have a table called sites with an column for id,lang,XML,XSL, in my xsp-
file I have a string-array called parameters where the 2 parameters of
the typed url (e.g. http://blablabla.com/main.xsp?id=220&lang=eng ) are
saved.
Depending on these two parameters I want to process the certain XML file
with the XSL file which are in my database(as a link of course).

Any idea how to manage this?

I can output the values of the parameters, that's not the problem, but how
do I say Cocoon that it has to process these two files from my database?

Any suggestions or examples or links are welcome.


Thanks.
Homer30


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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



-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




processing certain xml ,xsl file with xsp under cocoon and mysql?

2002-12-30 Thread Hubert Holtz
Hello,

I don't know know how to open new XML files with a certain XSL file with
the help of XSP and my Mysql database in Cocoon.

I have a table called sites with an column for id,lang,XML,XSL, in my xsp-
file I have a string-array called parameters where the 2 parameters of
the typed url (e.g. http://blablabla.com/main.xsp?id=220&lang=eng ) are
saved.
Depending on these two parameters I want to process the certain XML file
with the XSL file which are in my database(as a link of course).

Any idea how to manage this?

I can output the values of the parameters, that's not the problem, but how
do I say Cocoon that it has to process these two files from my database?

Any suggestions or examples or links are welcome.


Thanks.
Homer30


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




processing certain xml ,xsl file with xsp under cocoon and mysql?

2002-12-29 Thread Hubert Holtz



Hello,

I don't know know how to open new XML files with a certain XSL file with 
the help of XSP and my Mysql database in Cocoon.

I have a table called sites with an column for id,lang,XML,XSL, in my xsp-
file I have a string-array called parameters where the 2 parameters of
the typed url (e.g. http://blablabla.com/main.xsp?id=220&lang=eng ) are 
saved.
Depending on these two parameters I want to process the certain XML file 
with the XSL file which are in my database(as a link of course).

Any idea how to manage this?

I can output the values of the parameters, that's not the problem, but how 
do I say Cocoon that it has to process these two files from my database?

Any suggestions or examples or links are welcome.


Thanks.
Homer30



RE: Cocoon and mysql

2002-04-22 Thread Vadim Gritsenko

> From: Matthias Brunner [mailto:[EMAIL PROTECTED]]
> 
> Hello,
> 
> I'm trying to get cocoon to work with mysql. I've followed the
instructions in
> http://www.galatea.com/flashguides/cocoon-tips-2.xml exactly but I'm
always
> getting an "NoValidConnectionException".
> 
> Stack trace:
> 
> Original exception : java.lang.RuntimeException: Could not get the
datasource
> org.apache.avalon.excalibur.datasource.NoValidConnectionException: No
valid
> JdbcConnection class available
>  at

...

> Cocoon 2.0.2, Tomcat 4.0.4b2, Sun JDK 1.4
> 
> The mm.mysql driver is in the classpath (I tested it)
> What am I doing wrong? Is JDK 1.4 to blame?

Yes. Search archives and fight or downgrade to 1.3.1 and wait (latter is
easier)

Vadim

> --
> Matthias Brunner <[EMAIL PROTECTED]>
> PGP FP 7862 32B3 3B75 292A F76F  5042 8587 21AB 5B89 D501
> Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc


-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Cocoon and mysql

2002-04-22 Thread Matthias Brunner

Hello,

I'm trying to get cocoon to work with mysql. I've followed the instructions in 
http://www.galatea.com/flashguides/cocoon-tips-2.xml exactly but I'm always 
getting an "NoValidConnectionException".

Stack trace:

Original exception : java.lang.RuntimeException: Could not get the datasource 
org.apache.avalon.excalibur.datasource.NoValidConnectionException: No valid 
JdbcConnection class available
 at 
org.apache.cocoon.www.esql_xsp.generate(/usr/local/tomcat/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/esql_xsp.java:343)
 at 
org.apache.cocoon.generation.ServerPagesGenerator.generate(ServerPagesGenerator.java:260)
 at 
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:251)
 at 
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:399)
 at 
org.apache.cocoon.www.sitemap_xmap.matchN40096A(/usr/local/tomcat/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java:11582)
 at 
org.apache.cocoon.www.sitemap_xmap.process(/usr/local/tomcat/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java:3816)
 at 
org.apache.cocoon.www.sitemap_xmap.process(/usr/local/tomcat/work/Standalone/localhost/cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java:3091)
 at org.apache.cocoon.sitemap.Handler.process(Handler.java:222)
 at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
 at org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
 at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
 at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:998)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
 at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
 at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
 at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
 at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
 at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
 at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
 at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
 at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
 at 
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1017)
 at 
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1115)
 at java.lang.Thread.run(Thread.java:536)


Cocoon 2.0.2, Tomcat 4.0.4b2, Sun JDK 1.4

The mm.mysql driver is in the classpath (I tested it)
What am I doing wrong? Is JDK 1.4 to blame?
-- 
Matthias Brunner <[EMAIL PROTECTED]>
PGP FP 7862 32B3 3B75 292A F76F  5042 8587 21AB 5B89 D501
Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc


-
Please check that your question has not already been answered in the
FAQ before posting. 

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