Replies: 2 comments 8 replies
-
Given that the webapp is no longer present hints that there is something fundamentally wrong with it or it was undeployed for some reason. You need to check the webapp/server logs to see what is going on. |
Beta Was this translation helpful? Give feedback.
6 replies
-
@vladak I redeployed everything, and it started working. I was able to use opengrok for two days, but suddenly it stopped working without any trigger-
I can see failures while deploying, Can you please help to figure out what is the issue? Error observed in Catalina.out-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have organised my open Gronk in multiple projects, and projects are organised in project groups like-
ProjectGroup1-
-- Project1
-- Project2
ProjectGroup2-
-- Project3
-- Project4
ProjectGroup3-
-- Project5
-- Project6
A total of 17 projects were created, and till project 16, everything was working fine. However when I added Project 17, and indexed it,
opengrok app stopped working. I am getting this error - HTTP Status 404 – Not Found
bash# /opt/tomcat/bin/catalina.sh version
Using CATALINA_BASE: /opt/tomcat
Using CATALINA_HOME: /opt/tomcat
Using CATALINA_TMPDIR: /opt/tomcat/temp
Using JRE_HOME: /usr/local
Using CLASSPATH: /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar
Using CATALINA_OPTS:
Server version: Apache Tomcat/10.1.23
Server built: Apr 16 2024 12:17:18 UTC
Server number: 10.1.23.0
OS Name: Linux
OS Version: 4.18.0-513.11.1.el8_9.x86_64
Architecture: amd64
JVM Version: 21.0.2+13-LTS
JVM Vendor: Red Hat, Inc.
bash# ls -lh /opt/tomcat/webapps/
total 51M
drwxr-xr-x 16 root root 4.0K May 10 01:19 docs
drwxr-xr-x 7 root root 99 May 10 01:19 examples
drwxr-xr-x 6 root root 79 May 10 01:19 host-manager
drwxr-xr-x 6 root root 114 May 10 01:19 manager
drwxr-xr-x 3 root root 4.0K May 10 01:19 ROOT
drwxr-xr-x 6 root root 4.0K May 22 10:04 source
-rwxr-xr-x 1 root root 51M May 22 10:04 source.war
[abhisheksing@dc5lp-fae-app01 src]$
To Reproduce
Steps to reproduce the behavior: It happens suddenly after adding the 17th project and indexing that
Expected behavior
Opengrok app should work
Beta Was this translation helpful? Give feedback.
All reactions