Where is the system log located?
On Wednesday, March 7, 2012 3:46:53 PM UTC-8, sti wrote: > > Do you find any exceptions from Jenkins in the system log? > > You should read what others have discussed here. You do not seem to be > alone with your problem. Far from it. > > -- Sami > > John Hinnegan <john.hinne...@gmail.com> kirjoitti 7.3.2012 kello 21.24: > > Jenkins hung on me again. It just stops responding to requests. I wish it > would just die so it would be restarted. > > Anyway, following along: > https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging > > Here's the JStack: http://pastebin.com/ZSNQgCm7 > Generated with sudo jstack -F 64871 > > Heres's the JMap: http://pastebin.com/Mytcsnpv > Generated with sudo jmap -heap 64871 > > It's OSX. My version of JMap didn't seem to understand what the > -dump:format=b,file=heap.hprof tip in the wiki was going for. Can someone > give me the command line to see how that would work? > > Also, I tried to get the core dump, but it seems on OS X they are > suppressed by default, at least according to: > http://stackoverflow.com/questions/2080918/where-are-core-dumps-written-to-in-mac-os-x > > I didn't know to run the ulimit command first, so it seems I don't have a > dump to share. > > Suggestions on what to do next time to help diagnose the issue appreciated. > > >