Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Help On "Add MDM Server Location"

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

Labels (1)
  • Other

21 Replies
_AnonymousUser
Specialist III
Specialist III

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?
Anonymous
Not applicable
Author

I have the same issue on a Windows XP machine. I've executed the Run.bat file in the JBoss server directory. It echos the variables JAVA, JBOSS_HOME, ClassPath and JAVA_OPTS then prints "Usage: Java" and lists Java options. The variables appear to be pointing to the correct paths. JAVA_OPTS has a long list and it is difficult for me to determine if they are correct. The list is below.
When the server is not running or I choose the wrong localhost 0683p000009MAB6.pngort I receive a 404 error. When it is running I receive ...
"HTTP transport error: java.net.ConnectException: Connection refused: connect; nested exception is:
HTTP transport error: java.net.ConnectException: Connection refused: connect"
... error after it starts loading MDM Server Objects. User Name=admin, password=talend, server=http://localhost:28080/talend/TalendPort (I have a different app on 8080 and the MDM install chose this port for me).
Any help is appreciated.
JAVA_OPTS: -Djava.library.path="C:\TalendMDM\TMDMCE_TOSTOP-Server-All-r49467
V4.1.0\jboss-4.2.2.GA\bin\native;C:\Program Files\CA\SC\CAWIN\;C:\Program Files
Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32
Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Microsoft SQL Server
80\Tools\Binn\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Syst
m Center Operations Manager 2007\;C:\Program Files\Microsoft Team Foundation Se
ver 2008 Power Tools;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Pro
ram Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program F
les\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft Visual Stud
o 9.0\Common7\IDE\PrivateAssemblies\;c:\Program Files\Microsoft SQL Server\90\T
ols\binn\;C:\Program Files\CA\DSM\bin;C:\PROGRA~1\CA\SC\CAM\bin;C:\Program File
\java\jdk-6u3\jre\bin\client;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Prog
am Files\CA\SC\Csam\SockAdapter\bin;C:\Program Files\CA\SC\CBB\;C:\Program File
\System Center Operations Manager 2007\" -Dprogram.name=run.bat -server -server
-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
Anonymous
Not applicable
Author

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?

yes the server is running
I can't get to the web page and login ( I get a Unable to connect error message)
credential: Admin/talend
no firewall
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

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.

thanks for the tip
are you referring to the Run.bat in the Jboss folder because if thats the case all i have in it when i open to edit it is below:

cd bin
./run.bat -b 0.0.0.0
cd -
Anonymous
Not applicable
Author

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?

yes the server is running
I can't get to the web page and login ( I get a Unable to connect error message)
credential: Admin/talend
no firewall
I decided to do another install and i found this
the server is not running
Log4j: Error failed to create directory structure:.......
.
.
.
Jboss Shutdown; Undeploying all packes
Shutdown complete
when I try to start the JBoss service
I get the erro messsage:
Windows could not start the JBoss Application Server 5.0 service on Local Computer
Error2: The system cannot find the file specified.
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

Hello,
I have defined a data model in Talend MDM perspective. When I try to define it in talend designer, I can't retrieve it under the MDM connection. I try with two different user and profile definition but I never find it.
I use Talend MDM Enterprise edition version 4.0.3.
I forget something ? Or It's the wrong method ? I follow the excercise book from the roadshow. It's there a mistake ?
Anonymous
Not applicable
Author

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.

The only .bat file in my JBoss 4.2.2 folder is the Run.bat