Re: Problem installing oodt 0.12.

2016-03-02 Thread Tom Barber
o the system. > > > > Sent with Good (www.good.com) > > From: Konstantinos Mavrommatis <kmavromma...@celgene.com> > Sent: Wednesday, March 2, 2016 3:53:52 PM > To: dev@oodt.apache.org > Subject: RE: Problem installing oodt 0.12. &g

RE: Problem installing oodt 0.12.

2016-03-02 Thread Mallder, Valerie
o: dev@oodt.apache.org Subject: RE: Problem installing oodt 0.12. Thanks, Indeed updating to maven3 allowed the Radix installation to complete and services start (based on ps ax | grep oodt) But.. After going to the opsui web page I can get the first page but 'File Catalog Browse', 'Workflow M

Re: Problem installing oodt 0.12.

2016-03-02 Thread Tom Barber
ssor.processEvents(AbstractRequestCycleProcessor.java:92) > at > org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436

RE: Problem installing oodt 0.12.

2016-03-02 Thread Konstantinos Mavrommatis
To: dev@oodt.apache.org Subject: Re: Problem installing oodt 0.12. Okay Kostas You should certainly use Radix unless you have good reason not to, it's by far the sanest way to build a project currently. I use containers to check this stuff so maven can't cheat an use a cached dependency etc

Re: Problem installing oodt 0.12.

2016-03-02 Thread Tom Barber
Hi Kostas There is a dependency but the tests should mock it, a while ago I fixed a lot of that stuff where the tests failed to mock services and instead bound to ports and things because from time to time it does cause issues. For now I'd suggest you run -DskipTests as they've been run and

Re: Problem installing oodt 0.12.

2016-03-02 Thread Tom Barber
t; 2) org.apache.solr:solr-core:jar:1.3.0 >> >> >> >> >> >> >> -Original Message- >> From: Tom Barber [mailto:tom.bar...@meteorite.bi] >> Sent: Tuesday, March 01, 2016 11:59 PM >> To: dev@oodt.apache.org >> Subject: Re

RE: Problem installing oodt 0.12.

2016-03-02 Thread Tom Barber
ache.solr:solr-core:jar:1.3.0 > > > > > > > -Original Message- > From: Tom Barber [mailto:tom.bar...@meteorite.bi] > Sent: Tuesday, March 01, 2016 11:59 PM > To: dev@oodt.apache.org > Subject: Re: Problem installing oodt 0.12. > > Also FYI I'd suggest mave

RE: Problem installing oodt 0.12.

2016-03-02 Thread Konstantinos Mavrommatis
-Original Message- From: Tom Barber [mailto:tom.bar...@meteorite.bi] Sent: Tuesday, March 01, 2016 11:59 PM To: dev@oodt.apache.org Subject: Re: Problem installing oodt 0.12. Also FYI I'd suggest maven 3.x these days, I don't think it will make a difference in your case but at least it's

Re: Problem installing oodt 0.12.

2016-03-01 Thread Tom Barber
Also FYI I'd suggest maven 3.x these days, I don't think it will make a difference in your case but at least it's relatively up to date. Tom On 2 Mar 2016 07:54, "Tom Barber" wrote: > Hi Kostas > > There is a dependency but the tests should mock it, a while ago I fixed

Problem installing oodt 0.12.

2016-03-01 Thread Konstantinos Mavrommatis
Hi, I am trying to install the latest oodt 0.12 from the src.zip file. The installation is on a clean Ubuntu 14.04 with maven2.2.1 and Oracle java JDK 1.8.0_74 After unzipping the archive I run mvn clean install and I get the following error: $ more