You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by dinesh <di...@cognizant.com> on 2005/09/21 16:37:37 UTC

java.lang.StackOverflowError.....

Hi..

I am trying to deploy an EAR application on geronimo M4.

I am getting the message 

 Deployed Twe-ear
   
       on the console but the application will not pull up on the
screen.

On the server side, i get the following message.

Booting Geronimo Kernel (in Java 1.4.2_04)...
Starting Geronimo Application Server
[*******] 100%  10s Startup complete
  Listening on Ports:
    1099 0.0.0.0   RMI Naming
    1527 127.0.0.1 Derby Connector
    4201 127.0.0.1 OpenEJB Connector EJB
    8080 0.0.0.0   Jetty Connector HTTP
    8443 0.0.0.0   Jetty Connector HTTPS
   61616 0.0.0.0   ActiveMQ Message Broker Connector
Geronimo Application Server started (version 1.0-M4)

19:39:26,126 ERROR [GBeanInstanceState] Error while starting; GBean is
now in the FAILED state:
objectName="geronimo.server:J2EEApplication=Twe-
ear,J2EEServer=geronimo,WebModule=TweUI.war,j2eeType=Servlet,name=action"
java.lang.StackOverflowError
19:39:26,128 WARN  [BasicLifecycleMonitor] Exception occured while
notifying listener
java.lang.StackOverflowError


Can anybody tell what is the root cause for this error and how do I go
about rectifying it....

Thanks,
Dinesh.G




This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

Re: java.lang.StackOverflowError.....

Posted by Kevan Miller <ke...@gmail.com>.
Hi Dinesh,
There was a bug in Jetty which caused a StackOverflowError. There's a good
chance that it's the problem that you're seeing, but impossible to tell for
sure without more information (i.e. the stack trace).

The Jetty problem is fixed on HEAD. Can you build from source and see if the
problem still exists?

--kevan

On 9/21/05, dinesh <di...@cognizant.com> wrote:
>
>
> Hi..
>
> I am trying to deploy an EAR application on geronimo M4.
>
> I am getting the message
>
> Deployed Twe-ear
>
> on the console but the application will not pull up on the
> screen.
>
> On the server side, i get the following message.
>
> Booting Geronimo Kernel (in Java 1.4.2_04)...
> Starting Geronimo Application Server
> [*******] 100% 10s Startup complete
> Listening on Ports:
> 1099 0.0.0.0 <http://0.0.0.0> RMI Naming
> 1527 127.0.0.1 <http://127.0.0.1> Derby Connector
> 4201 127.0.0.1 <http://127.0.0.1> OpenEJB Connector EJB
> 8080 0.0.0.0 <http://0.0.0.0> Jetty Connector HTTP
> 8443 0.0.0.0 <http://0.0.0.0> Jetty Connector HTTPS
> 61616 0.0.0.0 <http://0.0.0.0> ActiveMQ Message Broker Connector
> Geronimo Application Server started (version 1.0-M4)
>
> 19:39:26,126 ERROR [GBeanInstanceState] Error while starting; GBean is
> now in the FAILED state:
> objectName="geronimo.server:J2EEApplication=Twe-
> ear,J2EEServer=geronimo,WebModule=TweUI.war,j2eeType=Servlet,name=action"
> java.lang.StackOverflowError
> 19:39:26,128 WARN [BasicLifecycleMonitor] Exception occured while
> notifying listener
> java.lang.StackOverflowError
>
>
> Can anybody tell what is the root cause for this error and how do I go
> about rectifying it....
>
> Thanks,
> Dinesh.G
>
>
>
>
> This e-mail and any files transmitted with it are for the sole use of the
> intended recipient(s) and may contain confidential and privileged
> information.
> If you are not the intended recipient, please contact the sender by reply
> e-mail and destroy all copies of the original message.
> Any unauthorised review, use, disclosure, dissemination, forwarding,
> printing or copying of this email or any action taken in reliance on this
> e-mail is strictly
> prohibited and may be unlawful.
>
> Visit us at http://www.cognizant.com
>



--
--kevan