Re: [jBoss-User] STILL having problems running with JBoss

2000-07-27 Thread Karl-Fredrik Blixt
That means you've installed jBoss in C:\Program Files\jboss2 (the default location) and the space in the URL is throwing off the whole URL. Try installing in a different directory (like C:\jboss2\) or using "progra~1" instead of "Program Files". Shouldn't it be automatically converted or

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-27 Thread Joe Shevland
use %20 instead of the space? ^^ I'm fairly sure you can do that, though I'd probably put it into C:\jboss or similar anyway to save a bit of typing ;) Just a thought. /Kalle, trying to keep up with jBoss' development to be able to help when I get the time... -- Karl-Fredrik Blixt

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-27 Thread Karl-Fredrik Blixt
^^ I'm fairly sure you can do that, though I'd probably put it into C:\jboss or similar anyway to save a bit of typing ;) Well, I think jBoss should autoconvert spaces and the likes (isn't there a method that does just that?) since many users install in directories like "program files" and

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-27 Thread Rickard Öberg
Hi! Ken Jenks wrote: java.net.MalformedURLExcption: no protocol:Files/jboss2/lib/ext/jboss.jar] That means you've installed jBoss in C:\Program Files\jboss2 (the default location) and the space in the URL is throwing off the whole URL. Try installing in a different directory (like

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-27 Thread Ken Jenks
At 08:51 AM 07/27/2000 +0200, you wrote: Hi! Ken Jenks wrote: java.net.MalformedURLExcption: no protocol:Files/jboss2/lib/ext/jboss.jar] That means you've installed jBoss in C:\Program Files\jboss2 (the default location) and the space in the URL is throwing off the whole URL. Try

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-27 Thread Rickard Öberg
marc fleury wrote: Absolutely, but once I got it I *really* got it ;-) Wait and reward and all that Right...- and now it will take us another 6 month before you put the EJX stuff in cvs, and then you will say "I really get it now, guys, I *really* do, cvs rulez". EJX is in CVS now

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Rickard Öberg
Hey Ray wrote: Okay, the reason that JBoss was crashing out was because I copied all the .jar files into the ext directory of my JRE installation. Since I'm running the client on the same machine as the server, what's the best way make sure the JBoss jars are accessible to the client (as I

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ray
Yes, I had tried that. The client didn't compile, and the server threw a whole two pages of exceptions but seemed to run OK once it had finished puking I then tried moving the stuff in the JBoss ext directory to the JDK1.3 ext directory, and the JBoss client stuff to the JRE ext

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Rickard Öberg
Hey Ray wrote: I then tried moving the stuff in the JBoss ext directory to the JDK1.3 ext directory, and the JBoss client stuff to the JRE ext directory. Same thing Seems that I need ext stuff in both directories ... which of course makes the server crash :-( Not quite sure

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ray
At 17:16 26/07/00 +0200, you wrote: Why are you doing it the way you do? Because to compile the EJB (the source code for which lives in a separate directory to JBoss), I need the compiler to see all the jar files, and the easiest way to do this is to copy them to the ext directory. Is there

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ray
they are might be easier for my 2 cents... -Original Message- From: Ray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 11:27 AM To: jBoss Subject: Re: [jBoss-User] STILL having problems running with JBoss At 17:16 26/07/00 +0200, you wrote: Why are you doing it the way you do

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Rickard Öberg
Hi! Ray wrote: Mmm ... instead of having a huge classpath, I would have thought the easiest thing would be to just copy the files into the ext directory. I mean, there are an awful lot of jar files for this thing Either: * Use Ant * Create one Jar that only has a manifest file with a

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ray
Well, Ant looks like it will introduce yet another level of complication to the whole business, so the best thing is to try and keep it simple as possible (I'm only writing 'hello world'), stick everything on the classpath and hope that doesn't bring the server down At 18:09 26/07/00

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Vaughn Vernon
CTED] Sent: Wednesday, July 26, 2000 9:43 AM Subject: RE: [jBoss-User] STILL having problems running with JBoss Mmm ... instead of having a huge classpath, I would have thought the easiest thing would be to just copy the files into the ext directory. I mean, there are an awful lot of jar files for

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Rickard Öberg
Hi! Ray wrote: Well, Ant looks like it will introduce yet another level of complication to the whole business, so the best thing is to try and keep it simple as possible (I'm only writing 'hello world'), stick everything on the classpath and hope that doesn't bring the server down Ok,

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread marc fleury
jmx's job is to load the libraries, no need for ext stuff. marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Sent: Wednesday, July 26, 2000 8:06 AM To: jBoss Subject: Re: [jBoss-User] STILL having problems running with JBoss Yes, I had

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread marc fleury
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rickard Öberg Sent: Wednesday, July 26, 2000 9:53 AM To: jBoss Subject: Re: [jBoss-User] STILL having problems running with JBoss Hi! Ray wrote: Well, Ant looks like it will introduce yet

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ray
- Original Message - From: Ray [EMAIL PROTECTED] To: jBoss [EMAIL PROTECTED] Sent: Wednesday, July 26, 2000 9:43 AM Subject: RE: [jBoss-User] STILL having problems running with JBoss Mmm ... instead of having a huge classpath, I would have thought the easiest thing would be to just copy

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Aaron Mulder
t; option. Cool? Vaughn - Original Message - From: "Ray" [EMAIL PROTECTED] To: "jBoss" [EMAIL PROTECTED] Sent: Wednesday, July 26, 2000 9:43 AM Subject: RE: [jBoss-User] STILL having problems running with JBoss Mmm ... instead of having a huge c

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ray
By the looks of it, ANT means having to write yet more text files in order to get a simple task done ... adding make files on top of everything else ... ? Not just yet thanks :-) At 18:53 26/07/00 +0200, you wrote: Hi! Ray wrote: Well, Ant looks like it will introduce yet another level

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread marc fleury
I am talking run-time marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Sent: Wednesday, July 26, 2000 10:19 AM To: jBoss Subject: RE: [jBoss-User] STILL having problems running with JBoss .. then how do I compile the client

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Rickard Öberg
Hey marc fleury wrote: Take your time though. No rush (just more pain the longer you wait; :) it took you about 6 months rickard, : Absolutely, but once I got it I *really* got it ;-) Wait and reward and all that /R -- Rickard Öberg Email: [EMAIL PROTECTED] http://www.telkel.com

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread marc fleury
:) it took you about 6 months rickard, : Absolutely, but once I got it I *really* got it ;-) Wait and reward and all that Right...- and now it will take us another 6 month before you put the EJX stuff in cvs, and then you will say "I really get it now, guys, I *really* do, cvs

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ken Jenks
At 06:19 PM 07/26/2000 +0100, you wrote: .. then how do I compile the client ... ? Take a close look at the "Getting Started" tutorial at http://jboss.org/ in the lower-left-hand corner. -- Ken Jenks, http://abiblion.com/ Tools for reading. --

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ken Jenks
At 06:09 PM 07/26/2000 +0100, you wrote: Well, the server runs. The EJBs compile and so does the client ... but it doesn't run. I get: -- javax.naming.CommunicationException [Root exception is java.net.MalformedURLExcption: no protocol:Files/jboss2/lib/ext/jboss.jar] That means