I had the same problem and it did not work under Cygwin.  Modifying the
location of my repository to not include whitespace did fix it though.
 


On 4/27/06 12:54 PM, "Wayne Fay" <[EMAIL PROTECTED]> wrote:

> You can also try running Maven under Cygwin if you are on Windows.
I've done
> it and it runs fine, but never run into this RMI issue, so
not sure if it
> would help you.

Wayne

On 4/27/06, Tom Huybrechts <[EMAIL PROTECTED]>
> wrote:
> Try moving your maven repository to a location without spaces (not
>
> below 'Documents and Settings'). There problem is that file URLs are
> not
> correctly encoded (space should become %20). This is a Java bug
> that will
> not be solved, see
>
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4273532
>
> Tom
>
>
>
> On
> 4/12/06, Todd Nine <[EMAIL PROTECTED]> wrote:
> > I'm unable to run any unit
> test that will connect to a remove JVM from my
> > Maven 2.0.2 unit tests.  I
> always receive either a
> > javax.naming.CommunicationException for Remote
> EJB's or
> > java.rmi.ConnectException for RMI connections.  The unit tests
> work in
> > Eclipse as well as from the command line, has anyone else
> experienced this
> > behavior?  If so how did you resolve it?  This seems like
> a security policy
> > problem with the VM that is used for unit testing, but
> I'm unsure how to fix
> > it.  Any advice would be greatly appreciated.
> >
>
> > Thanks,
> > Todd
> >
> >
>
>
> ---------------------------------------------------------------------
> To
> unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional
> commands, e-mail: [EMAIL PROTECTED]
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to