When the build fails, the final tar is 0 bytes. The web site contains only a couple hundred megs worth of data, though.
OS: RedHat ES 3.0 Physical RAM: 5G JDK: Sun j2sdk1.4.2_04 Maven: 1.0-rc2 I'm now using maven.site.deploy.method=fs which, since it doesn't use tar, works fine. I'm still a little concerned that I haven't been able to determine what the root cause of this OutOfMemoryError was -- I suspect it'll crop up again later. -adrian- -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 4:15 PM To: 'Maven Users List' Subject: RE: java.lang.OutOfMemoryError during site:deploy, tar Interesting - how big is the final created tar? I have generated some huge sites without problems. Some more information on OS, etc. would be helpful. Thanks, - Brett > -----Original Message----- > From: Kalaveshi, Adrian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 3:04 AM > To: '[EMAIL PROTECTED]' > Subject: java.lang.OutOfMemoryError during site:deploy, tar > > > Greetings -- > > I'm getting a 'java.lang.OutOfMemoryError' as follows: > > BUILD FAILED > File...... > file:/home/build/.maven/plugins/maven-site-plugin-1.5/plugin.j elly Element... tar Line...... 132 Column.... 91 java.lang.OutOfMemoryError Total time: 25 minutes 3 seconds The maximum Java heap size is set to 1900M via 'MAVEN_OPTS=-Xmx1900m'. It seems odd that I'd run out of memory while executing the tar task. Has anyone seen anything like this? -adrian- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
