You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Alice Porfirio <a....@sogetel.it> on 2012/01/24 18:05:15 UTC

Connection problem

Hi,

I have got a problem with the connection to Jackrabbit WebDAV server:
when I try to connect my app, this error appears: 

 

Could not connect to remote Jackrabbit using the following WebDAV URL:
http://localhost:8080/jackrabbit-webapp-2.1.0/server

java.net.ConnectException: Connection refused: connect

 

And then:

 

It was not possible to login. Please check the credentials.

java.lang.NullPointerException

 

But I use standard credentials, that should work...

 

Where is the problem?

 

(I'm using the code of the SecondHop on website)

 

Thanks!

 

AP


Re: Connection problem

Posted by Bruno Vaz de Melo Rodrigues <br...@gmail.com>.
Hi,

try user: admin and password: admin  ,this is a default.



Em Ter, 2012-01-24 às 18:05 +0100, Alice Porfirio escreveu:
> Hi,
> 
> I have got a problem with the connection to Jackrabbit WebDAV server:
> when I try to connect my app, this error appears: 
> 
>  
> 
> Could not connect to remote Jackrabbit using the following WebDAV URL:
> http://localhost:8080/jackrabbit-webapp-2.1.0/server
> 
> java.net.ConnectException: Connection refused: connect
> 
>  
> 
> And then:
> 
>  
> 
> It was not possible to login. Please check the credentials.
> 
> java.lang.NullPointerException
> 
>  
> 
> But I use standard credentials, that should work...
> 
>  
> 
> Where is the problem?
> 
>  
> 
> (I'm using the code of the SecondHop on website)
> 
>  
> 
> Thanks!
> 
>  
> 
> AP
>