Hmm builds fine with maven3 for me: [dhcp-137-79-202-145:~] mattmann% java -version java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) [dhcp-137-79-202-145:~] mattmann% uname -a Darwin dhcp-137-79-202-145.jpl.nasa.gov 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64 [dhcp-137-79-202-145:~] mattmann% mvn -version Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T13:58:10-07:00) Maven home: /usr/local/Cellar/maven/3.2.3/libexec Java version: 1.7.0_60, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac" [dhcp-137-79-202-145:~] mattmann%
-----Original Message----- From: Michael Joyce <[email protected]> Reply-To: <[email protected]> Date: Tuesday, February 17, 2015 at 8:25 AM To: "[email protected]" <[email protected]> Subject: Re: OODT ./filemgr start gives me a error -- Can't load log handler "java.util.logging.FileHandler"` >Strange that it was failing with maven 3. I thought that had been >resolved. >Maybe I'm mixing issues together in my mind. If it's still breaking for >you >then we should definitely open up a new ticket > > >-- Joyce > >On Mon, Feb 16, 2015 at 10:42 PM, Aditya Dhulipala <[email protected]> >wrote: > >> Hi Micheal, >> >> Thanks for your response! >> >> OK. I’ll try that. I’ll create ../logs >> >> Yeah there were some issues I ran into while building oodt. It failed >>the >> first time i tired mvn install. But that happened because I was using >>mvn >> version3. I installed mvn2 and it worked fine. This is probably a minor >> issue but maybe we can raise an issue for support for mvn3… >> >> So far I’ve not run into any other issues. I’ll shoot a message if I do. >> Thanks for helping me out! >> >> — >> adi >> >> Aditya Dhulipala >> USC Viterbi >> [email protected] >> >> >> >> >> > On Feb 16, 2015, at 9:38 PM, Michael Starch <[email protected]> >>wrote: >> > >> > Aditya, >> > >> > Did you create a logs directory? It is missing the directory, so it >> cannot >> > create your log files. Otherwise, it looks ok. It seems to have >> started, >> > any other issues? >> > >> > Michael >> > >> > >> > On Mon, Feb 16, 2015 at 9:30 PM, Aditya Dhulipala <[email protected]> >> wrote: >> > >> >> Hi, >> >> >> >> I'm trying to run filmgr component of oodt >> >> >> >> I'm running steps off from this guide - >> >> >> https://cwiki.apache.org/confluence/display/OODT/OODT+Filemgr+User+Guide >> >> >> >> On executing ./filemgr start I get the following error:- >> >> http://pastebin.com/cudQPmAa >> >> >> >> Can anybody take a look and help me out? >> >> >> >> Thanks! >> >> -- >> >> Aditya >> >> >> >> >> >> adi >> >> >> >>
