Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 89386 invoked from network); 8 Dec 2010 14:48:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 14:48:27 -0000 Received: (qmail 56847 invoked by uid 500); 8 Dec 2010 14:48:27 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 56721 invoked by uid 500); 8 Dec 2010 14:48:27 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 56706 invoked by uid 99); 8 Dec 2010 14:48:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 14:48:26 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.158 is neither permitted nor denied by domain of rushikesh.babar@gmail.com) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 14:48:21 +0000 Received: from joe.nabble.com ([192.168.236.151]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1PQLJJ-0000YV-08 for dev@activemq.apache.org; Wed, 08 Dec 2010 06:48:01 -0800 Date: Wed, 8 Dec 2010 06:48:00 -0800 (PST) From: riskrocks007 To: dev@activemq.apache.org Message-ID: <1291819680997-3078337.post@n4.nabble.com> Subject: Getting Error while installing Active MQ using Maven 2.2.1 :- Failure Executing Javac, but could not parse the error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am newbie to apache ActiveMQ, I am trying to install active MQ 5.4.1 source, for this i am using maven 2.2.1 and working on windows XP-SP2 platform, Kindly help me to solve this error At ActiveMQ :: Core I am getting error Build Failure --Compilation Failure --Failure Executing Javac, but could not parse the error [INFO] ------------------------------------------------------------------------ [INFO] Building ActiveMQ :: Core [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting file set: D:\activemq-parent-5.4.1\activemq-core\target (include d: [**], excluded: []) [INFO] [enforcer:enforce {execution: default}] [INFO] [bundle:cleanVersions {execution: cleanVersions}] [WARNING] While downloading javacc:javacc:3.2 This artifact has been relocated to net.java.dev.javacc:javacc:3.2. [INFO] [javacc:javacc {execution: default}] Java Compiler Compiler Version 3.2 (Parser Generator) (type "javacc" with no arguments for help) Reading from file D:\activemq-parent-5.4.1\activemq-core\src\main\grammar\Select orParser.jj . . . Note: UNICODE_INPUT option is specified. Please make sure you create the parser/ lexer usig a Reader with the correct character encoding. File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "SimpleCharStream.java" does not exist. Will create one. Parser generated successfully. [INFO] [activemq-protobuf:compile {execution: default}] [INFO] Compiling: D:\activemq-parent-5.4.1\activemq-core\src\main\proto\journal- data.proto [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 52 resources [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 1279 source files to D:\activemq-parent-5.4.1\activemq-core\tar get\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure Failure executing javac, but could not parse the error: The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: Java heap space at com.sun.tools.javac.util.Position$LineMapImpl.build(Position.java:139 ) at com.sun.tools.javac.util.Position.makeLineMap(Position.java:63) at com.sun.tools.javac.parser.Scanner.getLineMap(Scanner.java:1105) at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:512) at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:550) at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:80 1) at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:727) at com.sun.tools.javac.main.Main.compile(Main.java:353) at com.sun.tools.javac.main.Main.compile(Main.java:279) at com.sun.tools.javac.main.Main.compile(Main.java:270) at com.sun.tools.javac.Main.compile(Main.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(Jav acCompiler.java:420) at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompile r.java:141) at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompiler Mojo.java:493) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi nManager.java:490) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa ultLifecycleExecutor.java:694) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi fecycle(DefaultLifecycleExecutor.java:556) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau ltLifecycleExecutor.java:535) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan dleFailures(DefaultLifecycleExecutor.java:387) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen ts(DefaultLifecycleExecutor.java:348) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi fecycleExecutor.java:180) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:6 0) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14 minutes 34 seconds [INFO] Finished at: Wed Dec 08 18:21:45 IST 2010 [INFO] Final Memory: 50M/63M [INFO] ------------------------------------------------------------------------ Guide me to solve this issue. Thanks in advance for yours support -- View this message in context: http://activemq.2283324.n4.nabble.com/Getting-Error-while-installing-Active-MQ-using-Maven-2-2-1-Failure-Executing-Javac-but-could-not-parr-tp3078337p3078337.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.