Hi,

just warnings:


2008-08-20 10:28:37.109 WARN  fortress.system.roles.defaults
Unable to load class org.apache.avalon.excalibur.datasource.JdbcDataSource.
Skipping.
2008-08-20 10:28:37.125 WARN  fortress.system.roles.defaults
Unable to load class
org.apache.avalon.excalibur.datasource.InformixDataSource. Skipping.

2008-08-20 10:28:37,734 WARN  org.exolab.jms.config.AttributeExpander
Cannot expand file as property openjms.home is not defined
2008-08-20 10:29:41,015 WARN  org.mortbay.http.BasicAuthenticator      AUTH
FAILURE: java.lang.IllegalArgumentException: Input block size is not 4
2008-08-20 10:30:51,078 WARN  org.exolab.jms.config.AttributeExpander
Cannot expand file as property openjms.home is not defined
2008-08-20 10:31:39,843 WARN  org.exolab.jms.config.AttributeExpander
Cannot expand file as property openjms.home is not defined
2008-08-20 10:32:12,421 WARN  org.mortbay.http.BasicAuthenticator      AUTH
FAILURE: java.lang.IllegalArgumentException: Input block size is not 4
2008-08-20 10:33:09,062 WARN  org.exolab.jms.config.AttributeExpander
Cannot expand file as property openjms.home is not defined


Wilson

2008/8/20 Jasha Joachimsthal <[EMAIL PROTECTED]>

> Can you find anything in the log files that makes sense?
>
> Jasha Joachimsthal
>
> www.onehippo.com
> Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam +31(0)20-5224466
> San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA
> 94952-3329 +1 (707) 773-4646
>
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Wilson de Paula Pedro Junior
> > Sent: woensdag 20 augustus 2008 10:12
> > To: Hippo CMS development public mailinglist
> > Subject: Re: [HippoCMS-dev] Replicators
> >
> > Hi Jasha,
> >
> > Those settings were my first try:
> >
> > <?xml version="1.0"?>
> > <replicators>
> >   <replicator uri="/files/default.preview/binaries">
> >     <location>
> >       <host>localhost</host>
> >       <port>60000</port>
> >       <user>root</user>
> >       <password>password</password>
> >       <realm>default realm</realm>
> >       <rootpath>/default</rootpath>
> >       <path>/files/default.www/binaries</path>
> >       <createparents>true</createparents>
> >       <retrycount>3</retrycount>
> >       <connecttimeoutseconds>30</connecttimeoutseconds>
> >       <sockettimeoutseconds>180</sockettimeoutseconds>
> >     </location>
> >   </replicator>
> > </replicators>
> >
> >
> > Still don't get it work.
> > I'm using repository 1.2.15.
> >
> > 2008/8/20 Jasha Joachimsthal <[EMAIL PROTECTED]>
> >
> > > And the URI should be /files/default.preview/binaries.
> > >
> > > See [1] for the manual.
> > >
> > > [1]
> > >
> > http://www.hippocms.org/display/CMS/6.+Hippo+Repository+Configure+Repl
> > > ic
> > > ation
> > >
> > > Jasha Joachimsthal
> > >
> > > www.onehippo.com
> > > Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam
> > +31(0)20-5224466
> > > San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA
> > > 94952-3329 +1 (707) 773-4646
> > >
> > >
> > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Jasha
> > > > Joachimsthal
> > > > Sent: woensdag 20 augustus 2008 9:51
> > > > To: Hippo CMS development public mailinglist
> > > > Subject: RE: [HippoCMS-dev] Replicators
> > > >
> > > > Shouldn't it be:
> > > > <rootpath>/default</rootpath>
> > > > <path>/files/default.www/binaries</path>
> > > >
> > > > Jasha
> > > >
> > > > > -----Original Message-----
> > > > > From: [EMAIL PROTECTED]
> > > > > [mailto:[EMAIL PROTECTED] On Behalf
> > > > Of Wilson
> > > > > de Paula Pedro Junior
> > > > > Sent: woensdag 20 augustus 2008 9:35
> > > > > To: Hippo CMS development public mailinglist
> > > > > Subject: [HippoCMS-dev] Replicators
> > > > >
> > > > > Hi,
> > > > >
> > > > > I want to make a binary mirror from my preview environment
> > > > > (/default/files/default.preview/binaries)
> > > > > to my live environment (/default/files/default.www/binaries)
> > > > >
> > > > > In my domain.xml I've inserted the reference to the
> > replicators.xml:
> > > > > <replicators src="config/slide/replicators.xml"/>
> > > > >
> > > > > And by the replicators.xml I inserted the following code:
> > > > >
> > > > > <?xml version="1.0"?>
> > > > > <replicators>
> > > > >   <replicator uri="/default/files/default.preview/binaries">
> > > > >     <location>
> > > > >       <host>localhost</host>
> > > > >       <port>60000</port>
> > > > >       <user>root</user>
> > > > >       <password>password</password>
> > > > >       <realm>default realm</realm>
> > > > >       <rootpath>/</rootpath>
> > > > >       <path>default/files/default.www/binaries</path>
> > > > >       <createparents>true</createparents>
> > > > >       <retrycount>3</retrycount>
> > > > >       <connecttimeoutseconds>30</connecttimeoutseconds>
> > > > >       <sockettimeoutseconds>180</sockettimeoutseconds>
> > > > >     </location>
> > > > >   </replicator>
> > > > > </replicators>
> > > > >
> > > > > I have tried a lot of different uri's and path's but I
> > > > still don't get
> > > > > it work.
> > > > > Anyone knows what am I doing wrong?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Wilson
> > > > > ********************************************
> > > > > Hippocms-dev: Hippo CMS development public mailinglist
> > > > >
> > > > > Searchable archives can be found at:
> > > > > MarkMail: http://hippocms-dev.markmail.org
> > > > > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
> > > > >
> > > > >
> > > > ********************************************
> > > > Hippocms-dev: Hippo CMS development public mailinglist
> > > >
> > > > Searchable archives can be found at:
> > > > MarkMail: http://hippocms-dev.markmail.org
> > > > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
> > > >
> > > >
> > > ********************************************
> > > Hippocms-dev: Hippo CMS development public mailinglist
> > >
> > > Searchable archives can be found at:
> > > MarkMail: http://hippocms-dev.markmail.org
> > > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
> > >
> > >
> > ********************************************
> > Hippocms-dev: Hippo CMS development public mailinglist
> >
> > Searchable archives can be found at:
> > MarkMail: http://hippocms-dev.markmail.org
> > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
> >
> >
> ********************************************
> Hippocms-dev: Hippo CMS development public mailinglist
>
> Searchable archives can be found at:
> MarkMail: http://hippocms-dev.markmail.org
> Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
>
>
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to