talk@lists.collectionspace.org

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

View all threads

Re: [Talk] Talk Digest, Vol 19, Issue 10

GJ
Glen Jackson
Thu, Mar 17, 2011 8:16 PM

I believe the MySQL driver is included in the CSpace distribution
tarballs, in $JBOSS_HOME/server/default/lib, at least in the more recent
versions. The installation probably failed because JBOSS_HOME was not
properly set.

Glen Jackson

On 03/17/2011 10:00 AM, talk-request@lists.collectionspace.org wrote:

Send Talk mailing list submissions to
talk@lists.collectionspace.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

or, via email, send a message with subject or body 'help' to
talk-request@lists.collectionspace.org

You can reach the person managing the list at
talk-owner@lists.collectionspace.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Talk digest..."

Today's Topics:

 1. Re: Collection Space Installation Issue (Aron Roberts)
 2. Re: Collection Space Installation Issue (Kasper Galschiot Markus)

Message: 1
Date: Wed, 16 Mar 2011 10:48:16 -0700
From: Aron Robertsaron@socrates.berkeley.edu
To: Rhiannon Bettiviarhiannonbettivia@gmail.com
Cc: talk@lists.collectionspace.org
Subject: Re: [Talk] Collection Space Installation Issue
Message-ID:
AANLkTikm9i0GUVUMGMhOWWvFew2ZxskJeF+W_62azLiB@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hi Rhiannon,

Thank you for your interest in CollectionSpace!

Via this note, I'm forwarding your query, below, to the

CollectionSpace Talk list.  That's one of the best places for you to
post your installation questions and problem reports, so that both
members of the project team and other implementers can see and respond
to them.

Aron Roberts
for the CollectionSpace project team

P.S. If you're not already a member, we cordially invite you to join that list!

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

On Tue, Mar 15, 2011 at 11:50 AM, Rhiannon Bettivia
rhiannonbettivia@gmail.com  wrote:

Hello,
I am attempting to install the current version of Collection Space onto a
Mac running the latest OS X and am encountering problems. ?I found this
email on the installation wikis and am wondering if you can either help me
or point me to whom I might talk to about getting some help.
First, a bit about the institution: ?I am working at the Hemispheric
Institute at NYU to implement some kind of content management system that
would allow us to create and maintain a catalog of our archival holdings
that we could also make searchable via our website. ?I am not a programmer,
although am pretty tech savvy and definitely not timid about diving in and
trying things.
Following your instructions in the installation wiki, first let me say that
I so much appreciate the step by step instructions that tell me exactly what
to type in the Terminal. ?This is so useful, and this is what sets this
program apart from others like it that are available open source like AT or
Collective Access. ?I followed the instructions, first obtaining the
necessary programs and then running the various commands. ?It was all going
so well until I got to the ant create_db portion of the instructions. ?At
this point, I continually get a build fail because of the JDBC driver
failure. ?I have not been able to over come this for the past two weeks.
?When I type the command, I get:
BUILD FAILED
/Users/RBettivia/v1.4/build.xml:217: Class Not Found: JDBC driver
com.mysql.jdbc.Driver could not be loaded
Can you please tell me how to overcome this? ?Not being a programmer, I am
not even sure what is causing the error. ?I saw an earlier post including
this error, but I thought the issue there was an outdated version of Nuxeo,
and given that this related to a Collection Space download that was several
months old and I thought that at this juncture that particular issue would
have been addressed; thus, something different is causing the error and its
solutions will be different as well.
If you can please offer some advice, even if it is to tell me that I have
contacted the completely wrong person and I should email or call someone
else instead, I would greatly appreciate it.
With sincere thanks,
Rhiannon Bettivia
Hemispheric Institute
New York University


Message: 2
Date: Wed, 16 Mar 2011 15:57:33 -0300
From: Kasper Galschiot Markuskasper2@markus.dk
To: talk@lists.collectionspace.org, rhiannonbettivia@gmail.com
Subject: Re: [Talk] Collection Space Installation Issue
Message-ID:4D81081D.2040702@markus.dk
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Hi Rhiannon,

The JDBC driver is what java uses to connect to the database - it does
not come as default in some linux distributions, and apparently not in
some OSX' either.

I dont know if there is some fancy mac native way of fixing this
problem, but according to google, it seems you are not the only one who
has experienced issues with mac and JDBC. One thing you could try out is
the following:

  * Download the JDBC driver (also known as the Connector/J) from this
    page: http://dev.mysql.com/downloads/connector/j/5.1.html
  * Unpack the downloaded file and then place the jar file (named
    something like mysql-connector-java-5.0.3-bin.jar) in the folder:
    */system/library/java/extensions*     (some threads suggest this
    folder instead: library/java/extensions)

Unfortunately I dont have a mac available to try this out myself.

Hope this helps!

~Kasper

PS: The source for the above suggestion is amongst other:
http://dev.mysql.com/doc/refman/5.1/en/connector-j-installing.html

On 2011-03-16 14:48, Aron Roberts wrote:

Hi Rhiannon,

Thank you for your interest in CollectionSpace!

Via this note, I'm forwarding your query, below, to the

CollectionSpace Talk list.  That's one of the best places for you to
post your installation questions and problem reports, so that both
members of the project team and other implementers can see and respond
to them.

Aron Roberts
for the CollectionSpace project team

P.S. If you're not already a member, we cordially invite you to join that list!

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

On Tue, Mar 15, 2011 at 11:50 AM, Rhiannon Bettivia
rhiannonbettivia@gmail.com  wrote:

Hello,
I am attempting to install the current version of Collection Space onto a
Mac running the latest OS X and am encountering problems.  I found this
email on the installation wikis and am wondering if you can either help me
or point me to whom I might talk to about getting some help.
First, a bit about the institution:  I am working at the Hemispheric
Institute at NYU to implement some kind of content management system that
would allow us to create and maintain a catalog of our archival holdings
that we could also make searchable via our website.  I am not a programmer,
although am pretty tech savvy and definitely not timid about diving in and
trying things.
Following your instructions in the installation wiki, first let me say that
I so much appreciate the step by step instructions that tell me exactly what
to type in the Terminal.  This is so useful, and this is what sets this
program apart from others like it that are available open source like AT or
Collective Access.  I followed the instructions, first obtaining the
necessary programs and then running the various commands.  It was all going
so well until I got to the ant create_db portion of the instructions.  At
this point, I continually get a build fail because of the JDBC driver
failure.  I have not been able to over come this for the past two weeks.
When I type the command, I get:
BUILD FAILED
/Users/RBettivia/v1.4/build.xml:217: Class Not Found: JDBC driver
com.mysql.jdbc.Driver could not be loaded
Can you please tell me how to overcome this?  Not being a programmer, I am
not even sure what is causing the error.  I saw an earlier post including
this error, but I thought the issue there was an outdated version of Nuxeo,
and given that this related to a Collection Space download that was several
months old and I thought that at this juncture that particular issue would
have been addressed; thus, something different is causing the error and its
solutions will be different as well.
If you can please offer some advice, even if it is to tell me that I have
contacted the completely wrong person and I should email or call someone
else instead, I would greatly appreciate it.
With sincere thanks,
Rhiannon Bettivia
Hemispheric Institute
New York University


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

I believe the MySQL driver is included in the CSpace distribution tarballs, in $JBOSS_HOME/server/default/lib, at least in the more recent versions. The installation probably failed because JBOSS_HOME was not properly set. Glen Jackson On 03/17/2011 10:00 AM, talk-request@lists.collectionspace.org wrote: > Send Talk mailing list submissions to > talk@lists.collectionspace.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org > > or, via email, send a message with subject or body 'help' to > talk-request@lists.collectionspace.org > > You can reach the person managing the list at > talk-owner@lists.collectionspace.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Talk digest..." > > > Today's Topics: > > 1. Re: Collection Space Installation Issue (Aron Roberts) > 2. Re: Collection Space Installation Issue (Kasper Galschiot Markus) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 16 Mar 2011 10:48:16 -0700 > From: Aron Roberts<aron@socrates.berkeley.edu> > To: Rhiannon Bettivia<rhiannonbettivia@gmail.com> > Cc: talk@lists.collectionspace.org > Subject: Re: [Talk] Collection Space Installation Issue > Message-ID: > <AANLkTikm9i0GUVUMGMhOWWvFew2ZxskJeF+W_62azLiB@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi Rhiannon, > > Thank you for your interest in CollectionSpace! > > Via this note, I'm forwarding your query, below, to the > CollectionSpace Talk list. That's one of the best places for you to > post your installation questions and problem reports, so that both > members of the project team and other implementers can see and respond > to them. > > Aron Roberts > for the CollectionSpace project team > > P.S. If you're not already a member, we cordially invite you to join that list! > > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org > > On Tue, Mar 15, 2011 at 11:50 AM, Rhiannon Bettivia > <rhiannonbettivia@gmail.com> wrote: >> Hello, >> I am attempting to install the current version of Collection Space onto a >> Mac running the latest OS X and am encountering problems. ?I found this >> email on the installation wikis and am wondering if you can either help me >> or point me to whom I might talk to about getting some help. >> First, a bit about the institution: ?I am working at the Hemispheric >> Institute at NYU to implement some kind of content management system that >> would allow us to create and maintain a catalog of our archival holdings >> that we could also make searchable via our website. ?I am not a programmer, >> although am pretty tech savvy and definitely not timid about diving in and >> trying things. >> Following your instructions in the installation wiki, first let me say that >> I so much appreciate the step by step instructions that tell me exactly what >> to type in the Terminal. ?This is so useful, and this is what sets this >> program apart from others like it that are available open source like AT or >> Collective Access. ?I followed the instructions, first obtaining the >> necessary programs and then running the various commands. ?It was all going >> so well until I got to the ant create_db portion of the instructions. ?At >> this point, I continually get a build fail because of the JDBC driver >> failure. ?I have not been able to over come this for the past two weeks. >> ?When I type the command, I get: >> BUILD FAILED >> /Users/RBettivia/v1.4/build.xml:217: Class Not Found: JDBC driver >> com.mysql.jdbc.Driver could not be loaded >> Can you please tell me how to overcome this? ?Not being a programmer, I am >> not even sure what is causing the error. ?I saw an earlier post including >> this error, but I thought the issue there was an outdated version of Nuxeo, >> and given that this related to a Collection Space download that was several >> months old and I thought that at this juncture that particular issue would >> have been addressed; thus, something different is causing the error and its >> solutions will be different as well. >> If you can please offer some advice, even if it is to tell me that I have >> contacted the completely wrong person and I should email or call someone >> else instead, I would greatly appreciate it. >> With sincere thanks, >> Rhiannon Bettivia >> Hemispheric Institute >> New York University > > > ------------------------------ > > Message: 2 > Date: Wed, 16 Mar 2011 15:57:33 -0300 > From: Kasper Galschiot Markus<kasper2@markus.dk> > To: talk@lists.collectionspace.org, rhiannonbettivia@gmail.com > Subject: Re: [Talk] Collection Space Installation Issue > Message-ID:<4D81081D.2040702@markus.dk> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Hi Rhiannon, > > The JDBC driver is what java uses to connect to the database - it does > not come as default in some linux distributions, and apparently not in > some OSX' either. > > I dont know if there is some fancy mac native way of fixing this > problem, but according to google, it seems you are not the only one who > has experienced issues with mac and JDBC. One thing you could try out is > the following: > > * Download the JDBC driver (also known as the Connector/J) from this > page: http://dev.mysql.com/downloads/connector/j/5.1.html > * Unpack the downloaded file and then place the jar file (named > something like mysql-connector-java-5.0.3-bin.jar) in the folder: > */system/library/java/extensions* (some threads suggest this > folder instead: library/java/extensions) > > Unfortunately I dont have a mac available to try this out myself. > > Hope this helps! > > ~Kasper > > PS: The source for the above suggestion is amongst other: > http://dev.mysql.com/doc/refman/5.1/en/connector-j-installing.html > > On 2011-03-16 14:48, Aron Roberts wrote: >> Hi Rhiannon, >> >> Thank you for your interest in CollectionSpace! >> >> Via this note, I'm forwarding your query, below, to the >> CollectionSpace Talk list. That's one of the best places for you to >> post your installation questions and problem reports, so that both >> members of the project team and other implementers can see and respond >> to them. >> >> Aron Roberts >> for the CollectionSpace project team >> >> P.S. If you're not already a member, we cordially invite you to join that list! >> >> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >> >> On Tue, Mar 15, 2011 at 11:50 AM, Rhiannon Bettivia >> <rhiannonbettivia@gmail.com> wrote: >>> Hello, >>> I am attempting to install the current version of Collection Space onto a >>> Mac running the latest OS X and am encountering problems. I found this >>> email on the installation wikis and am wondering if you can either help me >>> or point me to whom I might talk to about getting some help. >>> First, a bit about the institution: I am working at the Hemispheric >>> Institute at NYU to implement some kind of content management system that >>> would allow us to create and maintain a catalog of our archival holdings >>> that we could also make searchable via our website. I am not a programmer, >>> although am pretty tech savvy and definitely not timid about diving in and >>> trying things. >>> Following your instructions in the installation wiki, first let me say that >>> I so much appreciate the step by step instructions that tell me exactly what >>> to type in the Terminal. This is so useful, and this is what sets this >>> program apart from others like it that are available open source like AT or >>> Collective Access. I followed the instructions, first obtaining the >>> necessary programs and then running the various commands. It was all going >>> so well until I got to the ant create_db portion of the instructions. At >>> this point, I continually get a build fail because of the JDBC driver >>> failure. I have not been able to over come this for the past two weeks. >>> When I type the command, I get: >>> BUILD FAILED >>> /Users/RBettivia/v1.4/build.xml:217: Class Not Found: JDBC driver >>> com.mysql.jdbc.Driver could not be loaded >>> Can you please tell me how to overcome this? Not being a programmer, I am >>> not even sure what is causing the error. I saw an earlier post including >>> this error, but I thought the issue there was an outdated version of Nuxeo, >>> and given that this related to a Collection Space download that was several >>> months old and I thought that at this juncture that particular issue would >>> have been addressed; thus, something different is causing the error and its >>> solutions will be different as well. >>> If you can please offer some advice, even if it is to tell me that I have >>> contacted the completely wrong person and I should email or call someone >>> else instead, I would greatly appreciate it. >>> With sincere thanks, >>> Rhiannon Bettivia >>> Hemispheric Institute >>> New York University >> _______________________________________________ >> Talk mailing list >> Talk@lists.collectionspace.org >> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >> >> >