Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

problem idb debian

renato78
Beginner
561 Views
I installed ifort non-commercial version and everything seems ok, but idb.

when I launch idb il give me the error reported at the end of this mail.

have you got any idea about fix it?

I'm using Debian lenny 64bit.

Thank you very much for your help.

ERROR:
javax.xml.parsers.ParserConfigurationException: expand-entity-references
at gnu.xml.dom.DomDocumentBuilderFactory.setParameter(libgcj.so.90)
at gnu.xml.dom.DomDocumentBuilderFactory.newDocumentBuilder(libgcj.so.90)
at com.intel.debugger.ui.windows.DOMHelper.(Unknown Source)
at com.intel.debugger.ui.windows.WindowManager.getDOMHelper(Unknown Source)
at com.intel.debugger.ui.windows.WindowManager.(Unknown Source)
at com.intel.debugger.ui.windows.WindowManager.(Unknown Source)
at com.intel.debugger.ui.windows.WindowManager$SingletonHolder.initInstance(Unknown Source)
at com.intel.debugger.ui.windows.WindowManager$SingletonHolder.access$1(Unknown Source)
at com.intel.debugger.ui.windows.WindowManager.initInstance(Unknown Source)
at com.intel.debugger.ui.ApplicationWorkbenchWindowAdvisor.postWindowOpen(Unknown Source)
at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpened(WorkbenchWindow.java:1128)
at org.eclipse.ui.internal.WorkbenchWindow.open(WorkbenchWindow.java:685)
at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:803)
at org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:1437)
at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1435)
at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1399)
at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1397)
at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:190)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:708)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.intel.debugger.ui.App.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at java.lang.reflect.Method.invoke(libgcj.so.90)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0 Kudos
1 Reply
TimP
Honored Contributor III
561 Views
Quoting - renato78
I installed ifort non-commercial version and everything seems ok, but idb.

You should be using 11.0/074. The OpenMP debug library was wrong in the previous version. Did you read the html installation notes in the Documents directory of the installation? The one error I know of there is that Sun jre version requirement for most distros (including some "supported" ones) is 1.6.0. You should remove all older versions of Sun java and install. You should see
>java -version
java version "1.6.0"
IcedTea Runtime Environment (build 1.6.0-b09)
OpenJDK 64-Bit Server VM (build 1.6.0-b09, mixed mode)

or something similar. I got an answer from Intel support that this will not be corrected in the installation notes.
If you have a license expiry problem, after correcting it, you must start over by sourcing ifortvars. idb will not run on an expired license. If your license was issued prior to release of 11.0, you must get a fresh copy from https://registrationcenter.intel.com.
0 Kudos
Reply