Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Qsys doesn't Invoke from Quartus II

Installed Version of Quartus - 13.1.0.162 on Server having Linux 64 bit OS.

QSYS was invoking fine till last week when all of a sudden it stopped invoking when clicked on Qsys from tools menu in Quartus.

This is the error we get when any command from Qsys is used in the command line prompt. Please help us in solving this. Reinstallation of software didn't work.

java.lang.UnsatisfiedLinkError: /tools/altera/13.1.0.162/quartus/linux/libccl_sqlite3_jdbc_jni_bridge.so: /tools/altera/13.1.0.162/quartus/linux/libccl_sqlite3.so: undefined symbol: Tcl_TranslateFileName

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 com.altera.jdbcsqlite.Database$1.load(Database.java:954)

at com.altera.utilities.AltLibraryLoader.doLoad(AltLibraryLoader.java:131)

at com.altera.utilities.AltLibraryLoader.doLoad(AltLibraryLoader.java:108)

at com.altera.utilities.AltLibraryLoader.loadLibraries(AltLibraryLoader.java:87)

at com.altera.jdbcsqlite.Database.<clinit>(Database.java:957)

at com.altera.jdbcsqlite.JDBCConnection.open(JDBCConnection.java:128)

at com.altera.jdbcsqlite.JDBCConnection.<init>(JDBCConnection.java:175)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at com.altera.jdbcsqlite.JDBC.connect(JDBC.java:128)

at java.sql.DriverManager.getConnection(Unknown Source)

at java.sql.DriverManager.getConnection(Unknown Source)

at com.altera.infrastructure.devices.SQLQueryRunner.initializeEncryptedConnection(Unknown Source)

at com.altera.infrastructure.devices.SQLQueryRunner.connect(Unknown Source)

at com.altera.infrastructure.devices.DeviceDB.initConnectionToDatabaseFile(Unknown Source)

at com.altera.infrastructure.devices.DeviceDB.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevFamilyManagerFromDB.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevFamilyManager.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevFamilyManager.getInstance(Unknown Source)

at com.altera.sopc.generator.reports.DeploymentReportGreybox.<init>(DeploymentReportGreybox.java:38)

at com.altera.sopc.generator.DeploymentReportManager.create(DeploymentReportManager.java:124)

at com.altera.sopcmodel.sbtools.sbgenerate.SbGenerate.<init>(SbGenerate.java:216)

at com.altera.sopcmodel.sbtools.sbgenerate.SbGenerate.main(SbGenerate.java:1105)

Apr 29, 2014 4:00:16 PM com.altera.infrastructure.devices.DevFamilyManager <init>

SEVERE: Internal Error: caught exception

java.lang.RuntimeException: Can't initialize DevFamilyManagerFromDB

at com.altera.infrastructure.devices.DevFamilyManagerFromDB.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevFamilyManager.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevFamilyManager.getInstance(Unknown Source)

at com.altera.sopc.generator.reports.DeploymentReportGreybox.<init>(DeploymentReportGreybox.java:38)

at com.altera.sopc.generator.DeploymentReportManager.create(DeploymentReportManager.java:124)

at com.altera.sopcmodel.sbtools.sbgenerate.SbGenerate.<init>(SbGenerate.java:216)

at com.altera.sopcmodel.sbtools.sbgenerate.SbGenerate.main(SbGenerate.java:1105)

Caused by: com.altera.infrastructure.devices.DeviceDBEnvironmentException: Can't initialize connection to /tools/altera/13.1.0.162/quartus/common/devinfo/device.db

at com.altera.infrastructure.devices.SQLQueryRunner.connect(Unknown Source)

at com.altera.infrastructure.devices.DeviceDB.initConnectionToDatabaseFile(Unknown Source)

at com.altera.infrastructure.devices.DeviceDB.<init>(Unknown Source)

... 7 more

Caused by: java.sql.SQLException: java.lang.NoClassDefFoundError: Could not initialize class com.altera.jdbcsqlite.DatabaseX

at com.altera.jdbcsqlite.JDBC.connect(JDBC.java:130)

at java.sql.DriverManager.getConnection(Unknown Source)

at java.sql.DriverManager.getConnection(Unknown Source)

at com.altera.infrastructure.devices.SQLQueryRunner.initializeUnencryptedConnection(Unknown Source)

... 10 more

Exception in thread "main" java.lang.RuntimeException: Failed to initialize device database.

at com.altera.infrastructure.devices.DevWriteableFamilyManagerFromDB.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevWriteableFamilyManager.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevFamilyManager.<init>(Unknown Source)

at com.altera.infrastructure.devices.DevFamilyManager.getInstance(Unknown Source)

at com.altera.sopc.generator.reports.DeploymentReportGreybox.<init>(DeploymentReportGreybox.java:38)

at com.altera.sopc.generator.DeploymentReportManager.create(DeploymentReportManager.java:124)

at com.altera.sopcmodel.sbtools.sbgenerate.SbGenerate.<init>(SbGenerate.java:216)

at com.altera.sopcmodel.sbtools.sbgenerate.SbGenerate.main(SbGenerate.java:1105)

Caused by: com.altera.infrastructure.devices.DeviceDBEnvironmentException: Can't initialize connection to /tmp/test_device_db1429951818462053684.sqlite

at com.altera.infrastructure.devices.SQLQueryRunner.connect(Unknown Source)

at com.altera.infrastructure.devices.DeviceDB.initConnectionToDatabaseFile(Unknown Source)

at com.altera.infrastructure.devices.WriteableDeviceDB.<init>(Unknown Source)

... 8 more

Caused by: java.sql.SQLException: java.lang.NoClassDefFoundError: Could not initialize class com.altera.jdbcsqlite.DatabaseX

at com.altera.jdbcsqlite.JDBC.connect(JDBC.java:130)

at java.sql.DriverManager.getConnection(Unknown Source)

at java.sql.DriverManager.getConnection(Unknown Source)

at com.altera.infrastructure.devices.SQLQueryRunner.initializeUnencryptedConnection(Unknown Source)

... 11 more
No RepliesBe the first to reply