talk@lists.collectionspace.org

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

View all threads

Installation issues....

BH
Bryan Hooper
Mon, Aug 27, 2012 5:12 PM

Disclaimer: I'm a newbie to Collection Space.

My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck...

The text output by ant is:

Buildfile: /tmp/collectionspace-services/build.xml

create_db:

create_nuxeo_db:

BUILD FAILED
/tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line:
/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Any help or direction? Thanks.

Bryan Hooper

Disclaimer: I'm a newbie to Collection Space. My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck... The text output by ant is: Buildfile: /tmp/collectionspace-services/build.xml create_db: create_nuxeo_db: BUILD FAILED /tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line: /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file! Any help or direction? Thanks. Bryan Hooper
AR
Aron Roberts
Mon, Aug 27, 2012 5:50 PM

Hi Bryan,

Thanks for evaluating CollectionSpace!

If you haven't already done so, you might do an 'ls -l' (long
directory listing) on the parent directory of that file; e.g.

ls -l ls -al /usr/local/share/apache-tomcat-6.0.33/cspace/services/db/postgresql

and see if there is a listing for:

/usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql

It's possible that file is missing - potentially it wasn't installed
by a prior step, or a prior step was omitted; or there's a directory
with that name, or?

'ant deploy', an earlier step in the installation process, should
have created that file.

Aron

On Mon, Aug 27, 2012 at 10:12 AM, Bryan Hooper bryan@northfortyroad.com wrote:

Disclaimer: I'm a newbie to Collection Space.

My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck...

The text output by ant is:

Buildfile: /tmp/collectionspace-services/build.xml

create_db:

create_nuxeo_db:

BUILD FAILED
/tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line:
/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Any help or direction? Thanks.

Bryan Hooper


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

Hi Bryan, Thanks for evaluating CollectionSpace! If you haven't already done so, you might do an 'ls -l' (long directory listing) on the parent directory of that file; e.g. ls -l ls -al /usr/local/share/apache-tomcat-6.0.33/cspace/services/db/postgresql and see if there is a listing for: /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql It's possible that file is missing - potentially it wasn't installed by a prior step, or a prior step was omitted; or there's a directory with that name, or? 'ant deploy', an earlier step in the installation process, should have created that file. Aron On Mon, Aug 27, 2012 at 10:12 AM, Bryan Hooper <bryan@northfortyroad.com> wrote: > Disclaimer: I'm a newbie to Collection Space. > > My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck... > > The text output by ant is: > > Buildfile: /tmp/collectionspace-services/build.xml > > create_db: > > create_nuxeo_db: > > BUILD FAILED > /tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line: > /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file! > > Any help or direction? Thanks. > > Bryan Hooper > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
RL
Ray Lee
Mon, Aug 27, 2012 6:10 PM

Hi Bryan,
This may be a typo in your email, but you wrote

/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Is that really the path to your tomcat installation, or should "tomcast" be "tomcat"?

Ray

On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote:

Hi Bryan,

Thanks for evaluating CollectionSpace!

If you haven't already done so, you might do an 'ls -l' (long
directory listing) on the parent directory of that file; e.g.

ls -l ls -al /usr/local/share/apache-tomcat-6.0.33/cspace/services/db/postgresql

and see if there is a listing for:

/usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql

It's possible that file is missing - potentially it wasn't installed
by a prior step, or a prior step was omitted; or there's a directory
with that name, or?

'ant deploy', an earlier step in the installation process, should
have created that file.

Aron

On Mon, Aug 27, 2012 at 10:12 AM, Bryan Hooper bryan@northfortyroad.com wrote:

Disclaimer: I'm a newbie to Collection Space.

My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck...

The text output by ant is:

Buildfile: /tmp/collectionspace-services/build.xml

create_db:

create_nuxeo_db:

BUILD FAILED
/tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line:
/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Any help or direction? Thanks.

Bryan Hooper


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

Hi Bryan, This may be a typo in your email, but you wrote >> /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file! Is that really the path to your tomcat installation, or should "tomcast" be "tomcat"? Ray On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote: > Hi Bryan, > > Thanks for evaluating CollectionSpace! > > If you haven't already done so, you might do an 'ls -l' (long > directory listing) on the parent directory of that file; e.g. > > ls -l ls -al /usr/local/share/apache-tomcat-6.0.33/cspace/services/db/postgresql > > and see if there is a listing for: > > /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql > > It's possible that file is missing - potentially it wasn't installed > by a prior step, or a prior step was omitted; or there's a directory > with that name, or? > > 'ant deploy', an earlier step in the installation process, should > have created that file. > > Aron > > On Mon, Aug 27, 2012 at 10:12 AM, Bryan Hooper <bryan@northfortyroad.com> wrote: >> Disclaimer: I'm a newbie to Collection Space. >> >> My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck... >> >> The text output by ant is: >> >> Buildfile: /tmp/collectionspace-services/build.xml >> >> create_db: >> >> create_nuxeo_db: >> >> BUILD FAILED >> /tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line: >> /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file! >> >> Any help or direction? Thanks. >> >> Bryan Hooper >> _______________________________________________ >> Talk mailing list >> Talk@lists.collectionspace.org >> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
BH
Bryan Hooper
Mon, Aug 27, 2012 6:27 PM

Sorry...just a typo in my email.

I'm still struggling with the install. I don't know what step I missed - as I said, I've gone through the process several times now and I thought I was really close.

I'm attempting to install 2.5, since this is a new installation I thought I should use the latest version.

I tried Aron's suggestion to manually create the cspace directory - the build failed again during deploy with the message:

Directory does not exist: /usr/local/share/apache-tomcat-6.0.33/nuxeo-server/bundles

Should I make that directory manually and try again? Still feels like I missed something along the way.

On Aug 27, 2012, at 2:10 PM, Ray Lee rhlee@berkeley.edu wrote:

Hi Bryan,
This may be a typo in your email, but you wrote

/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Is that really the path to your tomcat installation, or should "tomcast" be "tomcat"?

Ray

On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote:

Hi Bryan,

Thanks for evaluating CollectionSpace!

If you haven't already done so, you might do an 'ls -l' (long
directory listing) on the parent directory of that file; e.g.

ls -l ls -al /usr/local/share/apache-tomcat-6.0.33/cspace/services/db/postgresql

and see if there is a listing for:

/usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql

It's possible that file is missing - potentially it wasn't installed
by a prior step, or a prior step was omitted; or there's a directory
with that name, or?

'ant deploy', an earlier step in the installation process, should
have created that file.

Aron

On Mon, Aug 27, 2012 at 10:12 AM, Bryan Hooper bryan@northfortyroad.com wrote:

Disclaimer: I'm a newbie to Collection Space.

My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck...

The text output by ant is:

Buildfile: /tmp/collectionspace-services/build.xml

create_db:

create_nuxeo_db:

BUILD FAILED
/tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line:
/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Any help or direction? Thanks.

Bryan Hooper


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

Sorry...just a typo in my email. I'm still struggling with the install. I don't know what step I missed - as I said, I've gone through the process several times now and I thought I was really close. I'm attempting to install 2.5, since this is a new installation I thought I should use the latest version. I tried Aron's suggestion to manually create the cspace directory - the build failed again during deploy with the message: Directory does not exist: /usr/local/share/apache-tomcat-6.0.33/nuxeo-server/bundles Should I make that directory manually and try again? Still feels like I missed something along the way. On Aug 27, 2012, at 2:10 PM, Ray Lee <rhlee@berkeley.edu> wrote: > Hi Bryan, > This may be a typo in your email, but you wrote > >>> /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file! > > > Is that really the path to your tomcat installation, or should "tomcast" be "tomcat"? > > Ray > > > On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote: > >> Hi Bryan, >> >> Thanks for evaluating CollectionSpace! >> >> If you haven't already done so, you might do an 'ls -l' (long >> directory listing) on the parent directory of that file; e.g. >> >> ls -l ls -al /usr/local/share/apache-tomcat-6.0.33/cspace/services/db/postgresql >> >> and see if there is a listing for: >> >> /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql >> >> It's possible that file is missing - potentially it wasn't installed >> by a prior step, or a prior step was omitted; or there's a directory >> with that name, or? >> >> 'ant deploy', an earlier step in the installation process, should >> have created that file. >> >> Aron >> >> On Mon, Aug 27, 2012 at 10:12 AM, Bryan Hooper <bryan@northfortyroad.com> wrote: >>> Disclaimer: I'm a newbie to Collection Space. >>> >>> My issue: Attempting at the moment just to get to the finished install stage, on Linux Mint 13. Everything goes well - up to the part where I need to run ant to build the databases. I've read through the documentation, but I'm still stuck... >>> >>> The text output by ant is: >>> >>> Buildfile: /tmp/collectionspace-services/build.xml >>> >>> create_db: >>> >>> create_nuxeo_db: >>> >>> BUILD FAILED >>> /tmp/collectionspace-services/build.xml:210: The following error occurred while executing this line: >>> /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file! >>> >>> Any help or direction? Thanks. >>> >>> Bryan Hooper >>> _______________________________________________ >>> Talk mailing list >>> Talk@lists.collectionspace.org >>> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >> >> _______________________________________________ >> Talk mailing list >> Talk@lists.collectionspace.org >> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >
RJ
Rick Jaffe
Mon, Aug 27, 2012 6:48 PM

Is "tomcast" in the url below simply a typo in configuration somewhere?

Rick

Rick Jaffe
University of California Berkeley
IST-Research & Content Technologies
250-32 Earl Warren Hall  (2195 Hearst) #4876
Berkeley, CA 94720-4876
(510) 642-0590

On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote:

/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Is "tomcast" in the url below simply a typo in configuration somewhere? Rick Rick Jaffe University of California Berkeley IST-Research & Content Technologies 250-32 Earl Warren Hall (2195 Hearst) #4876 Berkeley, CA 94720-4876 (510) 642-0590 On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote: >> /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!
RJ
Rick Jaffe
Mon, Aug 27, 2012 6:51 PM

Sorry, pushed the "send" button before seeing that Ray had beaten me to the answer!

Rick

====

Is "tomcast" in the url below simply a typo in configuration somewhere?

Rick

Rick Jaffe
University of California Berkeley
IST-Research & Content Technologies
250-32 Earl Warren Hall  (2195 Hearst) #4876
Berkeley, CA 94720-4876
(510) 642-0590

On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote:

/tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!

Sorry, pushed the "send" button before seeing that Ray had beaten me to the answer! Rick ==== Is "tomcast" in the url below simply a typo in configuration somewhere? Rick Rick Jaffe University of California Berkeley IST-Research & Content Technologies 250-32 Earl Warren Hall (2195 Hearst) #4876 Berkeley, CA 94720-4876 (510) 642-0590 On Aug 27, 2012, at 10:50 AM, Aron Roberts wrote: >> /tmp/collectionspace-services/build.xml:222: Source file /usr/local/share/apache-tomcast-6.0.33/cspace/services/db/postgresql/init_nuxeo_db.sql is not a file!