Hello,

Configuration files have slightly changed between 5.3.2 and 5.4, and between 
JBoss and Tomcat.
Maybe it could be easier to upgrade from JBoss 5.3.2 to JBoss 5.4.0, then 
migrate from JBoss 5.4.0 to Tomcat 5.4.0. But
let's first check your configuration files.
Since Nuxeo 5.3.2, we use templates configuration files so the first thing to 
check is your nuxeo.conf.

Could you paste content of the following old and new files:

    * 5.3.2
          o bin/nuxeo.conf
          o server/default/deploy/nuxeo.ear/datasources/unified-nuxeo-ds.xml
          o 
server/default/deploy/nuxeo.ear/datasources/default-repository-ds.xml
    * 5.4.0
          o bin/nuxeo.conf
          o nxserver/config/default-repository-config.xml
          o conf/Catalina/localhost/nuxeo.xml

Answering Thierry's question about creation date of domain/workspace structure, 
can you confirm those appear as being
created when you installed Nuxeo 5.3.2, not when you upgraded to 5.4.0 ?

Julien


Le 26/11/10 11:37, Nicolas SARMIR a écrit :
> That's the problem: i've nothing on the log file.
> I check the creation date and it's the right date.
>
> Error with the repo db could be possible: i would use my 
> default-repository-config.xml from my nuxeo 5.3.2 but it
> wouldn't work.
> Here are my two default-repository-config.xml files:
> From nuxeo 5.3.2
> <?xml version="1.0"?>
> <component name="default-repository-config">
>   <extension target="org.nuxeo.ecm.core.repository.RepositoryService"
>     point="repository">
>     <repository name="default"
>       factory="org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepositoryFactory">
>       <repository name="default">
>         <schema>
>           <field type="largetext">note</field>
>           <field type="largetext">webp:content</field>
>           <field type="largetext">webc:welcomeText</field>
>           <field type="largetext">comment:comment</field>
>           <field type="largetext">post</field>
>           <field type="largetext">mail:mail</field>
>         </schema>
>         <indexing>
>           <fulltext analyzer="english">
>             <index name="default">
>               <!-- all props implied -->
>             </index>
>             <index name="title">
>               <field>dc:title</field>
>             </index>
>             <index name="description">
>               <field>dc:description</field>
>             </index>
>           </fulltext>
>         </indexing>
>       </repository>
>     </repository>
>   </extension>
> </component>
>
>
>
> From 5.4.0.1
> <?xml version="1.0"?>
> <component name="default-repository-config">
>   <extension target="org.nuxeo.ecm.core.repository.RepositoryService"
>     point="repository">
>     <repository name="default"
>       factory="org.nuxeo.ecm.core.storage.sql.ra.PoolingRepositoryFactory">
>       <repository name="default">
>         <clustering enabled="false" delay="1000" />
>         <binaryStore path="" />
>         <schema>
>           <field type="largetext">note</field>
>           <field type="largetext">webp:content</field>
>           <field type="largetext">webc:welcomeText</field>
>           <field type="largetext">comment:comment</field>
>           <field type="largetext">post</field>
>           <field type="largetext">mail:mail</field>
>         </schema>
>         <indexing>
>           <fulltext analyzer="english"/>
>         </indexing>
>         <xa-datasource>org.postgresql.xa.PGXADataSource</xa-datasource>
>         <property name="ServerName">localhost</property>
>         <property name="PortNumber">5432</property>
>         <property name="DatabaseName">nuxeo</property>
>         <property name="User">nuxeo</property>
>         <property name="Password">nuxeo</property>
>       </repository>
>     </repository>
>   </extension>
> </component>
>
>
> Thanks for you help.
>
> Regards, Nicolas.
>
> On 25.11.2010 18:35, Thierry Delprat wrote:
>>
>> Do you have anything interesting in the logs ?
>> Do you have domain/workspace structure ? If yes, check the creation date.
>>
>> May be there is something wrong with repo db config and your repo is running 
>> against the embeded db.
>>
>> Tiry
>>
>> Le 25 nov. 2010 11:35, "Nicolas SARMIR" <[email protected]
>> <mailto:[email protected]>> a écrit :
>> > Hi all,
>> >
>> > I'm experiencing a problem after nuxeo migration from jboss 5.3.2 to
>> > tomcat 5.4. I'm using postgresql. Everything look working fine but my
>> > documents created before the migration are all unavailable on the
>> > interface. There are no error message.
>> >
>> > Is it a know problem?
>> >
>> > Thanks and regards, Nicolas.
>> > _______________________________________________
>> > ECM mailing list
>> > [email protected] <mailto:[email protected]>
>> > http://lists.nuxeo.com/mailman/listinfo/ecm
>> > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
>
>
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm
> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

-- 
Julien Carsique, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to