talk@lists.collectionspace.org

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

View all threads

Issue installing CollectionSpace

RL
RUIJING LI
Sun, Jun 21, 2015 6:28 PM

Hello everyone,

My name is RJ Li, and I'm a new student employee working with John and
Regina on CSpace projects. I recently wanted to set up an installation of
CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4
64-bit to build CollectionSpace 4.1.

I tried both the automated and manual installation.
For the automated installation, I got this error when I ran it:
Notice: Finished catalog run in 30.62 seconds
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain

I installed postgresSql and followed all the steps on the postgresql
installation page. However running the installer again, I still received
the same error.

For the manual installation, I successfully completed all the steps up
until "Initialize database and users and permissions" when running mvn
clean install -DskipTests to build the CollectionSpace Services Layer. I
got this error:
[INFO] Building CSP: Web UI 4.1.1
[INFO]

[WARNING] The POM for
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
is missing, no dependency information available
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Root .............................................. SUCCESS [1.071s]
[INFO] CSP: General Utils ................................ SUCCESS [3.516s]
[INFO] Collection-Space CSP API .......................... SUCCESS [0.865s]
[INFO] CSP: Impl ......................................... SUCCESS [2.128s]
[INFO] Collection-Space CSP Helper ....................... SUCCESS [1.012s]
[INFO] CSP: Schema ....................................... SUCCESS [2.819s]
[INFO] JXUtils ........................................... SUCCESS [0.765s]
[INFO] CSP: Web UI ....................................... FAILURE [0.120s]
[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: 12.951s
[INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015
[INFO] Final Memory: 20M/51M
[INFO]

[ERROR] Failed to execute goal on project cspi-webui: Could not resolve
dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure
to find
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
in http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local
was cached in the local repository, resolution will not be reattempted
until the update interval of libs-snapshot-local has elapsed or updates are
forced -> [Help 1].

Any info on how to fix any of these 2 problems?

Cheers,
RJ

Hello everyone, My name is RJ Li, and I'm a new student employee working with John and Regina on CSpace projects. I recently wanted to set up an installation of CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4 64-bit to build CollectionSpace 4.1. I tried both the automated and manual installation. For the automated installation, I got this error when I ran it: Notice: Finished catalog run in 30.62 seconds Error: No preferred version defined or automatically detected. at /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node ubuntu.localdomain Error: No preferred version defined or automatically detected. at /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node ubuntu.localdomain I installed postgresSql and followed all the steps on the postgresql installation page. However running the installer again, I still received the same error. For the manual installation, I successfully completed all the steps up until "Initialize database and users and permissions" when running mvn clean install -DskipTests to build the CollectionSpace Services Layer. I got this error: [INFO] Building CSP: Web UI 4.1.1 [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Root .............................................. SUCCESS [1.071s] [INFO] CSP: General Utils ................................ SUCCESS [3.516s] [INFO] Collection-Space CSP API .......................... SUCCESS [0.865s] [INFO] CSP: Impl ......................................... SUCCESS [2.128s] [INFO] Collection-Space CSP Helper ....................... SUCCESS [1.012s] [INFO] CSP: Schema ....................................... SUCCESS [2.819s] [INFO] JXUtils ........................................... SUCCESS [0.765s] [INFO] CSP: Web UI ....................................... FAILURE [0.120s] [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: 12.951s [INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015 [INFO] Final Memory: 20M/51M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project cspi-webui: Could not resolve dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure to find org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 in http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local was cached in the local repository, resolution will not be reattempted until the update interval of libs-snapshot-local has elapsed or updates are forced -> [Help 1]. Any info on how to fix any of these 2 problems? Cheers, RJ
AR
Aron Roberts
Mon, Jun 22, 2015 3:03 PM

Hi RJ,

Thanks for this detailed report! The automated installer error might be
with a Puppet Labs-provided module for installing/maintaining PostgreSQL
servers; it looks similar on its face to Ray's report here:

https://issues.collectionspace.org/browse/CSPACE-6521

We can see if there's a workaround, or if we can get the maintainers of
this module to fix this issue.

Aron

On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI ruijing.li@berkeley.edu
wrote:

Hello everyone,

My name is RJ Li, and I'm a new student employee working with John and
Regina on CSpace projects. I recently wanted to set up an installation of
CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4
64-bit to build CollectionSpace 4.1.

I tried both the automated and manual installation.
For the automated installation, I got this error when I ran it:
Notice: Finished catalog run in 30.62 seconds
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain

I installed postgresSql and followed all the steps on the postgresql
installation page. However running the installer again, I still received
the same error.

For the manual installation, I successfully completed all the steps up
until "Initialize database and users and permissions" when running mvn
clean install -DskipTests to build the CollectionSpace Services Layer. I
got this error:
[INFO] Building CSP: Web UI 4.1.1
[INFO]

[WARNING] The POM for
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
is missing, no dependency information available
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Root .............................................. SUCCESS [1.071s]
[INFO] CSP: General Utils ................................ SUCCESS [3.516s]
[INFO] Collection-Space CSP API .......................... SUCCESS [0.865s]
[INFO] CSP: Impl ......................................... SUCCESS [2.128s]
[INFO] Collection-Space CSP Helper ....................... SUCCESS [1.012s]
[INFO] CSP: Schema ....................................... SUCCESS [2.819s]
[INFO] JXUtils ........................................... SUCCESS [0.765s]
[INFO] CSP: Web UI ....................................... FAILURE [0.120s]
[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: 12.951s
[INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015
[INFO] Final Memory: 20M/51M
[INFO]

[ERROR] Failed to execute goal on project cspi-webui: Could not resolve
dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure
to find
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
in http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local
was cached in the local repository, resolution will not be reattempted
until the update interval of libs-snapshot-local has elapsed or updates are
forced -> [Help 1].

Any info on how to fix any of these 2 problems?

Cheers,
RJ


Talk mailing list
Talk@lists.collectionspace.org

http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

Hi RJ, Thanks for this detailed report! The automated installer error might be with a Puppet Labs-provided module for installing/maintaining PostgreSQL servers; it looks similar on its face to Ray's report here: https://issues.collectionspace.org/browse/CSPACE-6521 We can see if there's a workaround, or if we can get the maintainers of this module to fix this issue. Aron On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI <ruijing.li@berkeley.edu> wrote: > Hello everyone, > > My name is RJ Li, and I'm a new student employee working with John and > Regina on CSpace projects. I recently wanted to set up an installation of > CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4 > 64-bit to build CollectionSpace 4.1. > > I tried both the automated and manual installation. > For the automated installation, I got this error when I ran it: > Notice: Finished catalog run in 30.62 seconds > Error: No preferred version defined or automatically detected. at > /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node > ubuntu.localdomain > Error: No preferred version defined or automatically detected. at > /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node > ubuntu.localdomain > > I installed postgresSql and followed all the steps on the postgresql > installation page. However running the installer again, I still received > the same error. > > For the manual installation, I successfully completed all the steps up > until "Initialize database and users and permissions" when running mvn > clean install -DskipTests to build the CollectionSpace Services Layer. I > got this error: > [INFO] Building CSP: Web UI 4.1.1 > [INFO] > ------------------------------------------------------------------------ > [WARNING] The POM for > org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 > is missing, no dependency information available > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Root .............................................. SUCCESS [1.071s] > [INFO] CSP: General Utils ................................ SUCCESS [3.516s] > [INFO] Collection-Space CSP API .......................... SUCCESS [0.865s] > [INFO] CSP: Impl ......................................... SUCCESS [2.128s] > [INFO] Collection-Space CSP Helper ....................... SUCCESS [1.012s] > [INFO] CSP: Schema ....................................... SUCCESS [2.819s] > [INFO] JXUtils ........................................... SUCCESS [0.765s] > [INFO] CSP: Web UI ....................................... FAILURE [0.120s] > [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: 12.951s > [INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015 > [INFO] Final Memory: 20M/51M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project cspi-webui: Could not resolve > dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure > to find > org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 > in http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local > was cached in the local repository, resolution will not be reattempted > until the update interval of libs-snapshot-local has elapsed or updates are > forced -> [Help 1]. > > Any info on how to fix any of these 2 problems? > > Cheers, > RJ > > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org > >
AR
Aron Roberts
Mon, Jun 22, 2015 3:07 PM

From a quick look at Ray's description, it might be possible to manually

edit the line in question, possibly line 98 in
/etc/puppet/modules/postgresql/manifests/globals.pp, to add an entry for
Ubuntu version 15.04 - if it's missing. (I'm guessing you might be able to
point it at PostgreSQL version 9.4, if that's indeed the version installed
by the package installer for that Ubuntu version ...)

That would be a quick try at a workaround to get CollectionSpace installed,
at any rate; we'd still need a less manual solution for others installing
this ...

On Mon, Jun 22, 2015 at 8:03 AM, Aron Roberts aron@socrates.berkeley.edu
wrote:

Hi RJ,

Thanks for this detailed report! The automated installer error might be
with a Puppet Labs-provided module for installing/maintaining PostgreSQL
servers; it looks similar on its face to Ray's report here:

https://issues.collectionspace.org/browse/CSPACE-6521

We can see if there's a workaround, or if we can get the maintainers of
this module to fix this issue.

Aron

On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI ruijing.li@berkeley.edu
wrote:

Hello everyone,

My name is RJ Li, and I'm a new student employee working with John and
Regina on CSpace projects. I recently wanted to set up an installation of
CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4
64-bit to build CollectionSpace 4.1.

I tried both the automated and manual installation.
For the automated installation, I got this error when I ran it:
Notice: Finished catalog run in 30.62 seconds
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain

I installed postgresSql and followed all the steps on the postgresql
installation page. However running the installer again, I still received
the same error.

For the manual installation, I successfully completed all the steps up
until "Initialize database and users and permissions" when running mvn
clean install -DskipTests to build the CollectionSpace Services Layer. I
got this error:
[INFO] Building CSP: Web UI 4.1.1
[INFO]

[WARNING] The POM for
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
is missing, no dependency information available
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Root .............................................. SUCCESS
[1.071s]
[INFO] CSP: General Utils ................................ SUCCESS
[3.516s]
[INFO] Collection-Space CSP API .......................... SUCCESS
[0.865s]
[INFO] CSP: Impl ......................................... SUCCESS
[2.128s]
[INFO] Collection-Space CSP Helper ....................... SUCCESS
[1.012s]
[INFO] CSP: Schema ....................................... SUCCESS
[2.819s]
[INFO] JXUtils ........................................... SUCCESS
[0.765s]
[INFO] CSP: Web UI ....................................... FAILURE
[0.120s]
[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: 12.951s
[INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015
[INFO] Final Memory: 20M/51M
[INFO]

[ERROR] Failed to execute goal on project cspi-webui: Could not resolve
dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure
to find
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
in
http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local
was cached in the local repository, resolution will not be reattempted
until the update interval of libs-snapshot-local has elapsed or updates are
forced -> [Help 1].

Any info on how to fix any of these 2 problems?

Cheers,
RJ


Talk mailing list
Talk@lists.collectionspace.org

http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

>From a quick look at Ray's description, it might be possible to manually edit the line in question, possibly line 98 in /etc/puppet/modules/postgresql/manifests/globals.pp, to add an entry for Ubuntu version 15.04 - if it's missing. (I'm guessing you might be able to point it at PostgreSQL version 9.4, if that's indeed the version installed by the package installer for that Ubuntu version ...) That would be a quick try at a workaround to get CollectionSpace installed, at any rate; we'd still need a less manual solution for others installing this ... On Mon, Jun 22, 2015 at 8:03 AM, Aron Roberts <aron@socrates.berkeley.edu> wrote: > Hi RJ, > > Thanks for this detailed report! The automated installer error might be > with a Puppet Labs-provided module for installing/maintaining PostgreSQL > servers; it looks similar on its face to Ray's report here: > > https://issues.collectionspace.org/browse/CSPACE-6521 > > We can see if there's a workaround, or if we can get the maintainers of > this module to fix this issue. > > Aron > > On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI <ruijing.li@berkeley.edu> > wrote: > >> Hello everyone, >> >> My name is RJ Li, and I'm a new student employee working with John and >> Regina on CSpace projects. I recently wanted to set up an installation of >> CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4 >> 64-bit to build CollectionSpace 4.1. >> >> I tried both the automated and manual installation. >> For the automated installation, I got this error when I ran it: >> Notice: Finished catalog run in 30.62 seconds >> Error: No preferred version defined or automatically detected. at >> /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node >> ubuntu.localdomain >> Error: No preferred version defined or automatically detected. at >> /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node >> ubuntu.localdomain >> >> I installed postgresSql and followed all the steps on the postgresql >> installation page. However running the installer again, I still received >> the same error. >> >> For the manual installation, I successfully completed all the steps up >> until "Initialize database and users and permissions" when running mvn >> clean install -DskipTests to build the CollectionSpace Services Layer. I >> got this error: >> [INFO] Building CSP: Web UI 4.1.1 >> [INFO] >> ------------------------------------------------------------------------ >> [WARNING] The POM for >> org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 >> is missing, no dependency information available >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Root .............................................. SUCCESS >> [1.071s] >> [INFO] CSP: General Utils ................................ SUCCESS >> [3.516s] >> [INFO] Collection-Space CSP API .......................... SUCCESS >> [0.865s] >> [INFO] CSP: Impl ......................................... SUCCESS >> [2.128s] >> [INFO] Collection-Space CSP Helper ....................... SUCCESS >> [1.012s] >> [INFO] CSP: Schema ....................................... SUCCESS >> [2.819s] >> [INFO] JXUtils ........................................... SUCCESS >> [0.765s] >> [INFO] CSP: Web UI ....................................... FAILURE >> [0.120s] >> [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: 12.951s >> [INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015 >> [INFO] Final Memory: 20M/51M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal on project cspi-webui: Could not resolve >> dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure >> to find >> org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 >> in >> http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local >> was cached in the local repository, resolution will not be reattempted >> until the update interval of libs-snapshot-local has elapsed or updates are >> forced -> [Help 1]. >> >> Any info on how to fix any of these 2 problems? >> >> Cheers, >> RJ >> >> >> _______________________________________________ >> Talk mailing list >> Talk@lists.collectionspace.org >> >> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >> >> >
RL
RUIJING LI
Mon, Jun 22, 2015 7:51 PM

Update: I have successfully installed CSpace.

My fix was to downgrade my version of Ubuntu to 14.04.2 LTS, since I had
trouble editing /etc/puppet/modules/postgresql/manifests/globals.pp because
it kept resetting to default.

Cheers,
RJ

On Mon, Jun 22, 2015 at 8:07 AM, Aron Roberts aron@socrates.berkeley.edu
wrote:

From a quick look at Ray's description, it might be possible to manually
edit the line in question, possibly line 98 in
/etc/puppet/modules/postgresql/manifests/globals.pp, to add an entry for
Ubuntu version 15.04 - if it's missing. (I'm guessing you might be able to
point it at PostgreSQL version 9.4, if that's indeed the version installed
by the package installer for that Ubuntu version ...)

That would be a quick try at a workaround to get CollectionSpace
installed, at any rate; we'd still need a less manual solution for others
installing this ...

On Mon, Jun 22, 2015 at 8:03 AM, Aron Roberts aron@socrates.berkeley.edu
wrote:

Hi RJ,

Thanks for this detailed report! The automated installer error might be
with a Puppet Labs-provided module for installing/maintaining PostgreSQL
servers; it looks similar on its face to Ray's report here:

https://issues.collectionspace.org/browse/CSPACE-6521

We can see if there's a workaround, or if we can get the maintainers of
this module to fix this issue.

Aron

On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI ruijing.li@berkeley.edu
wrote:

Hello everyone,

My name is RJ Li, and I'm a new student employee working with John and
Regina on CSpace projects. I recently wanted to set up an installation of
CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4
64-bit to build CollectionSpace 4.1.

I tried both the automated and manual installation.
For the automated installation, I got this error when I ran it:
Notice: Finished catalog run in 30.62 seconds
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain

I installed postgresSql and followed all the steps on the postgresql
installation page. However running the installer again, I still received
the same error.

For the manual installation, I successfully completed all the steps up
until "Initialize database and users and permissions" when running mvn
clean install -DskipTests to build the CollectionSpace Services Layer. I
got this error:
[INFO] Building CSP: Web UI 4.1.1
[INFO]

[WARNING] The POM for
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
is missing, no dependency information available
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Root .............................................. SUCCESS
[1.071s]
[INFO] CSP: General Utils ................................ SUCCESS
[3.516s]
[INFO] Collection-Space CSP API .......................... SUCCESS
[0.865s]
[INFO] CSP: Impl ......................................... SUCCESS
[2.128s]
[INFO] Collection-Space CSP Helper ....................... SUCCESS
[1.012s]
[INFO] CSP: Schema ....................................... SUCCESS
[2.819s]
[INFO] JXUtils ........................................... SUCCESS
[0.765s]
[INFO] CSP: Web UI ....................................... FAILURE
[0.120s]
[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: 12.951s
[INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015
[INFO] Final Memory: 20M/51M
[INFO]

[ERROR] Failed to execute goal on project cspi-webui: Could not resolve
dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure
to find
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
in
http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local
was cached in the local repository, resolution will not be reattempted
until the update interval of libs-snapshot-local has elapsed or updates are
forced -> [Help 1].

Any info on how to fix any of these 2 problems?

Cheers,
RJ


Talk mailing list
Talk@lists.collectionspace.org

http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

Update: I have successfully installed CSpace. My fix was to downgrade my version of Ubuntu to 14.04.2 LTS, since I had trouble editing /etc/puppet/modules/postgresql/manifests/globals.pp because it kept resetting to default. Cheers, RJ On Mon, Jun 22, 2015 at 8:07 AM, Aron Roberts <aron@socrates.berkeley.edu> wrote: > From a quick look at Ray's description, it might be possible to manually > edit the line in question, possibly line 98 in > /etc/puppet/modules/postgresql/manifests/globals.pp, to add an entry for > Ubuntu version 15.04 - if it's missing. (I'm guessing you might be able to > point it at PostgreSQL version 9.4, if that's indeed the version installed > by the package installer for that Ubuntu version ...) > > That would be a quick try at a workaround to get CollectionSpace > installed, at any rate; we'd still need a less manual solution for others > installing this ... > > On Mon, Jun 22, 2015 at 8:03 AM, Aron Roberts <aron@socrates.berkeley.edu> > wrote: > >> Hi RJ, >> >> Thanks for this detailed report! The automated installer error might be >> with a Puppet Labs-provided module for installing/maintaining PostgreSQL >> servers; it looks similar on its face to Ray's report here: >> >> https://issues.collectionspace.org/browse/CSPACE-6521 >> >> We can see if there's a workaround, or if we can get the maintainers of >> this module to fix this issue. >> >> Aron >> >> On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI <ruijing.li@berkeley.edu> >> wrote: >> >>> Hello everyone, >>> >>> My name is RJ Li, and I'm a new student employee working with John and >>> Regina on CSpace projects. I recently wanted to set up an installation of >>> CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4 >>> 64-bit to build CollectionSpace 4.1. >>> >>> I tried both the automated and manual installation. >>> For the automated installation, I got this error when I ran it: >>> Notice: Finished catalog run in 30.62 seconds >>> Error: No preferred version defined or automatically detected. at >>> /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node >>> ubuntu.localdomain >>> Error: No preferred version defined or automatically detected. at >>> /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node >>> ubuntu.localdomain >>> >>> I installed postgresSql and followed all the steps on the postgresql >>> installation page. However running the installer again, I still received >>> the same error. >>> >>> For the manual installation, I successfully completed all the steps up >>> until "Initialize database and users and permissions" when running mvn >>> clean install -DskipTests to build the CollectionSpace Services Layer. I >>> got this error: >>> [INFO] Building CSP: Web UI 4.1.1 >>> [INFO] >>> ------------------------------------------------------------------------ >>> [WARNING] The POM for >>> org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 >>> is missing, no dependency information available >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Reactor Summary: >>> [INFO] >>> [INFO] Root .............................................. SUCCESS >>> [1.071s] >>> [INFO] CSP: General Utils ................................ SUCCESS >>> [3.516s] >>> [INFO] Collection-Space CSP API .......................... SUCCESS >>> [0.865s] >>> [INFO] CSP: Impl ......................................... SUCCESS >>> [2.128s] >>> [INFO] Collection-Space CSP Helper ....................... SUCCESS >>> [1.012s] >>> [INFO] CSP: Schema ....................................... SUCCESS >>> [2.819s] >>> [INFO] JXUtils ........................................... SUCCESS >>> [0.765s] >>> [INFO] CSP: Web UI ....................................... FAILURE >>> [0.120s] >>> [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: 12.951s >>> [INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015 >>> [INFO] Final Memory: 20M/51M >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] Failed to execute goal on project cspi-webui: Could not resolve >>> dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure >>> to find >>> org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 >>> in >>> http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local >>> was cached in the local repository, resolution will not be reattempted >>> until the update interval of libs-snapshot-local has elapsed or updates are >>> forced -> [Help 1]. >>> >>> Any info on how to fix any of these 2 problems? >>> >>> Cheers, >>> RJ >>> >>> >>> _______________________________________________ >>> Talk mailing list >>> Talk@lists.collectionspace.org >>> >>> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >>> >>> >> >
AR
Aron Roberts
Mon, Jun 22, 2015 8:08 PM

Terrific! Thanks, RJ for this report!

My fix was to downgrade my version of Ubuntu to 14.04.2 LTS, since I had

trouble editing /etc/puppet/modules/postgresql/manifests/globals.pp because
it kept resetting to default.

Aha ... it's likely the bootstrap script (the script that gets Puppet,
Hiera, and Puppet modules onto a system, before kicking off installation)
that's overwriting that globals.pp file to its default settings.

Mea culpa. I should have clarified in my previous message that it is/was
possible to proceed from the point of error in the previous installation
without running that bootstrap script, by instead running the installer
script that was installed by it; e.g.

sudo /usr/local/bin/install_collectionspace.sh

On Mon, Jun 22, 2015 at 12:51 PM, RUIJING LI ruijing.li@berkeley.edu
wrote:

Update: I have successfully installed CSpace.

My fix was to downgrade my version of Ubuntu to 14.04.2 LTS, since I had
trouble editing /etc/puppet/modules/postgresql/manifests/globals.pp
because it kept resetting to default.

Cheers,
RJ

On Mon, Jun 22, 2015 at 8:07 AM, Aron Roberts aron@socrates.berkeley.edu
wrote:

From a quick look at Ray's description, it might be possible to manually
edit the line in question, possibly line 98 in
/etc/puppet/modules/postgresql/manifests/globals.pp, to add an entry for
Ubuntu version 15.04 - if it's missing. (I'm guessing you might be able to
point it at PostgreSQL version 9.4, if that's indeed the version installed
by the package installer for that Ubuntu version ...)

That would be a quick try at a workaround to get CollectionSpace
installed, at any rate; we'd still need a less manual solution for others
installing this ...

On Mon, Jun 22, 2015 at 8:03 AM, Aron Roberts <aron@socrates.berkeley.edu

wrote:

Hi RJ,

Thanks for this detailed report! The automated installer error might
be with a Puppet Labs-provided module for installing/maintaining PostgreSQL
servers; it looks similar on its face to Ray's report here:

https://issues.collectionspace.org/browse/CSPACE-6521

We can see if there's a workaround, or if we can get the maintainers
of this module to fix this issue.

Aron

On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI ruijing.li@berkeley.edu
wrote:

Hello everyone,

My name is RJ Li, and I'm a new student employee working with John and
Regina on CSpace projects. I recently wanted to set up an installation of
CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4
64-bit to build CollectionSpace 4.1.

I tried both the automated and manual installation.
For the automated installation, I got this error when I ran it:
Notice: Finished catalog run in 30.62 seconds
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain
Error: No preferred version defined or automatically detected. at
/etc/puppet/modules/postgresql/manifests/globals.pp:98 on node
ubuntu.localdomain

I installed postgresSql and followed all the steps on the postgresql
installation page. However running the installer again, I still received
the same error.

For the manual installation, I successfully completed all the steps up
until "Initialize database and users and permissions" when running mvn
clean install -DskipTests to build the CollectionSpace Services Layer. I
got this error:
[INFO] Building CSP: Web UI 4.1.1
[INFO]

[WARNING] The POM for
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
is missing, no dependency information available
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Root .............................................. SUCCESS
[1.071s]
[INFO] CSP: General Utils ................................ SUCCESS
[3.516s]
[INFO] Collection-Space CSP API .......................... SUCCESS
[0.865s]
[INFO] CSP: Impl ......................................... SUCCESS
[2.128s]
[INFO] Collection-Space CSP Helper ....................... SUCCESS
[1.012s]
[INFO] CSP: Schema ....................................... SUCCESS
[2.819s]
[INFO] JXUtils ........................................... SUCCESS
[0.765s]
[INFO] CSP: Web UI ....................................... FAILURE
[0.120s]
[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: 12.951s
[INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015
[INFO] Final Memory: 20M/51M
[INFO]

[ERROR] Failed to execute goal on project cspi-webui: Could not resolve
dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure
to find
org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1
in
http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local
was cached in the local repository, resolution will not be reattempted
until the update interval of libs-snapshot-local has elapsed or updates are
forced -> [Help 1].

Any info on how to fix any of these 2 problems?

Cheers,
RJ


Talk mailing list
Talk@lists.collectionspace.org

http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

Terrific! Thanks, RJ for this report! > My fix was to downgrade my version of Ubuntu to 14.04.2 LTS, since I had trouble editing /etc/puppet/modules/postgresql/manifests/globals.pp because it kept resetting to default. Aha ... it's likely the bootstrap script (the script that gets Puppet, Hiera, and Puppet modules onto a system, before kicking off installation) that's overwriting that globals.pp file to its default settings. Mea culpa. I should have clarified in my previous message that it is/was possible to proceed from the point of error in the previous installation without running that bootstrap script, by instead running the installer script that was installed by it; e.g. sudo /usr/local/bin/install_collectionspace.sh On Mon, Jun 22, 2015 at 12:51 PM, RUIJING LI <ruijing.li@berkeley.edu> wrote: > Update: I have successfully installed CSpace. > > My fix was to downgrade my version of Ubuntu to 14.04.2 LTS, since I had > trouble editing /etc/puppet/modules/postgresql/manifests/globals.pp > because it kept resetting to default. > > Cheers, > RJ > > On Mon, Jun 22, 2015 at 8:07 AM, Aron Roberts <aron@socrates.berkeley.edu> > wrote: > >> From a quick look at Ray's description, it might be possible to manually >> edit the line in question, possibly line 98 in >> /etc/puppet/modules/postgresql/manifests/globals.pp, to add an entry for >> Ubuntu version 15.04 - if it's missing. (I'm guessing you might be able to >> point it at PostgreSQL version 9.4, if that's indeed the version installed >> by the package installer for that Ubuntu version ...) >> >> That would be a quick try at a workaround to get CollectionSpace >> installed, at any rate; we'd still need a less manual solution for others >> installing this ... >> >> On Mon, Jun 22, 2015 at 8:03 AM, Aron Roberts <aron@socrates.berkeley.edu >> > wrote: >> >>> Hi RJ, >>> >>> Thanks for this detailed report! The automated installer error might >>> be with a Puppet Labs-provided module for installing/maintaining PostgreSQL >>> servers; it looks similar on its face to Ray's report here: >>> >>> https://issues.collectionspace.org/browse/CSPACE-6521 >>> >>> We can see if there's a workaround, or if we can get the maintainers >>> of this module to fix this issue. >>> >>> Aron >>> >>> On Sun, Jun 21, 2015 at 11:28 AM, RUIJING LI <ruijing.li@berkeley.edu> >>> wrote: >>> >>>> Hello everyone, >>>> >>>> My name is RJ Li, and I'm a new student employee working with John and >>>> Regina on CSpace projects. I recently wanted to set up an installation of >>>> CSpace on an virtual machine. I am using VMWare Fusion 7 and Ubuntu 15.0.4 >>>> 64-bit to build CollectionSpace 4.1. >>>> >>>> I tried both the automated and manual installation. >>>> For the automated installation, I got this error when I ran it: >>>> Notice: Finished catalog run in 30.62 seconds >>>> Error: No preferred version defined or automatically detected. at >>>> /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node >>>> ubuntu.localdomain >>>> Error: No preferred version defined or automatically detected. at >>>> /etc/puppet/modules/postgresql/manifests/globals.pp:98 on node >>>> ubuntu.localdomain >>>> >>>> I installed postgresSql and followed all the steps on the postgresql >>>> installation page. However running the installer again, I still received >>>> the same error. >>>> >>>> For the manual installation, I successfully completed all the steps up >>>> until "Initialize database and users and permissions" when running mvn >>>> clean install -DskipTests to build the CollectionSpace Services Layer. I >>>> got this error: >>>> [INFO] Building CSP: Web UI 4.1.1 >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [WARNING] The POM for >>>> org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 >>>> is missing, no dependency information available >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Reactor Summary: >>>> [INFO] >>>> [INFO] Root .............................................. SUCCESS >>>> [1.071s] >>>> [INFO] CSP: General Utils ................................ SUCCESS >>>> [3.516s] >>>> [INFO] Collection-Space CSP API .......................... SUCCESS >>>> [0.865s] >>>> [INFO] CSP: Impl ......................................... SUCCESS >>>> [2.128s] >>>> [INFO] Collection-Space CSP Helper ....................... SUCCESS >>>> [1.012s] >>>> [INFO] CSP: Schema ....................................... SUCCESS >>>> [2.819s] >>>> [INFO] JXUtils ........................................... SUCCESS >>>> [0.765s] >>>> [INFO] CSP: Web UI ....................................... FAILURE >>>> [0.120s] >>>> [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: 12.951s >>>> [INFO] Finished at: Sun Jun 21 11:25:17 PDT 2015 >>>> [INFO] Final Memory: 20M/51M >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] Failed to execute goal on project cspi-webui: Could not resolve >>>> dependencies for project org.collectionspace:cspi-webui:jar:4.1.1: Failure >>>> to find >>>> org.collectionspace.services:org.collectionspace.services.common-api:jar:4.1.1 >>>> in >>>> http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local >>>> was cached in the local repository, resolution will not be reattempted >>>> until the update interval of libs-snapshot-local has elapsed or updates are >>>> forced -> [Help 1]. >>>> >>>> Any info on how to fix any of these 2 problems? >>>> >>>> Cheers, >>>> RJ >>>> >>>> >>>> _______________________________________________ >>>> Talk mailing list >>>> Talk@lists.collectionspace.org >>>> >>>> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >>>> >>>> >>> >> >