The problem does occur on Oracle JDK 1.7.

When I opened this ticket, we were using Oracle JDK 1.6:

Java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)

Today, I upgraded our Jenkins box to Oracle JDK 1.7:

java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) Server VM (build 24.65-b04, mixed mode)

We start Jenkins using the jar runner. Here's the full command run:

/opt/local/java/sun6/bin/amd64/java -Xmx4g -XX:PermSize=192m -XX:MaxPermSize=192m -jar /opt/jenkins/jenkins.war --httpListenAddress=127.0.0.1 --httpPort=8080

Since I wasn't super specific before, the exact problem is that Jenkins continues to accept HTTP requests, but hangs without writing any bytes until the client times out. I've uploaded the output of the systemInfo page and new dumps from jmap -heap and jstack -F on JDK 1.7.

Thanks!

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to