talk@lists.collectionspace.org

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

View all threads

404 error on AWS EC2 clean install

MA
Michael Andrec
Tue, Nov 27, 2018 2:39 PM

Hello, all!

My institution is looking for a new museum collections management tool, and
we are evaluating CollectionSpace as a possibility. We've already played
with the sandbox, but wanted to do more extensive testing on our own
server. Although my job title is "archivist", I am effectively the IT
person for our very small institution. I have plenty of Unix/Linux
administration experience and I'm very comfortable on the command line.

I attempted to install CollectionSpace on an AWS EC2 "t3-small" instance
running Ubuntu 16.04 LTS using the automated installer as documented in
https://wiki.collectionspace.org/display/DOC/Automated+installer+for+CollectionSpace.
The installer completed with a "Installation of the CollectionSpace was
successful" message, but there were some errors (below).

After "su"-ing as "cspace" and starting the server, I see

Nov 27, 2018 1:24:15 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6831 ms

in the catalina.out log file, but running

curl -i http://localhost:8180/cspace-services/collectionobjects -u
admin@core.collectionspace.org:Administrator

as suggested in the documentation gives a 404 error.

Any ideas on how to diagnose the issue? Unfortunately, I'm more of a LAMP
stack guy and don't really know my way around the whole Java
Tomcat/Catalina/Coyote ecosystem. I'll be happy to provide any log files or
diagnostics. The error messages from the installer are below.

Thank you in advance!

Mike

The errors I see from the automated installer include a bunch of messages
early on (before the "yes" prompt) of the form

Error: Could not uninstall module 'puppetlabs-vcsrepo'
Module 'puppetlabs-vcsrepo' is not installed

which I suspect are benign. However, at the very end of the installer run I
got

Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [INFO]

Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR] Failed to execute goal on project csp-impl:
Could not resolve dependencies for project
org.collectionspace:csp-impl:jar:5.0: Failed to collect dependencies at
ch.elca.el4j.modules:module-core:jar:3.1: Failed to read artifact
descriptor for ch.elca.el4j.modules:module-core:jar:3.1: Could not transfer
artifact ch.elca.el4j.modules:module-core:pom:3.1 from/to
collectionspace-remote-repos (
http://nightly.collectionspace.org:8081/artifactory/remote-repos): Failed
to transfer file:
http://nightly.collectionspace.org:8081/artifactory/remote-repos/ch/elca/el4j/modules/module-core/3.1/module-core-3.1.pom.
Return code is: 500, ReasonPhrase: Internal Server Error. -> [Help 1]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR] To see the full stack trace of the errors,
re-run Maven with the -e switch.
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR] Re-run Maven using the -X switch to enable
full debug logging.
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR] For more information about the errors and
possible solutions, please read the following articles:
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR] After correcting the problems, you can
resume the build with the command
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: [ERROR] mvn <goals> -rf :csp-impl
Error: mvn clean install -DskipTests returned 1 instead of one of [0]
Error: /Stage[main]/Cspace_source/Exec[Build and deploy from Application
layer source]/returns: change from notrun to 0 failed: mvn clean install
-DskipTests returned 1 instead of one of [0]
Notice: /Stage[main]/Cspace_source/Notify[Deploying Services layer]:
Dependency Exec[Build and deploy from Application layer source] has
failures: true
Warning: /Stage[main]/Cspace_source/Notify[Deploying Services layer]:
Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Exec[Deploy from Services layer source]:
Dependency Exec[Build and deploy from Application layer source] has
failures: true
Warning: /Stage[main]/Cspace_source/Exec[Deploy from Services layer
source]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Notify[Creating databases]: Dependency
Exec[Build and deploy from Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Notify[Creating databases]: Skipping
because of failed dependencies
Notice: /Stage[main]/Cspace_source/Exec[Create databases from Services
layer source]: Dependency Exec[Build and deploy from Application layer
source] has failures: true
Warning: /Stage[main]/Cspace_source/Exec[Create databases from Services
layer source]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Notify[Initializing default user
accounts]: Dependency Exec[Build and deploy from Application layer source]
has failures: true
Warning: /Stage[main]/Cspace_source/Notify[Initializing default user
accounts]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Exec[Initialize default user accounts
from Services layer source]: Dependency Exec[Build and deploy from
Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Exec[Initialize default user accounts
from Services layer source]: Skipping because of failed dependencies
Notice: Finished catalog run in 885.33 seconds
Installation of the CollectionSpace was successful. See
http://bit.ly/2a9pfyP for instructions on launching/starting
CollectionSpace.

which looks a bit more concerning...

--

Michael Andrec, Ph.D. -- Certified Archivist

Ukrainian History and Education Center
135 Davidson Avenue
Somerset, NJ 08873

732-356-0132

http://www.UkrHEC.org http://www.ukrhec.org/
http://www.facebook.com/UkrHEC

Hello, all! My institution is looking for a new museum collections management tool, and we are evaluating CollectionSpace as a possibility. We've already played with the sandbox, but wanted to do more extensive testing on our own server. Although my job title is "archivist", I am effectively the IT person for our very small institution. I have plenty of Unix/Linux administration experience and I'm very comfortable on the command line. I attempted to install CollectionSpace on an AWS EC2 "t3-small" instance running Ubuntu 16.04 LTS using the automated installer as documented in https://wiki.collectionspace.org/display/DOC/Automated+installer+for+CollectionSpace. The installer completed with a "Installation of the CollectionSpace was successful" message, but there were some errors (below). After "su"-ing as "cspace" and starting the server, I see Nov 27, 2018 1:24:15 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 6831 ms in the catalina.out log file, but running curl -i http://localhost:8180/cspace-services/collectionobjects -u admin@core.collectionspace.org:Administrator as suggested in the documentation gives a 404 error. Any ideas on how to diagnose the issue? Unfortunately, I'm more of a LAMP stack guy and don't really know my way around the whole Java Tomcat/Catalina/Coyote ecosystem. I'll be happy to provide any log files or diagnostics. The error messages from the installer are below. Thank you in advance! Mike The errors I see from the automated installer include a bunch of messages early on (before the "yes" prompt) of the form Error: Could not uninstall module 'puppetlabs-vcsrepo' Module 'puppetlabs-vcsrepo' is not installed which I suspect are benign. However, at the very end of the installer run I got Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [INFO] ------------------------------------------------------------------------ Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Failed to execute goal on project csp-impl: Could not resolve dependencies for project org.collectionspace:csp-impl:jar:5.0: Failed to collect dependencies at ch.elca.el4j.modules:module-core:jar:3.1: Failed to read artifact descriptor for ch.elca.el4j.modules:module-core:jar:3.1: Could not transfer artifact ch.elca.el4j.modules:module-core:pom:3.1 from/to collectionspace-remote-repos ( http://nightly.collectionspace.org:8081/artifactory/remote-repos): Failed to transfer file: http://nightly.collectionspace.org:8081/artifactory/remote-repos/ch/elca/el4j/modules/module-core/3.1/module-core-3.1.pom. Return code is: 500, ReasonPhrase: Internal Server Error. -> [Help 1] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Re-run Maven using the -X switch to enable full debug logging. Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] For more information about the errors and possible solutions, please read the following articles: Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] After correcting the problems, you can resume the build with the command Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] mvn <goals> -rf :csp-impl Error: mvn clean install -DskipTests returned 1 instead of one of [0] Error: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: change from notrun to 0 failed: mvn clean install -DskipTests returned 1 instead of one of [0] Notice: /Stage[main]/Cspace_source/Notify[Deploying Services layer]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Notify[Deploying Services layer]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Exec[Deploy from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Exec[Deploy from Services layer source]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Notify[Creating databases]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Notify[Creating databases]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Exec[Create databases from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Exec[Create databases from Services layer source]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Notify[Initializing default user accounts]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Notify[Initializing default user accounts]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Exec[Initialize default user accounts from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Exec[Initialize default user accounts from Services layer source]: Skipping because of failed dependencies Notice: Finished catalog run in 885.33 seconds Installation of the CollectionSpace was successful. See http://bit.ly/2a9pfyP for instructions on launching/starting CollectionSpace. which looks a bit more concerning... -- *Michael Andrec, Ph.D. -- Certified Archivist* Ukrainian History and Education Center 135 Davidson Avenue Somerset, NJ 08873 732-356-0132 http://www.UkrHEC.org <http://www.ukrhec.org/> http://www.facebook.com/UkrHEC
MC
Mark Cooper
Sat, Dec 1, 2018 1:56 AM

Hi Mike,

CollectionSpace development has recently been heavily focused on the new UI for version 5, and because of that a number of things haven't caught up yet, and that very likely includes the installer.

We have very early plans to replace the current installer with a new one using Ansible (easier to maintain, faster to develop, simpler to understand), which can be used to setup CollectionSpace on a new (Ubuntu) server, and we'll use it to build an AWS AMI. There's no schedule for this work yet but if you express interest I can pass that along to help get it higher priority =)

In the meantime it's less convenient but given your background and desire to do more extensive testing I'd recommend that you bypass the installer and look to install CollectionSpace yourself:

https://wiki.collectionspace.org/display/DOC/Installing+on+Ubuntu+LTS

You can use Ubuntu 18.04 LTS just fine, we build and deploy CollectionSpace Docker images with it. If you run into issues let us know!

Best,
Mark

LYRASIS

On 11/27/18 6:39 AM, Michael Andrec wrote:
Hello, all!

My institution is looking for a new museum collections management tool, and we are evaluating CollectionSpace as a possibility. We've already played with the sandbox, but wanted to do more extensive testing on our own server. Although my job title is "archivist", I am effectively the IT person for our very small institution. I have plenty of Unix/Linux administration experience and I'm very comfortable on the command line.

I attempted to install CollectionSpace on an AWS EC2 "t3-small" instance running Ubuntu 16.04 LTS using the automated installer as documented in https://wiki.collectionspace.org/display/DOC/Automated+installer+for+CollectionSpace. The installer completed with a "Installation of the CollectionSpace was successful" message, but there were some errors (below).

After "su"-ing as "cspace" and starting the server, I see

Nov 27, 2018 1:24:15 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6831 ms

in the catalina.out log file, but running

curl -i http://localhost:8180/cspace-services/collectionobjects -u admin@core.collectionspace.org:Administratormailto:admin@core.collectionspace.org:Administrator

as suggested in the documentation gives a 404 error.

Any ideas on how to diagnose the issue? Unfortunately, I'm more of a LAMP stack guy and don't really know my way around the whole Java Tomcat/Catalina/Coyote ecosystem. I'll be happy to provide any log files or diagnostics. The error messages from the installer are below.

Thank you in advance!

Mike

The errors I see from the automated installer include a bunch of messages early on (before the "yes" prompt) of the form

Error: Could not uninstall module 'puppetlabs-vcsrepo'
Module 'puppetlabs-vcsrepo' is not installed

which I suspect are benign. However, at the very end of the installer run I got

Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [INFO] ------------------------------------------------------------------------
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Failed to execute goal on project csp-impl: Could not resolve dependencies for project org.collectionspace:csp-impl:jar:5.0: Failed to collect dependencies at ch.elca.el4j.modules:module-core:jar:3.1: Failed to read artifact descriptor for ch.elca.el4j.modules:module-core:jar:3.1: Could not transfer artifact ch.elca.el4j.modules:module-core:pom:3.1 from/to collectionspace-remote-repos (http://nightly.collectionspace.org:8081/artifactory/remote-repos): Failed to transfer file: http://nightly.collectionspace.org:8081/artifactory/remote-repos/ch/elca/el4j/modules/module-core/3.1/module-core-3.1.pom. Return code is: 500, ReasonPhrase: Internal Server Error. -> [Help 1]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Re-run Maven using the -X switch to enable full debug logging.
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] For more information about the errors and possible solutions, please read the following articles:
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR]
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] After correcting the problems, you can resume the build with the command
Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] mvn <goals> -rf :csp-impl
Error: mvn clean install -DskipTests returned 1 instead of one of [0]
Error: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: change from notrun to 0 failed: mvn clean install -DskipTests returned 1 instead of one of [0]
Notice: /Stage[main]/Cspace_source/Notify[Deploying Services layer]: Dependency Exec[Build and deploy from Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Notify[Deploying Services layer]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Exec[Deploy from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Exec[Deploy from Services layer source]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Notify[Creating databases]: Dependency Exec[Build and deploy from Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Notify[Creating databases]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Exec[Create databases from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Exec[Create databases from Services layer source]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Notify[Initializing default user accounts]: Dependency Exec[Build and deploy from Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Notify[Initializing default user accounts]: Skipping because of failed dependencies
Notice: /Stage[main]/Cspace_source/Exec[Initialize default user accounts from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true
Warning: /Stage[main]/Cspace_source/Exec[Initialize default user accounts from Services layer source]: Skipping because of failed dependencies
Notice: Finished catalog run in 885.33 seconds
Installation of the CollectionSpace was successful. See http://bit.ly/2a9pfyP for instructions on launching/starting CollectionSpace.

which looks a bit more concerning...

--

Michael Andrec, Ph.D. -- Certified Archivist

Ukrainian History and Education Center
135 Davidson Avenue
Somerset, NJ 08873

732-356-0132

http://www.UkrHEC.orghttp://www.ukrhec.org/
http://www.facebook.com/UkrHEC


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

Hi Mike, CollectionSpace development has recently been heavily focused on the new UI for version 5, and because of that a number of things haven't caught up yet, and that very likely includes the installer. We have very early plans to replace the current installer with a new one using Ansible (easier to maintain, faster to develop, simpler to understand), which can be used to setup CollectionSpace on a new (Ubuntu) server, and we'll use it to build an AWS AMI. There's no schedule for this work yet but if you express interest I can pass that along to help get it higher priority =) In the meantime it's less convenient but given your background and desire to do more extensive testing I'd recommend that you bypass the installer and look to install CollectionSpace yourself: https://wiki.collectionspace.org/display/DOC/Installing+on+Ubuntu+LTS You can use Ubuntu 18.04 LTS just fine, we build and deploy CollectionSpace Docker images with it. If you run into issues let us know! Best, Mark LYRASIS On 11/27/18 6:39 AM, Michael Andrec wrote: Hello, all! My institution is looking for a new museum collections management tool, and we are evaluating CollectionSpace as a possibility. We've already played with the sandbox, but wanted to do more extensive testing on our own server. Although my job title is "archivist", I am effectively the IT person for our very small institution. I have plenty of Unix/Linux administration experience and I'm very comfortable on the command line. I attempted to install CollectionSpace on an AWS EC2 "t3-small" instance running Ubuntu 16.04 LTS using the automated installer as documented in https://wiki.collectionspace.org/display/DOC/Automated+installer+for+CollectionSpace. The installer completed with a "Installation of the CollectionSpace was successful" message, but there were some errors (below). After "su"-ing as "cspace" and starting the server, I see Nov 27, 2018 1:24:15 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 6831 ms in the catalina.out log file, but running curl -i http://localhost:8180/cspace-services/collectionobjects -u admin@core.collectionspace.org:Administrator<mailto:admin@core.collectionspace.org:Administrator> as suggested in the documentation gives a 404 error. Any ideas on how to diagnose the issue? Unfortunately, I'm more of a LAMP stack guy and don't really know my way around the whole Java Tomcat/Catalina/Coyote ecosystem. I'll be happy to provide any log files or diagnostics. The error messages from the installer are below. Thank you in advance! Mike The errors I see from the automated installer include a bunch of messages early on (before the "yes" prompt) of the form Error: Could not uninstall module 'puppetlabs-vcsrepo' Module 'puppetlabs-vcsrepo' is not installed which I suspect are benign. However, at the very end of the installer run I got Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [INFO] ------------------------------------------------------------------------ Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Failed to execute goal on project csp-impl: Could not resolve dependencies for project org.collectionspace:csp-impl:jar:5.0: Failed to collect dependencies at ch.elca.el4j.modules:module-core:jar:3.1: Failed to read artifact descriptor for ch.elca.el4j.modules:module-core:jar:3.1: Could not transfer artifact ch.elca.el4j.modules:module-core:pom:3.1 from/to collectionspace-remote-repos (http://nightly.collectionspace.org:8081/artifactory/remote-repos): Failed to transfer file: http://nightly.collectionspace.org:8081/artifactory/remote-repos/ch/elca/el4j/modules/module-core/3.1/module-core-3.1.pom. Return code is: 500, ReasonPhrase: Internal Server Error. -> [Help 1] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Re-run Maven using the -X switch to enable full debug logging. Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] For more information about the errors and possible solutions, please read the following articles: Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] After correcting the problems, you can resume the build with the command Notice: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: [ERROR] mvn <goals> -rf :csp-impl Error: mvn clean install -DskipTests returned 1 instead of one of [0] Error: /Stage[main]/Cspace_source/Exec[Build and deploy from Application layer source]/returns: change from notrun to 0 failed: mvn clean install -DskipTests returned 1 instead of one of [0] Notice: /Stage[main]/Cspace_source/Notify[Deploying Services layer]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Notify[Deploying Services layer]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Exec[Deploy from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Exec[Deploy from Services layer source]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Notify[Creating databases]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Notify[Creating databases]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Exec[Create databases from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Exec[Create databases from Services layer source]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Notify[Initializing default user accounts]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Notify[Initializing default user accounts]: Skipping because of failed dependencies Notice: /Stage[main]/Cspace_source/Exec[Initialize default user accounts from Services layer source]: Dependency Exec[Build and deploy from Application layer source] has failures: true Warning: /Stage[main]/Cspace_source/Exec[Initialize default user accounts from Services layer source]: Skipping because of failed dependencies Notice: Finished catalog run in 885.33 seconds Installation of the CollectionSpace was successful. See http://bit.ly/2a9pfyP for instructions on launching/starting CollectionSpace. which looks a bit more concerning... -- Michael Andrec, Ph.D. -- Certified Archivist Ukrainian History and Education Center 135 Davidson Avenue Somerset, NJ 08873 732-356-0132 http://www.UkrHEC.org<http://www.ukrhec.org/> http://www.facebook.com/UkrHEC _______________________________________________ Talk mailing list Talk@lists.collectionspace.org<mailto:Talk@lists.collectionspace.org> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org