<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Server not starting in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326334#M476</link>
    <description>Hi,&lt;BR /&gt;Can it be related to same issue than below ?&lt;BR /&gt;&lt;A href="http://www.coderanch.com/t/90561/JBoss/Error-starting-Jboss-through-Command" rel="nofollow noopener noreferrer"&gt;http://www.coderanch.com/t/90561/JBoss/Error-starting-Jboss-through-Command&lt;/A&gt;</description>
    <pubDate>Fri, 26 Nov 2010 09:46:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-26T09:46:42Z</dc:date>
    <item>
      <title>Server not starting</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326331#M473</link>
      <description>Hello, &lt;BR /&gt;I just installed the MDM Server like in the tutorial. When I hit "run" i get nothing. &lt;BR /&gt;C:\MasterDataManagement\jboss-4.2.2.GA&amp;gt;run&lt;BR /&gt;C:\MasterDataManagement\jboss-4.2.2.GA&amp;gt;bin/run.bat -b 0.0.0.0&lt;BR /&gt;C:\MasterDataManagement\jboss-4.2.2.GA&amp;gt;&lt;BR /&gt;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.&lt;BR /&gt;OS: Windows 2008 Server 64bit&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;br &amp;amp; thx&lt;BR /&gt;Alex</description>
      <pubDate>Sat, 16 Nov 2024 13:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326331#M473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Server not starting</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326332#M474</link>
      <description>Hi aklockhaus, 
&lt;BR /&gt;Try and see if this helps. 
&lt;BR /&gt;Run Talend MDM directly from bin dir of JBoss, located at &amp;lt;TalendMDMServerRootDir&amp;gt;\&amp;lt;jboss-dir&amp;gt;\bin\run.bat. 
&lt;BR /&gt;In my scenario is C:\TalendMDM\TMDMCE-Server-All-r50363-V4.1.1\jboss-4.2.2.GA\bin\run.bat 
&lt;BR /&gt;Also be sure JAVA_HOME is in your path... try command line 'java -version'. It should output something like: 
&lt;BR /&gt; 
&lt;PRE&gt;java version "1.6.0_18"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.6.0_18-b07)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)&lt;/PRE&gt; 
&lt;BR /&gt;That way you will be sure that Java is working properly. 
&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Tue, 23 Nov 2010 19:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326332#M474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-23T19:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Server not starting</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326333#M475</link>
      <description>Hello! 
&lt;BR /&gt;Thank´s for the reply. I did already try this. Same problem - nothing happens 
&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; 
&lt;BR /&gt;Nothing in my jBoss Logfiles, nothing in my windows application logs. 
&lt;BR /&gt;C:\MasterDataManagement\jboss-4.2.2.GA&amp;gt;java -version 
&lt;BR /&gt;java version "1.6.0_22" 
&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.6.0_22-b04) 
&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode) 
&lt;BR /&gt;C:\MasterDataManagement\jboss-4.2.2.GA&amp;gt;cd bin 
&lt;BR /&gt;C:\MasterDataManagement\jboss-4.2.2.GA\bin&amp;gt;run.bat 
&lt;BR /&gt;C:\MasterDataManagement\jboss-4.2.2.GA\bin&amp;gt; 
&lt;BR /&gt;Br,Alex</description>
      <pubDate>Fri, 26 Nov 2010 07:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326333#M475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-26T07:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Server not starting</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326334#M476</link>
      <description>Hi,&lt;BR /&gt;Can it be related to same issue than below ?&lt;BR /&gt;&lt;A href="http://www.coderanch.com/t/90561/JBoss/Error-starting-Jboss-through-Command" rel="nofollow noopener noreferrer"&gt;http://www.coderanch.com/t/90561/JBoss/Error-starting-Jboss-through-Command&lt;/A&gt;</description>
      <pubDate>Fri, 26 Nov 2010 09:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326334#M476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-26T09:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Server not starting</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326335#M477</link>
      <description>I got the same problem.&lt;BR /&gt;It's not the problem with findstr, everything is fine with it.&lt;BR /&gt;I don't know Jboss but Apache is installed on the port 8080. It's not a problem to use the same port ?&lt;BR /&gt;It's a windows server 2003 SP2.&lt;BR /&gt;java: 1.6.0.22</description>
      <pubDate>Thu, 16 Dec 2010 12:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326335#M477</guid>
      <dc:creator>phil974</dc:creator>
      <dc:date>2010-12-16T12:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Server not starting</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326336#M478</link>
      <description>@phil974&lt;BR /&gt;Indeed there might by a conflict if you use same port 8080 that is configured by default for MDM server.&lt;BR /&gt;You can follow this link &lt;A href="http://talendforge.org/wiki/doku.php?id=mdm:jbossports" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/wiki/doku.php?id=mdm:jbossports&lt;/A&gt; to reconfigure your MDM/JBoss ports</description>
      <pubDate>Thu, 16 Dec 2010 12:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326336#M478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-16T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Server not starting</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326337#M479</link>
      <description>i modify the file: 
&lt;BR /&gt;bin/mdm.conf
&lt;BR /&gt;i don't found the other files:
&lt;BR /&gt;deploy/jboss-web.deployer/server.xml
&lt;BR /&gt;deploy/http-invoker.sar/META-INF/jboss-service.xml
&lt;BR /&gt;deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml
&lt;BR /&gt;But, it doesn't work...
&lt;BR /&gt;Same problem without message.</description>
      <pubDate>Thu, 16 Dec 2010 13:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Server-not-starting/m-p/2326337#M479</guid>
      <dc:creator>phil974</dc:creator>
      <dc:date>2010-12-16T13:35:45Z</dc:date>
    </item>
  </channel>
</rss>

