docdoku / docdoku-plm

The project purpose is to develop a comprehensive, robust open source PLM (Product LifeCycle Management) solution.
http://www.docdokuplm.com
GNU Affero General Public License v3.0
237 stars 97 forks source link

Unable to checkout while building DocDokuPLM #1230

Open sruthisweet opened 3 years ago

sruthisweet commented 3 years ago

error: pathspec 'reports/origin/dev' did not match any file(s) known to git

I get this error while checking out after cloning the docdokuplm repository from git hub. Kindly look into it. Thank you

mguimard commented 3 years ago

Not able to reproduce, please give us some details:

Thomas-Price6 commented 2 years ago

I am having the same issue. It is holding up getting your software implemented.

crackston commented 2 years ago

There is no 'dev' branch to checkout from github. This is in reference to the "Software Configuration" document of this wiki: https://github.com/docdoku/docdoku-plm/wiki/Software-Configuration#build-process There is no POM file for the Master branch so it aslo cannot be used in the context of the documentation.

$ git show-ref 6ef98052bd7ddb0bb3051dabb75dc0b03555fa82 refs/heads/master 6ef98052bd7ddb0bb3051dabb75dc0b03555fa82 refs/remotes/origin/HEAD bdf44cfa18a77e9904ffaf022ccf272f226c8626 refs/remotes/origin/gh-pages 6ef98052bd7ddb0bb3051dabb75dc0b03555fa82 refs/remotes/origin/master

OS: Ubuntu 20.04 $ mvn -v Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 1.8.0_312, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.13.0-28-generic", arch: "amd64", family: "unix"

GIT version 2.25.1

dmtrsplk commented 2 years ago

Same here. I tried to build each subfolder and then deploy the app, but it won't start anyway. After deploying the *.ear file I get the following error:

Error occurred during deployment: Exception while loading the app : javax.ejb.CreateException: Initialization failed for Singleton ApplicationStart. Please see server.log for more details.

edit

At least I managed to deploy the ear file by renaming the JNDI auth.config property as oauth.config. Still can't get the app to work though.