Re: debugging remote JAI app

"Richard O. Hammer" <rhammer-KKlG/[email protected]> Sun, 06 Jun 2010 20:20:22 -0400
Newsgroups gmane.org.user-groups.trijug.juglist
Message-ID <[email protected]>
1. I suppose your call to VERDI runs as some linux user.  Is it the same user as 
the admins' linux user when they run their test?  A problem might arise if your 
user does not have permission to read the necessary jars.

2. The stack trace, being based in Boot.main, suggests to me that your call is 
not being run as a service (a service's thread which would start somewhere other 
than main), but is calling "java MainClass" more-or-less directly.  That's 
curious to me, but not a smoking gun.

Rich Hammer