Questions tagged [openkm]

OpenKM is a Free/Libre document management system that provides a web interface for managing arbitrary files. OpenKM includes a content repository, Lucene indexing, and jBPM workflow. The OpenKM system was developed using Java technology.

27 questions
7
votes
1 answer

Add war to spring boot embedded tomcat

I have a spring-boot 2.1.2.RELEASE application that uses embedded tomcat webserver and uses OpenKM via it's SDK. Now, I have some integration tests that use restassured lib to make REST calls and verify response structure. My idea is to integrate…
greengold
  • 1,184
  • 3
  • 18
  • 43
2
votes
0 answers

Installation of open km not successful

OpenKM Installed on OS: Windows Server 2016 VM: ESX 6.5 After the successful Installation, the Apache Service is not showing in Microsoft Services Console (MSC). Find below the error generated after a login attempt…
2
votes
2 answers

Render thumbnail in Angular4

I am trying to render an image which I got from a Java service as InputStream, re-send it through NodeJS Express server and finally render it in Angular4 Here's what I do: Java Jersey service: @GET @Path("thumbnail") @ApiOperation( value =…
greengold
  • 1,184
  • 3
  • 18
  • 43
2
votes
1 answer

How to deploy workflow to openkm?

I have installed jbpm 6.3 and have a "hello world" workflow project to deploy to my openkm. I can't find a "deployment tab" anywhere neither could i find an option to export .par file. Can anyone help me? Thanks
Kunal
  • 327
  • 1
  • 4
  • 19
2
votes
0 answers

opensource DMS with API for Java EE application access

We have a Java EE application clustered with load balancer and we are looking to store some documents (mostly PDF and MS Word). For this, we need to setup a simple and basic Document Management System (DMS) which is Opensource and free. We should be…
1
vote
1 answer

Running MVN INSTALL with OPENCMIS

I´m trying to set up the OpenCMIS InMemory Repository following the instructions from Apache but I keep getting the following error when running the Maven command mvn clean install -Dmaven.test.skip=true. [ERROR] Failed to execute goal…
1
vote
0 answers

OpenKm using java

can anyone tell me how to connect to openkm from a client system to the server using java? I am working on a project where there is a need to connect to openkm and store the file there in the server. I had seen some examples but not able to find the…
HARISH
  • 193
  • 4
  • 14
1
vote
0 answers

OpenCMIS upload files with the same name

I am trying to implement an uploading functionality using OpenCMIS for C# and on OpenKM Server. I would like to allow uploading existing files in a specific directory, and having something like this: Filename, Filename(1), Filename(2), etc.…
user3026017
  • 569
  • 4
  • 10
1
vote
1 answer

OpenKm 6.3.0 is not starting in Ubuntu server

Previously I used OpenKM 5.1.11 But now I want to install OpenKM 6.3.0. I just unzip openkm-6.3.0-community-tomcat-bundle.zip. in /opt I tried sudo /opt/tomcat/bin/catalina.sh run I got error. So please help me solve this issue. Thanks in Advance
1
vote
1 answer

Using SetEncryption method in OpenKM

I'm trying to implement encrypt our documents in OpenKM. I used setEncryption method with some cipher text and OpenKM shows me with encrypted icon. I'm confused whether its really encrypted or not. Im able to download without any cipher text from…
Selvakumar Ponnusamy
  • 5,363
  • 7
  • 40
  • 78
1
vote
1 answer

Start workflow popup menu is empty in OpenKM web interface

I've created a simple workflow in jBoss studio and deployed it on OpenKM, every things is OK and my workflow will be shown in administration panel but in desktop panel there is no files in /okm:root/ and when I want to start my workflow the workflow…
frogatto
  • 28,539
  • 11
  • 83
  • 129
0
votes
0 answers

Api integration of open-Km is No 'Access-Control-Allow-Origin' header is present Origin 'URL' is therefore not allowed access

I have a problem integrating an openkmapi with angular application, I'm more on the sysops of knowledge so need some help. When I use the url of open-km with the we app it gives me an error related to cors origin, I tried to search what to do but…
0
votes
0 answers

Latest OpenKM 6.3.x source download missing frontend folder

I understand the latest version of OpenKM CE is 6.3.12, is that right? I am looking for a download of the latest openKM which includes the frontend folder and associated JS missed out in the source code download at githut page as of today. This…
Kareem
  • 41
  • 4
0
votes
1 answer

api response shows some black rectangles and question marks inside it

I have been using openKM for document management and after retrieving image from openkm using api it shows question marks rectangles. I have already checked this question but did not help . my python code for making api request any help will be…
Naqib007
  • 3
  • 2
0
votes
0 answers

Show OpenKM by iframe with search result display

I have a web application. I need to embed a data management system (OpenKM) into it by iframe. The result I would like to achieve : pass searh criteria when iframe the OpenKM and show the search reult. Is it possible to achieve that and how? The…
Jesse
  • 1
1
2