The second stack trace is a red herring I think, looking at src/jogl/classes/jogamp/opengl/awt/Java2D.java
around line 221....this is just an extra verbose debug message that isn't testing for OSX before trying the OSX bridge.
The fact that you get to the:
"JOGL/Java2D integration enabled"
Should mean this is harmless, the first stacktrace however...the one somewhere below getMaxFixedFunction
seems like it _could_ be related, but I just don't know why this happens for you :-/
It would be great if you could investigate this - no worries about middle August, as long as a solution is found I'm happy. Harvey, agreed - the second stacktrace may be a red herring - I was just playing around with alternative options :)