RE: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-31 Thread Bentley, Tim

Fred -

The problem for me was that a couple of people had posted saying they had
the same symptoms, but that they had tried JDK 1.3.1 to no effect.  Whether
there is something else that they had not done, I don't know.

Anyway, as you say, this belongs in the FAQ or installation notes.

Kind of amusing that Solaris seems to be one of the least reliable Java
platforms



Tim



> -Original Message-
> From: Fred Tsang [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 31 July 2001 20:50
> To: '[EMAIL PROTECTED]'
> Subject: RE: [C2] with Tomcat 3.2.1 under Solaris 2.6
> 
> 
> Tim,
> 
> I have made numerous postings to this group suggesting there 
> is something
> wrong with the Jdk 1.3.0 and 1.3.0_01 run times.  I could not 
> get cocoon
> running at all on my Solaris 2.8 system until I changed to 
> Jdk 1.3.1 (and I
> even used RC1).  Can someone please put this in the cocoon 
> faq or somewhere
> on the cocoon2 web site?
> 
> Apologies for not responding earlier, but there is a lot of 
> mail in this
> list.
> 
> Cheers,
> Fred
> 
> -Original Message-
> From: Bentley, Tim [mailto:[EMAIL PROTECTED]]
> Sent: 31 July 2001 07:30
> To: [EMAIL PROTECTED]
> Subject: RE: [C2] with Tomcat 3.2.1 under Solaris 2.6
> 
> 
> Ok - got it working!
> 
> Over the weekend, our sysadmin installed all the correct 
> patches to bring
> Solaris up to the spec required for Java 1.3.0.  Predictably, 
> this made no
> difference.  However, today we installed Java 1.3.1, and that made the
> difference - straight away Cocoon started working, without 
> even having to
> blow away the work directory.  This strengthens my belief that it was
> something to do with the class loader - presumably there was 
> something dodgy
> about the way the low level file searching, path resolution 
> or similar was
> working on Solaris which has changed in 1.3.1.
> 
> 
> Regards,
> 
> 
> Tim
> 
> > -Original Message-
> > From: Bentley, Tim 
> > Sent: Tuesday, 31 July 2001 10:07
> > To: [EMAIL PROTECTED]
> > Subject: RE: [C2] with Tomcat 3.2.1 under Solaris 2.6
> > 
> > 
> > Cass -
> > 
> > > good point.  unfortunately i can't say for sure, but i 
> think you'll
> > > debug it by trying to compile the files command line (at 
> > least that's
> > > how i did).
> > > 
> > 
> > Alas, that was one of the first things I tried - the 
> compilation works
> > perfectly, with no errors at all.
> > 
> > I am 99% sure this is a classloader issue.  I have added more 
> > logging lines
> > and recompiled Cocoon, and the path and class name being 
> passed to the
> > loader look correct.  I am currently working through the layers of
> > classloader code, trying to see where things could be going 
> > wrong.  Cocoon
> > is using a URLClassLoader, so I guess it is possible that the 
> > path is being
> > incorrectly resolved.  Another faint possibility is that the 
> > repository path
> > is not being correctly added to the class loader search list. 
> >  However,
> > since all of this works in other environments, and in other 
> > peoples' Solaris
> > environments, my main hope is that I'll find something to 
> point to the
> > 'real' issue, which is most likely to be some sort of 
> > configuration problem.
> > 
> > 
> > Regards,
> > 
> > 
> > Tim
> > 
> > 
> -
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faqs.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/faqs.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/faqs.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/faqs.html>

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




RE: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-31 Thread Fred Tsang

Tim,

I have made numerous postings to this group suggesting there is something
wrong with the Jdk 1.3.0 and 1.3.0_01 run times.  I could not get cocoon
running at all on my Solaris 2.8 system until I changed to Jdk 1.3.1 (and I
even used RC1).  Can someone please put this in the cocoon faq or somewhere
on the cocoon2 web site?

Apologies for not responding earlier, but there is a lot of mail in this
list.

Cheers,
Fred

-Original Message-
From: Bentley, Tim [mailto:[EMAIL PROTECTED]]
Sent: 31 July 2001 07:30
To: [EMAIL PROTECTED]
Subject: RE: [C2] with Tomcat 3.2.1 under Solaris 2.6


Ok - got it working!

Over the weekend, our sysadmin installed all the correct patches to bring
Solaris up to the spec required for Java 1.3.0.  Predictably, this made no
difference.  However, today we installed Java 1.3.1, and that made the
difference - straight away Cocoon started working, without even having to
blow away the work directory.  This strengthens my belief that it was
something to do with the class loader - presumably there was something dodgy
about the way the low level file searching, path resolution or similar was
working on Solaris which has changed in 1.3.1.


Regards,


Tim

> -Original Message-
> From: Bentley, Tim 
> Sent: Tuesday, 31 July 2001 10:07
> To: [EMAIL PROTECTED]
> Subject: RE: [C2] with Tomcat 3.2.1 under Solaris 2.6
> 
> 
> Cass -
> 
> > good point.  unfortunately i can't say for sure, but i think you'll
> > debug it by trying to compile the files command line (at 
> least that's
> > how i did).
> > 
> 
> Alas, that was one of the first things I tried - the compilation works
> perfectly, with no errors at all.
> 
> I am 99% sure this is a classloader issue.  I have added more 
> logging lines
> and recompiled Cocoon, and the path and class name being passed to the
> loader look correct.  I am currently working through the layers of
> classloader code, trying to see where things could be going 
> wrong.  Cocoon
> is using a URLClassLoader, so I guess it is possible that the 
> path is being
> incorrectly resolved.  Another faint possibility is that the 
> repository path
> is not being correctly added to the class loader search list. 
>  However,
> since all of this works in other environments, and in other 
> peoples' Solaris
> environments, my main hope is that I'll find something to point to the
> 'real' issue, which is most likely to be some sort of 
> configuration problem.
> 
> 
> Regards,
> 
> 
> Tim
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.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/faqs.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/faqs.html>

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




RE: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-30 Thread Bentley, Tim

Ok - got it working!

Over the weekend, our sysadmin installed all the correct patches to bring
Solaris up to the spec required for Java 1.3.0.  Predictably, this made no
difference.  However, today we installed Java 1.3.1, and that made the
difference - straight away Cocoon started working, without even having to
blow away the work directory.  This strengthens my belief that it was
something to do with the class loader - presumably there was something dodgy
about the way the low level file searching, path resolution or similar was
working on Solaris which has changed in 1.3.1.


Regards,


Tim

> -Original Message-
> From: Bentley, Tim 
> Sent: Tuesday, 31 July 2001 10:07
> To: [EMAIL PROTECTED]
> Subject: RE: [C2] with Tomcat 3.2.1 under Solaris 2.6
> 
> 
> Cass -
> 
> > good point.  unfortunately i can't say for sure, but i think you'll
> > debug it by trying to compile the files command line (at 
> least that's
> > how i did).
> > 
> 
> Alas, that was one of the first things I tried - the compilation works
> perfectly, with no errors at all.
> 
> I am 99% sure this is a classloader issue.  I have added more 
> logging lines
> and recompiled Cocoon, and the path and class name being passed to the
> loader look correct.  I am currently working through the layers of
> classloader code, trying to see where things could be going 
> wrong.  Cocoon
> is using a URLClassLoader, so I guess it is possible that the 
> path is being
> incorrectly resolved.  Another faint possibility is that the 
> repository path
> is not being correctly added to the class loader search list. 
>  However,
> since all of this works in other environments, and in other 
> peoples' Solaris
> environments, my main hope is that I'll find something to point to the
> 'real' issue, which is most likely to be some sort of 
> configuration problem.
> 
> 
> Regards,
> 
> 
> Tim
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.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/faqs.html>

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




RE: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-30 Thread Bentley, Tim

Cass -

> good point.  unfortunately i can't say for sure, but i think you'll
> debug it by trying to compile the files command line (at least that's
> how i did).
> 

Alas, that was one of the first things I tried - the compilation works
perfectly, with no errors at all.

I am 99% sure this is a classloader issue.  I have added more logging lines
and recompiled Cocoon, and the path and class name being passed to the
loader look correct.  I am currently working through the layers of
classloader code, trying to see where things could be going wrong.  Cocoon
is using a URLClassLoader, so I guess it is possible that the path is being
incorrectly resolved.  Another faint possibility is that the repository path
is not being correctly added to the class loader search list.  However,
since all of this works in other environments, and in other peoples' Solaris
environments, my main hope is that I'll find something to point to the
'real' issue, which is most likely to be some sort of configuration problem.


Regards,


Tim

-
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: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-29 Thread Cassandra Bonner

Hi Tim,
 
Not sure if this will be useful as you may have tried this.

> No - as per my previous post, I'm laying off 'til I know the OS is
> set up
> properly for Java.

Sorry bout that.  This probably isn't a bad idea.

> Yeah - I thought I'd covered that in the original mail.  They're in
> the
> right place, and they're compiling - apparently correctly.  I
> thought about
> Write permissions early on, but they seem fine.

Must have missed your note about that.  I think this is your key to
solving the problem.  Set your classpath to the classpath in your
cocoon.log (i don't see it in your logfile snippet so it must be
above that or have been removed to reduce size).  Then go to where
the java files are generated and compile them.  Theoretically, it
should give you a compile error that will help you debug.

Another thing, whenever you make a change, blow away the
$TOMCAT_HOME/work/* to eliminate the potential that the changes
aren't getting picked up.  (you might be doing this already).  

> Yeah - I've done the same.  This isn't the problem I have at the
> moment, but
> I figured it would be the next one if I could get past this
> one.

> Thanks for the info.  Do you know _which_ of these changes fixed
> the
> original problem?  It shouldn't have been the graphics stuff, as
> the log
> messages for that problem are different.

good point.  unfortunately i can't say for sure, but i think you'll
debug it by trying to compile the files command line (at least that's
how i did).

cheers,
cass


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-
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: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-27 Thread Bentley, Tim

Cassandra -

> Not sure if you've already figured out your problem, but I finally
> got mine running (sort of) :-), so i thought i'd suggest a couple of
> things...

No - as per my previous post, I'm laying off 'til I know the OS is set up
properly for Java.
 
> 1.  Are your org.apache.cocoon.www.sitemap_xmap classes actually
> getting created under...
> 
> /local/jakarta-tomcat-3.2.2/work/localhost_8080%2Fcocoon
> 
> If so, see if they're compiling.  It sounds like these might not be
> getting created.  Might be a write permission??  It doesn't complain
> about not being able to compile the sitemap.

Yeah - I thought I'd covered that in the original mail.  They're in the
right place, and they're compiling - apparently correctly.  I thought about
Write permissions early on, but they seem fine.
 
> 2. There was probably another was to solve this, but I ended up
> having to remove the following lines from my main sitemap.xmap.  It
> was complaining about missing classes.  I had my DISPLAY set and that
> didn't help.
> 
>  src="org.apache.cocoon.serialization.TextSerializer"/>
> 
>  src="org.apache.cocoon.serialization.XMLSerializer">
> -//W3C//DTD SVG 2303
> Stylable//EN
> http://www.w3.org/TR/2000/03/WD-SVG-2303/<
> /doctype-system>
> 
>  src="org.apache.cocoon.serialization.SVGSerializer">
> 
> 
>  src="org.apache.cocoon.serialization.SVGSerializer">
> 
>  src="org.apache.cocoon.serialization.FOPSerializer"
> mime-type="application/pdf"/>

Yeah - I've done the same.  This isn't the problem I have at the moment, but
I figured it would be the next one if I could get past this one.
> 
> 3.  As you probably know, ignore the ibm error, that's a weblogic's
> thing, and beta1 has this listed in the cocoon.xconf.  You can also
> remove this line from your conf file as well.  Just didn't want you
> chasing that one up as i did until i saw a posting about it.

Yup :-)  Went there a few months ago when I was getting it all going on NT
(a markedly simpler exercise - especially compared to the nightmare of
getting C1 installed last year).

Thanks for the info.  Do you know _which_ of these changes fixed the
original problem?  It shouldn't have been the graphics stuff, as the log
messages for that problem are different.


Regards,


Tim

-
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: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-27 Thread Cassandra Bonner

Hi Tim,

Not sure if you've already figured out your problem, but I finally
got mine running (sort of) :-), so i thought i'd suggest a couple of
things...

1.  Are your org.apache.cocoon.www.sitemap_xmap classes actually
getting created under...

/local/jakarta-tomcat-3.2.2/work/localhost_8080%2Fcocoon

If so, see if they're compiling.  It sounds like these might not be
getting created.  Might be a write permission??  It doesn't complain
about not being able to compile the sitemap.

2. There was probably another was to solve this, but I ended up
having to remove the following lines from my main sitemap.xmap.  It
was complaining about missing classes.  I had my DISPLAY set and that
didn't help.




-//W3C//DTD SVG 2303
Stylable//EN
http://www.w3.org/TR/2000/03/WD-SVG-2303/









3.  As you probably know, ignore the ibm error, that's a weblogic's
thing, and beta1 has this listed in the cocoon.xconf.  You can also
remove this line from your conf file as well.  Just didn't want you
chasing that one up as i did until i saw a posting about it.

thanks,
cass




--- "Bentley, Tim" <[EMAIL PROTECTED]> wrote:
> Christophe -
> 
> Thanks for the reply.
> 
> > You should try with JDK 1.3.1, I am also running C2 on 
> > Solaris 7 and it works.
> 
> Hmm.  Unfortunately others have reported the same symptoms with
> 1.3.1, so I
> don't think that is the issue (although I will try it at some
> stage).
> 
> > Also, don't forget to set the DISPLAY environment variable to 
> > localhost:0.0
> > Christophe
> 
> That's related to the batik library wanting an X server, right?  I
> have
> tried to follow Berin's suggestions about removing references which
> will
> trigger this.  From what I understand, though, you get different
> log
> messages with this problem to the ones I have been seeing.  The
> references
> to it in the archive show specific messages from the batik (I
> think)
> library, which I don't get.
> 
> When I started on this, I was told that Java was properly installed
> on the
> machine in question, however, after temporarily exhausting all the
> other
> possibilities I checked this out for myself this morning, and
> discovered
> that the appropriate Solaris patches mandated by Sun for JDK1.3
> were not
> installed.  I doubt that this is the issue, but I am going to wait
> for the
> Sysadmin to update the OS before I do any more testing, just to be
> on the
> safe side.
> 
> 
> Thanks :-)
> 
> 
> Tim
> 
> 
> 
> > "Bentley, Tim" a écrit :
> > 
> > > After successfully running C2 for some time under NT, I 
> > recently had to get
> > > it going on Solaris 2.7.  I have been running into a 
> > problem which is
> > > mentioned a few times in the archives as occurring with 
> > various versions of
> > > Solaris.  Unfortunately I have not been able to find any 
> > posts detailing a
> > > solution.
> > >
> > > Has anyone successfully got C2 going with Tomcat 3.2 on
> Solaris?
> > >
> > > The problem I'm getting is the old faithful "Could not load 
> > class for
> > > program 'org/apache/cocoon/www/sitemap_xmap' ", but the 
> > sitemap _is_ being
> > > compiled and written to the repository.
> > >
> > > The log file is attached, and matches the log files on the 
> > posts I found
> > > about problems on solaris.  maybe I have just failed to 
> > find the posts with
> > > the answer, so if anyone can point me in the right direction
> I'd be
> > > obliged
> > >
> > > Setup:
> > >
> > > Solaris 1.7, Sun JDK 1.3.0, Tomcat 3.2.2, C2 beta 1 (also 
> > tried current dev
> > > release).
> > >
> > > Regards,
> > >
> > > Tim Bentley
> > >
> > > 
> >
>
-
> > > 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]>
> > 
> 
>
-
> 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]>
> 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

To unsubscribe, e-mail: <

RE: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-26 Thread Bentley, Tim

Christophe -

Thanks for the reply.

> You should try with JDK 1.3.1, I am also running C2 on 
> Solaris 7 and it works.

Hmm.  Unfortunately others have reported the same symptoms with 1.3.1, so I
don't think that is the issue (although I will try it at some stage).

> Also, don't forget to set the DISPLAY environment variable to 
> localhost:0.0
> Christophe

That's related to the batik library wanting an X server, right?  I have
tried to follow Berin's suggestions about removing references which will
trigger this.  From what I understand, though, you get different log
messages with this problem to the ones I have been seeing.  The references
to it in the archive show specific messages from the batik (I think)
library, which I don't get.

When I started on this, I was told that Java was properly installed on the
machine in question, however, after temporarily exhausting all the other
possibilities I checked this out for myself this morning, and discovered
that the appropriate Solaris patches mandated by Sun for JDK1.3 were not
installed.  I doubt that this is the issue, but I am going to wait for the
Sysadmin to update the OS before I do any more testing, just to be on the
safe side.


Thanks :-)


Tim



> "Bentley, Tim" a écrit :
> 
> > After successfully running C2 for some time under NT, I 
> recently had to get
> > it going on Solaris 2.7.  I have been running into a 
> problem which is
> > mentioned a few times in the archives as occurring with 
> various versions of
> > Solaris.  Unfortunately I have not been able to find any 
> posts detailing a
> > solution.
> >
> > Has anyone successfully got C2 going with Tomcat 3.2 on Solaris?
> >
> > The problem I'm getting is the old faithful "Could not load 
> class for
> > program 'org/apache/cocoon/www/sitemap_xmap' ", but the 
> sitemap _is_ being
> > compiled and written to the repository.
> >
> > The log file is attached, and matches the log files on the 
> posts I found
> > about problems on solaris.  maybe I have just failed to 
> find the posts with
> > the answer, so if anyone can point me in the right direction I'd be
> > obliged
> >
> > Setup:
> >
> > Solaris 1.7, Sun JDK 1.3.0, Tomcat 3.2.2, C2 beta 1 (also 
> tried current dev
> > release).
> >
> > Regards,
> >
> > Tim Bentley
> >
> > 
> -
> > 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]>
> 

-
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: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-25 Thread Christophe de Kerviler

Hi,

You should try with JDK 1.3.1, I am also running C2 on Solaris 7 and it works.
Also, don't forget to set the DISPLAY environment variable to localhost:0.0
Christophe

"Bentley, Tim" a écrit :

> After successfully running C2 for some time under NT, I recently had to get
> it going on Solaris 2.7.  I have been running into a problem which is
> mentioned a few times in the archives as occurring with various versions of
> Solaris.  Unfortunately I have not been able to find any posts detailing a
> solution.
>
> Has anyone successfully got C2 going with Tomcat 3.2 on Solaris?
>
> The problem I'm getting is the old faithful "Could not load class for
> program 'org/apache/cocoon/www/sitemap_xmap' ", but the sitemap _is_ being
> compiled and written to the repository.
>
> The log file is attached, and matches the log files on the posts I found
> about problems on solaris.  maybe I have just failed to find the posts with
> the answer, so if anyone can point me in the right direction I'd be
> obliged
>
> Setup:
>
> Solaris 1.7, Sun JDK 1.3.0, Tomcat 3.2.2, C2 beta 1 (also tried current dev
> release).
>
> Regards,
>
> Tim Bentley
>
> -
> 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]>




RE: re: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-25 Thread Bentley, Tim

  Forgot the log file

> -Original Message-
> From: Tim Bentley [mailto:[EMAIL PROTECTED]]On Behalf Of Bentley, Tim
> Sent: Thursday, 26 July 2001 16:35
> To: Cocoon-Users (E-mail)
> Subject: re: [C2] with Tomcat 3.2.1 under Solaris 2.6
> 
> 
> After successfully running C2 for some time under NT, I 
> recently had to get it going on Solaris 2.7.  I have been 
> running into a problem which is mentioned a few times in the 
> archives as occurring with various versions of Solaris.  
> Unfortunately I have not been able to find any posts 
> detailing a solution.
> 
> Has anyone successfully got C2 going with Tomcat 3.2 on Solaris?
> 
> The problem I'm getting is the old faithful "Could not load 
> class for program 'org/apache/cocoon/www/sitemap_xmap' ", but 
> the sitemap _is_ being compiled and written to the repository.
> 
> The log file is attached, and matches the log files on the 
> posts I found about problems on solaris.  maybe I have just 
> failed to find the posts with the answer, so if anyone can 
> point me in the right direction I'd be obliged
> 
> Setup:
> 
> Solaris 1.7, Sun JDK 1.3.0, Tomcat 3.2.2, C2 beta 1 (also 
> tried current dev release).
> 
> 
> 
> Regards,
> 
> 
> Tim Bentley
> 


 cocoon.log

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

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


re: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-25 Thread Bentley, Tim

After successfully running C2 for some time under NT, I recently had to get
it going on Solaris 2.7.  I have been running into a problem which is
mentioned a few times in the archives as occurring with various versions of
Solaris.  Unfortunately I have not been able to find any posts detailing a
solution.

Has anyone successfully got C2 going with Tomcat 3.2 on Solaris?

The problem I'm getting is the old faithful "Could not load class for
program 'org/apache/cocoon/www/sitemap_xmap' ", but the sitemap _is_ being
compiled and written to the repository.

The log file is attached, and matches the log files on the posts I found
about problems on solaris.  maybe I have just failed to find the posts with
the answer, so if anyone can point me in the right direction I'd be
obliged

Setup:

Solaris 1.7, Sun JDK 1.3.0, Tomcat 3.2.2, C2 beta 1 (also tried current dev
release).



Regards,


Tim Bentley

-
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]>