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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] localhost server connection in MDM

I am unable to connect to localhost in MDM. I have tried admin/talend, user/user and administrator/administrator as UID/Password. When I write localhost:8080, it gives the Apache tomcat page. I tried to start Jboss as Windows service. May be there is conflict in ports. Unable to start the localhost after many attempts. Pl. help how to go about it.

Labels (2)
11 Replies
Anonymous
Not applicable
Author

Hi
Are you trying to access WebUI in browser or connect to MDM server in Talend Studio? Can you access Web UI with following url and login with administrator/administrator?
http://localhost:your_port/talendmdm/secure/
To check a port is used or not, simply execute the following command in a command prompt. For exmale:
D 0683p000009M9xp.pngnetstat -ano
Shong
_AnonymousUser
Specialist III
Specialist III

Shoong,
I am unable to connect to WebUI. I tried http://localhost:8080/talendmdm/secure/
Google explorer could not connect to page
Then I tried C 0683p000009M9xp.pngnetstat -ano
Port 8080 is free and is not associated with any server.
Pl. let me know if there is any bug.
Anonymous
Not applicable
Author

Hi
When you installed MDM, do you use the embed Jboss or use an existing Jboss? Try to launch Jboss server by executing run.bat, which is located in /jboss-4.2.2.GA/, instead of starting Jboss as Windows service. Once Jboss server is started, try to open http://localhost:8080 in browser and see if it opens the Jboss home page.
Shong
_AnonymousUser
Specialist III
Specialist III

I have not used any other jboss other than what was archived in your MDM file. While installing I have selected not to start Jboss as windows service. Further, in cmd prompt when I wrote run.bat(after going to installation directory) I received >run.bat -b 0.0.0.0
Finally the server is not starting.
Anonymous
Not applicable
Author

Hi
First, make sure you have set the JAVA_HOME environment variable, please read Environment variable configuration, if the server is still not start, please paste the server log, which is located in \jboss-4.2.2.GA\server\default\log.
Shong
Shong
_AnonymousUser
Specialist III
Specialist III

Shoong,
I verified JAVA_HOME in environmental variables. There is no problems. I work on Talend Integration very smoothly. But unfortunately the log file you referred to is not available in the location you specified. I saw only four folders- conf, deploy, data and lib. I found two jar files log4j, log4jsnmp-appender in lib folder. Is the software I downloaded from your website is corrupt. Should I again download Talend MDM. Pl let me know.
Sushant
Anonymous
Not applicable
Author

Hi
It sounds like the installation is not complete, there are 7 folders under server folder and there should be many jars under lib folder, more than 60 jars. Try to install Talend MDM again.

Shong
Anonymous
Not applicable
Author

Hi Shong,
I downloaded MDM software again and installed it. Now I am able to connect to localhost. Thanks for your support.
Sushant
Anonymous
Not applicable
Author

Hi,
  I am using Talend MDM version (TOS_MDM-Server-20150702_1326-V6.0.0) and having similar issue of not able to connect localhost server from talend MDM studio.Please suggest some work around.I have also tried with above options and still not resolved