Sure thing! Just out of curiosity, why are you moving to Fedora 3.5 instead
of 3.6?


On Thu, Feb 7, 2013 at 1:20 PM, mobleyt <mobl...@cofc.edu> wrote:

>  Ben,
>
>  Thanks for the tips. After poking around some more, what finally got it
> to come online was the following:
>
>
>    1. After copying old 3.4.2 fedora.fcfg into new server/config
>    directory, remove the following code from the file (as it doesn't exist in
>    the generated fcfg file from the 3.5 installer)
>
> <module
> role="org.fcrepo.server.storage.lowlevel.ILovelevelStorage" 
> class="org.fcrepo.storage.lowlevel.akubra.AkubraLowlevelStorageModule">
> </module>
>
>  2. Instead of copying the old akubra-llstore.xml file into the new
> spring directory and overwriting, just change the file paths in the new
> akubra-llstore.xml file to the previous datastore directories.
>
>  It looks like there were some more code changes to fedora.fcfg and
> akubra-llstore.xml than the wiki upgrade process indicates. Anyway, this
> got it back up. Thanks again for your help. Let me know if my steps look
> like I just did something dumb or dangerous!
>
>  Thanks,
>
>  Tyler Mobley
> Digital Services Librarian
> College of Charleston Libraries
> (843)953-6671
>
>   From: "Benjamin Armintor [via Fedora Commons]" <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=7578758&i=0>
> >
> Date: Thursday, February 7, 2013 10:19 AM
> To: Tyler Mobley <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=7578758&i=1>
> >
> Subject: Re: [fcrepo-user] [SPAM] Akubra fails to initialize after
> upgrade to 3.5
>
>   Tyler:
>   This should work! Two things I would check on:
> 1. The ${FEDORA_HOME}/server/config/spring/akubra-llstore.xml file can be
> read by the fedora process
> 2. There's not a potentially conflicting definition in the fcfg file.
>  That shouldn't matter, but I haven't looked at 3.5 in a while and can't
> quite remember.
>
>  - Ben
>
>
> On Thu, Feb 7, 2013 at 9:25 AM, mobleyt <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=7578757&i=0>
> > wrote:
>
>> Hi All,
>>
>> I've just attempted to upgrade my 3.4.2 instance of Fedora up to 3.5. I
>> followed the instructions on the wiki, but on startup I'm getting a 500
>> error. Looking in the logs I find the following trace below. It looks like
>> Akubra is failing to start for whatever reason. I've copied my previous
>> llstore file to the new server/config/spring directory as per
>> instructions.
>> Have I missed a step somewhere?
>>
>> ERROR 2013-02-07 09:14:02.842 [main] (Server) Module
>> (org.fcrepo.server.storage.lowlevel.ILowlevelStorage) failed to initialize
>> org.fcrepo.server.errors.ModuleInitializationException: Error
>> initializing:
>> no ILowlevelStorage impl
>>         at
>>
>> org.fcrepo.server.storage.lowlevel.akubra.AkubraLowlevelStorageModule.postInitModule(AkubraLowlevelStorageModule.java:63)
>> [fcrepo-server-3.5.jar:na]
>>         at org.fcrepo.server.Server.<init>(Server.java:644)
>> [fcrepo-server-3.5.jar:na]
>>         at org.fcrepo.server.BasicServer.<init>(BasicServer.java:41)
>> [fcrepo-server-3.5.jar:na]
>>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>> Method)
>> [na:1.6.0_30]
>>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
>> Source)
>> [na:1.6.0_30]
>>         at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
>> Source) [na:1.6.0_30]
>>         at java.lang.reflect.Constructor.newInstance(Unknown Source)
>> [na:1.6.0_30]
>>         at org.fcrepo.server.Server.getInstance(Server.java:1239)
>> [fcrepo-server-3.5.jar:na]
>>         at
>> org.fcrepo.server.ServerController.init(ServerController.java:403)
>> [fcrepo-server-3.5.jar:na]
>>         at javax.servlet.GenericServlet.init(GenericServlet.java:212)
>> [servlet-api.jar:2.5.MR2]
>>         at
>>
>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1206)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1026)
>> [catalina.jar:6.0.35]
>>         at
>>
>> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4421)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4734)
>> [catalina.jar:6.0.35]
>>         at
>>
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
>> [catalina.jar:6.0.35]
>>         at
>>
>> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
>> [catalina.jar:6.0.35]
>>         at
>>
>> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
>> [catalina.jar:6.0.35]
>>         at
>>
>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.StandardService.start(StandardService.java:525)
>> [catalina.jar:6.0.35]
>>         at
>> org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
>> [catalina.jar:6.0.35]
>>         at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
>> [catalina.jar:6.0.35]
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> [na:1.6.0_30]
>>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> [na:1.6.0_30]
>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> [na:1.6.0_30]
>>         at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_30]
>>         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>> [bootstrap.jar:6.0.35]
>>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
>> [bootstrap.jar:6.0.35]
>> INFO 2013-02-07 09:14:02.842 [main] (Server) Shutting down server
>> INFO 2013-02-07 09:14:02.842 [main] (Module) Shutting down
>> org.fcrepo.server.storage.DefaultExternalContentManager
>> INFO 2013-02-07 09:14:02.842 [main] (Module) Shutting down
>> org.fcrepo.server.validation.DOValidatorModule
>> INFO 2013-02-07 09:14:02.842 [main] (Module) Shutting down
>> org.fcrepo.server.storage.ConnectionPoolManagerImpl
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.management.BasicPIDGenerator
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.storage.translation.DOTranslatorModule
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.oai.FedoraOAIProviderModule
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.search.FieldSearchSQLModule
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.access.DynamicAccessModule
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.access.DefaultAccess
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.security.DefaultBackendSecurity
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.security.DefaultAuthorization
>> INFO 2013-02-07 09:14:04.917 [main] (Module) Shutting down
>> org.fcrepo.server.storage.lowlevel.akubra.AkubraLowlevelStorageModule
>> INFO 2013-02-07 09:14:04.917 [main] (Server) Server shutdown complete
>>
>> Thanks,
>>
>> Tyler
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://fedora-commons.1317035.n2.nabble.com/Akubra-fails-to-initialize-after-upgrade-to-3-5-tp7578754.html
>> Sent from the Fedora Commons Users mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> Free Next-Gen Firewall Hardware Offer
>> Buy your Sophos next-gen firewall before the end March 2013
>> and get the hardware for free! Learn more.
>> http://p.sf.net/sfu/sophos-d2d-feb
>> _______________________________________________
>> Fedora-commons-users mailing list
>> [hidden email] <http://user/SendEmail.jtp?type=node&node=7578757&i=1>
>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>
>
>
> ------------------------------------------------------------------------------
>
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> Fedora-commons-users mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=7578757&i=2>
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://fedora-commons.1317035.n2.nabble.com/Akubra-fails-to-initialize-after-upgrade-to-3-5-tp7578754p7578757.html
>  To unsubscribe from Akubra fails to initialize after upgrade to 3.5, click
> here.
> NAML<http://fedora-commons.1317035.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
> ------------------------------
> View this message in context: Re: [fcrepo-user] [SPAM] Akubra fails to
> initialize after upgrade to 
> 3.5<http://fedora-commons.1317035.n2.nabble.com/Akubra-fails-to-initialize-after-upgrade-to-3-5-tp7578754p7578758.html>
>
> Sent from the Fedora Commons Users mailing list 
> archive<http://fedora-commons.1317035.n2.nabble.com/Fedora-Commons-Users-f1316928.html>at
>  Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>
>
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to