Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I installed MDM following all the instruction and all is well until I go to setup the location and I get this error
HTTP transport error: java.net.connectException: Connection refused:
connect; nested exceptgion is:
HTTP transport error: java.net.connectException: Connection refused:
connect
I'm installing this on a Win 7 virtual machine on my mac
Thanks
Is your server running? Are you able to get to the web page and log in? http://localhost:8080/talendmdm/secure/ ?
What settings and credentials are you using for the login? Do you have a firewall enabled on your machine?
I've been able to resolve my connection issue by opening Run.bat and placing REM in the following lines
REM "%JAVA%" -version 2>&1 | findstr /I hotspot > nul
REM if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)
I found this suggestion in a JBoss troubleshooting thread on a different site.
I also installed on Win2k3 server but it wasn't until I commented out the lines in RUN.bat that I was able to connect.
Is your server running? Are you able to get to the web page and log in? http://localhost:8080/talendmdm/secure/ ?
What settings and credentials are you using for the login? Do you have a firewall enabled on your machine?
Go to the Run.bat file in your JBoss 4.2.2 bin directory. There is a Run.bat, service.bat, probe.bat, etc. in that directory.