Nice
On Thu, Sep 10, 2015 at 3:00 PM, Mallder, Valerie < [email protected]> wrote: > Sure, I'll do it next week. I'm off tomorrow. It will be nice to have > this fixed! > > Val > > > Valerie A. Mallder > New Horizons Deputy Mission System Engineer > Johns Hopkins University/Applied Physics Laboratory > > > > -----Original Message----- > > From: Lewis John Mcgibbney [mailto:[email protected]] > > Sent: Thursday, September 10, 2015 5:48 PM > > To: [email protected] > > Subject: Re: workflow/lib and resource/lib jar files. > > > > Hi Val, > > I think your right! > > > > lmcgibbn@LMC-032857 > > > /usr/local/oodt_trunk/workflow/target/cas-workflow-0.11-SNAPSHOT/lib(master) > > $ ls > > antlr-2.7.6.jar commons-collections-2.1.jar > > geronimo-activation_1.1_spec-1.1.jar junit-3.8.2.jar > > tika-core-1.10.jar > > aopalliance-1.0.jar commons-dbcp-1.2.1.jar > > geronimo-javamail_1.4_mail-1.8.1.jar lucene-core-2.0.0.jar > > xercesImpl-2.9.1.jar > > asm-1.5.3.jar commons-httpclient-3.0.jar > > guava-10.0.1.jar oodt-commons-0.11-SNAPSHOT.jar > > xml-apis-1.0.b2.jar > > asm-attrs-1.5.3.jar commons-io-1.4.jar > > hibernate-3.2.5.ga.jar pcs-input-0.11-SNAPSHOT.jar > > xmlrpc-2.0.1.jar > > cas-cli-0.11-SNAPSHOT.jar commons-lang-2.4.jar > > hsqldb-1.8.0.7.jar spring-beans-2.0.8.jar > > xpp3_min-1.1.4c.jar > > cas-metadata-0.11-SNAPSHOT.jar commons-logging-1.0.3.jar > > httpclient-4.2.1.jar spring-context-2.0.8.jar > > xstream-1.3.1.jar > > cas-resource-0.11-SNAPSHOT.jar commons-pool-1.2.jar > > httpcore-4.2.1.jar spring-core-2.5.4.jar > > cas-workflow-0.11-SNAPSHOT.jar concurrent-1.3.4.jar > > joda-time-2.5.jar spring-dao-2.0.8.jar > > cglib-2.1_3.jar dom4j-1.6.1.jar > > jsr305-1.3.9.jar spring-hibernate3-2.0.8.jar > > commons-codec-1.3.jar ehcache-1.2.3.jar > > jug-2.0.0-asl.jar spring-jdbc-2.0.8.jar > > > > No PGETaskInstance (from cas-pge-0.x.jar), ProductCrawler (from > > cas-crawler-0.x.jar) and CoreMetKeys (from cas-filemgr-0.x.jar). > > > > The libraries should be defined within the specified pom.xml files with > scope set to > > runtime e.g within workflow/pom.xml you should define > > > > <dependency> > > <groupId>org.apache.oodt</groupId> > > <artifactId>cas-pge</artifactId> > > <version>${project.parent.version}</version> > > <scope>runtime</scope> > > </dependency> > > > > ... etc > > > > Can you please submit a patch for both modules? > > Thanks > > Lewis > > > > > > > > > > On Thu, Sep 10, 2015 at 1:25 PM, Mallder, Valerie < > [email protected]> > > wrote: > > > > > Hi All, > > > > > > Have a question for ya. How in the world do y'all run the workflow > > > manager and resource manager right out of the box? I mean, aside from > > > having to configure the properties files and policy files, how do you > > > get by with just what's in their lib directories? > > > > > > When I run a simple system consisting of filemgr and workflow manager > > > and PGE tasks, the workflow manager crashes because it is unable to > > > load the following classes PGETaskInstance (from cas-pge-0.x.jar), > > > ProductCrawler (from cas-crawler-0.x.jar) and CoreMetKeys (from > > > cas-filemgr-0.x.jar). None of these jar files are in the workflow/lib > > > directory by default. I always end up copying them to the workflow/lib > directory. > > > > > > The same thing happens if I add the resource manager to the mix, the > > > resource manager crashes right off the bat because it can't load > > > TaskJobInput (from caas-workflow-0.x.jar), StdPGETaskInstance (from > > > cas-pge-0.x.jar), ProductCrawler (cas-crawler-0.x.jar) and CoreMetKeys > > > (from cas-filemgr-0.x.jar). None of these jars are in the resource/lib > > > directory by default, and I have to copy them over. > > > > > > How can this be? Am I the only one this has happened to? > > > > > > I opened a JIRA issue for this but then I thought I better ask whether > > > or not there is a valid reason why these jars are not included in > > > workflow/lib and resource/lib directories. And if there is, then does > > > that mean that everyone does the same thing I do and just copy these > > > jar files to workflow/lib and resource/lib? > > > > > > Thanks! > > > > > > Val > > > > > > > > > > > > > > > > > > Valerie A. Mallder > > > > > > New Horizons Deputy Mission System Engineer The Johns Hopkins > > > University/Applied Physics Laboratory > > > 11100 Johns Hopkins Rd (MS 23-282), Laurel, MD 20723 > > > 240-228-7846 (Office) 410-504-2233 (Blackberry) > > > > > > > > > > > > -- > > *Lewis* > -- *Lewis*
