The same code/pom builds and runs fine on my Macbook Pro laptop, which is running 10.8.2 and has an NVidia 330M GPU. In both cases, the code is built and executed by JDK 7u10 (Developer preview). I'm not sure if this is related to the OS version, the GPU, or both. On my MBP, I always get three "invalid drawable" errors before the app successfully starts; here I get one and then the error dump. Currently trying to track down exactly where that comes from.
Re: Crash: Maven 2.0-rc10, OS X 10.7.5, Java 7u10, ATI Radeon HD 5750
Looks like RC11 isn't available in Maven yet (just checked the jogamp servers myself), which is a blocker because my build process relies on Maven. If I have to, I'll set up a fakey Maven repo on my localhost and give that a shot. The iMac is 10.7.5, not 10.8.2.
Re: Crash: Maven 2.0-rc10, OS X 10.7.5, Java 7u10, ATI Radeon HD 5750
That fixed it! I had to manually create a Maven repository on my localhost containing properly-named versions of those files, and then it lit off alright!
Apparently my "textures don't load on ATI cards" bug is still alive, though.
Any timetable on a 2.0rc11 release (including to Maven)? Once I get my primary machine back alive I should be able to build Maven versions myself, but it would be nicest to be able to use the official jogamp repo.