Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Server not starting

Hello,
I just installed the MDM Server like in the tutorial. When I hit "run" i get nothing.
C:\MasterDataManagement\jboss-4.2.2.GA>run
C:\MasterDataManagement\jboss-4.2.2.GA>bin/run.bat -b 0.0.0.0
C:\MasterDataManagement\jboss-4.2.2.GA>
And the server is definitely not running. The bad thing is that i don´t see any error messages, also the logfiles won´t tell me anything.
OS: Windows 2008 Server 64bit

Any ideas?
br & thx
Alex
Labels (2)
6 Replies
Anonymous
Not applicable
Author

Hi aklockhaus,
Try and see if this helps.
Run Talend MDM directly from bin dir of JBoss, located at <TalendMDMServerRootDir>\<jboss-dir>\bin\run.bat.
In my scenario is C:\TalendMDM\TMDMCE-Server-All-r50363-V4.1.1\jboss-4.2.2.GA\bin\run.bat
Also be sure JAVA_HOME is in your path... try command line 'java -version'. It should output something like:
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)

That way you will be sure that Java is working properly.
Hope it helps.
Anonymous
Not applicable
Author

Hello!
Thank´s for the reply. I did already try this. Same problem - nothing happens Smiley Sad
Nothing in my jBoss Logfiles, nothing in my windows application logs.
C:\MasterDataManagement\jboss-4.2.2.GA>java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
C:\MasterDataManagement\jboss-4.2.2.GA>cd bin
C:\MasterDataManagement\jboss-4.2.2.GA\bin>run.bat
C:\MasterDataManagement\jboss-4.2.2.GA\bin>
Br,Alex
Anonymous
Not applicable
Author

phil974
Contributor
Contributor

I got the same problem.
It's not the problem with findstr, everything is fine with it.
I don't know Jboss but Apache is installed on the port 8080. It's not a problem to use the same port ?
It's a windows server 2003 SP2.
java: 1.6.0.22
Anonymous
Not applicable
Author

@phil974
Indeed there might by a conflict if you use same port 8080 that is configured by default for MDM server.
You can follow this link http://talendforge.org/wiki/doku.php?id=mdm:jbossports to reconfigure your MDM/JBoss ports
phil974
Contributor
Contributor

i modify the file:
bin/mdm.conf
i don't found the other files:
deploy/jboss-web.deployer/server.xml
deploy/http-invoker.sar/META-INF/jboss-service.xml
deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml
But, it doesn't work...
Same problem without message.