• Search

  • Search it up!

Search found 13 matches

 Go to advanced search

Re: Actual docker version creates unexpected volume

 by HugoHiasl ¦  Fri Oct 16, 2020 7:15 pm ¦  Forum: Installation ¦  Topic: Actual docker version creates unexpected volume ¦  Replies: 3 ¦  Views: 2677

The one that is mounted to /opt/tomcat with the internal generated name.

In the image the second last row.

I ran it with

docker run .... -v /data/docker volumes/openkm_data:/opt/tomcat/repository

no additional second -v for the docker data volume.

Actual docker version creates unexpected volume

 by HugoHiasl ¦  Tue Oct 13, 2020 10:15 am ¦  Forum: Installation ¦  Topic: Actual docker version creates unexpected volume ¦  Replies: 3 ¦  Views: 2677

Hi, I did set up the docker version on a linux server and it works like a charm with my postgres also running in a docker container. For the repository I did mount a volume on the host system to make backups and upgrades easier. When I take a look on portainer on the running openkm-ce container I se...

Re: Docker Community Image / Image Preview dont work

 by HugoHiasl ¦  Fri Aug 21, 2020 11:38 am ¦  Forum: Configuration ¦  Topic: Docker Community Image / Image Preview dont work ¦  Replies: 12 ¦  Views: 4915

Thats possible. I checked and saw that the image was downloaded in March already.

I will try to delete the image and get the newest to have all enhancements included.
Thanks for your response.

2020-08-21 13_35_18-Portainer.png
2020-08-21 13_35_18-Portainer.png (15.34 KiB) Viewed 4319 times

Re: Docker Community Image / Image Preview dont work

 by HugoHiasl ¦  Mon Aug 17, 2020 2:31 pm ¦  Forum: Configuration ¦  Topic: Docker Community Image / Image Preview dont work ¦  Replies: 12 ¦  Views: 4915

I checked further. Just change policy.xml in /etc/ImageMagic6. Replcace rights="none" with rights="read|write" for some entries regarding to: https://stackoverflow.com/questions/42928765/convertnot-authorized-aaaa-error-constitute-c-readimage-453 2020-08-17 16_29_34-192.168.10.60...

Re: Docker Community Image / Image Preview dont work

 by HugoHiasl ¦  Mon Aug 17, 2020 1:07 pm ¦  Forum: Configuration ¦  Topic: Docker Community Image / Image Preview dont work ¦  Replies: 12 ¦  Views: 4915

Same issue here.

Docker Desktop for Windows running the container.

Seems to be an authorization issue.

OpenKM.log shows the attached error:

log file entry when trying to preview .jpg file.
log file entry when trying to preview .jpg file.
2020-08-17 15_02_47-192.168.10.60 - Remotedesktopverbindung.png (348.93 KiB) Viewed 4364 times
Maybe this helps you to track down the issue.

Thanks.

Re: start/stop tomcat in docker container

 by HugoHiasl ¦  Mon Aug 17, 2020 12:57 pm ¦  Forum: Usage ¦  Topic: start/stop tomcat in docker container ¦  Replies: 2 ¦  Views: 3583

The solution is to use a host directory as repository volume (or a docker persistent volume). This way the tomcat (openkm/openkm-ce) container can be stopped and the repository is still available for backup. Reason why you need a mounted volume is because if running tomcat in the docker a tomcat shu...

Re: start/stop tomcat in docker container

 by HugoHiasl ¦  Mon Aug 17, 2020 10:46 am ¦  Forum: Usage ¦  Topic: start/stop tomcat in docker container ¦  Replies: 2 ¦  Views: 3583

If I execute shutdown.sh in /opt/openkm/bin is says:

$CATALINA_PID was set but the specified file does not exist. Is Tomcat running? Stop aborted.

But if I connect to the given port 8080 I can use openkm. So it must be running.

start/stop tomcat in docker container

 by HugoHiasl ¦  Sat Aug 15, 2020 11:30 pm ¦  Forum: Usage ¦  Topic: start/stop tomcat in docker container ¦  Replies: 2 ¦  Views: 3583

Hello, I am using the openkm/openkm-ce docker image. I did set it up to work with a MSSQL in a docker container. Now I wrote a backup script that is doing a daily backup for me. Backing up database works. Zipping and backing up repository works in my DEV. But I have one problem. Whenever I want to s...

Not sure if pagination works as expected

 by HugoHiasl ¦  Wed Jul 08, 2020 10:36 am ¦  Forum: Customization & Improvements ¦  Topic: Not sure if pagination works as expected ¦  Replies: 1 ¦  Views: 7956

Hello, as stated in the user forum I am new to openkm and reviving my j2ee skills from tens of years ago. I was now uploading about 1700 files to a single folder which is meant to be the "Unhandled" folder for REST uploads. When I try to view the documents it takes a long time until they a...

Re: set creation date when uploading using REST API

 by HugoHiasl ¦  Mon Jul 06, 2020 9:13 pm ¦  Forum: Usage ¦  Topic: set creation date when uploading using REST API ¦  Replies: 5 ¦  Views: 2521

Hello, I was now able to debug and compile the project on my end. I still get some error messages in the console. The functionality that I was looking for was relatively easy to build. I only added an additional endpoint in /rest/enpoint/DocumentService.java which now allows an additional "crea...

Re: set creation date when uploading using REST API

 by HugoHiasl ¦  Mon Jun 29, 2020 8:50 am ¦  Forum: Usage ¦  Topic: set creation date when uploading using REST API ¦  Replies: 5 ¦  Views: 2521

Hello, that would be nice. I am a professional software developer but my last JSP project was more than 10 years ago. So I need to get familiar again with all the java stuff especially maven (which wasn't used at that time). I downloaded the development machine OVA and imported it into my vmware pla...

set creation date when uploading using REST API

 by HugoHiasl ¦  Fri Jun 26, 2020 1:17 pm ¦  Forum: Usage ¦  Topic: set creation date when uploading using REST API ¦  Replies: 5 ¦  Views: 2521

Hello, I run an openkm ce in a docker and would like to create a hot folder like tool to import from a network share, add some keywords and move to another folder afterwards on disk. The network shares will have different credentials so I need to write my own hot folder tool. In a flat folder I have...

Re: [SOLVED] OKMHotFolder not working on Windows 7

 by HugoHiasl ¦  Wed Jun 17, 2020 4:48 pm ¦  Forum: Usage ¦  Topic: [SOLVED] OKMHotFolder not working on Windows 7 ¦  Replies: 7 ¦  Views: 3751

I had the same issue and was asking here for help.

Meanwhile I realized that I just needed to run the installer as "Administrator". Being an administrator and running without elevated privileges did not work.

Maybe that helps other people with same issue.

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.