Alright... turned out it was some stale config files that had old file names.

I'm now happy to report that it's working!  Thanks for the help...

Should there be a new release, something like 3.7.1.1 to address the fix?
____________________________________________
Adam Wead
Systems and Digital Collections Librarian
Rock and Roll Hall of Fame and Museum
216.515.1960 (t)
215.515.1964 (f)


On Tue, Nov 5, 2013 at 2:03 PM, Adam Wead <amsterda...@gmail.com> wrote:
> OK, it creates the table!  But, now I'm getting:
>
> https://gist.github.com/awead/7324228
>
> Never saw this before and don't have the xsd file in any of my
> previous fedora installs.
> ____________________________________________
> Adam Wead
> Systems and Digital Collections Librarian
> Rock and Roll Hall of Fame and Museum
> 216.515.1960 (t)
> 215.515.1964 (f)
>
>
> On Tue, Nov 5, 2013 at 1:38 PM, Benjamin Armintor <armin...@gmail.com> wrote:
>> Edit for #5:
>> $CATALINA_HOME/webapps/fedora/WEB-INF/classes/org/fcrepo/server/storage/resources
>>
>>
>> On Tue, Nov 5, 2013 at 12:18 PM, Benjamin Armintor <armin...@gmail.com>
>> wrote:
>>>
>>> More specifically for #4, edit the table spec for fcrepoRebuildStatus to
>>> remove the index attribute "index='rebuildDate'" from the rebuildDate
>>> column.
>>>
>>>
>>> On Tue, Nov 5, 2013 at 12:17 PM, Benjamin Armintor <armin...@gmail.com>
>>> wrote:
>>>>
>>>> First of all, let me say: Aargh.
>>>>
>>>> I think the mySQL jdbc driver is barking that a columnSpec marked as
>>>> unique and indexed is trying to build 2 indexes with the same name. Try
>>>> this:
>>>>
>>>> 1. Start tomcat- it will fail, but it will unpack the WAR.
>>>> 2. shut down tomcat
>>>> 3. Grab this file:
>>>> https://raw.github.com/fcrepo/fcrepo/master/fcrepo-server/src/main/resources/dbspec/server/org/fcrepo/server/storage/resources/DefaultDOManager.dbspec
>>>> 4. edit the last table spec to remove the "index" attribute
>>>> 5. copy the edited file to
>>>> $CATALINE_HOME/webapps/fedora/WEB-INF/classes/org/fcrepo/storage/resources
>>>> 6. start tomcat (it should work now)
>>>> 7. stop tomcat.
>>>> 8. run the rebuilder (if desired)
>>>>
>>>>
>>>> On Tue, Nov 5, 2013 at 11:39 AM, Jeff Minelli <jgm...@psu.edu> wrote:
>>>>>
>>>>> Silly questions, but can you access the database from the CLI?
>>>>>
>>>>> -jeff
>>>>>
>>>>>
>>>>> ________________________________
>>>>> From: Adam Wead Adam Wead
>>>>> Reply: Support and info exchange list for Fedora users.
>>>>> fedora-commons-users@lists.sourceforge.net
>>>>> Date: November 5, 2013 at 11:30:22 AM
>>>>> To: Support and info exchange list for Fedora users.
>>>>> fedora-commons-users@lists.sourceforge.net
>>>>> Subject:  Re: [fcrepo-user] upgrading to 3.7.1
>>>>>
>>>>> Sorry, no dice there. Is anyone else having this problem?
>>>>> ____________________________________________
>>>>> Adam Wead
>>>>> Systems and Digital Collections Librarian
>>>>> Rock and Roll Hall of Fame and Museum
>>>>> 216.515.1960 (t)
>>>>> 215.515.1964 (f)
>>>>>
>>>>>
>>>>> On Tue, Nov 5, 2013 at 11:18 AM, Benjamin Armintor <armin...@gmail.com>
>>>>> wrote:
>>>>> > The dbSpec is at
>>>>> >
>>>>> > https://github.com/fcrepo/fcrepo/blob/master/fcrepo-server/src/main/resources/dbspec/server/org/fcrepo/server/storage/resources/DefaultDOManager.dbspec
>>>>> >
>>>>> > The new table is defined at the end of the file.
>>>>> >
>>>>> >
>>>>> > On Tue, Nov 5, 2013 at 11:05 AM, Adam Wead <amsterda...@gmail.com>
>>>>> > wrote:
>>>>> >>
>>>>> >> So, I'm getting the same problem even with a new install of 3.7.1.
>>>>> >> When I execute the jar file and go through the custom install
>>>>> >> process,
>>>>> >> I point fedora to our mysql server with an empt database.
>>>>> >>
>>>>> >> When I startup fedora, I get:
>>>>> >>
>>>>> >> https://gist.github.com/anonymous/7321053
>>>>> >>
>>>>> >> Try to rebuild:
>>>>> >>
>>>>> >> https://gist.github.com/anonymous/7321206
>>>>> >>
>>>>> >> Here's the install properties file that was created when I ran the
>>>>> >> custom install:
>>>>> >>
>>>>> >> https://gist.github.com/anonymous/7321222
>>>>> >>
>>>>> >> I didn't change any of the config files. They are as-is from the
>>>>> >> installer. I also tried updating the mysql-connector to the latest
>>>>> >> 5.1.27, but no dice.
>>>>> >>
>>>>> >> I'm seeing the errors: Duplicate key name 'rebuildDate' and Error:
>>>>> >> Error checking for and creating non-existing tables
>>>>> >>
>>>>> >> If you want to send me the specs on the that new table, I can try
>>>>> >> creating it manually in mysql and see if that has any effect.
>>>>> >>
>>>>> >> FYI: The installer works with the "quick" installation option which
>>>>> >> uses the jdbc driver, so I imagine this is some odd issue with mysql.
>>>>> >>
>>>>> >> ____________________________________________
>>>>> >> Adam Wead
>>>>> >> Systems and Digital Collections Librarian
>>>>> >> Rock and Roll Hall of Fame and Museum
>>>>> >> 216.515.1960 (t)
>>>>> >> 215.515.1964 (f)
>>>>> >>
>>>>> >>
>>>>> >> On Fri, Nov 1, 2013 at 4:36 PM, Adam Wead <amsterda...@gmail.com>
>>>>> >> wrote:
>>>>> >> > so... with the new jar file,
>>>>> >> >
>>>>> >> > java -jar installer.3.7.1.jar
>>>>> >> > /old/FEDORA_HOME/install/install.properties
>>>>> >> > cd /new/FEDORA_HOME
>>>>> >> > copy fedora, fedora-users and akubra configs from old fedora to new
>>>>> >> > copy fedora-xacml-policies from old fedora to new
>>>>> >> > set environment variables (FEDORA_HOME, CATALINA_HOME)
>>>>> >> > run fedora-rebuild.sh
>>>>> >> > BOOM!
>>>>> >> >
>>>>> >> > That's what I did with the 3.7.0 upgrade. Perhaps there's a better
>>>>> >> > way...
>>>>> >> >
>>>>> >> > ____________________________________________
>>>>> >> > Adam Wead
>>>>> >> > Systems and Digital Collections Librarian
>>>>> >> > Rock and Roll Hall of Fame and Museum
>>>>> >> > 216.515.1960 (t)
>>>>> >> > 215.515.1964 (f)
>>>>> >> >
>>>>> >> >
>>>>> >> > On Fri, Nov 1, 2013 at 3:55 PM, Benjamin Armintor
>>>>> >> > <armin...@gmail.com>
>>>>> >> > wrote:
>>>>> >> >> Adam-
>>>>> >> >> Can you walk me through what you've done so far?
>>>>> >> >>
>>>>> >> >> - Ben
>>>>> >> >>
>>>>> >> >>
>>>>> >> >> On Fri, Nov 1, 2013 at 2:33 PM, Adam Wead <amsterda...@gmail.com>
>>>>> >> >> wrote:
>>>>> >> >>>
>>>>> >> >>> With fedora stopped, when I run fedora-rebuild.sh on the new
>>>>> >> >>> version,
>>>>> >> >>> I
>>>>> >> >>> get:
>>>>> >> >>>
>>>>> >> >>> ERROR 14:26:44.741 (Server) Module
>>>>> >> >>> (org.fcrepo.server.storage.DOManager) failed to initialize
>>>>> >> >>> org.fcrepo.server.errors.ModuleInitializationException: Error
>>>>> >> >>> checking
>>>>> >> >>> for and creating non-existing tables
>>>>> >> >>>
>>>>> >> >>> I'm getting this even with an empty database, which seems odd. I
>>>>> >> >>> know
>>>>> >> >>> there's the new table fcrepoRebuildStatus. Should I create this
>>>>> >> >>> manually?
>>>>> >> >>>
>>>>> >> >>> TIA,
>>>>> >> >>> ...adam
>>>>> >> >>> ____________________________________________
>>>>> >> >>> Adam Wead
>>>>> >> >>> Systems and Digital Collections Librarian
>>>>> >> >>> Rock and Roll Hall of Fame and Museum
>>>>> >> >>> 216.515.1960 (t)
>>>>> >> >>> 215.515.1964 (f)
>>>>> >> >>>
>>>>> >> >>>
>>>>> >> >>>
>>>>> >> >>>
>>>>> >> >>> ------------------------------------------------------------------------------
>>>>> >> >>> Android is increasing in popularity, but the open development
>>>>> >> >>> platform
>>>>> >> >>> that
>>>>> >> >>> developers love is also attractive to malware creators. Download
>>>>> >> >>> this
>>>>> >> >>> white
>>>>> >> >>> paper to learn more about secure code signing practices that can
>>>>> >> >>> help
>>>>> >> >>> keep
>>>>> >> >>> Android apps secure.
>>>>> >> >>>
>>>>> >> >>>
>>>>> >> >>>
>>>>> >> >>> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
>>>>> >> >>> _______________________________________________
>>>>> >> >>> Fedora-commons-users mailing list
>>>>> >> >>> Fedora-commons-users@lists.sourceforge.net
>>>>> >> >>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>>>> >> >>
>>>>> >> >>
>>>>> >> >>
>>>>> >> >>
>>>>> >> >>
>>>>> >> >> ------------------------------------------------------------------------------
>>>>> >> >> Android is increasing in popularity, but the open development
>>>>> >> >> platform
>>>>> >> >> that
>>>>> >> >> developers love is also attractive to malware creators. Download
>>>>> >> >> this
>>>>> >> >> white
>>>>> >> >> paper to learn more about secure code signing practices that can
>>>>> >> >> help
>>>>> >> >> keep
>>>>> >> >> Android apps secure.
>>>>> >> >>
>>>>> >> >>
>>>>> >> >> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
>>>>> >> >> _______________________________________________
>>>>> >> >> Fedora-commons-users mailing list
>>>>> >> >> Fedora-commons-users@lists.sourceforge.net
>>>>> >> >> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>>>> >> >>
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> ------------------------------------------------------------------------------
>>>>> >> November Webinars for C, C++, Fortran Developers
>>>>> >> Accelerate application performance with scalable programming models.
>>>>> >> Explore
>>>>> >> techniques for threading, error checking, porting, and tuning. Get
>>>>> >> the
>>>>> >> most
>>>>> >> from the latest Intel processors and coprocessors. See abstracts and
>>>>> >> register
>>>>> >>
>>>>> >>
>>>>> >> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
>>>>> >>
>>>>> >> _______________________________________________
>>>>> >> Fedora-commons-users mailing list
>>>>> >> Fedora-commons-users@lists.sourceforge.net
>>>>> >> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > ------------------------------------------------------------------------------
>>>>> > November Webinars for C, C++, Fortran Developers
>>>>> > Accelerate application performance with scalable programming models.
>>>>> > Explore
>>>>> > techniques for threading, error checking, porting, and tuning. Get the
>>>>> > most
>>>>> > from the latest Intel processors and coprocessors. See abstracts and
>>>>> > register
>>>>> >
>>>>> > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
>>>>> > _______________________________________________
>>>>> > Fedora-commons-users mailing list
>>>>> > Fedora-commons-users@lists.sourceforge.net
>>>>> > https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>>>> >
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> November Webinars for C, C++, Fortran Developers
>>>>> Accelerate application performance with scalable programming models.
>>>>> Explore
>>>>> techniques for threading, error checking, porting, and tuning. Get the
>>>>> most
>>>>> from the latest Intel processors and coprocessors. See abstracts and
>>>>> register
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Fedora-commons-users mailing list
>>>>> Fedora-commons-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> November Webinars for C, C++, Fortran Developers
>>>>> Accelerate application performance with scalable programming models.
>>>>> Explore
>>>>> techniques for threading, error checking, porting, and tuning. Get the
>>>>> most
>>>>> from the latest Intel processors and coprocessors. See abstracts and
>>>>> register
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Fedora-commons-users mailing list
>>>>> Fedora-commons-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>>>>
>>>>
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> November Webinars for C, C++, Fortran Developers
>> Accelerate application performance with scalable programming models. Explore
>> techniques for threading, error checking, porting, and tuning. Get the most
>> from the latest Intel processors and coprocessors. See abstracts and
>> register
>> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Fedora-commons-users mailing list
>> Fedora-commons-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to