timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-24357] Jenkins 1.535+ versions do not work on Solaris 10 #5411

Open timja opened 10 years ago

timja commented 10 years ago

Tried installing 1.558 on Solaris 10

tried starting the jenkins using this command -> java -DJENKINS_HOME=/.jenkins -jar jenkins.war --httpPort=8082

result

INFO: JNLP slave agent listener started on TCP port 45740
Aug 20, 2014 4:27:12 PM hudson.WebAppMain$3 run
INFO: Jenkins is fully up and running

But when I open it in browser it tries to load it indefinetly. This issue is happening with all 1.535+ versions

I saw few defects had mentioned this is due to jetty and the folder where it extracts the war file, but in 1.558 that was fixed and it war file is extracted at correct place. Still the issue exist

The TCP port 8082 is listening and my connection is shown in two status ESTABLISHED and CLOSE_WAIT status

I am using java version "1.6.0_65"


Originally reported by bhagyesh12, imported from: Jenkins 1.535+ versions do not work on Solaris 10
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 10 years ago

danielbeck:

Please provide a thread dump of the Jenkins java process.

timja commented 10 years ago

danielbeck:

It looks like this may duplicate the linked issue. Can you confirm?

timja commented 10 years ago

bhagyesh12:

Thread dump for the process is attached

I thought the issue is similar but at this point I am not that sure about it

timja commented 10 years ago

plheide:

This is also the case for Solaris 11.1 and 11.2 with Java 1.7_65 and Java 1.8_20.

What struck me is that the log entry:
Sep 16, 2014 11:38:26 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: NO JSP Support for /jenkins, did not find org.apache.jasper.servlet.JspServlet

is still present..

Can that be a clue?

timja commented 10 years ago

danielbeck:

45 GC threads immediately after start, and 98% used in the permgen... I'd try to look into setting a larger permgen using Java command line args, or maybe throttle the GC.

timja commented 9 years ago

bhagyesh12:

I tried with higher permgen of 1024mb, did not work

timja commented 8 years ago

areshetov:

bhagyesh12, how many CPU cores on this system?

timja commented 2 years ago

[Originally duplicated by: JENKINS-24725]

timja commented 2 years ago

[Originally duplicated by: JENKINS-26219]

timja commented 2 years ago

[Originally related to: JENKINS-23863]