Giter VIP home page Giter VIP logo

alfresco-docker-template's People

Contributors

angelborroy-ks avatar bhagyas avatar mikelasla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfresco-docker-template's Issues

Sending pdf to Alfresco via cifs doesn't fire metadata extracter

Hi angelborroy-ks

I've been struggling quite a bit to find a dockerized alfresco that works fine.
I've test many recent versions that suffer from a well know bug:
https://hub.alfresco.com/t5/alfresco-content-services-forum/resize-the-thumbnails-on-gallery-view/m-p/28036

I can not live with this bug.

I run now a customized version of your 201702-GA template. I like this template very much, it's quite flexible and useful. Thank you for your very interesting work.

Everything is okay with the exception of following:
Are you aware of this issue that I raised fee weeks ago ?

https://hub.alfresco.com/t5/alfresco-content-services-forum/sending-pdf-to-alfresco-via-cifs-doesn-t-fire-metadata-extracter/m-p/293588#M16467

Any idea that would help me to solve this issue ?

Best regards.

Jean-Pierre Buttet

JRE_HOME is not set anymore

In previous base images, JRE_HOME was established.

Probably it should be advisable to include it again at centos7-openjdk8

ENV JAVA_HOME=/usr/lib/jvm/jre
ARG JRE_HOME=${JAVA_HOME}

Solr startup error

Hello,

I've been running Alfresco for about 5 years but the cool Docker technology is quite new for me.
Your Docker template looks like a very interesting solution that enables quick and easy Alfresco deployment along with https frontend.

Thank you very much for your work.

I'm trying /templates/201806-GA/.

  • I set permission for UID 1001 for the solr-data folder in the host
  • I could make a docker-compose up -d then checked with dicker ps command.
  • Alfresco share is accessible via the web interface but something looks like wrong with solr.

The solr log shows:

org.apache.solr.common.SolrException: Error CREATEing SolrCore 'alfresco': Unable to create core [alfresco] Caused by: /opt/alfresco-search-services/data/alfresco

org.apache.solr.common.SolrException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
at org.apache.solr.core.SolrCore.(SolrCore.java:903)
at org.apache.solr.core.SolrCore.(SolrCore.java:776)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
at org.alfresco.solr.AlfrescoCoreAdminHandler.createAndRegisterNewCore(AlfrescoCoreAdminHandler.java:552)
at org.alfresco.solr.AlfrescoCoreAdminHandler.newCore(AlfrescoCoreAdminHandler.java:458)
at org.alfresco.solr.AlfrescoCoreAdminHandler.newDefaultCore(AlfrescoCoreAdminHandler.java:385)
at org.alfresco.solr.AlfrescoCoreAdminHandler.setupNewDefaultCores(AlfrescoCoreAdminHandler.java:141)
at org.alfresco.solr.AlfrescoCoreAdminHandler.lambda$startup$0(AlfrescoCoreAdminHandler.java:111)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: java.nio.file.AccessDeniedException: /opt/alfresco-search-services/data/alfresco
at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:439)
at org.apache.solr.core.SolrCore.(SolrCore.java:844)

Could you please help to to solve this issue ?

Thanks in advance.

Jean-Pierre

How to install amp?

Hi, I want to use this set up in dev to test some open source amps. I tried using 201707-GA template but not sure how to install an amp. Trying to install the js-console amp for testing. Thxn in Advance

Service 'share' failed to build

I'm trying to use 201707-GA template, when I execute docker-compose up I get the below error:

./bin/apply_amps.sh: line 10: $'\r': command not found
./bin/apply_amps.sh: line 22: syntax error near unexpected token `elif'
'/bin/apply_amps.sh: line 22: `elif [ -n "$JAVA_HOME" ] && [ -x "$JAVA_HOME/bin/java" ]; then
ERROR: Service 'share' failed to build: The command '/bin/sh -c bash ./bin/apply_amps.sh -force -nobackup' returned a non-zero code: 2

Solr6 start error

I got the following error when I tried to run alfresco-solr6/201707-GA :-/

ERROR: for cloud_solr6_1  Cannot start service solr6: oci runtime error: container_linux.go:262: starting container process caused "exec: \"./run.sh\": permission denied"

ERROR: for solr6  Cannot start service solr6: oci runtime error: container_linux.go:262: starting container process caused "exec: \"./run.sh\": permission denied"

For me fixed by changing file keensoft/alfresco-docker-template/blob/master/alfresco-solr6/201707-GA/Dockerfile lines from:

RUN set -x && chown -RL solr:solr $SOLR_DIR

to:

RUN set -x && \
    chown -RL solr:solr $SOLR_DIR && \
    chmod +x $SOLR_DIR/run.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.