I am working with geronimo-1.0-M5/solaris 9/java 1.4.2_06 and trying to get

the various applications to work.

 

Petstore :

 

  [EMAIL PROTECTED]: % pwd

  /home/cremers/java_apps/web_servers/geronimo-1.0-M5/sandbox/petstore

  [EMAIL PROTECTED]: % maven

    ( snip )

    [copy] Copying 2 files to /home/cremers/java_apps/web_servers/geronimo-1.0-M

5/sandbox/petstore/target/geronimo_1.0-M5/var

    [echo] Preprocessing opc1.3.2.ear-plan.xml

    [echo] Preprocessing petstore1.3.2-db-ra-plan.xml

    [echo] Preprocessing petstore1.3.2-jms-ra-plan.xml

    [echo] Preprocessing petstore1.3.2-security-plan.xml

    [echo] Preprocessing petstore1.3.2.ear-plan.xml

    [echo] Preprocessing petstoreadmin1.3.2.ear-plan.xml

    [echo] Preprocessing supplier1.3.2.ear-plan.xml

    [echo] Building Security Configuration

    [java] Unable to access jarfile /home/cremers/java_apps/web_servers/geronimo

-1.0-M5/sandbox/petstore/target/geronimo_1.0-M5/bin/deployer.jar

 

  BUILD FAILED

  File...... /home/cremers/java_apps/web_servers/geronimo-1.0-M5/sandbox/petstor

e/maven.xml

  Element... ant:java

  Line...... 62

  Column.... 84

  Java returned: 1

  Total time: 38 seconds

  Finished at: Wed Oct 19 19:59:24 PDT 2005

 

  Looked and determined that target/geronimo-1.0-M5/bin/deployer.jar existed,

  but not target/geronimo_1.0-M5/bin/deployer.jar, so tweaked maven.xml :

 

  [EMAIL PROTECTED]: % diff maven.xml maven.xml.original

26c26

  <     <j:set var="instDir" value="${maven.build.dir}/geronimo-${geronimo_versi

on}"/>

  ---

  >     <j:set var="instDir" value="${maven.build.dir}/geronimo_${geronimo_versi

on}"/>

 

  Now I get :

 

  [copy] Copying 2 files to /home/cremers/java_apps/web_servers/geronimo-1.0-M5/

sandbox/petstore/target/geronimo-1.0-M5/var

  [mkdir] Created dir: /home/cremers/java_apps/web_servers/geronimo-1.0-M5/sandb

ox/petstore/target/plan

  [echo] Preprocessing opc1.3.2.ear-plan.xml

  [echo] Preprocessing petstore1.3.2-db-ra-plan.xml

  [echo] Preprocessing petstore1.3.2-jms-ra-plan.xml

  [echo] Preprocessing petstore1.3.2-security-plan.xml

  [echo] Preprocessing petstore1.3.2.ear-plan.xml

  [echo] Preprocessing petstoreadmin1.3.2.ear-plan.xml

  [echo] Preprocessing supplier1.3.2.ear-plan.xml

  [echo] Building Security Configuration

  [echo] Building Security Configuration

  [java]     Error: Operation failed: Unable to load first parent of

  [java]     configuration org/apache/geronimo/PetStoreSecurity1.3.2 caused by N

o

  [java]     configuration with id: org/apache/geronimo/Secure

  [java]

 

Any clues ?

 

Thanks !

Reply via email to