Hey, this IS strange... I too have 1GB RAM.

After deleting the M1-plugin, and running maven clean, then maven

I got the following error (Bus error):

multiproject:install-callback:
    [echo] Running war:install for Animal Quiz Sample Web
/usr/local/maven/bin/maven: line 156: 18045 Bus error               "$JAVACMD" 
$MAVEN_OPTS 
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryIm
pl 
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuil
derFactoryImpl "-Djava.endorsed.dirs=${MAVEN_ENDORSED}" -classpath 
"${MAVEN_HOME}/lib/forehead-${FOREHEAD_VERSION}.jar" "-
Dforehead.conf.file=${MAVEN_HOME}/bin/forehead.conf" "-Dtools.jar=$TOOLS_JAR" 
"-Dmaven.home=${MAVEN_HOME}" $MAIN_CLASS "$@"
[elmo:/usr/local/andromda-src-3.0M2-SNAPSHOT] nayan$ 


I ran maven again (without clean), and then I receieved an OutOfMemoryError

multiproject:install-callback:
    [echo] Running war:install for Animal Quiz Sample Web
INFO  [start] Running <strutsconfigxml/>
INFO  [engineStarted] Generating output 'struts-config.xml' using template 
file 'jar:file:/Users/nayan/.maven/repository/xdoclet/jars/xdoclet-apache-
module-1.2.jar!/xdoclet/modules/apache/struts/resources/
struts_config_xml.xdt'.
INFO  [start] Running <strutsvalidationxml/>
INFO  [engineStarted] Generating output 'validation.xml' using template file 
'jar:file:/Users/nayan/.maven/repository/xdoclet/jars/xdoclet-apache-module
-1.2.jar!/xdoclet/modules/apache/struts/resources/validation_xml.xdt'.
INFO  [start] Running <deploymentdescriptor/>
Generating web.xml.
INFO  [start] Running <jbosswebxml/>
INFO  [engineStarted] Generating output 'jboss-web.xml' using template file 
'jar:file:/Users/nayan/.maven/repository/xdoclet/jars/xdoclet-jboss-module
-1.2.jar!/xdoclet/modules/jboss/web/resources/jboss_web_xml.xdt'.
war:init:
    [axis-wsdl2java] Running Wsdl2javaAntTask with parameters:
    [axis-wsdl2java]    verbose:true
    [axis-wsdl2java]    debug:false
    [axis-wsdl2java]    quiet:false
    [axis-wsdl2java]    server-side:false
    [axis-wsdl2java]    skeletonDeploy:false
    [axis-wsdl2java]    helperGen:false
    [axis-wsdl2java]    factory:null
    [axis-wsdl2java]    nsIncludes:[]
    [axis-wsdl2java]    nsExcludes:[]
    [axis-wsdl2java]    factoryProps:[]
    [axis-wsdl2java]    testCase:false
    [axis-wsdl2java]    noImports:false
    [axis-wsdl2java]    NStoPkg:{}
    [axis-wsdl2java]    output:/usr/local/andromda-src-3.0M2-SNAPSHOT/samples/
animal-quiz/web/target/src
    [axis-wsdl2java]    protocolHandlerPkgs:
    [axis-wsdl2java]    deployScope:
    [axis-wsdl2java]    URL:file:/usr/local/andromda-src-3.0M2-SNAPSHOT/
samples/animal-quiz/web/../webservice/target/src/wsdl/org/andromda/samples/
animalquiz/decisiontree/DecisionService.wsdl
    [axis-wsdl2java]    all:false
    [axis-wsdl2java]    typeMappingVersion:1.1
    [axis-wsdl2java]    timeout:45000
    [axis-wsdl2java]    failOnNetworkErrors:false
    [axis-wsdl2java]    printStackTraceOnFailure:true
    [axis-wsdl2java]    namespaceMappingFile:null
    [axis-wsdl2java]    username:null
    [axis-wsdl2java]    :passwordnull
    [axis-wsdl2java]    :noWrappedfalse
    [axis-wsdl2java]    :implementationClassNamenull
    [axis-wsdl2java]    :classpathnull
    [axis-wsdl2java]    http.proxyHost=127.0.0.1
    [axis-wsdl2java]    http.proxyPort=8999
    [axis-wsdl2java]    http.proxyUser=null
    [axis-wsdl2java]    http.proxyPassword=null
    [axis-wsdl2java]    socks.proxyHost=null
    [axis-wsdl2java]    socks.proxyPort=null
java.lang.OutOfMemoryError

BUILD FAILED
File...... /Users/nayan/.maven/plugins/maven-multiproject-plugin-1.3/
plugin.jelly
Element... maven:reactor
Line...... 216
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- /usr/local/andromda-
src-3.0M2-SNAPSHOT/samples/animal-quiz/web/maven.xml:56:46: <ant:axis-
wsdl2java> Error while processing WSDL in Wsdl2javaAntTask for file:/usr/
local/andromda-src-3.0M2-SNAPSHOT/samples/animal-quiz/web/../webservice/
target/src/wsdl/org/andromda/samples/animalquiz/decisiontree/
DecisionService.wsdl
INFO  [App] Total time: 11 minutes 45 seconds
INFO  [App] Finished at: Fri Jul 02 15:11:46 EDT 2004
INFO  [App] 


---
Nayan Hajratwala
http://www.chikli.com  Chikli Consulting LLC


Quoting Jan Heise <[EMAIL PROTECTED]>:

> Ok,
> 
> here is some more background info:
> 
> maven v. 1.0-rc3
> ant resides under maven/lib and seems to be 1.5.3
> 
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-117.1)
> 
> Darwin Vigor100 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 
> PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC  Power Macintosh 
> powerpc
> 
> the point of breakdown seems to vary depending on different
> settings for mx, ms and ss. but none of them even get close
> to filling the 1GB mem, my machine is equipped with.
> (top & the apple-activity monitor)
> 
> I would also guess that the max amount of threads & file-handles
> are not reached.
> 
> I guess for the next try, i'll have it running with a profiler in the 
> background.
> 
> Jan
> 
> Am 02.07.2004 um 20:24 schrieb Chad Brandon:
> 
> > Nayan,
> >
> > I think you're problem is it looks lke you have an old
> > versoin of the maven-andromda-plugin in your
> > $MAVEN_HOME/plugins directory.....delete out any
> > maven-andromda-plugin*.jar files in there and try
> > again.
> >
> > Thanks for the elmo explanation :)
> >
> > Chad
> >
> > --- Nayan Hajratwala <[EMAIL PROTECTED]> wrote:
> >> I just downloaded
> >>
> > http://team.andromda.org/maven/andromda/distributions/
> >> andromda-src-3.0M2-SNAPSHOT.zip
> >>
> >> Here is my configuration:
> >> [elmo:/usr/local/andromda-src-3.0M2-SNAPSHOT] nayan$
> >> uname -a
> >> Darwin elmo.local 7.4.0 Darwin Kernel Version 7.4.0:
> >> Wed May 12 16:58:24 PDT
> >> 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC  Power
> >> Macintosh powerpc
> >> [elmo:/usr/local/andromda-src-3.0M2-SNAPSHOT] nayan$
> >> java -version
> >> java version "1.4.2_03"
> >> Java(TM) 2 Runtime Environment, Standard Edition
> >> (build 1.4.2_03-117.1)
> >> Java HotSpot(TM) Client VM (build 1.4.2-34, mixed
> >> mode)
> >> [elmo:/usr/local/andromda-src-3.0M2-SNAPSHOT] nayan$
> >> maven -v
> >>  __  __
> >> |  \/  |__ _Apache__ ___
> >> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3
> >>
> >> [elmo:/usr/local/andromda-src-3.0M2-SNAPSHOT] nayan$
> >> ant -version
> >> Apache Ant version 1.6.1 compiled on February 12
> >> 2004
> >>
> >> btw, if you're wondering why my machine is named
> >> "elmo"... I have a 2 year old
> >> daughter... that should explain it.
> >>
> >>
> 
> 


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to