-
Notifications
You must be signed in to change notification settings - Fork 27
Error while building #25
Comments
It was working until they deleted build #29 of CTE on Pentaho CI. Anyway I fixed this and updated docker file in all branches. Try pull the change and let me know if it works on your end. |
It now hangs for a while after I run "docker-compose up -d", on this step:
Maybe there should a message informing the user that something is running behind the scenes? Thanks a lot for your nice work!! |
Thanks for taking your time try this. Building the docker image will take some time, so maybe you can just remove the line with "build: ." in docker-compose.yml file to skip that? I'll remove the extra line and update instructions tomorrow. |
It also lasts a lot of time until it actually runs the pentaho server. All the process hangs after "Fixing permissions" for a long time. |
Sorry again: After a while, I receive this message: *** ./docker-entrypoint.sh exited with status 137. And the docker container shuts down. Maybe a newer version of some file is producing the error? |
Sorry to hear about this. Are you using docker-compose? Can you try the first two approaches in readme to see if it works? You'd better issue the following commands firstly to ensure you removed the old container and downloaded latest image.
I saw your previous message and will refine shell script so that fixing permission won't take too long. |
Now I have this issue. I want to clear up that I'm using Docker on top of Mac, could that be an issue? 11-Feb-2017 17:04:39.952 WARNING [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library failed to load. The error reported was [/biserver-ce/tomcat/lib/libtcnative-1.so.0.2.8: libapr-1.so.0: cannot open shared object file: No such file or directory] |
Thanks for reporting this and sorry for the late reply. I'll look into this tonight and update. Since it's a warning I guess the server itself is functional, right? I use mac too so it's not a problem. |
Whenever I try to build the docker image I get this error:
The command '/bin/sh -c wget -P $BISERVER_HOME/tomcat/webapps/pentaho/WEB-INF/lib https://github.com/zhicwu/saiku/releases/download/3.8.8-SNAPSHOT/saiku-olap-util-3.8.8.jar && wget -O btable.zip https://github.com/zhicwu/BTable/releases/download/7.0-RC1/BTable-7.0-RC1.zip && wget -O saiku-chart-plus.zip http://sourceforge.net/projects/saikuchartplus/files/SaikuChartPlus3/saiku-chart-plus-vSaiku3-plugin-pentaho.zip/download && wget --progress=dot:giga https://github.com/zhicwu/saiku/releases/download/3.8.8-SNAPSHOT/saiku-plugin-p6-3.8.8.zip http://ci.pentaho.com/job/webdetails-cte/29/artifact/dist/cte-7.0-SNAPSHOT.zip http://ctools.pentaho.com/files/d3ComponentLibrary/14.06.18/d3ComponentLibrary-14.06.18.zip https://github.com/rpbouman/pash/raw/master/bin/pash.zip && for i in *.zip; do echo "Unpacking $i..." && unzip -q -d pentaho-solutions/system $i && rm -f $i; done && rm -f *.zip' returned a non-zero code: 8
The text was updated successfully, but these errors were encountered: