[Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

cancel
Showing results for 
Search instead for 
Did you mean: 
linavi
Member II

[Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

Bonjour,

je signale que j'ai eu exactement le même problème avec le SDK 3.2.
Je tourne sous Ubuntu 8.04 avec MySql
Nous avons créé un utilisateur spécial pour le lancement d'alfresco en manuel (question de sécurité, pour ne pas le lancer en root).
Je me demande du coup si ce n'est pas un problème de droit d'accès, mais après remise en root, j'ai la même erreur.

Voici ma console Eclipse :


Exception in thread "main" org.alfresco.error.AlfrescoRuntimeException: 03120001 Workflow deployment failed
   at org.alfresco.repo.workflow.WorkflowDeployer.init(WorkflowDeployer.java:330)
   at org.alfresco.repo.workflow.WorkflowDeployer$1.doWork(WorkflowDeployer.java:437)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
   at org.alfresco.repo.workflow.WorkflowDeployer.onBootstrap(WorkflowDeployer.java:433)
   at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:294)
   at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:858)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:419)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
   at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:84)
   at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:55)
   at org.alfresco.sample.FirstFoundationClient.main(FirstFoundationClient.java:63)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 03120000 Failed to open index info file
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.openFile(IndexInfo.java:1860)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.<init>(IndexInfo.java:519)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.getIndexInfo(IndexInfo.java:375)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneBase.initialise(AbstractLuceneBase.java:100)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.getSearcher(ADMLuceneSearcherImpl.java:136)
   at org.alfresco.repo.search.impl.lucene.ADMLuceneIndexerAndSearcherFactory.getSearcher(ADMLuceneIndexerAndSearcherFactory.java:113)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory.getSearcher(AbstractLuceneIndexerAndSearcherFactory.java:476)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory.getSearcher(AbstractLuceneIndexerAndSearcherFactory.java:84)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:215)
   at $Proxy44.getSearcher(Unknown Source)
   at org.alfresco.repo.search.SearcherComponent.selectNodes(SearcherComponent.java:100)
   at org.alfresco.repo.search.AbstractSearcherComponent.selectNodes(AbstractSearcherComponent.java:60)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
   at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:80)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:43)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:135)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy34.selectNodes(Unknown Source)
   at org.alfresco.repo.workflow.WorkflowDeployer.init(WorkflowDeployer.java:313)
   … 13 more
Caused by: java.io.FileNotFoundException: /opt/Alfresco/alf_data/lucene-indexes/workspace/SpacesStore/IndexInfo (Permission denied)
   at java.io.RandomAccessFile.open(Native Method)
   at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.openFile(IndexInfo.java:1851)
   … 46 more

Tous mes jar semblent bien dans le projet AlfrescoEmbedded (ils y étaient déjà en ouvrant les propriétés).
6 Replies
michaelh
Active Member

Re: [Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

Bonjour,

Il me semble que vous donnez la réponse avec votre log (ce qui est bien !)
Caused by: java.io.FileNotFoundException: /opt/Alfresco/alf_data/lucene-indexes/workspace/SpacesStore/IndexInfo (Permission denied)
Manifestement un problème de droits dans votre installation.
linavi
Member II

Re: [Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

Effectivement, s'était bien un problème de droits.
En remettant tout en root, le SDK se lance bien.
Merci
rguinot
Customer

Re: [Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

tout mettre en root n'est pas la meilleure solution cela dit
linavi
Member II

Re: [Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

tout mettre en root n'est pas la meilleure solution cela dit

Je pense aussi.
J'avais créé un utilisateur "alfresco", passé tout mon alfresco, sdk et Eclipse sous cet utilisateur.
Mais impossible de lancer l'Eclipse.
J'attends le retour du pro en Linux pour lui demander, car je suis une débutante.
rguinot
Customer

Re: [Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

quelle est l'erreur donnée par eclipse ?
linavi
Member II

Re: [Résolu] SDK 3.3 : FirstFoundationClient Workflow failed

Plus aucune erreur.
Problème de droit encore…  :?
Au lieu de faire :
sudo chown -R 
j'ai fait
sudo chown
tous les dossiers n'étaient donc pas uniforment au niveau des droits.

1 mois de linux, je galère, mais apprécie de plus en plus.