Quantcast
Viewing all 305 articles
Browse latest View live

How to recover Crashed postgres database?

Please Help

I am on Centos 6.6 using the default configuration for alfresco community 4.2f. Due to a power outage the server restarted. Alfresco cannot restart as I get.
waiting for server to start........ stopped waiting
pg_ctl.bin: could not start server
Examine the log output.

There is NO log. I have checked catalina.out which states that postgres is not running
I have checked the /var logs and cannot find anything related to postgres.

I have checked the forums here but find absolutely no relevant posts.

I still have a huge content store (less than 7% disk space usage).
1. Can I get alfresco to rebuild the postgres database without losing all the input? (if so how?)
or
2. Can I recover the postgres database? (if so how?)

A backup would not help here as the last backup is too old (older than one day).

I can stand losing one or two files but reverting to the backup would lose more than 4000 :(

I was about to start migrating to the latest version 5 and this happens. If I cannot recover alfresco will be replaced with Micro$oft which would be a big shame as I have invested a great deal of time in this.

4.2.f


Installing and Uninstalling AMPs

Hi!

I would like to install a couple of AMPs:

javascript-console
share-site-creators

I tried with apply_amps.sh but it did not work.

Then I executed alfresco-mmt.jar and -forced them to be applied to the Wars although it didn't work.

If I want install one AMP at once then test and ultimately going to to next AMP, what should I do? Delete the WAR files or the only way to do that is by uninstalling one by one with alfresco-mmt.jar??

Thanks.

PS: My apologies if this subjects wasn't supposed to be posted here.

Regards.

Missing Libraries on Ubuntu

I am having a bit of an odd problem with my Alfresco install. Previously I had a working instance of Alfresco Community 5.0d running on Ubuntu. It was installed some months ago originally 5.0a and updated to c and then d on their release. Recently I noticed that some of the previews for some office documents were not being displayed and after troubleshooting that for a while I was unable to find the issue. Finally, I took a zip of my alfresco folder from the server, did a fresh install of Ubuntu, downloaded the Alfresco binaries and tried to install again. Since then I keep getting the following error whenever I try to install;

:/opt$ ./alfresco-community-5.0.d-installer-linux-x64.bin
Some or all of the libraries necessary to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXext libcups
You are strongly advised to abort this installation and install them first using your package manager.
For more information, please refer to http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/concepts/install-lolibfiles.html

Do you want to continue with the installation? [y/N]:

I have tried to use nightly versions, early releases, as well as the 5.0d version but so far, the same thing happens when I start the install. I have tried multiple versions of Ubuntu (14.04, 12.10, 13.(something, I forget which)) all giving the same error. I followed the link in the message and ran the apt-get command displayed on the help page but that did not seem to make a difference. I would think this is a fairly frequent issue given the steps to reproduce it for me but searches online have yielded only old errors which seem to be resolved by installing the listed libraries.

Any assistance at all is greatly appreciated.

5.0.d

alfresco 5.0.b restart taking long

After an upgrade from 4.2.x to 5.0.x community the restart is taking forever. In the logs I see java out of heap space etc. my settings as follows

JAVA_HOME=/opt/alfresco/java
JRE_HOME=$JAVA_HOME
JAVA_OPTS="-XX:+DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/alfresco -Dcom.sun.management.jmxremote -XX:ReservedCodeCacheSize=128m $JAVA_OPTS "
JAVA_OPTS="-XX:MaxPermSize=1G -Xms512M -Xmx10G $JAVA_OPTS " # java-memory-settings
export JAVA_HOME
export JRE_HOME
export JAVA_OPTS
#export JAVA_OPTS="-server -Xms2G -Xmx10G -XX:MaxPermSize=2G -Xss512m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMSInitiatingOccupancyFraction=80 -XX:NewSize=2G -Dalfresco.home=/opt/alfresco -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dsun.security.ssl.allowUnsafeRenegotiation=true -XX:ReservedCodeCacheSize=2G"export LD_LIBRARY_PATH="/usr/local/apr/lib"

In all my previous version of alfresco i used the below which worked fine.

export JAVA_OPTS="-server -Xms2G -Xmx10G -XX:MaxPermSize=2G -Xss512m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMSInitiatingOccupancyFraction=80 -XX:NewSize=2G -Dalfresco.home=/opt/alfresco -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dsun.security.ssl.allowUnsafeRenegotiation=true -XX:ReservedCodeCacheSize=2G"

exact error in log is below

INFO: Deploying configuration descriptor /opt/alfresco-5.0.b/tomcat/conf/Catalina/localhost/solr4.xml
Sep 15,201512:54:09 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING:[SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Sep15,201512:54:22 PM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
2015-09-1513:10:24,248  ERROR [solr.core.SolrCore][searcherExecutor-6-thread-1]null:java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.util.packed.Packed64.<init>(Packed64.java:73)
	at org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:1034)
	at org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:1001)
	at org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
	at org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
	at org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:97)
	at org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
	at org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
	at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
	at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:197)
	at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:289)
	at org.apache.lucene.util.fst.Builder.add(Builder.java:394)
	at org.apache.lucene.search.suggest.fst.WFSTCompletionLookup.build(WFSTCompletionLookup.java:121)
	at org.apache.lucene.search.suggest.Lookup.build(Lookup.java:190)
	at org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:143)
	at org.apache.solr.spelling.suggest.SolrSuggester.reload(SolrSuggester.java:170)
	at org.apache.solr.handler.component.SuggestComponent$SuggesterListener.newSearcher(SuggestComponent.java:466)
	at org.apache.solr.core.SolrCore$5.call(SolrCore.java:1734)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source) 
 Sep 15,20151:10:24 PM org.apache.catalina.startup.HostConfig deployWAR
5.0.b

Frequent Tomcat Crashes

Hi Folks,

Apologies, not sure where to start with this one. I have searched the forum, but cannot find a solution myself. I recently installed Alfresco using the Linux installer on Ubuntu Server 14.04. Since install Tomcat will randomly crash on me. Attached my log file in the code block below.

2015-09-15 00:00:03,932 ERROR [org.alfresco.repo.action.executer.MailActionExecuter][FeedNotifier1] Failed to send email to inbox@scottduff.ca: org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.example.com, 25; timeout -1;
  nested exception is:
	java.net.UnknownHostException: smtp.example.com. Failed messages: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.example.com,25; timeout -1;
  nested exception is:
	java.net.UnknownHostException: smtp.example.com; message exceptions (1) are:
Failed message 1: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.example.com, 25; timeout -1;
  nested exception is:
	java.net.UnknownHostException: smtp.example.com
2015-09-15 00:00:03,980 WARN  [org.alfresco.repo.activities.feed.FeedNotifier] [FeedNotifier1] FeedNotifier: Failed to process entry "Person admin".
org.alfresco.error.AlfrescoRuntimeException: 08153888 Failed to send email to:inbox@scottduff.ca
	at org.alfresco.repo.action.executer.MailActionExecuter.sendEmail(MailActionExecuter.java:1070)
	at org.alfresco.repo.action.executer.MailActionExecuter.executeImpl(MailActionExecuter.java:517)
	at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:265)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
	at com.sun.proxy.$Proxy172.execute(Unknown Source)
	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 org.alfresco.repo.action.ActionServiceImpl.executeAction(ActionServiceImpl.java:559)
	at org.alfresco.repo.action.ActionServiceImpl.executeAction(ActionServiceImpl.java:848)
	at sun.reflect.GeneratedMethodAccessor1309.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.proceedWithAudit(AuditMethodInterceptor.java:249)
	at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:209)
	at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:164)
	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.$Proxy50.executeAction(Unknown Source)
	at org.alfresco.repo.activities.feed.EmailUserNotifier.notifyUser(EmailUserNotifier.java:180)
	at org.alfresco.repo.activities.feed.AbstractUserNotifier.notifyUser(AbstractUserNotifier.java:221)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.processInternal(FeedNotifierImpl.java:385)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.access$100(FeedNotifierImpl.java:339)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1$1.execute(FeedNotifierImpl.java:371)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1$1.execute(FeedNotifierImpl.java:368)
	at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1.doWork(FeedNotifierImpl.java:367)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1.doWork(FeedNotifierImpl.java:363)
	at org.alfresco.repo.tenant.TenantUtil.runAsWork(TenantUtil.java:119)
	at org.alfresco.repo.tenant.TenantUtil.runAsTenant(TenantUtil.java:88)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.process(FeedNotifierImpl.java:362)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.process(FeedNotifierImpl.java:339)
	at org.alfresco.repo.batch.BatchProcessor$TxnCallback.execute(BatchProcessor.java:713)
	at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
	at org.alfresco.repo.batch.BatchProcessor$TxnCallback.run(BatchProcessor.java:757)
	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)
2015-09-15 00:00:04,090 ERROR [org.alfresco.repo.activities.feed.FeedNotifier] [DefaultScheduler_Worker-6] FeedNotifier: 1 error(s) detected. Last error from entry "Person admin"
org.alfresco.error.AlfrescoRuntimeException: 08153888 Failed to send email to:inbox@scottduff.ca
	at org.alfresco.repo.action.executer.MailActionExecuter.sendEmail(MailActionExecuter.java:1070)
	at org.alfresco.repo.action.executer.MailActionExecuter.executeImpl(MailActionExecuter.java:517)
	at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:265)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.alfresco.repo.management.subsystems.SubsystemProxyFactory$1.invoke(SubsystemProxyFactory.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
	at com.sun.proxy.$Proxy172.execute(Unknown Source)
	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 org.alfresco.repo.action.ActionServiceImpl.executeAction(ActionServiceImpl.java:559)
	at org.alfresco.repo.action.ActionServiceImpl.executeAction(ActionServiceImpl.java:848)
	at sun.reflect.GeneratedMethodAccessor1309.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.proceedWithAudit(AuditMethodInterceptor.java:249)
	at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:209)
	at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:164)
	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.$Proxy50.executeAction(Unknown Source)
	at org.alfresco.repo.activities.feed.EmailUserNotifier.notifyUser(EmailUserNotifier.java:180)
	at org.alfresco.repo.activities.feed.AbstractUserNotifier.notifyUser(AbstractUserNotifier.java:221)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.processInternal(FeedNotifierImpl.java:385)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.access$100(FeedNotifierImpl.java:339)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1$1.execute(FeedNotifierImpl.java:371)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1$1.execute(FeedNotifierImpl.java:368)
	at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1.doWork(FeedNotifierImpl.java:367)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2$1.doWork(FeedNotifierImpl.java:363)
	at org.alfresco.repo.tenant.TenantUtil.runAsWork(TenantUtil.java:119)
	at org.alfresco.repo.tenant.TenantUtil.runAsTenant(TenantUtil.java:88)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.process(FeedNotifierImpl.java:362)
	at org.alfresco.repo.activities.feed.FeedNotifierImpl$2.process(FeedNotifierImpl.java:339)
	at org.alfresco.repo.batch.BatchProcessor$TxnCallback.execute(BatchProcessor.java:713)
	at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:457)
	at org.alfresco.repo.batch.BatchProcessor$TxnCallback.run(BatchProcessor.java:757)
	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)
2015-09-15 09:32:15,811 WARN  [org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter] [http-apr-8080-exec-56] Metadata extraction failed (turn on DEBUG for full error): 
   Extracter: org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter@61280005
   Content:   ContentAccessor[ contentUrl=store://2015/9/15/9/32/8738677b-ba74-4e06-8375-932a7385ef68.bin, mimetype=application/pdf, size=1095639, encoding=UTF-8, locale=en_US]
   Failure:   Composite Properties must not include other Composite Properties as either Primary or Secondarynull
5.0.d

Upgrading Alfresco 4.0.0

Hello everyone. I'm new here. I was asked to upgrade my company's alfresco, but i just want to do the things right. I'm not a very experienced user in this (truely not in Alfresco) so i might want a little help.

Until now i know this:

1 - The server has Alfresco version 4.0.0 ( 4.0.e ? ). Found Lucene files and solr but don't know what the system uses. Only know that the system was installed in this version 4.0 and never got any upgrades.

2 - What should be the next step? Backup the files before upgrade? so what files do i need to backup? /alf_data/contentstore , /alf_data/contentstore.deleted and
/alfresco-4.0.e/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/test/alfresco-global.properties is engough?

3 - I read something about backuping the database but i really don't know what file or files to backup to ensure it's backup.

I'll apreciate any help anyone could give :)

Regards

Upgrade from 4.3 to 5.0 schema auto-update failed

We are on Ubuntu 14.04 and using postgresql 9.2 going to 9.3. On the new database I deleted the alf_bootstrap_lock table to try and get around the errors. This is the new error I m getting now:

2015-09-17 08:42:04,104 ERROR [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema auto-update failed
org.postgresql.util.PSQLException: ERROR: column "category_" of relation "act_ru_task" already exists

I also see this error next:

2015-09-17 08:42:04,108 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 08170000 Schema auto-update failed

Ideas on what I need to do to get the schema updates to work?

Thank you,
Eric Speake

5.0

Eric Speake
Senior Systems Administrator
O'Reilly Auto Parts

windows calc licences required?

Hello, I am sorry if this question has been answered in another post, but I am new in the alfresco community and I can not find the search facility.
I have a windows 2012 standard edition and I was planning to install Alfresco community there, no access to active directory or anything like that.
Question here is, do I need windows calc licences for the users connection to Alfresco?

Thanks


Number of users vs Performance

(@Mod: Hope this belongs here)

Hi,

I know that in Alfresco community you can have as many concurring users as your server's performance permits.

Our company has just been through a fusion and we've gone from 200 to 2700 employees.

I'm interrested in learning about enterprises who are using Alfresco Community for more than a thousand users simultanously. And without loosing performance!

I'm a little desperate, because if I don't find a case like this, my bosses will pull the plug on our Alfresco project (which has been going on for four years now!)

Hoping to hear from you guys!

Jeanne

4.2.f

홀짝토토(εїз) (εїз) 《EU0 3 . COM》까톡 come99 (εїз) (εїз)홀짝토토 홀짝토토

홀짝토토(εїз) (εїз) 《EU0 3 . COM》까톡 come99 (εїз) (εїз)홀짝토토 홀짝토토
홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토

홀짝토토(εїз) (εїз) 《EU0 3 . COM》까톡 come99 (εїз) (εїз)홀짝토토 홀짝토토
홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토

홀짝토토(εїз) (εїз) 《EU0 3 . COM》까톡 come99 (εїз) (εїз)홀짝토토 홀짝토토
홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토 홀짝토토

Share Point integration with Alfresco Community

Hi all,

I am new around here so if I am posting my query in the wrong section, then please accept my apologies.

I am trying to enable Edit Online option for editing MS Office docs using Share Point on Alfresco 5.0.d without using SSL. The server side is on Ubuntu 14.04 whereas I am accessing it using Mac OS X.

Whenever I click the link "Edit Online" I am getting a message saying that "No Connectivity with the server. The file 'http://10.XX.XX.XX:7070/alfresco/mysite/documentLibrary/Filename.docx' can't be opened because the server couldn't be contacted."

I tried connecting using Microsoft Document Connection and I was able to connect to it. I can even see the file and upload new files as well but when I try to open any already uploaded file, it doesn't let me.

Can anyone guide me, please.

Thanks

5.0.d

인터넷베팅사이트 ◙☬◙☄【 P1 0 0 1 . CoM】까톡 come99∬☄◙☬◙인터넷베팅사이트 인터넷베팅사이트

인터넷베팅사이트 ◙☬◙☄【 P1 0 0 1 . CoM】까톡 come99∬☄◙☬◙인터넷베팅사이트 인터넷베팅사이트
인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트

인터넷베팅사이트 ◙☬◙☄【 P1 0 0 1 . CoM】까톡 come99∬☄◙☬◙인터넷베팅사이트 인터넷베팅사이트
인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트

인터넷베팅사이트 ◙☬◙☄【 P1 0 0 1 . CoM】까톡 come99∬☄◙☬◙인터넷베팅사이트 인터넷베팅사이트
인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트 인터넷베팅사이트

Upgrading Alfresco 4.0.0

Hello everyone. I'm new here. I was asked to upgrade my company's alfresco, but i just want to do the things right. I'm not a very experienced user in this (truely not in Alfresco) so i might want a little help.

Until now i know this:

1 - The server has Alfresco version 4.0.0 ( 4.0.e ? ). Found Lucene files and solr but don't know what the system uses. Only know that the system was installed in this version 4.0 and never got any upgrades.

2 - What should be the next step? Backup the files before upgrade? so what files do i need to backup? /alf_data/contentstore , /alf_data/contentstore.deleted and
/alfresco-4.0.e/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/test/alfresco-global.properties is engough?

3 - I read something about backuping the database but i really don't know what file or files to backup to ensure it's backup.

I'll apreciate any help anyone could give :)

Regards

Upgrade from 4.3 to 5.0 schema auto-update failed

We are on Ubuntu 14.04 and using postgresql 9.2 going to 9.3. On the new database I deleted the alf_bootstrap_lock table to try and get around the errors. This is the new error I m getting now:

2015-09-17 08:42:04,104 ERROR [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema auto-update failed
org.postgresql.util.PSQLException: ERROR: column "category_" of relation "act_ru_task" already exists

I also see this error next:

2015-09-17 08:42:04,108 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 08170000 Schema auto-update failed

Ideas on what I need to do to get the schema updates to work?

Thank you,
Eric Speake

5.0

Eric Speake
Senior Systems Administrator
O'Reilly Auto Parts

windows calc licences required?

Hello, I am sorry if this question has been answered in another post, but I am new in the alfresco community and I can not find the search facility.
I have a windows 2012 standard edition and I was planning to install Alfresco community there, no access to active directory or anything like that.
Question here is, do I need windows calc licences for the users connection to Alfresco?

Thanks


Number of users vs Performance

(@Mod: Hope this belongs here)

Hi,

I know that in Alfresco community you can have as many concurring users as your server's performance permits.

Our company has just been through a fusion and we've gone from 200 to 2700 employees.

I'm interrested in learning about enterprises who are using Alfresco Community for more than a thousand users simultanously. And without loosing performance!

I'm a little desperate, because if I don't find a case like this, my bosses will pull the plug on our Alfresco project (which has been going on for four years now!)

Hoping to hear from you guys!

Jeanne

4.2.f

Share Point integration with Alfresco Community

Hi all,

I am new around here so if I am posting my query in the wrong section, then please accept my apologies.

I am trying to enable Edit Online option for editing MS Office docs using Share Point on Alfresco 5.0.d without using SSL. The server side is on Ubuntu 14.04 whereas I am accessing it using Mac OS X.

Whenever I click the link "Edit Online" I am getting a message saying that "No Connectivity with the server. The file 'http://10.XX.XX.XX:7070/alfresco/mysite/documentLibrary/Filename.docx' can't be opened because the server couldn't be contacted."

I tried connecting using Microsoft Document Connection and I was able to connect to it. I can even see the file and upload new files as well but when I try to open any already uploaded file, it doesn't let me.

Can anyone guide me, please.

Thanks

5.0.d

How to hide "Shared files" for consumer

Resolving install problems

To help us work out some of the more straight-forward install issues, try running the install and run .bat script files from a command prompt (cmd) in the c:\alfresco directory.

If there are any problems with locating MySQL, or the database hasn't been created sucessfully, then messages that normally disappear from view are visible and should help.

The simple scripts assume that Alfresco is installed in C:\ and if you put it anywhere else, you will need to adjust the start & stop scripts.

Likewise, they assume that MySQL is installed in C:\mysql and not configured as a service. If you already have MySQL installed and running, comment (rem) out the lines that start & stop MySQL from the Alfresco scripts.

Lastly, if you already have Tomcat running, you're best off stopping your existing one while playing with Alfresco (unless you fancy monkeying with port settings). Same goes for JBoss - if you already have it, then don't run it while using Alfresco.

Any other issues, post messages in the appropriate forum.

Cheers
Paul.

Dr Paul Holmes-Higgin
Chief Product Officer

Portable Alfresco - run it on a USB drive

Run Alfresco on a USB drive - am I mad? Not really, I needed something for demos and easy set up for training on Windows boxes. The whole lot needs about 400Mb without any content.

To get it all together, I've got a Windows folder structure like:

alf_port
|
+- bin
|
+- jdk
|
+- licenses
|
+- mysql
|
+- PortableOpenOffice
|
+- tomcat

The MySQL is the non-install version of 5.0 just unzipped, found at:
http://dev.mysql.com/downloads/mysql/5.0.html

The JDK is copied from a JDK installed from:
http://java.sun.com/j2se/1.5.0/download.jsp
... and the demo & sample directories removed

The PortableOpenOffice is just unzipped, found at:
http://johnhaller.com/jh/useful_stuff/portable_openoffice/
... with a mofified PortableOpenOffice.ini in the PortableOpenOffice folder

The Alfresco stuff just taken from the Tomcat bundle and placed in the alf_port folder. You'll need to set up the Alfresco database by starting MySQL by hand, running db_setup.bat, then stopping MySQL (see the alf_xxxx.bat scripts for how). The CIFS/file-system and image conversion components are picked up without copying them somewhere on the path. The Alfresco .bat files have been modified as below.

Cheers
Paul

===== PortableOpenOffice.ini =====

[PortableOpenOffice]
OpenOfficeDirectory=openoffice\program
UserProfileDirectory=userprofile
AdditionalParameters="-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless
WaitForOpenOffice=true
OpenOfficeExecutable=soffice.exe

# The above options are explained in the included readme.txt

===== SetPaths.bat =====

@ECHO OFF
REM Set Paths Utility
SET JAVA_HOME=jdk
SET OPENOFFICE_PATH=

===== alf_start.bat =====

@echo off
rem ---------------------------------------------------------------------------
rem Start script for the Alfresco Server
rem ---------------------------------------------------------------------------

rem ---------------------------------------
rem Start DB (MySQL) in a minimised console
rem ---------------------------------------

echo Starting MySQL...
start "MySQL Server" cmd /c mysql\bin\mysqld-nt --console
echo When MySQL has started...
pause

call alfresco.bat start

===== alf_stop.bat =====

@echo off
rem ---------------------------------------------------------------------------
rem Stop script for the Alfresco Server
rem ---------------------------------------------------------------------------

call alfresco.bat stop

rem ---------------------------------------
rem Shutdown MySQL
rem ---------------------------------------

echo Shutting down MySQL...
mysql\bin\mysqladmin -u root shutdown

===== alfresco.bat =====

@echo off
rem ---------------------------------------------------------------------------
rem Start script for the Alfresco Server
rem ---------------------------------------------------------------------------

set CATALINA_HOME=tomcat

rem --- If SetPaths.bat already exists - assume set by hand and use as is
if not exist "SetPaths.bat" goto getpaths
call SetPaths.bat
goto start

:getpaths
call RegPaths.exe
call SetPaths.bat
del SetPaths.bat

:start
set PATH=%JAVA_HOME%/bin;bin;%PATH%
rem ---------------------------------------
rem Start Components
rem ---------------------------------------

if not ""%1"" == ""start"" goto nostart

rem ---------------------------------------
rem Start Tomcat
rem ---------------------------------------

echo Starting Tomcat...
call "%CATALINA_HOME%\bin\startup.bat"

rem ---------------------------------------
rem Start OpenOffice for transformations
rem ---------------------------------------
if exist "start_oo.bat" call "start_oo.bat"

goto nostop
:nostart

rem ---------------------------------------
rem Stop Components
rem ---------------------------------------

if not ""%1"" == ""stop"" goto nostop

echo Shutting down Tomcat...
call %CATALINA_HOME%\bin\shutdown.bat

rem ---------------------------------------
rem Stop OpenOffice for transformations
rem ---------------------------------------
if exist "start_oo.bat" c:\windows\system32\taskkill /f /im soffice.bin

:nostop

===== start_oo.bat =====

@echo off
rem ---------------------------------------------------------------------------
rem Start script for the OpenOffice transform service
rem ---------------------------------------------------------------------------

echo Starting OpenOffice service...
call PortableOpenOffice\PortableOpenOffice.exe

Dr Paul Holmes-Higgin
Chief Product Officer

Viewing all 305 articles
Browse latest View live