As I am reading catalina.out, i saw that file JAAS is missing at
/home/herlimenezes/FedoraCommons/server/config/jaas.conf...I don't know
exactly what this does mean, but caused a severe
javax.servlet.ServletException.
+++++++++++++
javax.servlet.ServletException: JAAS config file not at:
/home/herlimenezes/FedoraCommons/server/config/jaas.conf
at
org.fcrepo.server.security.jaas.AuthFilterJAAS.init(AuthFilterJAAS.java:201)
[fcrepo-security-jaas-3.4.2.jar:na]
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:221)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:302)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:78)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3635)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4222)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
[catalina-5.5.27.jar:na]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
[catalina-5.5.27.jar:na]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:831)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:720)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
[catalina-5.5.27.jar:na]
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
[catalina-5.5.27.jar:na]
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
[catalina-5.5.27.jar:na]
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
[catalina-5.5.27.jar:na]
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.StandardService.start(StandardService.java:448)
[catalina-5.5.27.jar:na]
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
[catalina-5.5.27.jar:na]
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
[catalina-5.5.27.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[na:1.6.0_20]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[na:1.6.0_20]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[na:1.6.0_20]
at java.lang.reflect.Method.invoke(Method.java:616) [na:1.6.0_20]
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
[bootstrap.jar:na]
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
[bootstrap.jar:na]
*******************************
2011/3/29 Herli Joaquim de Menezes <herlimene...@gmail.com>
> Hello, Biva,
>
> I got the log file, it is in: http://fpaste.org/o7Ub/ I think the error is
> related to FilterStart, I really dont know what this means..but it provokes
> a [/fedora] startup to fail.
>
>
> Herli Menezes
>
>
> 2011/3/29 Shrestha, Biva <shrest...@ornl.gov>
>
>> Check your tomcat log files. It will have information about whether or not
>> the fedora.war file was deployed sucessfully. And also information about
>> what went wrong. It will be in the catalina_home/logs dir.
>>
>> Biva
>> ________________________________________
>> From: Herli Joaquim de Menezes [herlimene...@gmail.com]
>> Sent: Tuesday, March 29, 2011 3:19 PM
>> To: Support and info exchange list for Fedora users.
>> Subject: Re: [fcrepo-user] fcrepo installer troubles
>>
>> Hi,
>>
>> Yes, there is a war file at /usr/share/tomcat5/webaps/fedora.war and I
>> restarted tomcat, but as I try to run fedora, using
>> $FEDORA_HOME/client/fedora-admin.sh, as I type password, I got 404 erro
>> page, telling that describe?xml=true was not found. So I got lost.
>>
>> Herli Menezes
>>
>> 2011/3/29 Shrestha, Biva <shrest...@ornl.gov<mailto:shrest...@ornl.gov>>
>> If in your custom install you gave the path of our catalina home then
>> there should be a fedora.war file inside catalina_home/webapps. And when you
>> start tomcat the war file will be deployed automatically. And if you chose
>> the "included" option for tomcat then there will be a tomcat folder inside
>> fedora_home. And the war file will be inside the webapps dir of this tomcat.
>> You need to start this tomcat. For more details visit
>> https://wiki.duraspace.org/display/FCR30/Installation+and+Configuration+Guide
>> ________________________________________
>> From: Herli Joaquim de Menezes [herlimene...@gmail.com<mailto:
>> herlimene...@gmail.com>]
>> Sent: Tuesday, March 29, 2011 1:42 PM
>> To: Support and info exchange list for Fedora users.
>> Subject: Re: [fcrepo-user] fcrepo installer troubles
>>
>> HI, Shrestha,
>>
>> Thank you for your quick answer.
>> The installation process I used is in http://fpaste.org/WaTm/. How can I
>> deploy fedora.war file?
>>
>> Many thanks once more,
>>
>> Herli Menezes
>>
>> 2011/3/29 Shrestha, Biva <shrest...@ornl.gov<mailto:shrest...@ornl.gov
>> ><mailto:shrest...@ornl.gov<mailto:shrest...@ornl.gov>>>
>>
>> Hi Herli,
>> Looks like your fedora sever is not running i.e your fedora.war file is
>> not deployed properly.
>> ________________________________________
>> From: Herli Joaquim de Menezes [herlimene...@gmail.com<mailto:
>> herlimene...@gmail.com><mailto:herlimene...@gmail.com<mailto:
>> herlimene...@gmail.com>>]
>> Sent: Tuesday, March 29, 2011 12:32 PM
>> To: fedora-commons-users@lists.sourceforge.net<mailto:
>> fedora-commons-users@lists.sourceforge.net><mailto:
>> fedora-commons-users@lists.sourceforge.net<mailto:
>> fedora-commons-users@lists.sourceforge.net>>
>> Subject: [fcrepo-user] fcrepo installer troubles
>>
>> Hello, I am trying to install fcrepo in my local machine. I am running
>> Linux packed in the Fedora 14 distro, for a 64 bit machine.
>> I have downloaded the correct jar file (fcrepo) and proceeded to the
>> custom install, since I have already tomcat5.5 installed. When prompted I
>> entered the parameters (all default values).
>>
>> Fedora Commons was installed in the /home/<username>/FedoraCommons folder.
>> After installing, I tried to run Fedora client from command line, so I
>> entered
>> $FEDORA_HOME/client/bin/fedora-admin.sh
>>
>> Login screen opened, so I typed as username (default) fedoraAdmin so I got
>> the 404 error, saying that " http://localhost:8080/fedora/describe?xml=true
>> was not found."
>>
>> I suppose this file should be at /usr/share/tomcat5/webapps/fedora/admin,
>> but there is no xml file there.
>>
>> What shoud I do in order to run it?
>>
>>
>> --
>> Herli Menezes
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Enable your software for Intel(R) Active Management Technology to meet the
>> growing manageability and security demands of your customers. Businesses
>> are taking advantage of Intel(R) vPro (TM) technology - will your software
>> be a part of the solution? Download the Intel(R) Manageability Checker
>> today! http://p.sf.net/sfu/intel-dev2devmar
>> _______________________________________________
>> Fedora-commons-users mailing list
>> Fedora-commons-users@lists.sourceforge.net<mailto:
>> Fedora-commons-users@lists.sourceforge.net><mailto:
>> Fedora-commons-users@lists.sourceforge.net<mailto:
>> Fedora-commons-users@lists.sourceforge.net>>
>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>
>>
>>
>> --
>> Herli Menezes
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Enable your software for Intel(R) Active Management Technology to meet the
>> growing manageability and security demands of your customers. Businesses
>> are taking advantage of Intel(R) vPro (TM) technology - will your software
>> be a part of the solution? Download the Intel(R) Manageability Checker
>> today! http://p.sf.net/sfu/intel-dev2devmar
>> _______________________________________________
>> Fedora-commons-users mailing list
>> Fedora-commons-users@lists.sourceforge.net<mailto:
>> Fedora-commons-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>
>>
>>
>> --
>> Herli Menezes
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Enable your software for Intel(R) Active Management Technology to meet the
>> growing manageability and security demands of your customers. Businesses
>> are taking advantage of Intel(R) vPro (TM) technology - will your software
>> be a part of the solution? Download the Intel(R) Manageability Checker
>> today! http://p.sf.net/sfu/intel-dev2devmar
>> _______________________________________________
>> Fedora-commons-users mailing list
>> Fedora-commons-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>>
>
>
>
> --
> Herli Menezes
>
>
>
--
Herli Menezes
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users