-
Notifications
You must be signed in to change notification settings - Fork 430
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
Cannot run locally #2367
Comments
Could you please provide us and back-end log files? |
Here is my docker-compose file `version: '3.8' cache: db: obp-api: volumes: Here is my log file: `/opt/java/openjdk/bin/java -Djava.io.tmpdir=/tmp/jetty -Djetty.home=/usr/local/jetty -Djetty.base=/var/lib/jetty -Djava.io.tmpdir=/tmp/jetty -cp /usr/local/jetty/lib/mail/javax.mail.glassfish-1.4.1.v201005082020.jar:/var/lib/jetty/resources:/usr/local/jetty/lib/servlet-api-3.1.jar:/usr/local/jetty/lib/jetty-schemas-3.1.jar:/usr/local/jetty/lib/jetty-http-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-server-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-xml-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-util-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-io-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-jndi-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-security-9.4.54.v20240208.jar:/usr/local/jetty/lib/transactions/javax.transaction-api-1.3.jar:/usr/local/jetty/lib/jetty-servlet-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-webapp-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-plus-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-annotations-9.4.54.v20240208.jar:/usr/local/jetty/lib/annotations/asm-9.6.jar:/usr/local/jetty/lib/annotations/asm-analysis-9.6.jar:/usr/local/jetty/lib/annotations/asm-commons-9.6.jar:/usr/local/jetty/lib/annotations/asm-tree-9.6.jar:/usr/local/jetty/lib/annotations/javax.annotation-api-1.3.2.jar:/usr/local/jetty/lib/apache-jsp/org.eclipse.jdt.ecj-3.19.0.jar:/usr/local/jetty/lib/apache-jsp/org.eclipse.jetty.apache-jsp-9.4.54.v20240208.jar:/usr/local/jetty/lib/apache-jsp/org.mortbay.jasper.apache-el-8.5.70.jar:/usr/local/jetty/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.5.70.jar:/usr/local/jetty/lib/apache-jstl/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar:/usr/local/jetty/lib/apache-jstl/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar:/usr/local/jetty/lib/jetty-client-9.4.54.v20240208.jar:/usr/local/jetty/lib/jetty-deploy-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/javax.websocket-api-1.0.jar:/usr/local/jetty/lib/websocket/javax-websocket-client-impl-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/javax-websocket-server-impl-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-api-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-client-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-common-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-server-9.4.54.v20240208.jar:/usr/local/jetty/lib/websocket/websocket-servlet-9.4.54.v20240208.jar org.eclipse.jetty.xml.XmlConfiguration at.least.java9=true java.io.tmpdir=/tmp/jetty java.version=11.0.23 java.version.major=11 java.version.micro=23 java.version.minor=0 java.version.platform=11 jetty.base=/var/lib/jetty jetty.base.uri=file:///var/lib/jetty jetty.home=/usr/local/jetty jetty.home.uri=file:///usr/local/jetty runtime.feature.alpn=true /usr/local/jetty/etc/jetty-bytebufferpool.xml /usr/local/jetty/etc/jetty-threadpool.xml /usr/local/jetty/etc/jetty.xml /usr/local/jetty/etc/jetty-webapp.xml /usr/local/jetty/etc/jetty-plus.xml /usr/local/jetty/etc/jetty-annotations.xml /usr/local/jetty/etc/jetty-deploy.xml /usr/local/jetty/etc/jetty-http.xml 03:13:06.365 [main] INFO bootstrap.liftweb.Boot - external props folder: List() |
Hello Team, Any update on this issue? I am also trying to set up the OBP-API in Kubernetes but facing this same issue. I have faced this issue after building the docker image. |
Hello,
I'm tring to run obp-api locally with intellij. I followed all the steps mentioned in the read.me files but the page does not load properrly,
also, redirect to sign-in does not work . Can someone please advise ? Thank you
If i set up a postgres database, I see the tables are created but the web page still doesen't work:
The text was updated successfully, but these errors were encountered: