Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openkm installation problem #268

Closed
belle561 opened this issue Nov 19, 2020 · 12 comments
Closed

openkm installation problem #268

belle561 opened this issue Nov 19, 2020 · 12 comments

Comments

@belle561
Copy link

good evening everyone

i installed openkm on eclipse but it found this error.
how to fix this error?

image

@darkman97i
Copy link
Contributor

The main errors are the missing artifacts. Try to build the application from the command line:
mvn -Dmaven.test.skip=true clean package

@belle561
Copy link
Author

belle561 commented Nov 23, 2020

Hi
How to solve the problem?
image

@darkman97i
Copy link
Contributor

First update to the latest version because the currently download code is from version 6.2.6. Follow the steps:

  • right button to watch contextual menu
  • choose team
  • choose pull option

Then in the tool bar you should be a build configuration to build the project
Selección_021

@zohramchiri
Copy link

zohramchiri commented Nov 26, 2020

ok

@zohramchiri
Copy link

hello,
How to solve the problem?

image

@darkman97i
Copy link
Contributor

What jdk version are you using to start tomcat ... I think might be the problem.
Did you downloaded the portable development environment from https://www.openkm.com/en/download.html ?

@zohramchiri
Copy link

i use jdk 1.8

@darkman97i
Copy link
Contributor

You have strange things, I just downloaded the OpenKM personal development environment and I compiled and started the tomcat without any kind of issue.
As is explained in this section of our webpage https://www.openkm.com/en/download.html you might download from https://download.openkm.com/ and install like is shown in the next video
https://www.youtube.com/watch?v=9ugBYf5ggu8&feature=emb_logo

I compiled
OpenKM-ComPorDev  Corriendo  - Oracle VM VirtualBox_037

And started the tomcat what comes with OpenKM 6.3.10
OpenKM-ComPorDev  Corriendo  - Oracle VM VirtualBox_038

I suggest following the steps described in our website

@soubhi
Copy link

soubhi commented Feb 1, 2021

Hi darkman97i ,
I was trying to install OpenKM using the source code by running "mvn clean package"
But I got some warnings during the compilation and exceptions during the tests . Apparently the tests failed and I got "Build failure".
image
image
image
image

So I ran with skipping the tests using "mvn -Dmaven.test.skip=true clean package". And the build was successful.
image

So I checked localhost:8080/OpenKM, but it says "localhost refused to connect".
image

Please help.

Also I tried installing on eclipse without tests, the build was successful, but I cannot see any "servers" tab or tomcat server like how you had in the above screenshot.
image

PS : My internet is working fine

@darkman97i
Copy link
Contributor

Seems you have not started tomcat server?

@soubhi
Copy link

soubhi commented Feb 1, 2021

Should I install Tomcat server separately? If so, can you tell me the compatible version of tomcat for OpenKM?

@darkman97i
Copy link
Contributor

Should start tomcat configured in eclipse ( server tab )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants