BUILD FAILURE in geronimo-crypto module

2010-04-23 Thread B'lue
I build geronimo 2.2 [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure F:\re\g2.2\framework\modules\geronimo-crypto\src\main\java\org

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-07-01 Thread Mohanraj Loganathan
> > Heh. Interesting. I would have thought if we made it that far, config.xml > would be a piece of cake... By the way, what version of Geronimo are you > building? > I used the 2.1.4 source of Geronimo. Regards, Mohan On Wed, Jul 1, 2009 at 10:35 PM, Kevan Miller wrote: > > On Jul 1, 2009, at

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-07-01 Thread Kevan Miller
On Jul 1, 2009, at 2:09 AM, Mohanraj Loganathan wrote: Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on t

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-30 Thread Mohanraj Loganathan
Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on this? I replaced the config files from SunJDK built geronimo bin

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-22 Thread Jack Cai
Harmony use MX4J, which implements JSR 003 and 160 (remote API). So I suppose the jmx remoting function is there. Mohan, can you start the server built with Harmony in command line? ie., use "startup" command for example. -Jack On Mon, Jun 22, 2009 at 12:33 AM, Kevan Miller wrote: > > On Jun 21

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread Kevan Miller
On Jun 21, 2009, at 12:04 PM, David Jencks wrote: On Jun 21, 2009, at 2:29 AM, Mohanraj Loganathan wrote: Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsu

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread David Jencks
On Jun 21, 2009, at 2:29 AM, Mohanraj Loganathan wrote: Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsuites module . It is failed to verify the Geronimo s

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-06-21 Thread Mohanraj Loganathan
Hello After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsuites module . It is failed to verify the Geronimo server start. But i am sure server is started. Server logs shows

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Jack Cai
Mohan, the problem might be with the Harmony code - could be a compability issue or a defect. So you'll want to spend some time debugging it. I agree with Kevan that it will be cool that Geronimo can be built and run with Harmony. Someday we might be officially "support" Harmony as a runtime, and

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Kevan Miller
On May 12, 2009, at 8:54 AM, Luciano Salotto wrote: I would recommend trying this with Sun or IMB JDK, I believe those are the only two recommended JDK's http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html Agreed. However, if somebody's interested on working on it, I think it w

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Luciano Salotto
Jarek Gawor wrote: > >> Is there a reason why you're trying to build 2.1.0 instead of our >> latest released version 2.1.4? >> >> Jarek >> >> On Mon, May 4, 2009 at 7:23 AM, Mohanraj Loganathan >> wrote: >> > Hello, >> > >> &

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-12 Thread Mohanraj Loganathan
o2.1.0 version of source with sunJDK5. I end > up > > with the following failure > > > > [INFO] Compiling 24 source files to > > D:\g\2.1.0\plugins\webservices\geronimo-webservices\target\classes > > [INFO] > > ---------

Re: Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-05 Thread Jarek Gawor
failure > > [INFO] Compiling 24 source files to > D:\g\2.1.0\plugins\webservices\geronimo-webservices\target\classes > [INFO] > -------- > [ERROR] BUILD FAILURE > [INFO] > ---

Geronimo2.1.0 build failure with Java5 (method getContentType() not found)

2009-05-04 Thread Mohanraj Loganathan
] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure D:\g\2.1.0\plugins\webservices\geronimo-webservices\src\main\java\org\apache\geronimo\webservices\WebServiceContainerInvoker.java:[214,27] cannot find symbol symbol

Re: Build failure

2007-01-29 Thread Kevan Miller
On Jan 29, 2007, at 6:40 AM, Kanchana Welagedara wrote: Hi All I'm trying to build the code.I tried building code for the several time and ended it with following error for each time Can any body please help me to solve this? Kanchana, I would guess that the catalina jar in your local ma

Build failure

2007-01-29 Thread Kanchana Welagedara
Hi All I'm trying to build the code.I tried building code for the several time and ended it with following error for each time Can any body please help me to solve this? Regards Kanchana /home/kanchi/svn/server/modules/geronimo-tomcat6/src/main/java/org/apache/geronimo/tomcat/TomcatEngine.jav

Re: 1.0 src build failure

2006-02-12 Thread Mark Kirkwood
Aaron Mulder wrote: One of those spec JARs goes in the repository/geronimo-spec/jars directory and the other in repository/org.apache.geronimo.specs/jars -- the difference being that the spec build was changed resulting in a different output location and somehow both of them snuck into the 1.0 so

Re: 1.0 src build failure

2006-02-12 Thread Aaron Mulder
One of those spec JARs goes in the repository/geronimo-spec/jars directory and the other in repository/org.apache.geronimo.specs/jars -- the difference being that the spec build was changed resulting in a different output location and somehow both of them snuck into the 1.0 source (I think Geronimo

Re: 1.0 src build failure

2006-02-11 Thread Mark Kirkwood
Mark Kirkwood wrote: Kevan Miller wrote: On Feb 11, 2006, at 5:29 PM, Mark Kirkwood wrote: I thought I would have a got at building the 1.0 release from src on FreeBSD 6.0/i386 using jdk 1.4.2, ant 1.6.5 and maven 1.0.2 I am getting what looks like a missing dependency error - any ideas?

Re: 1.0 src build failure

2006-02-11 Thread Mark Kirkwood
Kevan Miller wrote: On Feb 11, 2006, at 5:29 PM, Mark Kirkwood wrote: I thought I would have a got at building the 1.0 release from src on FreeBSD 6.0/i386 using jdk 1.4.2, ant 1.6.5 and maven 1.0.2 I am getting what looks like a missing dependency error - any ideas? Hi Mark, See http://

Re: 1.0 src build failure

2006-02-11 Thread Kevan Miller
On Feb 11, 2006, at 5:29 PM, Mark Kirkwood wrote: I thought I would have a got at building the 1.0 release from src on FreeBSD 6.0/i386 using jdk 1.4.2, ant 1.6.5 and maven 1.0.2 I am getting what looks like a missing dependency error - any ideas? Hi Mark, See http://issues.apache.org/jira

1.0 src build failure

2006-02-11 Thread Mark Kirkwood
I thought I would have a got at building the 1.0 release from src on FreeBSD 6.0/i386 using jdk 1.4.2, ant 1.6.5 and maven 1.0.2 I am getting what looks like a missing dependency error - any ideas? Cheers Mark |tail of build log|-- multiproject

Re: build failure

2005-07-11 Thread Joe Bohn
The Problem is solved!!! Thank you all. After I sent my last append I looked with task manager and noticed a rouge java.exe and javaw.exe. Assuming these were Geronimo from an earlier failed build I blew them away and then ran the build again but without the "no test" options. The build s

Re: build failure

2005-07-11 Thread Jacek Laskowski
Joe Bohn wrote: Now it looks like I'm having problems with OpenEJB and ActiveMQ: I'm getting this: Attempting to download activemq-ra-3.1-SNAPSHOT.rar. Error retrieving artifact from [http://www.ibiblio.org/maven/activemq/rars/activ emq-ra-3.1-SNAPSHOT.rar]: java.net.ConnectE

Re: build failure

2005-07-11 Thread Joe Bohn
Thanks for your help.  I've tried this with the offline option and it seems like things went better ... but it still failed. Now it looks like I'm having problems with OpenEJB and ActiveMQ:   I'm getting this: Attempting to download activemq-ra-3.1-SNAPSHOT.rar. Error retrieving artifact from

Re: build failure

2005-07-11 Thread David Jencks
I don't know where the IP address comes from, but you might try adding -Dgeronimo.assemble.offline=true to your command line Normally during assembly we start the server and deploy a bunch of packages into the running server, to save time and test that the runtime deployer actually works.

Re: build failure

2005-07-11 Thread Joe Bohn
That's definitely not the IP address of this machine.  I'm confused as to even why it is attempting to start the server with the skip=true values being set. Any ideas on why it is starting the server and if I can manually set the ip address someplace? Thanks, Joe Aaron Mulder wrote: On

Re: build failure

2005-07-11 Thread Aaron Mulder
On that machine, does the host name of the machine resolve to 10.150.1.3, and if so, is that the correct IP address? It looks like it might be getting a bogus IP and then timing out while trying to connect to itself. Aaron On Mon, 11 Jul 2005, Joe Bohn wrote: > I'm trying to get my bu

build failure

2005-07-11 Thread Joe Bohn
I'm trying to get my build working for Geronimo and I'm running into some problem. It looks to be like even though I specified the maven command with test & itest = true ... it is still trying to run the tests and hitting some error while starting booting the Geronimo kernel (which I didn't th

Build Failure

2005-03-31 Thread Katia Aresti Gonzalez
Hi!! I cant build Geronimo few days ago. Can somebody help?? thank yo BUILD FAILED File.. C:\Documents and Settings\Katia\.maven\cache\maven-multiproject-plugi n-1.3.1\plugin.jelly Element... maven:reactor Line.. 217 Column 9 Unable to obtain goal [default] -- C:\Documents and Set

Re: build failure on mac os x

2005-03-09 Thread Christofer 'boz' Jennings
It worked. Thanks! ,boz On Mar 8, 2005, at 4:57 PM, David Jencks wrote: The geronimo build problem should be fixed now. david jencks On Mar 8, 2005, at 10:04 AM, David Jencks wrote: I have no idea about the scout problem: I've never built it, I think there is an up to date version that will be dow

Re: build failure on mac os x

2005-03-09 Thread David Jencks
The geronimo build problem should be fixed now. david jencks On Mar 8, 2005, at 10:04 AM, David Jencks wrote: I have no idea about the scout problem: I've never built it, I think there is an up to date version that will be downloaded automatically. I'm confused by the geronimo problem, I haven't

Re: build failure on mac os x

2005-03-08 Thread David Jencks
I have no idea about the scout problem: I've never built it, I think there is an up to date version that will be downloaded automatically. I'm confused by the geronimo problem, I haven't experienced that one. It looks like you might have checked out between 2 related commits??? However, I beli

build failure on mac os x

2005-03-08 Thread Christofer 'boz' Jennings
I can't get the subversion source to build. The Scout build fails. Then the Geronimo build fails. Any ideas? I'm running mac os x 10.3.8 with java java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.3) Java HotSpot(TM) Client VM (build 1.4.2-38, mixed