Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 25680 invoked from network); 24 Apr 2010 07:14:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Apr 2010 07:14:16 -0000 Received: (qmail 54114 invoked by uid 500); 24 Apr 2010 07:14:15 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 53794 invoked by uid 500); 24 Apr 2010 07:14:15 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 53786 invoked by uid 99); 24 Apr 2010 07:14:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Apr 2010 07:14:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Apr 2010 07:14:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3O7DosE017531 for ; Sat, 24 Apr 2010 07:13:50 GMT Message-ID: <3684541.173571272093229988.JavaMail.jira@thor> Date: Sat, 24 Apr 2010 03:13:49 -0400 (EDT) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Commented: (AXIS2-4691) JAX-WS module compile fails due to Java heap space error on Windows XP In-Reply-To: <32199378.137281271937890293.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860497#action_12860497 ] Andreas Veithen commented on AXIS2-4691: ---------------------------------------- I'm able to reproduce this on Windows Server 2003 R2 with Maven 2.0.11 and jdk1.5.0_21. Note that the environment variable to set Java options for Maven is MAVEN_OPTS, not MVN_OPTIONS. That may explain your strange finding that increasing the heap size doesn't solve the problem. > JAX-WS module compile fails due to Java heap space error on Windows XP > ---------------------------------------------------------------------- > > Key: AXIS2-4691 > URL: https://issues.apache.org/jira/browse/AXIS2-4691 > Project: Axis2 > Issue Type: Bug > Components: jaxws > Environment: Apache Maven 2.0.11 (r909250; 2010-02-12 05:55:50+0000) > Java version: 1.6.0_16 > Java home: C:\Program Files\Java\jdk1.6.0_16\jre > Default locale: en_GB, platform encoding: Cp1252 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > Same errors occur with maven 2.2.1 and jdk 1.5.0_16 > Reporter: Katherine Sanders > > The following error occurs when I do a full axis2 build on the latest revision. The error has been occurring since r934683 (r933791builds without errors). > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache Axis2 - JAXWS > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\sandbox\axis2\modules\jaxws\target > [INFO] [remote-resources:process {execution: default}] > [INFO] [remote-resources:process {execution: legal-files}] > [INFO] [resources:resources] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory C:\sandbox\axis2\modules\jaxws\conf > [INFO] Copying 0 resource > [INFO] Copying 2 resources > [INFO] Copying 5 resources > [INFO] Copying 5 resources > [INFO] [compiler:compile] > [INFO] Compiling 276 source files to C:\sandbox\axis2\modules\jaxws\target\classes > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Fatal error compiling > Embedded error: Error while executing the compiler. > Java heap space > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 6 minutes 54 seconds > [INFO] Finished at: Wed Apr 21 17:10:03 BST 2010 > [INFO] Final Memory: 53M/63M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org