Re: Struts2 Spring Plug-in

2008-12-02 Thread Dave Newton
--- On Tue, 12/2/08, Richa Pandharikar wrote:
> SEVERE: Exception sending context initialized event to
> listener instance of
> class org.springframework.web.context.ContextLoaderListener
> java.lang.OutOfMemoryError: Java heap space

Increase the memory setting for the server process?

Dave


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



Struts2 Spring Plug-in

2008-12-02 Thread Richa Pandharikar
Morning All,

I am configuring my application to use struts 2 with spring. After I
modified the config files to use spring plugin bundled, tomcat server is
throwing the following exception. Your help is much appreciated to get this
issue resolved.

I am using Eclipse 6.6, struts 2.0.14 and the spring plug-in bundled along
with it.

Dec 2, 2008 10:16:31 AM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Exception sending context initialized event to listener instance of
class org.springframework.web.context.ContextLoaderListener
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuffer.append(Unknown Source)
at
org.springframework.beans.factory.BeanCreationException.toString(BeanCreatio
nException.java:154)
at java.lang.String.valueOf(Unknown Source)
at java.lang.StringBuffer.append(Unknown Source)
at
org.springframework.core.NestedExceptionUtils.buildMessage(NestedExceptionUt
ils.java:47)
at
org.springframework.core.NestedRuntimeException.getMessage(NestedRuntimeExce
ption.java:67)
at java.lang.Throwable.getLocalizedMessage(Throwable.java:267)
at java.lang.Throwable.toString(Throwable.java:343)
at
org.springframework.beans.factory.BeanCreationException.toString(BeanCreatio
nException.java:149)
at java.lang.String.valueOf(Unknown Source)
at java.lang.StringBuffer.append(Unknown Source)
at
org.springframework.core.NestedExceptionUtils.buildMessage(NestedExceptionUt
ils.java:47)
at
org.springframework.core.NestedRuntimeException.getMessage(NestedRuntimeExce
ption.java:67)
at java.lang.Throwable.getLocalizedMessage(Throwable.java:267)
at java.lang.Throwable.toString(Throwable.java:343)
at
org.springframework.beans.factory.BeanCreationException.toString(BeanCreatio
nException.java:149)
at java.lang.String.valueOf(Unknown Source)
at java.lang.StringBuffer.append(Unknown Source)
at
org.springframework.core.NestedExceptionUtils.buildMessage(NestedExceptionUt
ils.java:47)
at
org.springframework.core.NestedRuntimeException.getMessage(NestedRuntimeExce
ption.java:67)
at java.lang.Throwable.getLocalizedMessage(Throwable.java:267)
at java.lang.Throwable.toString(Throwable.java:343)
at
org.springframework.beans.factory.BeanCreationException.toString(BeanCreatio
nException.java:149)
at java.lang.String.valueOf(Unknown Source)
at java.lang.StringBuffer.append(Unknown Source)
at
org.springframework.core.NestedExceptionUtils.buildMessage(NestedExceptionUt
ils.java:47)
at
org.springframework.core.NestedRuntimeException.getMessage(NestedRuntimeExce
ption.java:67)
at java.lang.Throwable.getLocalizedMessage(Throwable.java:267)
at java.lang.Throwable.toString(Throwable.java:343)
Dec 2, 2008 10:16:31 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Dec 2, 2008 10:16:31 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/TDKTimeCard] startup failed due to previous errors

Thanks,
Richa


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