• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. iscape doesn't run in 64bit amd processor

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 125
  • Views 3279
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

iscape doesn't run in 64bit amd processor

Cold
Cold over 11 years ago

 

Hi Andrew,

I am experiencing a problem while trying to run iscape (recently downloaded from cadence website) in my 64 bit amd processor with Ubuntu 14.04 Lts amd 64bit installed in it. The error goes as follows.

pavan@pavan-pc:~/cadence/iscape.04.23-s004/bin$ ./iscape.sh
Initializing InstallScape using JVM at /home/pavan/cadence/iscape.04.23-s004/runtime/LNX86/bin/java. This might take some time...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/pavan/cadence/iscape.04.23-s004/runtime/LNX86/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.load0(Unknown Source)
    at java.lang.System.load(Unknown Source)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.loadLibraries(Unknown Source)
    at java.awt.Toolkit.<clinit>(Unknown Source)
    at com.khanpur.installer.gui.InstallerUI.main(InstallerUI.java:107)

 Please suggest me a solution for running iscape on my 64bit system.

 Thanks

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    First of all, Ubuntu is not a supported operating system for Cadence tools. See platform support.

    However this is probably easily solved by installing the 32-bit version of libXext.so.6. On my 64-bit RHEL6 machine, this is at /usr/lib/libXext.so.6 and is available in the 32-bit version of the libXext-1.1-3.el6.i686 RPM.

    It's OK to have 32-bit packages installed on a 64-bit OS (not the other way around though).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Cold
    Cold over 11 years ago

    Thanks andrew 

    Iscape worked fine after installing the libXext.so.6.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Cold
    Cold over 11 years ago
    Hi Andrew,

    when iscape is run and i tried to do a Local/Media install, by selecting cadence IC615 directory. But it does not show any packages on clicking next, and in the terminal i get the following message.
    I recently downloaded this version of installscape(iscape.04.23-s004) from cadence website.

    Initializing InstallScape using JVM at /home/pavan/cadence/iscape.04.23-s004/runtime/LNX86/bin/java. This might take some time...
    Use -help option for details on usage....
    com.khanpur.util.parser.ISDOMCreationException: Could not create Document from file /home/pavan/cadence/Cadence_IC6.15_Virtuoso/Hotfix_IC06.15.511-615_lnx86.sdx
    You might be using an older version of InstallScape.
    Ensure that you are using the latest version of InstallScape.
    at com.khanpur.util.parser.KPDomCreator.create(KPDomCreator.java:151)
    at com.khanpur.component.ComponentFactory.create(ComponentFactory.java:164)
    at com.khanpur.installerng.Location.populateWithXml(Location.java:759)
    at com.khanpur.installerng.Location.populateLocationIComp(Location.java:605)
    at com.khanpur.installerng.SourceLocation.populateLocationIComp(SourceLocation.java:240)
    at com.khanpur.installerng.ArchiveLocation.populateLocationIComp(ArchiveLocation.java:191)
    at com.khanpur.installerng.ArchiveLocationManager.locationICompSelected(ArchiveLocationManager.java:168)
    at com.khanpur.installerng.Installer.archiveLocationICompSelected(Installer.java:1127)
    at com.cadence.mediagen.ISSearchDataGenerator.createSearchDataMedia(ISSearchDataGenerator.java:108)
    at com.khanpur.installer.gui.nginterface.ISControlFileToSearchDataTranslator.translateMedia(ISControlFileToSearchDataTranslator.java:86)
    at com.khanpur.installer.gui.nginterface.ISClassicView.mediaLocation(ISClassicView.java:1691)
    at com.khanpur.installer.gui.nginterface.ISClassicView.right_media_location(ISClassicView.java:1015)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.khanpur.installer.gui.nginterface.ISCVBottomButtonBar.callMethod(ISCVBottomButtonBar.java:105)
    at com.khanpur.installer.gui.nginterface.ISCVBottomButtonBarButton.actionPerformed(ISCVBottomButtonBarButton.java:32)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.io.FileNotFoundException: /home/pavan/cadence/Cadence_IC6.15_Virtuoso/Hotfix_IC06.15.511-615_lnx86.sdx (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
    at java.net.URL.openStream(Unknown Source)
    at org.apache.crimson.parser.InputEntity.init(InputEntity.java:209)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:470)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
    at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
    at com.khanpur.util.parser.KPDomCreator.create(KPDomCreator.java:141)
    ... 54 more
    java.io.FileNotFoundException: /home/pavan/cadence/Cadence_IC6.15_Virtuoso/Hotfix_IC06.15.511-615_lnx86.sdx (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
    at java.net.URL.openStream(Unknown Source)
    at org.apache.crimson.parser.InputEntity.init(InputEntity.java:209)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:470)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
    at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
    at com.khanpur.util.parser.KPDomCreator.create(KPDomCreator.java:141)
    at com.khanpur.component.ComponentFactory.create(ComponentFactory.java:164)
    at com.khanpur.installerng.Location.populateWithXml(Location.java:759)
    at com.khanpur.installerng.Location.populateLocationIComp(Location.java:605)
    at com.khanpur.installerng.SourceLocation.populateLocationIComp(SourceLocation.java:240)
    at com.khanpur.installerng.ArchiveLocation.populateLocationIComp(ArchiveLocation.java:191)
    at com.khanpur.installerng.ArchiveLocationManager.locationICompSelected(ArchiveLocationManager.java:168)
    at com.khanpur.installerng.Installer.archiveLocationICompSelected(Installer.java:1127)
    at com.cadence.mediagen.ISSearchDataGenerator.createSearchDataMedia(ISSearchDataGenerator.java:108)
    at com.khanpur.installer.gui.nginterface.ISControlFileToSearchDataTranslator.translateMedia(ISControlFileToSearchDataTranslator.java:86)
    at com.khanpur.installer.gui.nginterface.ISClassicView.mediaLocation(ISClassicView.java:1691)
    at com.khanpur.installer.gui.nginterface.ISClassicView.right_media_location(ISClassicView.java:1015)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.khanpur.installer.gui.nginterface.ISCVBottomButtonBar.callMethod(ISCVBottomButtonBar.java:105)
    at com.khanpur.installer.gui.nginterface.ISCVBottomButtonBarButton.actionPerformed(ISCVBottomButtonBarButton.java:32)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    java.io.FileNotFoundException: /home/pavan/cadence/Cadence_IC6.15_Virtuoso/Hotfix_IC06.15.511-615_lnx86.sdx (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
    at java.net.URL.openStream(Unknown Source)
    at org.apache.crimson.parser.InputEntity.init(InputEntity.java:209)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:470)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
    at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
    at com.khanpur.util.parser.KPDomCreator.create(KPDomCreator.java:141)
    at com.khanpur.component.ComponentFactory.create(ComponentFactory.java:164)
    at com.khanpur.installerng.Location.populateWithXml(Location.java:759)
    at com.khanpur.installerng.Location.populateLocationIComp(Location.java:605)
    at com.khanpur.installerng.SourceLocation.populateLocationIComp(SourceLocation.java:240)
    at com.khanpur.installerng.ArchiveLocation.populateLocationIComp(ArchiveLocation.java:191)
    at com.khanpur.installerng.ArchiveLocationManager.locationICompSelected(ArchiveLocationManager.java:168)
    at com.khanpur.installerng.Installer.archiveLocationICompSelected(Installer.java:1127)
    at com.cadence.mediagen.ISSearchDataGenerator.createSearchDataMedia(ISSearchDataGenerator.java:108)
    at com.khanpur.installer.gui.nginterface.ISControlFileToSearchDataTranslator.translateMedia(ISControlFileToSearchDataTranslator.java:86)
    at com.khanpur.installer.gui.nginterface.ISClassicView.mediaLocation(ISClassicView.java:1691)
    at com.khanpur.installer.gui.nginterface.ISClassicView.right_media_location(ISClassicView.java:1015)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.khanpur.installer.gui.nginterface.ISCVBottomButtonBar.callMethod(ISCVBottomButtonBar.java:105)
    at com.khanpur.installer.gui.nginterface.ISCVBottomButtonBarButton.actionPerformed(ISCVBottomButtonBarButton.java:32)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    The clue is this line:

    java.io.FileNotFoundException: /home/pavan/cadence/Cadence_IC6.15_Virtuoso/Hotfix_IC06.15.511-615_lnx86.sdx (No such file or directory)
     
    My guess is that you're trying to install using an existing Cadence installation, rather than the source media. That makes no sense - there's no need to install it if it's already installed...
     
    The source media would have a set of sub-directories called CDROM1, CDROM2 etc.
     
    Alternatively you can download directly from downloads.cadence.com which means that you don't have to download all the hotfix and base media first - it will smartly download what it needs. You can do that with the installscape that  you've already downloaded.
     
    Regards,
     
    Andrew.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information