Nope no use. Same error on JDk1.5

INFO: Server startup in 39569 ms
Oct 10, 2007 11:05:31 PM
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler process
SEVERE: Error reading request, ignored
java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-80-1" java.lang.NullPointerException
        at java.util.concurrent.ConcurrentLinkedQueue.offer(
ConcurrentLinkedQueue.java:180)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler$1.offer(
Http11Protocol.java:530)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler$1.offer(
Http11Protocol.java:547)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:611)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(
JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:595)
Oct 10, 2007 11:06:29 PM
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler process
SEVERE: Error reading request, ignored
java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-80-2" java.lang.NullPointerException
        at java.util.concurrent.ConcurrentLinkedQueue.offer(
ConcurrentLinkedQueue.java:180)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler$1.offer(
Http11Protocol.java:530)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler$1.offer(
Http11Protocol.java:547)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:611)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(
JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:595)
Exception in thread "DefaultQuartzScheduler_Worker-3"
java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultQuartzScheduler_QuartzSchedulerThread"
java.lang.OutOfMemoryError: PermGen space

My server is starting up and OOME is stopping my container.
Oh god it is same with all JDK? Should I try upgrading  tomcat to 6.0.14



On 10/10/07, Arun <[EMAIL PROTECTED]> wrote:
>
> Chris,
>
> Let me try installing Jdk1.5 and make same version on both sides. But I
> need to use jdk1.6 as I need some of the features.
>
>
> On 10/10/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Arun,
> >
> > Arun wrote:
> > > Ok,
> > > Help!! I do not have an OutOfMemory erro when running tomcat from
> > myeclipse.
> > > I am running JDK1.5 and tomcat6.
> > >
> > > But in my ubuntu I have jdk1.6 and tomcat6.0 and I have an OutOfMemory
> > > problem why?
> >
> > Compare your memory settings between your Eclipse environment and your
> > Ubuntu environment. Are they different? What are the specific errors
> > (which heap is busting?)
> >
> > > When the server starts up itself the contianer shuts down and logs the
> > > OutOfMemory error.
> >
> > Wow, that sucks. Does your application even try to start? Is the
> > QuartzScheduler running from your own application, or do you have it in
> > a separate one or something else?
> >
> > > But why did not my local tomcat does not complain.?
> >
> > Uhh... different settings? Different memory sizes? Lots of things.
> >
> > - -chris
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.7 (MingW32)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >
> > iD8DBQFHDRLJ9CaO5/Lv0PARApasAJ9++i+29BbQiS4Pxym/DF/AaayxpgCeIchC
> > /9NcH97ppRO+BHCufm6QuPQ=
> > =6+Bb
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Thanks
> Arun George




-- 
Thanks
Arun George

Reply via email to