You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by si...@godik.com on 2006/06/25 23:54:16 UTC

config packaging error when building tag 1.1.0 on windows

I'm getting this error when building tag 1.1.0 on windows with 'maven new'

+----------------------------------------
| configurations Geronimo Configuration for performing service deployments
| Memory: 39M/80M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of ma
ven.xml
DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of ma
ven.xml
new4:
build:start:

multiproject:install-callback:
    [echo] Running car:install for Geronimo Configuration for performing service deployments
car:prepare-plan:

car:package:
    [mkdir] Created dir: C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\reposi
tory

    Packaging configuration C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\pla
n\plan.xml


BUILD FAILED
File...... C:\apache\geronimo\tags\1.1.0\maven.xml
Element... maven:reactor
Line...... 58
Column.... -1
Unable to obtain goal [multiproject:install-callback] -- C:\apache\geronimo\tags\1.1.0\configs\geron
imo-gbean-deployer\maven.xml:39:-1: <boot:boot> org.apache.geronimo.kernel.config.ConfigurationStore
.createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File;
Total time   : 5 minutes 20 seconds
Finished at  : Sunday, June 25, 2006 2:45:31 PM PDT




Re: config packaging error when building tag 1.1.0 on windows

Posted by John Sisson <jr...@gmail.com>.
Hi Simon,

Can you try appending the "-e" maven option to your maven command, so 
exceptions are displayed.

If after specifying the -e option you see it is an OutOfMemoryError, 
then try setting the MAVEN_OPTS environment variable to:

-Xmx512m  -XX:MaxPermSize=128m

If it was something else, please post the exception to the list.

Let us know how you go.

Thanks,
John

simon@godik.com wrote:
> I'm getting this error when building tag 1.1.0 on windows with 'maven new'
>
> +----------------------------------------
> | configurations Geronimo Configuration for performing service deployments
> | Memory: 39M/80M
> +----------------------------------------
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of ma
> ven.xml
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of ma
> ven.xml
> new4:
> build:start:
>
> multiproject:install-callback:
>     [echo] Running car:install for Geronimo Configuration for performing service deployments
> car:prepare-plan:
>
> car:package:
>     [mkdir] Created dir: C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\reposi
> tory
>
>     Packaging configuration C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\pla
> n\plan.xml
>
>
> BUILD FAILED
> File...... C:\apache\geronimo\tags\1.1.0\maven.xml
> Element... maven:reactor
> Line...... 58
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- C:\apache\geronimo\tags\1.1.0\configs\geron
> imo-gbean-deployer\maven.xml:39:-1: <boot:boot> org.apache.geronimo.kernel.config.ConfigurationStore
> .createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File;
> Total time   : 5 minutes 20 seconds
> Finished at  : Sunday, June 25, 2006 2:45:31 PM PDT
>
>
>
>
>   


Re: config packaging error when building tag 1.1.0 on windows

Posted by John Sisson <jr...@gmail.com>.
After looking more closely at your error, I think the problem may be due 
to you hitting the windows filename length limit.  Try building in a 
directory whose name is too long.

I have been able to build the 1.1 branch on windows in a directory such 
as "C:\dev\geronimo\br\1.1", but I believe that it may only take one or 
more characters to cause the build to break.  So try building in a 
directory such as:

C:\geronimo\tags\1.1.0

Let us know how you go.

Thanks,
John

simon@godik.com wrote:
> I'm getting this error when building tag 1.1.0 on windows with 'maven new'
>
> +----------------------------------------
> | configurations Geronimo Configuration for performing service deployments
> | Memory: 39M/80M
> +----------------------------------------
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of ma
> ven.xml
> DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of ma
> ven.xml
> new4:
> build:start:
>
> multiproject:install-callback:
>     [echo] Running car:install for Geronimo Configuration for performing service deployments
> car:prepare-plan:
>
> car:package:
>     [mkdir] Created dir: C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\reposi
> tory
>
>     Packaging configuration C:\apache\geronimo\tags\1.1.0\configs\geronimo-gbean-deployer\target\pla
> n\plan.xml
>
>
> BUILD FAILED
> File...... C:\apache\geronimo\tags\1.1.0\maven.xml
> Element... maven:reactor
> Line...... 58
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- C:\apache\geronimo\tags\1.1.0\configs\geron
> imo-gbean-deployer\maven.xml:39:-1: <boot:boot> org.apache.geronimo.kernel.config.ConfigurationStore
> .createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File;
> Total time   : 5 minutes 20 seconds
> Finished at  : Sunday, June 25, 2006 2:45:31 PM PDT
>
>
>
>
>