Quantcast
Channel: Alfresco Forums - Configuration
Viewing all 411 articles
Browse latest View live

Problem with email message processing/solr

$
0
0

Hi,
I'm seeing a problem in the logs with Email message processing that seems to be connected to the solr processing.

I've replaced the invalid number which is an alphanumeric in the log entry below as it's different for different errors - but not a number in any of the error messages - no obvious pattern although one value was mysmtp122

I've tried searching for the string that causes the messages in the contentstore using grep without any hits.

I guess something is defined in solr as a number when it shouldn't be but I'm not sure how to narrow it down further

The message is occurring reasonably frequently but I don't know whether it's from the imap server or the smtp server both are enabled.

Any ideas?

Thanks.

The logs are as follows:

On the share server

ERROR [surf.util.AbstractLifecycleBean][org.subethamail.smtp.server.Session-/an.ip.addr.ess:18150]10304468 Email message processing failed
org.alfresco.error.AlfrescoRuntimeException:10304468 Email message processing failed
at org.alfresco.email.server.EmailServiceImpl.processMessage(EmailServiceImpl.java:324)
at org.alfresco.email.server.EmailServiceImpl.importMessage(EmailServiceImpl.java:180)
at org.alfresco.email.server.impl.subetha.SubethaEmailServer$Handler.processDelivery(SubethaEmailServer.java:223)
at org.alfresco.email.server.impl.subetha.SubethaEmailServer$Handler.data(SubethaEmailServer.java:184)
at org.subethamail.smtp.command.DataCommand.execute(DataCommand.java:64)
at org.subethamail.smtp.server.RequireTLSCommandWrapper.execute(RequireTLSCommandWrapper.java:30)
at org.subethamail.smtp.server.CommandHandler.handleCommand(CommandHandler.java:99)
at org.subethamail.smtp.server.Session.runCommandLoop(Session.java:244)
at org.subethamail.smtp.server.Session.run(Session.java:145)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException:10304467 Request failed 400/solr4/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=1000&df=TEXT&start=0&locale=en_US&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON
at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.postQuery(SolrQueryHTTPClient.java:616)
at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.postSolrQuery(SolrQueryHTTPClient.java:559)
at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:520)
at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:51)

On the solr server:

ERROR [solr.core.SolrCore][http-bio-8443-exec-10] org.apache.solr.common.SolrException: Invalid Number:<<Some string with letters>>
at org.apache.solr.schema.TrieField.readableToIndexed(TrieField.java:406)
at org.apache.solr.schema.TrieField.readableToIndexed(TrieField.java:378)
at org.apache.solr.schema.TrieField.toInternal(TrieField.java:413)
at org.apache.solr.schema.FieldType$DefaultAnalyzer$1.incrementToken(FieldType.java:473)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQueryImpl(Solr4QueryParser.java:1252)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQueryImplWithIOExceptionWrapped(Solr4QueryParser.java:812)
at org.alfresco.solr.query.Solr4QueryParser.getSuperFieldQuery(Solr4QueryParser.java:3380)
at org.alfresco.solr.query.Solr4QueryParser$FieldQuery.getQuery(Solr4QueryParser.java:3478)
at org.alfresco.solr.query.Solr4QueryParser.attributeQueryBuilder(Solr4QueryParser.java:3894)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQuery(Solr4QueryParser.java:610)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQuery(Solr4QueryParser.java:459)
at org.apache.lucene.queryparser.classic.QueryParserBase.handleBareTokenQuery(QueryParserBase.java:842)
5.0.d


Custom versioning

$
0
0

Hi everyone.

In my organization, we are condisering the deployement of an instance of Alfresco in order to manage all of our documents, mainly Office docx, xlsx and so on.

One deal-breaking drawback is the versioning aspect of alfresco. Here, we want to achieve this kind of versioning:

- draft: v0.1
- second draft: v0.2
- third draft: v0.3
- fourth draft: v0.4
- another draft: v0.5
- final draft: v0.6
- first version to be distributed: v1.0
- minor changes to first version: v1.1
- major changes to first version: v2.0

And so on.

So, what we need in comparison to actual version aspect:
- ability to start versioning at 0.1
- (optional) possibility to input any version manually.

Is there a way to achieve such versioning? Through an addon maybe?

thanks a lot for your help ;)

5.0

LDAP Sync Error

$
0
0

Hi,

I have an Error Message when trying to synchronize with our LDAP Server. I have configured the Sync to perform every 30min. The Error is not present every sync run, but several times a day.

Any ideas how to fix this issue?

07:40:00,409 ERROR [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer][DefaultScheduler_Worker-2] Synchronization aborted due to error
org.alfresco.error.AlfrescoRuntimeException:11020056 Error during LDAP Search. Reason:null
	at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1298)
	at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.getPersonNames(LDAPUserRegistry.java:556)
	at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer$1Analyzer.processGroups(ChainingUserRegistrySynchronizer.java:1462)
	at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer$1Analyzer.access$1400(ChainingUserRegistrySynchronizer.java:960)
	at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.syncWithPlugin(ChainingUserRegistrySynchronizer.java:1680)
	at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronizeInternal(ChainingUserRegistrySynchronizer.java:700)
	at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronize(ChainingUserRegistrySynchronizer.java:429)
	at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob$1.doWork(UserRegistrySynchronizerJob.java:46)
	at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)
	at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob.execute(UserRegistrySynchronizerJob.java:42)
	at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
	at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
Caused by: javax.naming.PartialResultException[Root exception is javax.naming.ServiceUnavailableException: DOMAIN.INT:389; socket closed [Root exception is com.sun.jndi.ldap.LdapReferralException: Continuation Reference; remaining name 'dc=domain,dc=int']; remaining name '']
	at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(Unknown Source)
	at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreReferrals(Unknown Source)
	at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(Unknown Source)
	at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreReferrals(Unknown Source)
	at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(Unknown Source)
	at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(Unknown Source)
	at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1279)
	... 11 more
5.0.c

Document preview Problem with the "error Failed to load the PDF content"

$
0
0

Hello,

I recently installed Alfresco-5.0.d on debian, everything was fine,but those days wanting to preview an office file, It takes a load time then I get the error: "Failed to load the PDF content" and subsequent errors in the file alfresco.log :

2015-11-3017:18:03,361 ERROR [org.springframework.extensions.webscripts.AbstractRuntime][http-apr-8080-exec-56] Exception from executeScript - redirecting to status template error:10300043 Wrapped Exception (with status template):10302263 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js':1030226210302261[b]Transformation failed to obey timeout limit[/b]
org.springframework.extensions.webscripts.WebScriptException:10300043 Wrapped Exception (with status template):10302263 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js':1030226210302261 Transformation failed to obey timeout limit
        at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1127)
        at org.alfresco.repo.web.scripts.content.StreamContent.execute(StreamContent.java:195)
        at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:482)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:551)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:619)
        at org.alfresco.repo.web.scripts.RepositoryContainer.executeScriptInternal(RepositoryContainer.java:399)
        at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:280)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:378)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:209)
        at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:132)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:61)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1074)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
        at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2403)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.alfresco.scripts.ScriptException:10302263 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js':1030226210302261 Transformation failed to obey timeout limit
        at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:204)
        at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:212)
        at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:174)
        at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:102)
        at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1364)
        at org.alfresco.repo.web.scripts.content.StreamContent.execute(StreamContent.java:139)
        ... 33 more
Caused by: org.alfresco.service.cmr.thumbnail.ThumbnailException:1030226210302261 Transformation failed to obey timeout limit
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl.createThumbnailNode(ThumbnailServiceImpl.java:672)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl.access$000(ThumbnailServiceImpl.java:75)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl$1$1.doWork(ThumbnailServiceImpl.java:334)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl$1$1.doWork(ThumbnailServiceImpl.java:331)
        at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl$1.execute(ThumbnailServiceImpl.java:330)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl$1.execute(ThumbnailServiceImpl.java:325)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl.createThumbnail(ThumbnailServiceImpl.java:324)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl.createThumbnail(ThumbnailServiceImpl.java:280)
        at sun.reflect.GeneratedMethodAccessor1196.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor.invoke(AlwaysProceedMethodInterceptor.java:34)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:159)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.alfresco.repo.transaction.RetryingTransactionInterceptor$1.execute(RetryingTransactionInterceptor.java:79)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
        at org.alfresco.repo.transaction.RetryingTransactionInterceptor.invoke(RetryingTransactionInterceptor.java:69)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at com.sun.proxy.$Proxy124.createThumbnail(Unknown Source)
        at org.alfresco.repo.jscript.ScriptNode.createThumbnail(ScriptNode.java:2939)
        at sun.reflect.GeneratedMethodAccessor1195.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
        at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
        at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
        at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_thumbnail_thumbnail_get_js_20._c_main_1(classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js:80)
        at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_thumbnail_thumbnail_get_js_20.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js)
        at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:74)
        at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_thumbnail_thumbnail_get_js_20._c_script_0(classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js:121)
        at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_thumbnail_thumbnail_get_js_20.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js)
        at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
        at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
        at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_thumbnail_thumbnail_get_js_20.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js)
        at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_thumbnail_thumbnail_get_js_20.exec(classpath*:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js)
        at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:502)
        at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:200)
        ... 38 more
Caused by: org.alfresco.service.cmr.rendition.RenditionServiceException:10302261 Transformation failed to obey timeout limit
        at org.alfresco.repo.rendition.executer.AbstractTransformationRenderingEngine.render(AbstractTransformationRenderingEngine.java:278)
        at org.alfresco.repo.rendition.executer.AbstractRenderingEngine.executeRenditionImpl(AbstractRenderingEngine.java:523)
        at org.alfresco.repo.rendition.executer.AbstractRenderingEngine$1.doWork(AbstractRenderingEngine.java:455)
        at org.alfresco.repo.rendition.executer.AbstractRenderingEngine$1.doWork(AbstractRenderingEngine.java:438)
        at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)
        at org.alfresco.repo.rendition.executer.AbstractRenderingEngine.executeImpl(AbstractRenderingEngine.java:437)
        at org.alfresco.repo.rendition.executer.AbstractRenderingEngine.executeImpl(AbstractRenderingEngine.java:380)
        at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:265)
        at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:839)
        at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:739)
        at org.alfresco.repo.action.ActionServiceImpl.executeAction(ActionServiceImpl.java:573)
        at sun.reflect.GeneratedMethodAccessor1096.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor.invoke(AlwaysProceedMethodInterceptor.java:34)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:159)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at com.sun.proxy.$Proxy40.executeAction(Unknown Source)
        at org.alfresco.repo.rendition.RenditionServiceImpl.executeRenditionAction(RenditionServiceImpl.java:394)
        at org.alfresco.repo.rendition.RenditionServiceImpl.render(RenditionServiceImpl.java:257)
        at org.alfresco.repo.thumbnail.ThumbnailServiceImpl.createThumbnailNode(ThumbnailServiceImpl.java:666)
        ... 83 more

Trying to solve the problem, I restart the alfresco service, at the first sight the preview works with one or two Documents but after the error occurred.

I seek the cause of the problem to no avail.

I also noticed that the cpu saturated libreoffice as shown:

top -1:13:19 p.m. up1:36,2 users, load average:1.15,1.37,1.27
Tasks:90 total,1 running,89 sleeping,0 stopped,0 zombie
% Cpu (s):23.3 us, sy 3.0,0.0 or 70.7 id, wa 0.2,0.0 hi,if0.0,2.8 st
KiB Mem:4063272 total, used 2033172,2030100 free,92,476 buffers
KiB Swap:1409020 total,0 used,1409020 free, cached 568,656
 
PID USER PR NI VIRT RES SHR S% CPU% MEM TIME + COMMAND
Root 2344200 330m 38m 22m S 98.51.093:22.98 .soffice.bin

Is this a configuration problem or a bug? It is reproduced in my prod and test environment.

if you can help me, that would be very useful, I'm really stuck.

thank you in advance

-Edited-

Youmarva

Alfresco Version : Alfresco 5

RenditionServiceException: Unable to find rendering action root node

$
0
0

I am facing issue in restarting alfresco server(4.2.e community version on linux). I am getting following error in alfresco.logs when I am trying to start alfresco server.

Background:
Alfresco running instance started acting weirdly, it was not allowing any user to login. Then I have started investigation and it seems like it was because server was running out of space. I have freed up some space. Then I was also getting solr index error. I have deleted solr indexes as well.
Deleted work and temp folders as well.

Has any one come across this kind of error?any workarounds?

extFactory] Startup of 'Replication' subsystem, ID: [Replication, default] complete
14:48:58,999 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.service.cmr.rendition.RenditionServiceException: 11050015 Unable to find rendering action root node.
at org.alfresco.repo.rendition.RenditionDefinitionPersisterImpl.checkRenderingActionRootNodeExists(RenditionDefinitionPersisterImpl.java:232)
at org.alfresco.repo.rendition.RenditionDefinitionPersisterImpl.findActionNode(RenditionDefinitionPersisterImpl.java:187)
at org.alfresco.repo.rendition.RenditionDefinitionPersisterImpl.findOrCreateActionNode(RenditionDefinitionPersisterImpl.java:210)
at org.alfresco.repo.rendition.RenditionDefinitionPersisterImpl.saveRenditionDefinition(RenditionDefinitionPersisterImpl.java:157)
at org.alfresco.repo.rendition.RenditionServiceImpl.saveRenditionDefinition(RenditionServiceImpl.java:408)
at org.alfresco.repo.thumbnail.ThumbnailRegistry$1.execute(ThumbnailRegistry.java:173)
at org.alfresco.repo.thumbnail.ThumbnailRegistry$1.execute(ThumbnailRegistry.java:160)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:452)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:323)
at org.alfresco.repo.thumbnail.ThumbnailRegistry.initThumbnailDefinitions(ThumbnailRegistry.java:159)
at org.alfresco.repo.thumbnail.ThumbnailRegistry$RegistryLifecycle$1.doWork(ThumbnailRegistry.java:480)
at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)
at org.alfresco.repo.thumbnail.ThumbnailRegistry$RegistryLifecycle.onBootstrap(ThumbnailRegistry.java:476)
at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
at org.alfresco.repo.thumbnail.ThumbnailRegistry.onApplicationEvent(ThumbnailRegistry.java:435)
at org.alfresco.repo.thumbnail.ThumbnailRegistry.onApplicationEvent(ThumbnailRegistry.java:56)
at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:209)
at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:180)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:976)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1653)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
14:49:00,558 WARN [org.alfresco.util.OpenOfficeConnectionTester] Error trying to query Open Office version information. OpenOffice.org's ConfigurationRegistry not implemented in this version of OOo. This should not affect the operation of OOo.
14:49:00,561 INFO [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
org.alfresco.service.cmr.rendition.RenditionServiceException: 11050015 Unable to find rendering action root node.

Stack overflow link
http://stackoverflow.com/questions/34107180/unable-to-start-alfresco-ser...

4.2.e

Mits
If this post was helpful, please click "mark comment as useful"

Arvixe Web Hosting/ Alfresco Community Liaison |
Looking for quality Alfresco Web Hosting? Look no further thanArvixe Web Hosting!

Running Alfresco as regular user

$
0
0

Hello,
I have installed Alfresco from war on CentOS7, Apache Tomcat 7 and PostgreSQL9.4.
The CIFS Settings from alfresco-global.properties are the following:
#CIFS Settings
cifs.enabled=true
cifs.serverName=alfresco
cifs.hostannounce=true
cifs.sessionTimeout=900
cifs.broadcast=255.255.255.0
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagram.port=1138
cifs.netBIOSSMB.session.port=1139
cfs.WINS.autoDetectEnabled=true

The firewall is configured to port-forward 445 to 1445 (and the same for the other 3 ports)
Everything is ok if I run the Tomcat as root.

If I run Tomcat as user alfresco - a regular user (which is the owner of the folder where alfresco & tomcat are installed) the net share folder (smb://ipAddres/alfresco) is not accessible any more.

Any information how to resolve this problem ?

Thanks

5.0.d

Transformation Server issue

$
0
0

We have a standalone Transformation server, and the previews its generating are swapping the dates from UK format, to US format in the preview!

Server locale is all correct, office language is set to UK English etc... Any clues on how I can fix this?!! Its a bit of a problem.

Cheers!

WQS unable to connect to repository: Unauthorized

$
0
0

Hi, can someone tell me which files need to be updated on 5.0.d to correct the WCM authentication error below? The files referenced in other forums for 3.x and 4.x do not exist on 5d i.e. wqsapi-custom.properties.

WCMQS was installed manually sometime after the initial installation.

Error:
WARN [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Unauthorized

5.0.d

Replacing folder using Finder

$
0
0

We are currently experiencing issues with Mac users (El Capitan 10.11.2) which use the replace function when copying data to Alfresco using CIFS. Copying to a new directory or merging works perfectly, but replacing just does nothing.
No error, the copying screen just disappears immediately.

This is the first time we're using CIFS from Mac. WebDav still seems to work perfectly.

So the question is, is our configuration wrong, is this a CIFS-bug in Alfresco or maybe an El Capitan issue. SMB/CIFS on Mac has been an issue in the past.

Our CIFS config

cifs.serverName=alfrescotest
cifs.hostannounce=true
cifs.enabled=true
cifs.pseudoFiles.enabled=false
alfresco.authentication.authenticateCIFS=true
5.0.d

can not brows comapny_home with node browser

$
0
0

I could not find the "PATH:"/Company Home/:" from my node browser from my alfresco 4.0.d installed on centos7. But I can upload and download images & docs.

The Next Big Phase of Google Search Is Coming In February

Problem with email message processing/solr

$
0
0

Hi,
I'm seeing a problem in the logs with Email message processing that seems to be connected to the solr processing.

I've replaced the invalid number which is an alphanumeric in the log entry below as it's different for different errors - but not a number in any of the error messages - no obvious pattern although one value was mysmtp122

I've tried searching for the string that causes the messages in the contentstore using grep without any hits.

I guess something is defined in solr as a number when it shouldn't be but I'm not sure how to narrow it down further

The message is occurring reasonably frequently but I don't know whether it's from the imap server or the smtp server both are enabled.

Any ideas?

Thanks.

The logs are as follows:

On the share server

ERROR [surf.util.AbstractLifecycleBean][org.subethamail.smtp.server.Session-/an.ip.addr.ess:18150]10304468 Email message processing failed
org.alfresco.error.AlfrescoRuntimeException:10304468 Email message processing failed
at org.alfresco.email.server.EmailServiceImpl.processMessage(EmailServiceImpl.java:324)
at org.alfresco.email.server.EmailServiceImpl.importMessage(EmailServiceImpl.java:180)
at org.alfresco.email.server.impl.subetha.SubethaEmailServer$Handler.processDelivery(SubethaEmailServer.java:223)
at org.alfresco.email.server.impl.subetha.SubethaEmailServer$Handler.data(SubethaEmailServer.java:184)
at org.subethamail.smtp.command.DataCommand.execute(DataCommand.java:64)
at org.subethamail.smtp.server.RequireTLSCommandWrapper.execute(RequireTLSCommandWrapper.java:30)
at org.subethamail.smtp.server.CommandHandler.handleCommand(CommandHandler.java:99)
at org.subethamail.smtp.server.Session.runCommandLoop(Session.java:244)
at org.subethamail.smtp.server.Session.run(Session.java:145)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException:10304467 Request failed 400/solr4/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=1000&df=TEXT&start=0&locale=en_US&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON
at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.postQuery(SolrQueryHTTPClient.java:616)
at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.postSolrQuery(SolrQueryHTTPClient.java:559)
at org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:520)
at org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:51)

On the solr server:

ERROR [solr.core.SolrCore][http-bio-8443-exec-10] org.apache.solr.common.SolrException: Invalid Number:<<Some string with letters>>
at org.apache.solr.schema.TrieField.readableToIndexed(TrieField.java:406)
at org.apache.solr.schema.TrieField.readableToIndexed(TrieField.java:378)
at org.apache.solr.schema.TrieField.toInternal(TrieField.java:413)
at org.apache.solr.schema.FieldType$DefaultAnalyzer$1.incrementToken(FieldType.java:473)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQueryImpl(Solr4QueryParser.java:1252)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQueryImplWithIOExceptionWrapped(Solr4QueryParser.java:812)
at org.alfresco.solr.query.Solr4QueryParser.getSuperFieldQuery(Solr4QueryParser.java:3380)
at org.alfresco.solr.query.Solr4QueryParser$FieldQuery.getQuery(Solr4QueryParser.java:3478)
at org.alfresco.solr.query.Solr4QueryParser.attributeQueryBuilder(Solr4QueryParser.java:3894)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQuery(Solr4QueryParser.java:610)
at org.alfresco.solr.query.Solr4QueryParser.getFieldQuery(Solr4QueryParser.java:459)
at org.apache.lucene.queryparser.classic.QueryParserBase.handleBareTokenQuery(QueryParserBase.java:842)
5.0.d

Add more detailes in the summary email

$
0
0

Hello guys,

Need some help

This is the summary email notification if i am not mistaken and the section where it tells you WHICH USER added a DOCUMENT FILE NAME in SITE

<#if activities?exists && activities?size &gt;0><#list activities as activity><#if activity.siteNetwork??><#assign userLink="<a href=\"${shareUrl}/page/user/${activity.postUserId?html}/profile\">${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}</a>"><#assign secondUserLink=""><#assign itemLink="<a href=\"${shareUrl}/page/site/${activity.siteNetwork?html}/${activity.activitySummary.page!\"\"}\">${activity.activitySummary.title!\"\"}</a>"><#assign siteLink="<a href=\"${shareUrl}/page/site/${activity.siteNetwork?html}/dashboard\">${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}</a>">

Is there a way to also ADD the DOCUMENT TITLE?

Thank you in advance

5.0.a

WEBDav Configuration

$
0
0

I am looking at finally switching over to Alfresco for document management. One requirement is working WEBdav. I've looked at all the posts/wikis/instructions I can find, but I can't get connect to the server no matter what settings I twiddle.

Does anyone have any thoughts on how to debug this?

TIA

- Jeff

5.0.d
WebDAV

[Solr4] What class do I use in searchComponent for Suggester?

$
0
0

Hello,

Background: I've created a core for Solr 4 (for my Drupal site). I want to use Suggester for this core.

Question: It looks as though I have to use org.alfresco.solr.component.spellcheck.AlfrescoSpellCheckComponent for the class attribute in for searchComponent. But, this doesn't seem to work. Is this because that class is tied to work with Alfresco only?

The Apache wiki (linked above) suggests I use solr.SpellCheckComponent but where is this located in Alfresco?

In the end, I'd like to do something like this:
http://xxx.xxx.xxx.xxx:8080/solr4/drupal/select?q=suggest%3Alipsum&wt=json&indent=true

Thanks.

5.0.d
solr4

Imap Configration Unable to open socket bindTo

$
0
0

Dears,

I already configure IMAP to link my outlook to alfresco but it is not working I found the below in my log:
2015-12-23 10:22:01,911 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'org.alfresco.integrations.google.docs' version 3.0.0.
2015-12-23 10:22:01,939 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'org.alfresco.module.vti' version 1.3.
2015-12-23 10:22:01,954 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'fileServers' subsystem, ID: [fileServers, default]
2015-12-23 10:22:07,843 WARN [org.alfresco.fileserver] [localhost-startStop-1] CIFS, Unable to get local domain/workgroup name, using default of WORKGROUP. This may be due to firewall settings or incorrect setting)
2015-12-23 10:22:07,874 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
2015-12-23 10:22:07,874 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'imap' subsystem, ID: [imap, default]
2015-12-23 10:22:12,521 INFO [org.alfresco.repo.imap.AlfrescoImapServer] [localhost-startStop-1] IMAP service started on host:port 54.85.74.***:1143
2015-12-23 10:22:12,524 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'imap' subsystem, ID: [imap, default] complete
2015-12-23 10:22:12,524 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, outbound]
2015-12-23 10:22:12,543 ERROR [org.alfresco.repo.imap.AlfrescoImapServer] [Thread-59] Unable to open socket bindTo:/54.85.74.*** port 143
java.net.BindException: Cannot assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:382)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at java.net.ServerSocket.(ServerSocket.java:237)
at org.alfresco.repo.imap.AlfrescoImapServer$DefaultImapServer.openServerSocket(AlfrescoImapServer.java:128)
at com.icegreen.greenmail.imap.ImapServer.run(ImapServer.java:74)
2015-12-23 05:53:37,425 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, outbound] complete
2015-12-23 05:53:37,425 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, inbound]
2015-12-23 05:53:37,552 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, inbound] complete

-------------------------------------------------
My UFW status : inactive

-------------------------------------------------

alfresco-global.properties

imap.server.enabled=true
imap.server.port=143
imap.server.host=mydomain.com

------------------------------------------------
iptables -L

Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:imap2
ACCEPT tcp -- anywhere anywhere tcp dpt:imap2

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

----------------------------------------------

root@******:/etc/init.d# netstat -tulnp | grep 143
root@******:/etc/init.d#

Configuration to keep file date and author

$
0
0

Hello,

I would like to know if it exists a way to allow importation of files within Webdav or Bulk Import and preserving files information like date and author?

I use Alfresco Community 5.0.d on a Windows Server 2008 R2 64bits and 16 Go RAM.
Currently, I have regularly to import a directory of several ten or so gigabytes in Alfresco. The problem is the files are sensitive then it would be interresting to import the modified files only. Without this configuration if it exists, I can't assure a real traceability.

I have found this line and I added it in alfresco-global.properties :
system.enableTimestampPropagation=false

But it seems it doesn't work :/

I tested all these lines too :

system.enableTimestampPropagation=false
system.auditableData.preserve=true
system.auditableData.FileFolderService=true
system.auditableData.ACLs=true

I tested to create a rule with Extract Common Metadata keeping the lines in alfresco-global.properties, but it doesn't work.

My best result is to with bulk import and all these configurations, I can keep the original date.

5.0.d

tags and categories corrupted

$
0
0

Hello,
I am using alfresco 5.0.d on Windows Server 2008 and I have seen that I can't create tag on files, or see the tag list. I looked at tags and categories managers and node browser, and I found error messages.

Before, I perfomed too a full solr reindex, and because of this post I think it could be linked https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/categories-suddenly-corrupted

The messages :

* node browser : 11230161 Request failed 500 /solr4/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=100&df=TEXT&start=0&locale=fr_FR&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON

* category manager : JavaException: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 11230162 Request failed 500 /solr4/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=1000&df=TEXT&start=0&locale=fr_FR&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON

* tag manager : 11230027 Wrapped Exception (with status template): 11230164 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/tagging/tags.get.js': 11230163 Request failed 500 /solr4/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=1000&df=TEXT&start=0&locale=fr_FR&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON

My steps to perform the full reindex of SOLR :
Delete the directories C:\Alfresco50d\alf_data\solr4\index\workspace\SpacesStore\index and C:\Alfresco50d\alf_data\solr4\index\archive\SpacesStore\index
and delete all the files in C:\Alfresco50d\alf_data\solr4\model

5.0.d

execute a script only for a special filename

$
0
0

Hi,

i am trying to mogrify uploaded pictures to a fixed size.
so i found here an appropriate Javascript here
https://forums.alfresco.com/forum/developer-discussions/alfresco-explorer-development/overwrite-files-scripts-08012008-1547
I created a rule, which execute the script when a jpeg get uploaded, which
is not optimal, cause this runs in an endless loop.

Now i tried to check the documentname in the script if it contains or
starts with resized_.. but no solution as described here - https://forums.alfresco.com/forum/developer-discussions/other-apis/string-operations-alfresco-scripts-03232012-1135 -
worked.

Could some hint me to the correct syntax for the if clause?

The currect Script looks like this:

var strOrigName = document.properties.name;var jstrOrigName =new java.lang.String(document.properties.name); if(!jstrOrigName.contains("resized_")){var tmpName ="resized_"+ document.properties.name;
 document.properties.name= tmpName;var rImage=document.transformImage("image/jpeg","-normalize -resize
 1024x768", document.parent);if(rImage){
  document.properties.name= strOrigName;
  document.save();
  document.remove();}}

This are some tests i made as described here
https://forums.alfresco.com/forum/developer-discussions/other-apis/string-operations-alfresco-scripts-03232012-1135

var jstrOrigName =new java.lang.String(document.properties.name);if(!jstrOrigName.contains("resized_")){
catalina.out Caused by: org.mozilla.javascript.EcmaError: ReferenceError: "java" is not defined

var jSstrOrigName =newString(document.properties.name);if(!jSstrOrigName.contains("resized_")){
catalina.out no function resize

if(strOrigName.indexOf("resized_")!=-1){
no error, no resize

best regards
Thomas

4.2.c

Backup Alfresco

$
0
0

Hello,

We changed the main server PC and are trying to get back the alfresco to work as it was before, but even with the same files the program is not working, if you try to reinstall over the same folder it's not allowed and if you install then overwrite it with the old folder the Tomcat and SQL server doesnt work anymore.

i would like to know if someone knows what it must be done to recover all the files from a previews alfresco from other PC, at the same versioin of the software of course.

4.2.c
Viewing all 411 articles
Browse latest View live