07-03-2008 05:24 AM
07-03-2008 09:43 AM
En plus, j'ai répondu trop rapidement… tu as, en plus du reste, hijacké le thread ! quand tu as un pb, merci de l'énoncer clairement, et dans un sujet séparé
07-03-2008 10:51 AM
07-03-2008 12:02 PM
07-03-2008 12:04 PM
Pour moi tu as un problème d'installation de ton serveur.
Alfresco par défaut index tout les contenus (documents) de type textuel.
La tache est prise en charge par le projet opensource "lucene" : http://lucene.apache.org/
Par conséquent, je pense qu'il serait bien de regarder tes fichiers de log au démarrage de l'application :
alfresco.log dans le HOME_ALFRESCO
et dans le répertoire : tomcat/log/ à partir du HOME_ALFRESCO.
A+
10:42:07,818 WARN [org.springframework.remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
10:42:17,771 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.HSQLDialect.
10:42:17,787 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Alfresco is using the HSQL default database. Please only use this while evaluating Alfresco, it is NOT recommended for production or deployment!
10:42:18,584 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Aucune modification na été apportée au schéma.
10:42:26,693 INFO [org.alfresco.repo.admin.ConfigurationChecker] Le répertoire racine de données d'Alfresco ('dir.root') est : C:\Alfresco\alf_data
10:42:26,880 INFO [org.alfresco.repo.admin.patch.PatchExecuter] Vérification des correctifs à appliquer …
10:42:27,537 INFO [org.alfresco.repo.module.ModuleServiceImpl] 0 module(s) trouvé(s).
10:42:31,224 WARN [org.alfresco.util.OpenOfficeConnectionTester] La connexion à OpenOffice n'a pu être établie.
10:42:31,349 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_02-b06; maximum heap size 506,313MB
10:42:31,349 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 2.9.0 (B 683) schema 116 - Installed version 2.9.0 (B 683) schema 116
2 juil. 2008 10:41:14 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
2 juil. 2008 10:41:14 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1266 ms
2 juil. 2008 10:41:14 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
2 juil. 2008 10:41:14 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
2 juil. 2008 10:41:14 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
2 juil. 2008 10:41:15 org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive alfresco.war de l'application web
2 juil. 2008 10:42:42 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
2 juil. 2008 10:42:42 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
2 juil. 2008 10:42:42 org.apache.catalina.startup.Catalina start
INFO: Server startup in 87796 ms
est ce que tu y vois qqch d'anormal ???07-03-2008 01:42 PM
10:42:31,224 WARN [org.alfresco.util.OpenOfficeConnectionTester] La connexion à OpenOffice n'a pu être établie.
07-04-2008 04:49 AM
07-04-2008 04:49 AM
07-04-2008 05:56 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="openOfficeStartupBootstrap" class="org.alfresco.util.exec.RuntimeExecBootstrapBean" >
<property name="startupCommands">
<list>
<ref bean="openOfficeStartupCommand" />
</list>
</property>
<property name="failOnError">
<value>false</value>
</property>
</bean>
<bean id="openOfficeStartupCommand" class="org.alfresco.util.exec.RuntimeExec">
<property name="commandMap">
<map>
<entry key=".*">
<value><![CDATA["C:/Alfresco/openoffice/program/soffice" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:///C:/Alfresco/oouser" -nologo -headless -nofirststartwizard -nocrashrep -norestore]]></value>
</entry>
</map>
</property>
<property name="waitForCompletion">
<value>false</value>
</property>
<property name="errorCodes">
<value>2</value>
</property>
</bean>
</beans>
07-04-2008 06:55 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.