JNDI initialization and browsing question.

2005-07-11 Thread Piotr Przybylski
Hi, I have a question about JNDI maybe someone can help me with. Does JNDI require any special initialization and is there a way to browse it, other than using JNDI API? I am  running into JNDI lookup problem on M3 driver. I am using a simple resource adapter RAR file (v 1.5 compliant). When I de

Re: latest build supposed to be working?

2005-07-11 Thread Scott Anderson
On Jul 11, 2005, at 2:13 PM, Jacek Laskowski wrote: Scott Anderson wrote: Where is it posted? I don't see it on the home page, downloads page, or the wiki. http://cvs.apache.org/dist/geronimo/unstable/1.0-M4-QA/. Would you add a note on wiki? Done. It does appear my problem

Re: latest build supposed to be working?

2005-07-11 Thread Jacek Laskowski
Scott Anderson wrote: Where is it posted? I don't see it on the home page, downloads page, or the wiki. http://cvs.apache.org/dist/geronimo/unstable/1.0-M4-QA/. Would you add a note on wiki? Scott Jacek

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: latest build supposed to be working?

2005-07-11 Thread Scott Anderson
On Jul 11, 2005, at 11:55 AM, Aaron Mulder wrote:Well, you might start with the recently posted M4 QA build, and then you don't have to fool with this.Where is it posted? I don't see it on the home page, downloads page, or the wiki.The exceptions toward the bottom of your message are in many casese

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: latest build supposed to be working?

2005-07-11 Thread Aaron Mulder
Well, you might start with the recently posted M4 QA build, and then you don't have to fool with this. Otherwise... The exceptions toward the bottom of your message are in many cases expected -- you're in the test cases and some of the tests are tests for error conditions and bad code and bad de

latest build supposed to be working?

2005-07-11 Thread Scott Anderson
How do I determine if the build is known to be broken? I recently did a new source checkout, found it did not build, and tried to go back to my old working build to then find that I apparently overwrote my old open-ejb binary in my attempts to get the latest build running. My old working b

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