oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.29k stars 739 forks source link

OpenGrok webapp fails to start after adding a project #4581

Closed abhi31oct closed 1 month ago

abhi31oct commented 1 month ago

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

opengrok

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 A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.