Re: java.lang.OutOfMemoryError

2002-11-03 Thread Jeremy Quinn

On Saturday, Nov 2, 2002, at 20:29 Europe/London, Alex Romayev wrote:


Has anyone else tried Tomcat 4.1.12 and the latest
Cocoon 2.1 dev?  Any issues with that?



I am using this combo on a dev platform, no problems (so far ;)

regards Jeremy


-
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: java.lang.OutOfMemoryError

2002-11-02 Thread Kjetil Kjernsmo
On Friday 01 November 2002 16:32, Alex Romayev wrote:
 Sorry, it's 196M, not 96M.  Still not much, but it had
 been sufficient enough untill I've upgraded Tomcat to
 4.1.12!

I run Cocoon on 98MB RAM, and that works fine... GNU/Linux is the OS, 
though. The startup is very slow, but serving pages works well. Not 
that I wouldn't like a bigger box, but it is what I've got...

Best,

Kjetil
-- 
Kjetil Kjernsmo
Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Homepage: http://www.kjetil.kjernsmo.net/


-
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: java.lang.OutOfMemoryError

2002-11-02 Thread Alex Romayev
Which version of Tomcat are you running? 

It seems that it has to do with my upgrade, either the
new version of Tomcat (4.1.12) requires all of a
sudden requires a lot more memory (not very likely) or
there is some incompatibility (shared libraries,
version of Java, ...?).

Has anyone else tried Tomcat 4.1.12 and the latest
Cocoon 2.1 dev?  Any issues with that?

Any ideas, even half baked would help at the moment!

Thanks,
-Alex


--- Kjetil Kjernsmo [EMAIL PROTECTED] wrote:
 On Friday 01 November 2002 16:32, Alex Romayev
 wrote:
  Sorry, it's 196M, not 96M.  Still not much, but it
 had
  been sufficient enough untill I've upgraded Tomcat
 to
  4.1.12!
 
 I run Cocoon on 98MB RAM, and that works fine...
 GNU/Linux is the OS, 
 though. The startup is very slow, but serving pages
 works well. Not 
 that I wouldn't like a bigger box, but it is what
 I've got...
 
 Best,
 
 Kjetil
 -- 
 Kjetil Kjernsmo
 Astrophysicist/IT

Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
 [EMAIL PROTECTED]  [EMAIL PROTECTED] 
 [EMAIL PROTECTED]
 Homepage: http://www.kjetil.kjernsmo.net/
 
 

-
 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: java.lang.OutOfMemoryError

2002-11-02 Thread Kjetil Kjernsmo
On Saturday 02 November 2002 21:29, Alex Romayev wrote:
 Which version of Tomcat are you running?

4.1.12.

 It seems that it has to do with my upgrade, either the
 new version of Tomcat (4.1.12) requires all of a
 sudden requires a lot more memory (not very likely) or
 there is some incompatibility (shared libraries,
 version of Java, ...?).

I really have no clue, but I had many unresolved issues with other 
installations. For the record, my current configuration is
Debian Woody GNU/Linux 2.4.19, Java SDK 1.3.1 Debian packages from 
Blackdown, Tomcat 4.1.12 and Cocoon 2.1-dev. Indeed, the Java processes 
that runs take up a lot more memory than I have (yeah, I'd _like_ a 
better box, if anybody has a PII mobo lying around, I have a CPU.. :-) 
), but I can't see anything that indicates that the memory requirement 
is much greater with Tomcat 4.1.12 than the Debian packages of 4.0.3. 

 Has anyone else tried Tomcat 4.1.12 and the latest
 Cocoon 2.1 dev?  Any issues with that?

None here. That is, I haven't really put it to the test yet, but at 
least it runs. 

 Any ideas, even half baked would help at the moment!

I know how it feels... All I can say: Linux is cool, you know...! :-)

Best,

Kjetil
-- 
Kjetil Kjernsmo
Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Homepage: http://www.kjetil.kjernsmo.net/


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




java.lang.OutOfMemoryError

2002-11-01 Thread Alex Romayev
Hello,

I've just changed the verstion of Tomcat from 4.04 to
4.1.12 with Cocoon 2.1 dev from a couple of weeks ago
and now running into memory problems.  The site now
runs extremely slow (over 1 min for some pages) spits
out:


java.lang.OutOfMemoryError
no stack trace available.

I've looked around the mail archives and tried to
follow various suggestions, however, still with no
luck.

Here is my environment:
- Win2K
- 96M RAM
- Tomcat 4.1.12
- Cocoon 1.2 dev

Here is what I've done so far:

1. When I start Windows the TaskManager shows about
60M of available memory.
2. I've added the following line to catalina.bat:
   set CATALINA_OPTS=-Xmx55m
3. I've changed cocoon.xconf store-janitor heapsize
configuration to be equal to 55M (or 57671680):

  store-janitor logger=core.store.janitor
!-- How much free memory shall be available in
the jvm --
parameter name=freememory value=100/
!-- Indicates the limit of the jvm memory
consumption. The default max 
 heapsize for Sun's JVM is 64Mb --
parameter name=heapsize value=57671680/
!-- How often shall the cleanup thread check
memory --
parameter name=cleanupthreadinterval
value=10/
!-- Indicates the thread priority of the cleanup
thread --
parameter name=threadpriority value=5/
!-- How much percent of the elements of each
registered Store shall
 be removed when low on memory. Default 10% --
parameter name=percent_to_free value=10/
  /store-janitor

After I've made the changes, I don't seem to get the
OutOfMemory exception anymore, but the site still runs
extremely slow.  The TaskManager shows CPU usage at
100%, which I suspect is due to memory to disk swaps.

Do these numbers look right, have I missed anything,
or is there anything else I could do?

Any help would be really appreciated as the
development is completely haulted by this!

Thanks,
-Alex

-
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: java.lang.OutOfMemoryError

2002-11-01 Thread Hunsberger, Peter

 After I've made the changes, I don't seem to get the
 OutOfMemory exception anymore, but the site still runs
 extremely slow.  The TaskManager shows CPU usage at
 100%, which I suspect is due to memory to disk swaps.

Can't help you, but if it's swapping then almost certainly you won't peg CPU
at 100% (unless you've got some kind of supernatural disk subsystem).

If you really only have 96M of Ram on your box it's time to upgrade.  That
won't even support Win2K decently...  I'd start at 512M and go up if you can
afford it!


-
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: java.lang.OutOfMemoryError

2002-11-01 Thread Alex Romayev
Sorry, it's 196M, not 96M.  Still not much, but it had
been sufficient enough untill I've upgraded Tomcat to
4.1.12!


--- Hunsberger, Peter [EMAIL PROTECTED]
wrote:
 
  After I've made the changes, I don't seem to get
 the
  OutOfMemory exception anymore, but the site still
 runs
  extremely slow.  The TaskManager shows CPU usage
 at
  100%, which I suspect is due to memory to disk
 swaps.
 
 Can't help you, but if it's swapping then almost
 certainly you won't peg CPU
 at 100% (unless you've got some kind of supernatural
 disk subsystem).
 
 If you really only have 96M of Ram on your box it's
 time to upgrade.  That
 won't even support Win2K decently...  I'd start at
 512M and go up if you can
 afford it!
 
 

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




java.lang.OutOfMemoryError

2002-07-30 Thread Anand_Krishnan

I see these OutOfMemory errors in my webserver logs. Does anybody know
what's causing this error. I have a 3MB xml file that I am trying to
transforming to html. My XSLT traverses this 3MB xml to extract only
relevant information based on user's input and generate an xml out of it.
Please help...

[30/Jul/2002:16:44:33] failure ( 503):
   Internal error: Unexpected error condition
thrown (java.lang.OutOfMemoryError,no description), stack:
java.lang.OutOfMemoryError
   at
org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java,
Compiled Code)
   at
org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.characters(SAX2DTM.java, Compiled
Code)
   at
org.apache.xalan.transformer.TransformerHandlerImpl.characters(TransformerHandlerImpl.java,

Compiled Code)
   at
org.apache.cocoon.xml.AbstractXMLPipe.characters(AbstractXMLPipe.java,
Compiled Code)
   at
org.apache.xerces.parsers.AbstractSAXParser.characters(AbstractSAXParser.java,

Compiled Code)
   at
org.apache.xerces.impl.XMLNamespaceBinder.characters(XMLNamespaceBinder.java,

Compiled Code)
   at
org.apache.xerces.impl.dtd.XMLDTDValidator.characters(XMLDTDValidator.java,
Compiled Code)
   at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(XMLDocumentFragmentScannerImpl.java,

Compiled Code)
   at

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java,
   Compiled Code)
   at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java,

Compiled Code)
   at
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java,

Compiled Code)
   at
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java,

Compiled Code)
   at
org.apache.xerces.parsers.XMLParser.parse(XMLParser.java, Compiled Code)
   at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1157)


   at
org.apache.avalon.excalibur.xml.JaxpParser.parse(JaxpParser.java:241)
   at
org.apache.cocoon.components.source.AbstractStreamSource.toSAX(AbstractStreamSource.java:206)


   at
org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:142)
   at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java,

Compiled Code)
   at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java,

Compiled Code)
   at
org.apache.cocoon.www.file_.c_.iPlanet.Servers.docs.sitemap_xmap.matchN10065(docs\sitemap_xmap.java,

Compiled Code)
   at
org.apache.cocoon.www.file_.c_.iPlanet.Servers.docs.sitemap_xmap.process(docs\sitemap_xmap.java,

Compiled Code)
   at
org.apache.cocoon.www.file_.c_.iPlanet.Servers.docs.sitemap_xmap.process(docs\sitemap_xmap.java,

Compiled Code)
   at
org.apache.cocoon.sitemap.Handler.process(Handler.java, Compiled Code)
   at
org.apache.cocoon.sitemap.Manager.invoke(Manager.java, Compiled Code)
   at
org.apache.cocoon.www.sitemap_xmap.matchN10357(www\sitemap_xmap.java,
Compiled Code)
   at
org.apache.cocoon.www.sitemap_xmap.process(www\sitemap_xmap.java, Compiled
Code)
   at
org.apache.cocoon.www.sitemap_xmap.process(www\sitemap_xmap.java, Compiled
Code)
   at
org.apache.cocoon.sitemap.Handler.process(Handler.java, Compiled Code)
   at
org.apache.cocoon.sitemap.Manager.invoke(Manager.java, Compiled Code)
   at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java,
Compiled Code)
   at org.apache.cocoon.Cocoon.process(Cocoon.java,
Compiled Code)
   at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java,
Compiled Code)
   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java,

Compiled Code)
   at
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java,
Compiled Code)
   at
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java,

Compiled Code)

Thank you,
Anand Krishnan

Re: java.lang.OutOfMemoryError

2002-07-30 Thread Joerg Heinicke

Without a look on the stack trace OutOfMemoryError often occurs while 
having endless loops/endless recursive calls etc. in the XSLT.

Regards,

Joerg

[EMAIL PROTECTED] wrote:
 I see these OutOfMemory errors in my webserver logs. Does anybody know
 what's causing this error. I have a 3MB xml file that I am trying to
 transforming to html. My XSLT traverses this 3MB xml to extract only
 relevant information based on user's input and generate an xml out of it.
 Please help...
 
 [30/Jul/2002:16:44:33] failure ( 503):
Internal error: Unexpected error condition
 thrown (java.lang.OutOfMemoryError,no description), stack:
 java.lang.OutOfMemoryError
at
 org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java,
 Compiled Code)
at
 org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.characters(SAX2DTM.java, Compiled
 Code)
at
 
org.apache.xalan.transformer.TransformerHandlerImpl.characters(TransformerHandlerImpl.java,
 
 Compiled Code)
at
 org.apache.cocoon.xml.AbstractXMLPipe.characters(AbstractXMLPipe.java,
 Compiled Code)
at
 org.apache.xerces.parsers.AbstractSAXParser.characters(AbstractSAXParser.java,
 
 Compiled Code)
at
 org.apache.xerces.impl.XMLNamespaceBinder.characters(XMLNamespaceBinder.java,
 
 Compiled Code)
at
 org.apache.xerces.impl.dtd.XMLDTDValidator.characters(XMLDTDValidator.java,
 Compiled Code)
at
 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(XMLDocumentFragmentScannerImpl.java,
 
 Compiled Code)
at
 
 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java,
Compiled Code)
at
 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java,
 
 Compiled Code)
at
 
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java,
 
 Compiled Code)
at
 
org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java,
 
 Compiled Code)
at
 org.apache.xerces.parsers.XMLParser.parse(XMLParser.java, Compiled Code)
at
 org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1157)
 
 
at
 org.apache.avalon.excalibur.xml.JaxpParser.parse(JaxpParser.java:241)
at
 
org.apache.cocoon.components.source.AbstractStreamSource.toSAX(AbstractStreamSource.java:206)
 
 
at
 org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:142)
at
 
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java,
 
 Compiled Code)
at
 
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java,
 
 Compiled Code)
at
 
org.apache.cocoon.www.file_.c_.iPlanet.Servers.docs.sitemap_xmap.matchN10065(docs\sitemap_xmap.java,
 
 Compiled Code)
at
 
org.apache.cocoon.www.file_.c_.iPlanet.Servers.docs.sitemap_xmap.process(docs\sitemap_xmap.java,
 
 Compiled Code)
at
 
org.apache.cocoon.www.file_.c_.iPlanet.Servers.docs.sitemap_xmap.process(docs\sitemap_xmap.java,
 
 Compiled Code)
at
 org.apache.cocoon.sitemap.Handler.process(Handler.java, Compiled Code)
at
 org.apache.cocoon.sitemap.Manager.invoke(Manager.java, Compiled Code)
at
 org.apache.cocoon.www.sitemap_xmap.matchN10357(www\sitemap_xmap.java,
 Compiled Code)
at
 org.apache.cocoon.www.sitemap_xmap.process(www\sitemap_xmap.java, Compiled
 Code)
at
 org.apache.cocoon.www.sitemap_xmap.process(www\sitemap_xmap.java, Compiled
 Code)
at
 org.apache.cocoon.sitemap.Handler.process(Handler.java, Compiled Code)
at
 org.apache.cocoon.sitemap.Manager.invoke(Manager.java, Compiled Code)
at
 org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java,
 Compiled Code)
at org.apache.cocoon.Cocoon.process(Cocoon.java,
 Compiled Code)
at
 org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java,
 Compiled Code)
at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
 
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java,
 
 Compiled Code

Re: java.lang.OutOfMemoryError ------help pls

2002-06-11 Thread yuryx

Hi Niket.
I have the same symptoms while access to subsitemaps :(
(cocoon2.0.2 on tomcat4.0.4-b1)
Yury.

Niket Anand wrote:

Hi Vadim,
I have tried it on Tomcat 4.0.4b3. Even though it is showing same problem.
How can I deal with this error as it is demotivating factor in accepting
cocoon higher version.
Thanks for replying.
Niket
- Original Message -
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 10, 2002 11:36 PM
Subject: RE: java.lang.OutOfMemoryError --help pls


Try tomcat 4.0.4.


Vadim




-
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: java.lang.OutOfMemoryError ------help pls

2002-06-11 Thread yuryx

Hi Roger.
Now 128M is the maximum memory for heap size I can use.
following settings in cocoon.xconf:

  store-janitor 
class=org.apache.cocoon.components.store.StoreJanitorImpl 
logger=core.store.janitor
 !-- How much free memory shall be available in the jvm 
--
 parameter name=freememory value=500/
 !-- Indicates the limit of the jvm memory consumption. The default 
max
 heapsize for Sun's JVM is 64Mb --
 parameter name=heapsize value=134217728/!-- heapsize now is 
128M --
 !-- How often shall the cleanup thread check memory --
 parameter name=cleanupthreadinterval value=10/
 !-- Indicates the thread priority of the cleanup thread --
 parameter name=threadpriority value=5/
 !-- How much percent of the elements of each registered Store shall
 be removed when low on memory. Default 10% --
 parameter name=percent_to_free value=10/
  /store-janitor

Yury.

Roger I Martin PhD wrote:

How much memory do you have?

Can you set the memory usage up on the tomcat command line?
-ms128M -mx256M
or higher.

-Roger
- Original Message -
From: yuryx [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 6:26 AM
Subject: Re: java.lang.OutOfMemoryError --help pls


Hi Niket.
I have the same symptoms while access to subsitemaps :(
(cocoon2.0.2 on tomcat4.0.4-b1)
Yury.




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




org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError

2002-06-10 Thread Niket Anand

Cocoon 2 - Internal server error




type fatal

message Error compiling sitemap

description org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError

source Cocoon servlet

stack-trace

org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError
at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
at java.lang.Thread.run(Thread.java:484)
java.lang.OutOfMemoryError


Hi All,

I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3.

Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1

What could the problem after shifting to higher version of cocoon and
tomcat?

This might the problem related to the size of sub-sitemap.So how can I get
rid of this?

Please help me

Thanks,

Niket





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




org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError

2002-06-10 Thread Niket Anand

 Hi All,
 I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3.
Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1
What could the problem after shifting to higher version of cocoon and
tomcat?
 This might the problem related to the size of sub-sitemap.So how can I get
rid of this?
  Please help me

Thanks,

Niket
I am getting following error in error.log

ERROR   (2002-06-10) 20:39.25:421   [sitemap](/cocoon/qmanager/MessageQView)
HttpProcessor[8080][3]/sitemap_xmap: Sitemap
org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError
 at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
 at java.lang.Thread.run(Thread.java:484)
java.lang.OutOfMemoryError
 no stack trace available
java.lang.OutOfMemoryError
 no stack trace available
ERROR   (2002-06-10) 20:39.25:421   [access](/cocoon/qmanager/MessageQView)
HttpProcessor[8080][3]/CocoonServlet: Problem with servlet
org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError
 at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
 at java.lang.Thread.run(Thread.java:484)
java.lang.OutOfMemoryError
 no stack trace available
java.lang.OutOfMemoryError
 no stack trace available



 Cocoon 2 - Internal server error

 --
--
 

 type fatal

 message Error compiling sitemap

 description org.apache.cocoon.ProcessingException: Error compiling
sitemap:
 java.lang.OutOfMemoryError

 source Cocoon servlet

 stack-trace

 org.apache.cocoon.ProcessingException: Error compiling sitemap:
 java.lang.OutOfMemoryError
 at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
 at java.lang.Thread.run(Thread.java:484)
 java.lang.OutOfMemoryError
 




-
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: java.lang.OutOfMemoryError ------help pls

2002-06-10 Thread Vadim Gritsenko

Try tomcat 4.0.4.


Vadim


 From: Niket Anand [mailto:[EMAIL PROTECTED]]
 
 Hi All,
  I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3.
 Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1
 What could the problem after shifting to higher version of cocoon and
 tomcat?
  This might the problem related to the size of sub-sitemap.So how can
I get
 rid of this?
   Please help me
 
 Thanks,
 Niket
 
 I am getting following error in error.log
 
 ERROR   (2002-06-10) 20:39.25:421
[sitemap](/cocoon/qmanager/MessageQView)
 HttpProcessor[8080][3]/sitemap_xmap: Sitemap
 org.apache.cocoon.ProcessingException: Error compiling sitemap:
 java.lang.OutOfMemoryError
  at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
  at java.lang.Thread.run(Thread.java:484)
 java.lang.OutOfMemoryError
  no stack trace available
 java.lang.OutOfMemoryError
  no stack trace available
 ERROR   (2002-06-10) 20:39.25:421
[access](/cocoon/qmanager/MessageQView)
 HttpProcessor[8080][3]/CocoonServlet: Problem with servlet
 org.apache.cocoon.ProcessingException: Error compiling sitemap:
 java.lang.OutOfMemoryError
  at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
  at java.lang.Thread.run(Thread.java:484)
 java.lang.OutOfMemoryError
  no stack trace available
 java.lang.OutOfMemoryError
  no stack trace available
 
 
 
  Cocoon 2 - Internal server error
 
 

--
 --
  
 
  type fatal
 
  message Error compiling sitemap
 
  description org.apache.cocoon.ProcessingException: Error compiling
 sitemap:
  java.lang.OutOfMemoryError
 
  source Cocoon servlet
 
  stack-trace
 
  org.apache.cocoon.ProcessingException: Error compiling sitemap:
  java.lang.OutOfMemoryError
  at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
  at java.lang.Thread.run(Thread.java:484)
  java.lang.OutOfMemoryError
  
 
 
 
 
 -
 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]




[EmbeddedTomcatSX] java.lang.OutOfMemoryError

2001-12-05 Thread Kai Ulrich

Hey

My problem !
Im using cocoon2 with jboss !
By creating a PDF file I get following Exception
...
[EmbeddedTomcatSX] java.lang.OutOfMemoryError
[EmbeddedTomcatSX]  no stack trace available
...

In all Documentations they say I supose to rice up the memory of the JAVA VM
by java -Xms32m -Xmx64m ...
But what is the Syntax for ... ?

Thanks
k


-
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: [EmbeddedTomcatSX] java.lang.OutOfMemoryError

2001-12-05 Thread Arun.N

hi
just check by typing   java -X  you will get all the options.
there is nothing syntax for .. .. if your startup class is MainClass.class
instead of using java  MainClass you have to use
java -Xms32m -Xmx64m  MainClass

bye

- Original Message -
From: Kai Ulrich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2001 4:18 PM
Subject: [EmbeddedTomcatSX] java.lang.OutOfMemoryError


 Hey

 My problem !
 Im using cocoon2 with jboss !
 By creating a PDF file I get following Exception
 ...
 [EmbeddedTomcatSX] java.lang.OutOfMemoryError
 [EmbeddedTomcatSX]  no stack trace available
 ...

 In all Documentations they say I supose to rice up the memory of the JAVA
VM
 by java -Xms32m -Xmx64m ...
 But what is the Syntax for ... ?

 Thanks
 k


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