Re: jackrabbit-server-1.0.1.war Premature end of file

2006-06-06 Thread Julian Reschke

Jukka Zitting schrieb:

Hi,

On 6/6/06, Julian Reschke <[EMAIL PROTECTED]> wrote:

Tomcat 5.0.28 was conf'd to use JDK5. Jackrabbit's workspace bootstrap
seems to try to create config files using XSLT and failed because of a
dependency on the JDK 1.4 transformer (bug???).


Hmm, that sounds suspicious, we had a similar issue earlier. Could you
file a bug report? I'll take a better look at it.


I don't have the log files anymore, so it wouldn't be a *good* bug 
report. As far as I remember, it was the same stack trace as reported in 
:


--
INFO info.magnolia.cms.beans.config.ConfigLoader ConfigLoader.java 
(load:110) 18.05.2006 16:36:54 Init content repositories INFO 
info.magnolia.cms.beans.config.ContentRepository 
ContentRepository.java(init:177) 18.05.2006 16:36:54 System : loading 
JCR INFO info.magnolia.cms.beans.config.ContentRepository 
ContentRepository.java(loadRepository:304) 18.05.2006 16:36:54 System : 
loading JCR magnolia INFO info.magnolia.jackrabbit.ProviderImpl 
ProviderImpl.java(init: 140) 18.05.2006 16:36:54 Loading repository at 
C:\Daten\Projekte \Magnolia\AccelsisWebsite\m 
agnolia-3.0-b1_with_tomcat\tomcat\webapps\magnoliaAuthor 
\repositories\magnolia (config file: C:\Daten\Projekte\Magnolia 
\AccelsisWebsite\magnolia-3.0-b1_with_tom 
cat\tomcat\webapps\magnoliaAuthor\WEB-INF\config\repo-conf 
\jackrabbit-derby-search.xml) ERROR 
info.magnolia.jackrabbit.ProviderImpl ProviderImpl.java(init: 175) 
18.05.2006 16:36:54 Unable to initialize repository: Provider 
org.apache.xalan.process


or.TransformerFactoryImpl not found

javax.xml.transform.TransformerFactoryConfigurationError: Provider 
org.apache.xalan.processor.TransformerFactoryImpl not found at 
javax.xml.transform.TransformerFactory.newInstance (Unknown Source) at 
org.apache.jackrabbit.core.config.RepositoryConfig.internalCreateWorks 
paceConfig(RepositoryConfig.java:516) at 
org.apache.jackrabbit.core.config.RepositoryConfig.createWorkspaceConf 
ig(RepositoryConfig.java:571) at

--

...so maybe somebody is specifying an XSLT provider that doesn't exist 
in JDK5?


Best regards, Julian




Re: jackrabbit-server-1.0.1.war Premature end of file

2006-06-06 Thread Jukka Zitting

Hi,

On 6/6/06, Julian Reschke <[EMAIL PROTECTED]> wrote:

Tomcat 5.0.28 was conf'd to use JDK5. Jackrabbit's workspace bootstrap
seems to try to create config files using XSLT and failed because of a
dependency on the JDK 1.4 transformer (bug???).


Hmm, that sounds suspicious, we had a similar issue earlier. Could you
file a bug report? I'll take a better look at it.

BR,

Jukka Zitting

--
Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED]
Software craftsmanship, JCR consulting, and Java development


Re: jackrabbit-server-1.0.1.war Premature end of file

2006-06-06 Thread Julian Reschke

Jukka Zitting schrieb:

Hi,

On 6/5/06, Chris Juettner <[EMAIL PROTECTED]> wrote:
I'm new to Jackrabbit so I thought the easiest way to get started with 
this

technology would be to load the WAR download into an existing Tomcat 5.5
installation.  I need some help fixing the ConfigurationException thrown
when Tomcat is started.  Attached is the stack trace from the log.


The stack trace suggests that you may have a corrupted workspace.xml
file within your repository. Check the file
jackrabbit/repository/workspaces/default/workspace.xml for any
problems.


I just encountered & solved a similar problem when trying to install 
Jackrabbit on a second machine.


Tomcat 5.0.28 was conf'd to use JDK5. Jackrabbit's workspace bootstrap 
seems to try to create config files using XSLT and failed because of a 
dependency on the JDK 1.4 transformer (bug???).


Re-installing Tomcat 5.0.28 for use with JDK1.4 didn't help first, 
because at this time I already had an empty workspace.xml file. After 
then throwing away /WINDOWS/system32/jackrabbit/..., things worked fine.


Best regards, Julian


Re: jackrabbit-server-1.0.1.war Premature end of file

2006-06-05 Thread Jukka Zitting

Hi,

On 6/5/06, Chris Juettner <[EMAIL PROTECTED]> wrote:

I'm new to Jackrabbit so I thought the easiest way to get started with this
technology would be to load the WAR download into an existing Tomcat 5.5
installation.  I need some help fixing the ConfigurationException thrown
when Tomcat is started.  Attached is the stack trace from the log.


The stack trace suggests that you may have a corrupted workspace.xml
file within your repository. Check the file
jackrabbit/repository/workspaces/default/workspace.xml for any
problems.

BR,

Jukka Zitting

--
Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED]
Software craftsmanship, JCR consulting, and Java development