Hello I hope someone can help me
Our Linstor production cluster just went down and I’m not able to get it back up. The controller is in a crashloop spitting out this error message every time:
ERROR REPORT 66CE118B-00000-000000
============================================================
Application: LINBIT? LINSTOR
Module: Controller
Version: 1.28.0
Build ID: 959382f7b4fb9436fefdd21dfa262e90318edaed
Build time: 2024-07-11T10:21:06+00:00
Error time: 2024-08-27 17:49:13
Node: linstor-controller-7b9c4ccd45-xk4lf
Thread: Main
============================================================
Reported error:
===============
Category: Error
Class name: ImplementationError
Class canonical name: com.linbit.ImplementationError
Generated at: Method 'loadCoreObjects', Source file 'DatabaseLoader.java', Line #680
Error message: Unknown error during loading data from DB
Call backtrace:
Method Native Class:Line number
loadCoreObjects N com.linbit.linstor.dbdrivers.DatabaseLoader:680
loadCoreObjects N com.linbit.linstor.core.DbDataInitializer:169
initialize N com.linbit.linstor.core.DbDataInitializer:101
startSystemServices N com.linbit.linstor.core.ApplicationLifecycleManager:87
start N com.linbit.linstor.core.Controller:374
main N com.linbit.linstor.core.Controller:625
Caused by:
==========
Category: LinStorException
Class name: DatabaseException
Class canonical name: com.linbit.linstor.dbdrivers.DatabaseException
Generated at: Method 'loadAll', Source file 'AbsDatabaseDriver.java', Line #190
Error message: Failed to restore data
ErrorContext:
Call backtrace:
Method Native Class:Line number
loadAll N com.linbit.linstor.dbdrivers.AbsDatabaseDriver:190
cacheAll N com.linbit.linstor.core.objects.AbsLayerRscDfnDataDbDriver:55
cacheAll N com.linbit.linstor.core.objects.AbsLayerRscDataDbDriver:261
loadLayerObects N com.linbit.linstor.dbdrivers.DatabaseLoader:728
loadCoreObjects N com.linbit.linstor.dbdrivers.DatabaseLoader:640
loadCoreObjects N com.linbit.linstor.core.DbDataInitializer:169
initialize N com.linbit.linstor.core.DbDataInitializer:101
startSystemServices N com.linbit.linstor.core.ApplicationLifecycleManager:87
start N com.linbit.linstor.core.Controller:374
main N com.linbit.linstor.core.Controller:625
Caused by:
==========
Category: Exception
Class name: ValueInUseException
Class canonical name: com.linbit.ValueInUseException
Generated at: Method 'allocate', Source file 'DynamicNumberPoolImpl.java', Line #124
Error message: TCP port 7077 is already in use
Call backtrace:
Method Native Class:Line number
allocate N com.linbit.linstor.numberpool.DynamicNumberPoolImpl:124
<init> N com.linbit.linstor.storage.data.adapter.drbd.DrbdRscDfnData:110
genericCreate N com.linbit.linstor.core.objects.LayerDrbdRscDfnDbDriver:268
load N com.linbit.linstor.core.objects.LayerDrbdRscDfnDbDriver:231
load N com.linbit.linstor.core.objects.LayerDrbdRscDfnDbDriver:49
loadAll N com.linbit.linstor.dbdrivers.k8s.crd.K8sCrdEngine:238
loadAll N com.linbit.linstor.dbdrivers.AbsDatabaseDriver:180
cacheAll N com.linbit.linstor.core.objects.AbsLayerRscDfnDataDbDriver:55
cacheAll N com.linbit.linstor.core.objects.AbsLayerRscDataDbDriver:261
loadLayerObects N com.linbit.linstor.dbdrivers.DatabaseLoader:728
loadCoreObjects N com.linbit.linstor.dbdrivers.DatabaseLoader:640
loadCoreObjects N com.linbit.linstor.core.DbDataInitializer:169
initialize N com.linbit.linstor.core.DbDataInitializer:101
startSystemServices N com.linbit.linstor.core.ApplicationLifecycleManager:87
start N com.linbit.linstor.core.Controller:374
main N com.linbit.linstor.core.Controller:625
END OF ERROR REPORT.