How bizarre. No, I don't have a magnoliaPubliclogs folder. I found several
lines in the default/log4j.xml file similar to:
<param name="File" value="${magnolia.author.root}logs/magnolia-debug.log"
/>
so I changed them all to:
<param name="File" value="${magnolia.author.root}/logs/magnolia-debug.log"
/>
I'm not sure how or why this happened. I have not modified any of the XML
config files. But anyway, now I see some logs in the magnoliaAuthor/logs
folder (magnoliaPublic doesn't work either and I am assuming that it is
because of whatever is causing Author not to work).
There is a bootstrap.log file which only contains the following:
[EMAIL PROTECTED] logs]# cat bootstrap.log
INFO 13.04.2006 14:47:00 Trying to initialize repositories from
[/usr/share/tomcat5/webapps/magnoliaAuthor/WEB-INF/bootstrap]
[EMAIL PROTECTED] logs]#
There is also a magnolia-error.log file which has errors such as:
ERROR info.magnolia.jackrabbit.ProviderImpl 13.04.2006 14:46:52 -- Unable
to initialize repository: Configuration file syntax error.: Premature end of
file.
org.apache.jackrabbit.core.config.ConfigurationException: Configuration file
syntax error.: Premature end of file.: Premature end of file.
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML
(ConfigurationParser.java:563)
at
org.apache.jackrabbit.core.config.ConfigurationParser.parseWorkspaceConfig
(ConfigurationParser.java:290)
.
.
.
at org.apache.catalina.startup.Bootstrap.start (bootstrap.jar.so)
at org.apache.catalina.startup.Bootstrap.main (bootstrap.jar.so)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse (xerces-j2-2.7.1.jar.so)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse
(xerces-j2-2.7.1.jar.so)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML
(ConfigurationParser.java:557)
...36 more
Also, when I restarted Tomcat, I got the following errors:
Starting tomcat5: find: warning: you have specified the -mindepth option
after a non-option argument -type, but options are not positional (-mindepth
affects tests specified before it as well as those specified after it).
Please specify options before other arguments.
find: warning: you have specified the -maxdepth option after a non-option
argument -type, but options are not positional (-maxdepth affects tests
specified before it as well as those specified after it). Please specify
options before other arguments.
Using CATALINA_BASE: /usr/share/tomcat5
Using CATALINA_HOME: /usr/share/tomcat5
Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
Using JRE_HOME:
I also have some info in a magnolia-debug.log file. Here is a sample of it:
INFO info.magnolia.jackrabbit.ProviderImpl 13.04.2006 14:46:41 -- Loading
repository at /usr/share/tomcat5/webapps/magnoliaAuthor/repositories/website
(config file:
/usr/share/tomcat5/webapps/magnoliaAuthor/WEB-INF/config/repo-conf/jackrabbi
t-derby-search.xml)
ERROR info.magnolia.jackrabbit.ProviderImpl 13.04.2006 14:46:52 -- Unable
to initialize repository: Configuration file syntax error.: Premature end of
file.
org.apache.jackrabbit.core.config.ConfigurationException: Configuration file
syntax error.: Premature end of file.: Premature end of file.
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 13, 2006 1:37 PM
To: [email protected]
Subject: Re: [magnolia-user] Problem installing Magnolia on Fedora Core 5
[VASCL:A1082578F8D]
You have a folder called magnoliaPubliclogs? Might be something else strange
going on here..
Like say a missing '/' in the log4j config? Should be
magnoliaPublic/logs. Fix this and you may see better information on
what really happened.
-- David
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------