The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
2018-07-12 16:32:54,449 ERROR [manager.usagedatacollector] [pool-150-thread-1] Declining new events Queue size exceeds the limit = 257626
2018-07-12 14:28:17,188 ERROR [STDERR] Caused by: [Incident# 4971-8819913] com.flexnet.platform.exceptions.FLEXnetOopsException: An unknown error has occurred. Please contact the FLEXnet administrator. [Incident# 4971-8819913] 2018-07-12 14:28:17,188 ERROR [STDERR] at com.flexnet.manager.services.license.LicenseFileProcessor.getUnparsedLineMap(LicenseFileProcessor.java:243) 2018-07-12 14:28:17,188 ERROR [STDERR] at com.flexnet.manager.services.license.LicenseFileProcessor.processLines(LicenseFileProcessor.java:173) 2018-07-12 14:28:17,188 ERROR [STDERR] ... 13 more 2018-07-12 14:28:17,188 ERROR [STDERR] Caused by: org.hibernate.exception.LockAcquisitionException: could not initialize a collection: [com.flexnet.manager.entities.LicenseFile.vendorLines#357340] 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:82) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.loader.Loader.loadCollection(Loader.java:2001) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.loader.collection.CollectionLoader.initialize(CollectionLoader.java:36) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:565) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:63) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1716) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:344) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:86) 2018-07-12 14:28:17,188 ERROR [STDERR] at org.hibernate.collection.PersistentSet.iterator(PersistentSet.java:163) 2018-07-12 14:28:17,188 ERROR [STDERR] at com.flexnet.manager.services.license.LicenseFileProcessor.getUnparsedLineMap(LicenseFileProcessor.java:226) 2018-07-12 14:28:17,188 ERROR [STDERR] ... 14 more 2018-07-12 14:28:17,188 ERROR [STDERR] Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Transaction (Process ID 103) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
SELECT * FROM sys.dm_exec_requests CROSS APPLY sys.dm_exec_sql_text(sql_handle) SELECT * FROM sys.sysprocesses WHERE open_tran = 1
This error is indicates that FNMEA is currently under high load and has stopped processing real time usage events, the usage events are used display activity on the "Activity" tab.
To resolve the issue, there are several steps that can be tried:
USE master ALTER DATABASE flexnet SET SINGLE_USER ALTER DATABASE flexnet SET ALLOW_SNAPSHOT_ISOLATION ON ALTER DATABASE flexnet SET READ_COMMITTED_SNAPSHOT ON ALTER DATABASE flexnet SET MULTI_USER
Additional information on increasing the memory allocated to the Java Heap used by FlexNet Manager can be located in the FlexNet Manager Installation Guide, Chapter 7: Configuring FlexNet Manager for Engineering Applications, Setting the Java Heap Size for FlexNet Manager for Engineering Applications.
Nov 15, 2018 07:39 PM