<?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: Problems starting IDB on Ubuntu in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759012#M14499</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/443156"&gt;gdaturi&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I just updated to the newest compiler and IDB - when I updated there was a warning about an incorrect JRE existing! I believe I have a compatible JRE. When I type java - version, I get the following: &lt;BR /&gt;&lt;BR /&gt;java version "1.6.0_16"&lt;BR /&gt;Java SE Runtime Environment (build 1.6.0_16-b01)&lt;BR /&gt;Java HotSpot 64-Bit Server VM (build 14.2-b01, mixed mode)&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I upgraded to that version of jre and re-installed ifort 11.1.056 (on RH5.2). It gave me the message about no compatible JRE, so I "accepted missing prerequisites," then checked that my test application builds and runs correctly under idb GUI. According to my tests, jre 1.6.0_13 (on RH5.3) and 1.6.0_16 (current) (on RH5.2) x86_64 versions give the ifort installer warning, but work OK. 1.6.0_14 gave no complaint with ifort installer.&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Sep 2009 18:58:14 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2009-09-29T18:58:14Z</dc:date>
    <item>
      <title>Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759003#M14490</link>
      <description>Hello - &lt;BR /&gt;&lt;BR /&gt;I've been using the Fortran compiler environment for a few weeks now without any problems. Recently I have started getting problems starting the java debugger GUI, and I think it may be because of suggested synaptic updates or a java update. I have tried re-installing the debugger, made sure I am setting the JRE correctly, and even rolled back a couple updates. The debugger works in command line "idbc" mode. These are the errors I get. Any help is appreciated - I am getting no where fast!&lt;BR /&gt;&lt;BR /&gt;WARNING: ASSERTION "(pdomDocument) != ((void*)0)" FAILED AT ./src/Common/Memento/XMLMemento.cpp,line 135&lt;BR /&gt;Stack Backtrace follows:&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libOsgJni.so [0x7f3eee16c96e]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libGuiMgr.so((null)+0x1cc) [0x7f3eed2beafc]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libGuiMgr.so((null)+0x2f6) [0x7f3eed53c122]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libGuiMgr.so((null)+0x380) [0x7f3eed4fbf52]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libGuiMgr.so((null)+0xd) [0x7f3eed4fc9fb]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libOsgJni.so(Java_com_intel_debugger_ui_jni_NativeCallsProxy_native_1initialize+0x8b) [0x7f3eee16cca1]&lt;BR /&gt; [0x7f3f7a20ff50]&lt;BR /&gt;WARNING: ASSERTION "(m_pPersistentSettings) != ((void*)0)" FAILED AT ./src/WindowMgr/WindowMgr.cpp,line 234&lt;BR /&gt;Stack Backtrace follows:&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libOsgJni.so [0x7f3eee16c96e]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libGuiMgr.so((null)+0x1fd5) [0x7f3eed53de01]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libGuiMgr.so((null)+0x380) [0x7f3eed4fbf52]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libGuiMgr.so((null)+0xd) [0x7f3eed4fc9fb]&lt;BR /&gt; /home/ocean18/intel/Compiler/11.1/046/idb/gui/intel64/libOsgJni.so(Java_com_intel_debugger_ui_jni_NativeCallsProxy_native_1initialize+0x8b) [0x7f3eee16cca1]&lt;BR /&gt; [0x7f3f7a20ff50]&lt;BR /&gt;ReactionMgr: Error in XML Structure - handler "DataChangeNtfHandler" is not supported by provider "WindowMgr"&lt;BR /&gt;ReactionMgr: Error in XML Structure - handler "DebuggeeEventNtfHandler" is not supported by provider "WindowMgr"&lt;BR /&gt;[Fatal Error] :-1:-1: Premature end of file.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2009 20:46:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759003#M14490</guid>
      <dc:creator>gdaturi</dc:creator>
      <dc:date>2009-09-15T20:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759004#M14491</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Does 'java -version' show the Sun 1.6 64-bit jre running? Does Ubuntu have their own version of it, in order to compensate for the non-standard paths?&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2009 01:33:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759004#M14491</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-16T01:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759005#M14492</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Does 'java -version' show the Sun 1.6 64-bit jre running? Does Ubuntu have their own version of it, in order to compensate for the non-standard paths?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I have the same problem. The result of java -version is:&lt;BR /&gt;&lt;BR /&gt;java version "1.6.0_0"&lt;BR /&gt;OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu11)&lt;BR /&gt;OpenJDK 64-Bit Server VM (build 14.0-b08, mixed mode)&lt;BR /&gt;&lt;BR /&gt;I have to say that, during the installation, a compatibility check warning appeared: the program did not find java 1.5. I did not care because I thought that version 1.6 would be OK... In fact, the installation reported no errors.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Paco Braxe&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Sep 2009 18:00:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759005#M14492</guid>
      <dc:creator>pacobraxe</dc:creator>
      <dc:date>2009-09-28T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759006#M14493</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Not obvious distinctions. As Ron mentioned below, the Iced Tea designation is a warning flag. &lt;BR /&gt;I have installed the 11.1.056 intel64 several times, all with some version of java 1.6, which installed without complaint on the previous ifort version. Some of them gave a complaint from the installer, and require me to accept installation with missing prerequisites. In any case, only the functioning of the GUI idb would be in doubt, but I believe it is still working OK.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Sep 2009 18:34:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759006#M14493</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-28T18:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759007#M14494</link>
      <description>It appears Ubuntu installs a non-Sun JRE/JDK, the OpenJDK IcedTea6. Intel does not test against this nor do we support it.&lt;BR /&gt;&lt;BR /&gt;I would recommend installing the Sun JRE, from here &lt;A href="http://java.com/en/download/manual.jsp"&gt;http://java.com/en/download/manual.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Mon, 28 Sep 2009 18:45:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759007#M14494</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2009-09-28T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759008#M14495</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/160574"&gt;Ronald W. Green (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;It appears Ubuntu installs a non-Sun JRE/JDK, the OpenJDK IcedTea6. Intel does not test against this nor do we support it.&lt;BR /&gt;&lt;BR /&gt;I would recommend installing the Sun JRE, from here &lt;A href="http://java.com/en/download/manual.jsp"&gt;http://java.com/en/download/manual.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ron&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Before installing Sun JRE, you may have to remove OpenJDK, or at least, if /usr/bin/java is a symlink, remove that, so that the Sun JRE can install normally as the one visible to the Intel installer.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Sep 2009 20:39:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759008#M14495</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-28T20:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759009#M14496</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Before installing Sun JRE, you may have to remove OpenJDK, or at least, if /usr/bin/java is a symlink, remove that, so that the Sun JRE can install normally as the one visible to the Intel installer.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi, &lt;BR /&gt;the problem did not disappeared install java from SUN. The problem I got was:&lt;BR /&gt;&lt;BR /&gt;java.lang.UnsatisfiedLinkError: /opt/intel/Compiler/11.1/056/idb/gui/intel64/libOsgJni.so: libstdc++.so.5: shared object file cannot be opened &lt;BR /&gt;&lt;BR /&gt;A smart guy told me that he had the same error and that it was related to the use of versions 32 bit or 64 bit of this library. Anyway, I could solve my problem installing:&lt;BR /&gt;&lt;BR /&gt;apt-get install libstdc++5&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paco&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 09:54:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759009#M14496</guid>
      <dc:creator>pacobraxe</dc:creator>
      <dc:date>2009-09-29T09:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759010#M14497</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Yes, most up to date distros make the (backward compatibility) libstdc++5 libraries separate install options (and the name for it is not uniform), as has been mentioned in several posts on this forum.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 13:01:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759010#M14497</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-29T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759011#M14498</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks so much for the help, but it still doesn't appear to be working! The IDB used to work fine, and still doesn't. &lt;BR /&gt;&lt;BR /&gt;I just updated to the newest compiler and IDB - when I updated there was a warning about an incorrect JRE existing! I believe I have a compatible JRE. When I type java - version, I get the following: &lt;BR /&gt;&lt;BR /&gt;java version "1.6.0_16"&lt;BR /&gt;Java SE Runtime Environment (build 1.6.0_16-b01)&lt;BR /&gt;Java HotSpot 64-Bit Server VM (build 14.2-b01, mixed mode)&lt;BR /&gt;&lt;BR /&gt;I've also gone to the synaptic manager and made sure I have the latest lbstdc++5 installed.&lt;BR /&gt;&lt;BR /&gt;Help! Thanks!&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 17:26:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759011#M14498</guid>
      <dc:creator>gdaturi</dc:creator>
      <dc:date>2009-09-29T17:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759012#M14499</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/443156"&gt;gdaturi&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;I just updated to the newest compiler and IDB - when I updated there was a warning about an incorrect JRE existing! I believe I have a compatible JRE. When I type java - version, I get the following: &lt;BR /&gt;&lt;BR /&gt;java version "1.6.0_16"&lt;BR /&gt;Java SE Runtime Environment (build 1.6.0_16-b01)&lt;BR /&gt;Java HotSpot 64-Bit Server VM (build 14.2-b01, mixed mode)&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I upgraded to that version of jre and re-installed ifort 11.1.056 (on RH5.2). It gave me the message about no compatible JRE, so I "accepted missing prerequisites," then checked that my test application builds and runs correctly under idb GUI. According to my tests, jre 1.6.0_13 (on RH5.3) and 1.6.0_16 (current) (on RH5.2) x86_64 versions give the ifort installer warning, but work OK. 1.6.0_14 gave no complaint with ifort installer.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 18:58:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759012#M14499</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-29T18:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems starting IDB on Ubuntu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759013#M14500</link>
      <description>This is a bit old, but I hope it might help someone else out there. I know someone who had the exact same problem. The issue was that there were temporary .idb*** files created in the home directory that were causing this error message. Check your home directory for stray files and delete them, it might fix the problem.</description>
      <pubDate>Sun, 02 Oct 2011 17:45:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problems-starting-IDB-on-Ubuntu/m-p/759013#M14500</guid>
      <dc:creator>ohinai</dc:creator>
      <dc:date>2011-10-02T17:45:53Z</dc:date>
    </item>
  </channel>
</rss>

