That problem should be fixed in current source. Can you 'svn up' and 'mvn clean install'
--kevan

On Sep 26, 2008, at 3:39 PM, emiddio-verizon <[EMAIL PROTECTED]> wrote:

i've followed 
http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html#BuildingApacheGeronimo-JavaDeveloperKit%2528JDK%2529

i've only checked out the trunk
 svn co https://svn.apache.org/repos/asf/geronimo/server/trunk server

so -- do i  need the other branches for a successful build ?

i'm on windows xp -- so i partially followed the recommendations for path length issues.

maven repository is at c:\sun\m2.m2
geronimo was checked out to c:\sun\g_src\g

i'm using mave 2.0.9, and jdk5 with the MAVEN_OPTS = -Xmx512m - XX:MaxPermSize=128m

the build progresses quite awhile then starts getting failures like the following: [INFO] Packaging module configuration: C:\Sun\g_src\g\plugins \plancreator\plancreator-console-jetty\target\resources\META-INF \plan.xml [INFO] Started deployer: org.apache.geronimo.framework/geronimo- gbean-deployer/2.2-SNAPSHOT/car [INFO] Started deployer: org.apache.geronimo.configs/j2ee-deployer/ 2.2-SNAPSHOT/car [INFO] Started deployer: org.apache.geronimo.configs/jetty6-deployer/ 2.2-SNAPSHOT/car [INFO] Started deployer: org.apache.geronimo.configs/jasper-deployer/ 2.2-SNAPSHOT/car
[ERROR] The protocol for the JAR file's URL is not supported
java.lang.UnsupportedOperationException: Only local file jars are supported jar:file:/C:/Sun/m2.m2/org/apache/geronimo/configs/system- database/2.2-SNAPSHOT/system-database-2.2-SNAPSHOT.
car!/rar/tranql-connector-1.4.jar
org. apache. geronimo. kernel.classloader.UrlResourceFinder.cacheUrl(UrlResourceFinder.java: 231)


but continues until the final error:
[INFO] Started deployer: org.apache.geronimo.configs/openejb- deployer/2.2-SNAPSHOT/car
[ERROR] Deployment failed due to
java.lang.NullPointerException
org. apache. openejb. config. ConfigurationFactory.configureService(ConfigurationFactory.java:786) org. apache. geronimo. openejb. deployment.EjbModuleBuilder.addContainerInfos(EjbModuleBuilder.java: 662)


i'm only trying to build the source at the moment -- not run or deploy.

thanks

Reply via email to