Try to increase the memory of the JVM: if your WAR is big (I think it is
with Spring + Hibernate + JDBC).

Regards
Jeff


On Jan 23, 2008 2:52 PM, gypsy <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> We are developing a web application using J2EE, Spring 1.2.8, Hibernate
> 3.2
> and WebLogic8.1. For building and deploying the application we are using
> Maven 2.0.7.
>
>
>
> MAVEN 2 compiles the code and generate WAR file successfully. However when
> we try to deploy the generated WAR on WebLogic server we get the below
> error:
>
>
>
> An unexpected exception has been detected in native code outside the VM.
>
> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
> PC=0x7C92AE22
>
> Function=RtlImpersonateSelf+0x3A5
>
> Library=C:\WINDOWS\system32\ntdll.dll
>
>
>
> Current Java thread:
>
>            at java.util.zip.ZipFile.getNextEntry(Native Method)
>
>            at java.util.zip.ZipFile.access$400(ZipFile.java:26)
>
>            at java.util.zip.ZipFile$2.nextElement(ZipFile.java:315)
>
>            - locked <0x10104408> (a java.util.zip.ZipFile)
>
>            at
> weblogic.servlet.internal.WebAppHelper.makeImplicitMapFromJars(
> WebAppHelper.java:482)
>
>            at
> weblogic.servlet.internal.WebAppServletContext.extractClassFiles(
> WebAppServletContext.java:5695)
>
>            at
> weblogic.servlet.internal.WebAppServletContext.setDocroot(
> WebAppServletContext.java:5512)
>
>            at
> weblogic.servlet.internal.WebAppServletContext.init(
> WebAppServletContext.java:565)
>
>            at
> weblogic.servlet.internal.WebAppServletContext.<init>(
> WebAppServletContext.java:516)
>
>            at
> weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:646)
>
>            - locked <0x119c8cd8> (a weblogic.servlet.internal.HttpServer)
>
>            at
> weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:624)
>
>            at
> weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(
> J2EEApplicationContainer.java:3198)
>
>            at
> weblogic.j2ee.J2EEApplicationContainer.prepareModules(
> J2EEApplicationContainer.java:1588)
>
>            at
> weblogic.j2ee.J2EEApplicationContainer.prepare(
> J2EEApplicationContainer.java:1234)
>
>            at
> weblogic.j2ee.J2EEApplicationContainer.prepare(
> J2EEApplicationContainer.java:1077)
>
>            at
> weblogic.j2ee.J2EEApplicationContainer.prepare(
> J2EEApplicationContainer.java:830)
>
>            at
> weblogic.management.deploy.slave.SlaveDeployer$Application.prepare(
> SlaveDeployer.java:3043)
>
>            at
> weblogic.management.deploy.slave.SlaveDeployer.prepareAllApplications(
> SlaveDeployer.java:984)
>
>            at
> weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java
> :341)
>
>            at
> weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(
> DeploymentManagerServerLifeCycleImpl.java:229)
>
>            at
> weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
>
>            at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
>
>            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
>
>            at weblogic.Server.main(Server.java:32)
>
>
>
> Dynamic libraries:
>
> 0x00400000 - 0x0040B000          d:\bea\JDK142~1\bin\java.exe
>
> 0x7C900000 - 0x7C9B0000         C:\WINDOWS\system32\ntdll.dll
>
> 0x7C800000 - 0x7C8F4000         C:\WINDOWS\system32\kernel32.dll
>
> 0x77DD0000 - 0x77E6B000        C:\WINDOWS\system32\ADVAPI32.dll
>
> 0x77E70000 - 0x77F01000         C:\WINDOWS\system32\RPCRT4.dll
>
> 0x77C10000 - 0x77C68000         C:\WINDOWS\system32\MSVCRT.dll
>
> 0x08000000 - 0x08138000          d:\bea\JDK142~1\jre\bin\client\jvm.dll
>
> 0x7E410000 - 0x7E4A0000         C:\WINDOWS\system32\USER32.dll
>
> 0x77F10000 - 0x77F57000          C:\WINDOWS\system32\GDI32.dll
>
> 0x76B40000 - 0x76B6D000         C:\WINDOWS\system32\WINMM.dll
>
> 0x76390000 - 0x763AD000         C:\WINDOWS\system32\IMM32.DLL
>
> 0x10000000 - 0x10007000          d:\bea\JDK142~1\jre\bin\hpi.dll
>
> 0x00390000 - 0x0039E000          d:\bea\JDK142~1\jre\bin\verify.dll
>
> 0x003B0000 - 0x003C9000         d:\bea\JDK142~1\jre\bin\java.dll
>
> 0x003D0000 - 0x003DE000         d:\bea\JDK142~1\jre\bin\zip.dll
>
> 0x02F80000 - 0x02F8F000         D:\bea\jdk142_08\jre\bin\net.dll
>
> 0x71AB0000 - 0x71AC7000        C:\WINDOWS\system32\WS2_32.dll
>
> 0x71AA0000 - 0x71AA8000        C:\WINDOWS\system32\WS2HELP.dll
>
> 0x71A50000 - 0x71A8F000         C:\WINDOWS\System32\mswsock.dll
>
> 0x76F20000 - 0x76F47000          C:\WINDOWS\system32\DNSAPI.dll
>
> 0x76FB0000 - 0x76FB8000         C:\WINDOWS\System32\winrnr.dll
>
> 0x76F60000 - 0x76F8C000         C:\WINDOWS\system32\WLDAP32.dll
>
> 0x76FC0000 - 0x76FC6000         C:\WINDOWS\system32\rasadhlp.dll
>
> 0x030A0000 - 0x030A8000         D:\bea\jdk142_08\jre\bin\nio.dll
>
> 0x030B0000 - 0x030B6000         D:\bea\jdk142_08\jre\bin\ioser12.dll
>
> 0x662B0000 - 0x66308000          C:\WINDOWS\system32\hnetcfg.dll
>
> 0x71A90000 - 0x71A98000         C:\WINDOWS\System32\wshtcpip.dll
>
> 0x76C90000 - 0x76CB8000         C:\WINDOWS\system32\imagehlp.dll
>
> 0x59A60000 - 0x59B01000         C:\WINDOWS\system32\DBGHELP.dll
>
> 0x77C00000 - 0x77C08000         C:\WINDOWS\system32\VERSION.dll
>
> 0x76BF0000 - 0x76BFB000        C:\WINDOWS\system32\PSAPI.DLL
>
>
>
> Heap at VM Abort:
>
> Heap
>
>  def new generation   total 2304K, used 1239K [0x10010000, 0x10290000,
> 0x10f70000)
>
>  eden space 2048K,  48% used [0x10010000, 0x10105ed8, 0x10210000)
>
>  from space 256K, 100% used [0x10210000, 0x10250000, 0x10250000)
>
>  to   space 256K,   0% used [0x10250000, 0x10250000, 0x10290000)
>
>  tenured generation   total 30272K, used 16406K [0x10f70000, 0x12d00000,
> 0x1c810000)
>
>   the space 30272K,  54% used [0x10f70000, 0x11f75b60, 0x11f75c00,
> 0x12d00000)
>
>  compacting perm gen  total 20992K, used 20920K [0x1c810000, 0x1dc90000,
> 0x24810000)
>
>   the space 20992K,  99% used [0x1c810000, 0x1dc7e250, 0x1dc7e400,
> 0x1dc90000)
>
>
>
> Local Time = Tue Jan 22 20:11:55 2008
>
> Elapsed Time = 29
>
> #
>
> # The exception above was detected in native code outside the VM
>
> #
>
> # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
>
> #
>
>
>
>
>
>
>
> If anyone has faced the above issue or know the solution to the above
> issue
> please write back. Any help is much appreciated.
>
>
> Thanks
> --
> View this message in context:
> http://www.nabble.com/WebLogic-Deployment-issue-with-WAR-generated-by-Maven-2-tp15042111s177p15042111.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
La mélancolie c'est communiste
Tout le monde y a droit de temps en temps
La mélancolie n'est pas capitaliste
C'est même gratuit pour les perdants
La mélancolie c'est pacifiste
On ne lui rentre jamais dedans
La mélancolie oh tu sais ça existe
Elle se prend même avec des gants
La mélancolie c'est pour les syndicalistes
Il faut juste sa carte de permanent

Miossec (2006)

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com

Reply via email to