Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42667 invoked from network); 26 Sep 2008 19:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2008 19:40:52 -0000 Received: (qmail 5742 invoked by uid 500); 26 Sep 2008 19:40:49 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 5694 invoked by uid 500); 26 Sep 2008 19:40:48 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 5683 invoked by uid 99); 26 Sep 2008 19:40:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 12:40:48 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FM_FAKE_HELO_VERIZON,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emiddio@verizon.net designates 206.46.252.46 as permitted sender) Received: from [206.46.252.46] (HELO vms046pub.verizon.net) (206.46.252.46) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 19:39:48 +0000 Received: from [192.168.1.46] ([71.112.11.69]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K7T00JRGILJTBR1@vms046.mailsrvcs.net> for dev@geronimo.apache.org; Fri, 26 Sep 2008 14:39:25 -0500 (CDT) Date: Fri, 26 Sep 2008 12:39:51 -0700 From: emiddio-verizon Subject: need help with failed build To: dev@geronimo.apache.org Message-id: <48DD3A87.30908@verizon.net> MIME-version: 1.0 Content-type: multipart/alternative; boundary=------------070408040505090808030405 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------070408040505090808030405 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 t*he 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 * --------------070408040505090808030405 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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

--------------070408040505090808030405--