From: Sriram K. <sr...@sd...> - 2009-06-29 17:57:21
|
> >> Nope, all I'm seeing is: > > catalina.out:2009-06-26 13:18:12,515 INFO > edu.sdsc.nbcr.opal.AppServiceImpl.launchApp(AppServiceImpl.java:579) > - Using > job manager class: edu.sdsc.nbcr.opal.manager.DRMAAJobManager > > Is there an easy way for me to test whether the 3rd party package is > configured/working properly? Not that we know of. But we now do have a virtual PBS cluster here. Will let you know how it goes. > Is there some way for me to increase the verbosity of the debugging? You can increase the Opal debugging by editing the lib/ log4j.properties. You should change the line log4j.logger.edu.sdsc=WARN to log4j.logger.edu.sdsc=DEBUG After you do this, you will have to shut down tomcat, re-install Opal (ant install) and restart Tomcat. You should get more debug messages from Opal. Let us know if you see anything interesting with the increased logging information. Cheers, Sriram |