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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Start http://localhost:8080/talendmdm

Hello everyone,
I install MDM server port 8080 and database H2.
Then i unzip MDM tool studio.
Later i start windows service of jboss.
Immedialty i start the bat of run.bat.
When i put in browser http://localhost:8080/talendmdm it returns an erro.
I have to unzip a demo or something.
Thanks for your help.

Labels (2)
15 Replies
Anonymous
Not applicable
Author

Hi,
By:
it returns an erro.

Could you elaborate a bit?
Anonymous
Not applicable
Author

Try to access http://localhost:8080 in browser to check whether the Jboss server has been starting and the port is right.
Shong
Anonymous
Not applicable
Author

Hi fhuaulme,
Thanks for the quick response. yes.
Version is 5.3.
Windows XP
I download the package 5.3 open edition with server and mdm edition.
I extract into my local disk.
Then i run jar of MDM service. I install jboss and jboss service.
I select H2 database and port 8080. The instalaltion finish succesful.
I extract the MDM edition.
Later i start the jboss service
Then i run the run.bat from the folder od mdm service.
And i put in my browser http://localhost:8080/talendmdm. The MDM server addres i read in tutorial.
But it put "El recurso requerido (/talendmdm/) no está disponible." In english it means these
"The requested resource (/ talendmdm /) is not available."
It's posible i have to do a previous step i dont do it.
Or import first something about MDM Edition.
Thanks,
Anonymous
Not applicable
Author

Hi shong,
The port is right. It is 8080.
Thanks
Anonymous
Not applicable
Author

Hi,
Please check if there are any obvious errors in <JBOSS_DIR>/server/default/log/server.log.
Anonymous
Not applicable
Author

Hi fhuaulme,
Thanks i check the log and it put this Port 8083 already in use.
Anonymous
Not applicable
Author

8083 is for jboss' webservice mbean, it won't work if it can't bind it
figure out what picked it up and kill it (there are ways to do that on every OS, google it) or configure jboss to use another port
https://community.jboss.org/wiki/ConfigurePorts
Anonymous
Not applicable
Author

Hi ctoum,
Tomorrow i' m going to try it.
Thanks to for all for your quickly response.
Anonymous
Not applicable
Author

Hi everybody,
I change the port i had two errors:
First is about the port: Port 14545 already in use.
Second error:
ERROR Reconnect failed: JMS provider failure detected for DataModelUpdateMDB
javax.naming.NameNotFoundException: XAConnectionFactory not bound
I look ports with netstat anb TCPView but this port is only used for the jboss.
I read something that change the run.bat 0.0.0.0 for this 127.0.0.1. But this not resolve the problem.
I m searching for something else.
Thanks,