You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tim Brown <ti...@incenter.org> on 2002/02/12 01:20:35 UTC

Help building

Hi,

Just downloaded cocoon1.8.2.  I have also tried 2.0.  I get the
following with *both* versions when I attempt to run build.sh:
====
[tbrown@ctg0483 cocoon-1.8.2]$ ./build.sh

Cocoon Build System
-------------------

Building with classpath
lib/ant_1_1.jar:lib/bsfengines.jar:lib/bsf.jar:lib/fesi.jar:lib/fop_0_15_0.jar:lib/sax-bugfix.jar:lib/servlet_2_2.jar:lib/stylebook-1.0-b2.jar:lib/turbine-pool.jar:lib/w3c.jar:lib/xalan_1_2_D02.jar:lib/xerces_1_2.jar:lib/xml.jar:lib/xt.jar:/usr/local/jdk/lib/tools.jar:

Starting Ant...
Buildfile: build.xml
./build.sh: line 40: 25185 Segmentation fault      $JAVA_HOME/bin/java
-Dant.home=$ANT_HOME -mx64m -classpath $LOCALCLASSPATH
org.apache.tools.ant.Main $*
=====
I am running Tomcat 3.2.3 and Java 1.3.  I get the same error with
cocoon 2.0 on another linux system with 3.2 Tomcat.

Any help appreciated.
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Help building

Posted by Brian Blakeley <br...@cogeco.ca>.
Tim,

It is around somewhere but if I remember correctly you need to add a line to
your /etc/profile which reads

ulimit -s 2048

You can read all about it in O'Reilly's Linux in a Nutshell on page 495-496.

I have mine set in as follows:   ulimit -S -c 1000000   and while it really
looks wrong I have not had problems.

Brian


----- Original Message -----
From: "Tim Brown" <ti...@incenter.org>
To: <co...@xml.apache.org>
Sent: Tuesday, February 12, 2002 1:20 AM
Subject: Re: Help building


> Vadim Gritsenko wrote:
>
> > Search archives.
> >
> >
> > > problem isn't with c2 specifically, java is segfaulting when it tries
> > to
> > > run ant. i suppose you try a different jvm.
> >
> > This was asked and answered 10-15 times already... Solution is something
> > like "ulimit -s 2048" - don't remember correctly 'cause I'm on windows.
> >
> > Vadim
> >
>
> I *did* search the archives and via the list search admin command.  Didn't
> hit anything.  Thanks for the clue anyway.
>
> --
> Tim Brown
> URL: http://www.incenter.org
>
>
>
>
> ---------------------------------------------------------------------
> 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: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
>


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Help building

Posted by Tim Brown <ti...@incenter.org>.
Thanks!  I wasn't even aware of that site.  I just downloaded Cocoon last
weekend, still getting my head around it.

Vadim Gritsenko wrote:

> That's strange! Try archive at http://marc.theaimsgroup.com/. It works
> like a charm:
>
> http://marc.theaimsgroup.com/?l=xml-cocoon-users&w=2&r=1&s=segmentation+
> fault&q=b
>
> Vadim
>

RE: Help building

Posted by Vadim Gritsenko <va...@verizon.net>.
That's strange! Try archive at http://marc.theaimsgroup.com/. It works
like a charm:

http://marc.theaimsgroup.com/?l=xml-cocoon-users&w=2&r=1&s=segmentation+
fault&q=b

Vadim

> From: tim@incenter.org [mailto:tim@incenter.org]
> 
> Vadim Gritsenko wrote:
> 
> > Search archives.
> >
> >
> > > problem isn't with c2 specifically, java is segfaulting when it
tries
> > to
> > > run ant. i suppose you try a different jvm.
> >
> > This was asked and answered 10-15 times already... Solution is
something
> > like "ulimit -s 2048" - don't remember correctly 'cause I'm on
windows.
> >
> > Vadim
> >
> 
> I *did* search the archives and via the list search admin command.
Didn't
> hit anything.  Thanks for the clue anyway.
> 
> --
> Tim Brown
> URL: http://www.incenter.org


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Help building

Posted by Tim Brown <ti...@incenter.org>.
Vadim Gritsenko wrote:

> Search archives.
>
>
> > problem isn't with c2 specifically, java is segfaulting when it tries
> to
> > run ant. i suppose you try a different jvm.
>
> This was asked and answered 10-15 times already... Solution is something
> like "ulimit -s 2048" - don't remember correctly 'cause I'm on windows.
>
> Vadim
>

I *did* search the archives and via the list search admin command.  Didn't
hit anything.  Thanks for the clue anyway.

--
Tim Brown
URL: http://www.incenter.org




---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: Help building

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: Donald Ball [mailto:balld@webslingerZ.com]
> 
> On Mon, 11 Feb 2002, Tim Brown wrote:
> 
> > Just downloaded cocoon1.8.2.  I have also tried 2.0.  I get the
> > following with *both* versions when I attempt to run build.sh:
> > ====
> > [tbrown@ctg0483 cocoon-1.8.2]$ ./build.sh
> >
> > Cocoon Build System
> > -------------------
> >
> > Building with classpath
> >
>
lib/ant_1_1.jar:lib/bsfengines.jar:lib/bsf.jar:lib/fesi.jar:lib/fop_0_15
_0.jar
>
:lib/sax-bugfix.jar:lib/servlet_2_2.jar:lib/stylebook-1.0-b2.jar:lib/tur
bine-
>
pool.jar:lib/w3c.jar:lib/xalan_1_2_D02.jar:lib/xerces_1_2.jar:lib/xml.ja
r:lib/
> xt.jar:/usr/local/jdk/lib/tools.jar:
> >
> > Starting Ant...
> > Buildfile: build.xml
> > ./build.sh: line 40: 25185 Segmentation fault
$JAVA_HOME/bin/java
> > -Dant.home=$ANT_HOME -mx64m -classpath $LOCALCLASSPATH
> > org.apache.tools.ant.Main $*
> > =====
> > I am running Tomcat 3.2.3 and Java 1.3.  I get the same error with
> > cocoon 2.0 on another linux system with 3.2 Tomcat.

Search archives.

 
> problem isn't with c2 specifically, java is segfaulting when it tries
to
> run ant. i suppose you try a different jvm.

This was asked and answered 10-15 times already... Solution is something
like "ulimit -s 2048" - don't remember correctly 'cause I'm on windows.

Vadim


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Help building

Posted by Donald Ball <ba...@webslingerZ.com>.
On Mon, 11 Feb 2002, Tim Brown wrote:

> Just downloaded cocoon1.8.2.  I have also tried 2.0.  I get the
> following with *both* versions when I attempt to run build.sh:
> ====
> [tbrown@ctg0483 cocoon-1.8.2]$ ./build.sh
>
> Cocoon Build System
> -------------------
>
> Building with classpath
> lib/ant_1_1.jar:lib/bsfengines.jar:lib/bsf.jar:lib/fesi.jar:lib/fop_0_15_0.jar:lib/sax-bugfix.jar:lib/servlet_2_2.jar:lib/stylebook-1.0-b2.jar:lib/turbine-pool.jar:lib/w3c.jar:lib/xalan_1_2_D02.jar:lib/xerces_1_2.jar:lib/xml.jar:lib/xt.jar:/usr/local/jdk/lib/tools.jar:
>
> Starting Ant...
> Buildfile: build.xml
> ./build.sh: line 40: 25185 Segmentation fault      $JAVA_HOME/bin/java
> -Dant.home=$ANT_HOME -mx64m -classpath $LOCALCLASSPATH
> org.apache.tools.ant.Main $*
> =====
> I am running Tomcat 3.2.3 and Java 1.3.  I get the same error with
> cocoon 2.0 on another linux system with 3.2 Tomcat.

problem isn't with c2 specifically, java is segfaulting when it tries to
run ant. i suppose you try a different jvm.

- donald


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>