From: Malcolm T. <mt...@wu...> - 2009-06-22 15:26:44
|
I'm attempting to set up my own local Opal server. I have a couple of configuration questions: - in etc/opal.properties, the examples for the opal.jobmanager parameter read: # full qualified class name (FQCN) of the job manager being used opal.jobmanager=edu.sdsc.nbcr.opal.manager.ForkJobManager # opal.jobmanager=edu.sdsc.nbcr.opal.manager.DRMAAJobManager # opal.jobmanager=edu.sdsc.nbcr.opal.manager.GlobusJobManager # opal.jobmanager=edu.sdsc.nbcr.opal.manager.RemoteGlobusJobManager If my system is named foo.bar.com and I wanted to use DRMAA, would I use: opal.jobmanager=com.bar.foo.opal.manager.DRMAAJobManager ? It's not clear whether the server used in the example is: opal.nbcr.sdsc.edu or nbcr.sdsc.edu or even manager.opal.nbcr.sdsc.edu - step 3 reads: If you did not follow instructions to set up a real production database, modify the connection.url property inside etc/hibernate-opal.cfg.xml from jdbc:hsqldb:file:data/opaldb to jdbc:hsqldb:file:<absolute_path_for_data_dir>/opaldb. I did not set up a real production database. What path would I use to the opaldb? I don't see anything under the opal-ws-2.0/ directory. I also had one installation question. During the initial install, the 'ant install' step just hangs: [root@agave opal-ws-2.0]# ant install Buildfile: build.xml setenv: [mkdir] Created dir: /usr/local/src/opal-ws-2.0/build [mkdir] Created dir: /usr/local/src/opal-ws-2.0/build/classes compile: Trying to override old definition of task wsdl2java setenv: generateStubs: [mkdir] Created dir: /usr/local/src/opal-ws-2.0/build/gen [wsdl2java] WSDL2Java /usr/local/src/opal-ws-2.0/wsdl/opal.wsdl This is an older system, but the tools need for installing are relatively recent: [root@agave ~]# cat /etc/redhat-release Fedora Core release 6 (Zod) [root@agave ~]# ant -version Apache Ant version 1.7.1 compiled on June 27 2008 [root@agave ~]# java -version java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing) Any suggestions for debugging this installation problem? Malcolm -- Malcolm Tobias 314.362.1594 |