Page 1 of 1

MantisConnect Problem!

Posted: 15 Apr 2008, 15:28
by eliasn
Hi all!
I installed the plugin MantisConnect in Eclipse and not make it work... :(

In the MantisConnect screen in Eclipse I put:
- Name: http://localhost
- Port: 80

- Editing connnections:
- Name: localhost
- MantisConnectUrl: http://localhost/mantis-1.1.1/api/soap
- Brownser Url: http://localhost/mantis-1.1.1
- User: my user
- password: my password

Then I receive this message when I click in "Test connection" button:
"Test Filed. Reason: Teste for MantisConnect URL failed"
"java.net.UnknownHostException: http://localhost"

Is there any additional configuration to do?

Best Regards,
Elias Nogueira

Re: MantisConnect Problem!

Posted: 16 Apr 2008, 07:58
by vboctor
See if you can get help from the author of the plugin:
http://www.two-toned.at/mc/HomePage

Re: MantisConnect Problem!

Posted: 17 Apr 2008, 07:24
by planser
Elias,

what do you have on localhost:80 - an HTTP server or a proxy server?

Furthermore the screenshot shows that you have many typos in your configuration:

http:/localhost/mantis-1.1.1/api/sopa -> http://localhost/mantis-1.1.1/api/soap

However, I think you need the following configuration:

- Set "Enable HTTP Proxy" to FALSE
- MantisConnect Url: http://localhost/api/soap/mantisconnect.php
- Browser Url: http://localhost/view.php?id=${issue_id}

Regards,
Peter

Re: MantisConnect Problem!

Posted: 07 May 2008, 20:40
by eliasn
Hello planser!
Now I could configure, but does not have any effect on the mantis eclipse plugin (screenshot)

Someone has done this plugin work?

Regards