talk@lists.collectionspace.org

WE HAVE SUNSET THIS LISTSERV - Join us at collectionspace@lyrasislists.org

View all threads

Maeven hangs at csp-impl

PP
Pedro Paulo Palazzo
Wed, Oct 26, 2016 2:06 AM

Hello,

When trying to build CollectionSpace on Mac according to the instructions on the Wiki, I get the same error previously quoted by Toni Hanna earlier this year, my case being reproduced below. My specs: MacOS 10.11.6, Homebrew PostgreSQL 9.5.4, Java 8u111, CollectionSpace 4.4. It seems related to a missing repository, does anyone know more precisely what it is about?

Thanks,

--
Pedro P. Palazzo
Sócio (Partner)
Ábaco Arquitetura & Design Ambiental
www.abaco-arquitetura.com.br
www.linkedin.com/in/p3palazzo

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CSP: Impl 4.4
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Root ............................................... SUCCESS [  0.538 s]
[INFO] CSP: General Utils ................................. SUCCESS [  1.837 s]
[INFO] Collection-Space CSP API ........................... SUCCESS [  0.854 s]
[INFO] CSP: Impl .......................................... FAILURE [  0.075 s]
[INFO] Collection-Space CSP Helper ........................ SKIPPED
[INFO] CSP: Schema ........................................ SKIPPED
[INFO] JXUtils ............................................ SKIPPED
[INFO] CSP: Web UI ........................................ SKIPPED
[INFO] CSP: File .......................................... SKIPPED
[INFO] CSP: Services ...................................... SKIPPED
[INFO] CSP: Installation .................................. SKIPPED
[INFO] tomcat-main ........................................ SKIPPED
[INFO] war-entry .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.487 s
[INFO] Finished at: 2016-10-25T23:37:10-02:00
[INFO] Final Memory: 19M/233M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project csp-impl: Could not resolve dependencies for project org.collectionspace:csp-impl:jar:4.4: Failure to find org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 in http://nightly.collectionspace.org:8081/artifactory/remote-repos was cached in the local repository, resolution will not be reattempted until the update interval of collectionspace-remote-repos has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]  mvn <goals> -rf :csp-impl

Hello, When trying to build CollectionSpace on Mac according to the instructions on the Wiki, I get the same error previously quoted by Toni Hanna earlier this year, my case being reproduced below. My specs: MacOS 10.11.6, Homebrew PostgreSQL 9.5.4, Java 8u111, CollectionSpace 4.4. It seems related to a missing repository, does anyone know more precisely what it is about? Thanks, -- Pedro P. Palazzo Sócio (Partner) Ábaco Arquitetura & Design Ambiental www.abaco-arquitetura.com.br www.linkedin.com/in/p3palazzo [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building CSP: Impl 4.4 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Root ............................................... SUCCESS [ 0.538 s] [INFO] CSP: General Utils ................................. SUCCESS [ 1.837 s] [INFO] Collection-Space CSP API ........................... SUCCESS [ 0.854 s] [INFO] CSP: Impl .......................................... FAILURE [ 0.075 s] [INFO] Collection-Space CSP Helper ........................ SKIPPED [INFO] CSP: Schema ........................................ SKIPPED [INFO] JXUtils ............................................ SKIPPED [INFO] CSP: Web UI ........................................ SKIPPED [INFO] CSP: File .......................................... SKIPPED [INFO] CSP: Services ...................................... SKIPPED [INFO] CSP: Installation .................................. SKIPPED [INFO] tomcat-main ........................................ SKIPPED [INFO] war-entry .......................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.487 s [INFO] Finished at: 2016-10-25T23:37:10-02:00 [INFO] Final Memory: 19M/233M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project csp-impl: Could not resolve dependencies for project org.collectionspace:csp-impl:jar:4.4: Failure to find org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 in http://nightly.collectionspace.org:8081/artifactory/remote-repos was cached in the local repository, resolution will not be reattempted until the update interval of collectionspace-remote-repos has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :csp-impl
RM
Richard Millet
Wed, Oct 26, 2016 7:49 PM

Pedro,

From the output (error messages you provided), it appears that you're trying to build the "Application" layer but haven't build the CollectionSpace "Services" layer yet.  You'll need to build the Services layer first.

To build the Services layer, cd to the top/root level source directory of the Services layer and run this command:

mvn clean install -DskipTests

To ensure the wiki instructions are updated correctly, please send me the full URL of the wiki page containing the instructions you were following.

Thanks,

Richard


From: Talk talk-bounces@lists.collectionspace.org on behalf of Pedro Paulo Palazzo pedro.palazzo@gmail.com
Sent: Tuesday, October 25, 2016 7:06 PM
To: talk@lists.collectionspace.org
Subject: [Talk] Maeven hangs at csp-impl

Hello,

When trying to build CollectionSpace on Mac according to the instructions on the Wiki, I get the same error previously quoted by Toni Hanna earlier this year, my case being reproduced below. My specs: MacOS 10.11.6, Homebrew PostgreSQL 9.5.4, Java 8u111, CollectionSpace 4.4. It seems related to a missing repository, does anyone know more precisely what it is about?

Thanks,

--
Pedro P. Palazzo
Sócio (Partner)
Ábaco Arquitetura & Design Ambiental
www.abaco-arquitetura.com.br
www.linkedin.com/in/p3palazzo

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CSP: Impl 4.4
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Root ............................................... SUCCESS [  0.538 s]
[INFO] CSP: General Utils ................................. SUCCESS [  1.837 s]
[INFO] Collection-Space CSP API ........................... SUCCESS [  0.854 s]
[INFO] CSP: Impl .......................................... FAILURE [  0.075 s]
[INFO] Collection-Space CSP Helper ........................ SKIPPED
[INFO] CSP: Schema ........................................ SKIPPED
[INFO] JXUtils ............................................ SKIPPED
[INFO] CSP: Web UI ........................................ SKIPPED
[INFO] CSP: File .......................................... SKIPPED
[INFO] CSP: Services ...................................... SKIPPED
[INFO] CSP: Installation .................................. SKIPPED
[INFO] tomcat-main ........................................ SKIPPED
[INFO] war-entry .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.487 s
[INFO] Finished at: 2016-10-25T23:37:10-02:00
[INFO] Final Memory: 19M/233M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project csp-impl: Could not resolve dependencies for project org.collectionspace:csp-impl:jar:4.4: Failure to find org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 in http://nightly.collectionspace.org:8081/artifactory/remote-repos was cached in the local repository, resolution will not be reattempted until the update interval of collectionspace-remote-repos has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]  mvn <goals> -rf :csp-impl


Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

Pedro, >From the output (error messages you provided), it appears that you're trying to build the "Application" layer but haven't build the CollectionSpace "Services" layer yet. You'll need to build the Services layer first. To build the Services layer, cd to the top/root level source directory of the Services layer and run this command: mvn clean install -DskipTests To ensure the wiki instructions are updated correctly, please send me the full URL of the wiki page containing the instructions you were following. Thanks, Richard ________________________________________ From: Talk <talk-bounces@lists.collectionspace.org> on behalf of Pedro Paulo Palazzo <pedro.palazzo@gmail.com> Sent: Tuesday, October 25, 2016 7:06 PM To: talk@lists.collectionspace.org Subject: [Talk] Maeven hangs at csp-impl Hello, When trying to build CollectionSpace on Mac according to the instructions on the Wiki, I get the same error previously quoted by Toni Hanna earlier this year, my case being reproduced below. My specs: MacOS 10.11.6, Homebrew PostgreSQL 9.5.4, Java 8u111, CollectionSpace 4.4. It seems related to a missing repository, does anyone know more precisely what it is about? Thanks, -- Pedro P. Palazzo Sócio (Partner) Ábaco Arquitetura & Design Ambiental www.abaco-arquitetura.com.br www.linkedin.com/in/p3palazzo [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building CSP: Impl 4.4 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Root ............................................... SUCCESS [ 0.538 s] [INFO] CSP: General Utils ................................. SUCCESS [ 1.837 s] [INFO] Collection-Space CSP API ........................... SUCCESS [ 0.854 s] [INFO] CSP: Impl .......................................... FAILURE [ 0.075 s] [INFO] Collection-Space CSP Helper ........................ SKIPPED [INFO] CSP: Schema ........................................ SKIPPED [INFO] JXUtils ............................................ SKIPPED [INFO] CSP: Web UI ........................................ SKIPPED [INFO] CSP: File .......................................... SKIPPED [INFO] CSP: Services ...................................... SKIPPED [INFO] CSP: Installation .................................. SKIPPED [INFO] tomcat-main ........................................ SKIPPED [INFO] war-entry .......................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.487 s [INFO] Finished at: 2016-10-25T23:37:10-02:00 [INFO] Final Memory: 19M/233M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project csp-impl: Could not resolve dependencies for project org.collectionspace:csp-impl:jar:4.4: Failure to find org.collectionspace.services:org.collectionspace.services.common-api:jar:4.4 in http://nightly.collectionspace.org:8081/artifactory/remote-repos was cached in the local repository, resolution will not be reattempted until the update interval of collectionspace-remote-repos has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :csp-impl _______________________________________________ Talk mailing list Talk@lists.collectionspace.org http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org