Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Glen's current server (1.8.2)

http://pahmacspacepahma.cspace.berkeley.edu:8180/collectionspace/ui/pahma/html/index.html

...


http://demopahmacspace.collectionspaceberkeley.orgedu:8180/collectionspace/ui/lifescipahma/html/index.html

Errors

...

Demo (1.8

...

When I checked the terminal, I found this:

Code Block

BUILD FAILED
/Users/michaelblack/Documents/CSpaceSourceCode/svn4/trunk/services/v1.8.1/build.xml:249: The following error occurred while executing this line:
/Users/michaelblack/Documents/CSpaceSourceCode/svn4/trunk/services/v1.8.1/services/build.xml:160: The following error occurred while executing this line:
/Users/michaelblack/Documents/CSpaceSourceCode/svn4/trunk/services/v1.8.1/services/collectionobject/build.xml:112: The following error occurred while executing this line:
/Users/michaelblack/Documents/CSpaceSourceCode/svn4/trunk/services/v1.8.1/services/collectionobject/3rdparty/build.xml:121: The following error occurred while executing this line:
/Users/michaelblack/Documents/CSpaceSourceCode/svn4/trunk/services/v1.8.1/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/build.xml:122: Warning: Could not find file /Users/michaelblack/Documents/CSpaceSourceCode/svn4/trunk/services/v1.8.1/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-hearst/target/org.collectionspace.services.collectionobject.CollectionObjectTenant3.nuxeo-1.8-SNAPSHOT.jar to copy.

Thinking that the problem was a mistaken reference to Tenant3 (PAHMA tenant) in Tenant2 (LifeSci)'s build.xml file, I looked at line 122 for such an error:

Code Block
<copy file="${basedir}/target/${nuxeo.collectionobject.jar}" todir="${jboss.deploy.nuxeo.plugins}"/>

No obvious problem. Going upstairs one level to build.xml, line 121 is this:

Code Block
<ant antfile="${nuxeo-platform-collectionobject-hearst}/build.xml" target="deploy" inheritall="false"/>

No obvious problem. Going upstairs one more level to build.xml, line 112 is this:

Code Block
<ant antfile="3rdparty/build.xml" target="deploy" inheritall="false"/>

No obvious problem. Going upstairs one more level to build.xml, line 160 is this:

Code Block
<target name="doc-unix" if="osfamily-unix">
        <exec executable="mvn" failonerror="true">
            <arg value="javadoc:aggregate" />
            <arg value="${mvn.opts}" />
        </exec>
    </target>

No obvious problem. Going upstairs one more level to build.xml, line 249 is this:

Code Block
<ant antfile="services/build.xml" target="deploy" inheritAll="false"/>

No obvious problem found, so I guess I'll just try to get 1.8.2 working.

Got 1.8.2 working (error appears to have been a result of either:

...

)

http://demo.collectionspace.org/collectionspace/ui/lifesci/html/index.html

Errors encountered in configuring PAHMA-CSpace