Firecontrol will not open

I’ve been working for almost 3 weeks to understand why Firecontrol will not open on my laptop. I’m running the latest version as well as the Java I was sent my Langmuir. All I get are the splash screen and then a shutdown.

I was sent a test program to run in Command mode and the results of this are here:

Microsoft Windows [Version 10.0.21390.2025]
(c) Microsoft Corporation. All rights reserved.

*C:\WINDOWS\system32>cd*

C:>cd firecontrol

C:\FireControl>firecontrol.bat
‘firecontrol.bat’ is not recognized as an internal or external command,
operable program or batch file.

C:\FireControl>cd bin

C:\FireControl\bin>firecontrol.bat
Exception in Application init method
java.lang.reflect.InvocationTargetException

  •    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    
  •    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)*
    
  •    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*
    
  •    at java.base/java.lang.reflect.Method.invoke(Method.java:567)*
    
  •    at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464)*
    
  •    at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:363)*
    
  •    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    
  •    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)*
    
  •    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*
    
  •    at java.base/java.lang.reflect.Method.invoke(Method.java:567)*
    
  •    at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1071)*
    

Caused by: java.lang.RuntimeException: Exception in Application init method

  •    at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:895)*
    
  •    at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)*
    
  •    at java.base/java.lang.Thread.run(Thread.java:831)*
    

Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Unable to load cache item

  •    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2051)*
    
  •    at com.google.common.cache.LocalCache.get(LocalCache.java:3953)*
    
  •    at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3976)*
    
  •    at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4960)*
    
  •    at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4966)*
    
  •    at com.google.inject.internal.FailableCache.get(FailableCache.java:54)*
    
  •    at com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:49)*
    
  •    at com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:155)*
    
  •    at com.google.inject.internal.InjectorImpl.initializeBinding(InjectorImpl.java:592)*
    
  •    at com.google.inject.internal.AbstractBindingProcessor$Processor.initializeBinding(AbstractBindingProcessor.java:173)*
    
  •    at com.google.inject.internal.AbstractBindingProcessor$Processor.lambda$scheduleInitialization$0(AbstractBindingProcessor.java:160)*
    
  •    at com.google.inject.internal.ProcessedBindingData.initializeBindings(ProcessedBindingData.java:49)*
    
  •    at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:124)*
    
  •    at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:108)*
    
  •    at com.google.inject.Guice.createInjector(Guice.java:87)*
    
  •    at com.google.inject.Guice.createInjector(Guice.java:69)*
    
  •    at de.saxsys.mvvmfx.guice.MvvmfxGuiceApplication.init(MvvmfxGuiceApplication.java:72)*
    
  •    at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:824)*
    
  •    ... 2 more*
    

Caused by: java.lang.IllegalStateException: Unable to load cache item

  •    at com.google.inject.internal.cglib.core.internal.$LoadingCache.createEntry(LoadingCache.java:79)*
    
  •    at com.google.inject.internal.cglib.core.internal.$LoadingCache.get(LoadingCache.java:34)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java:119)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator.create(AbstractClassGenerator.java:294)*
    
  •    at com.google.inject.internal.cglib.reflect.$FastClass$Generator.create(FastClass.java:65)*
    
  •    at com.google.inject.internal.BytecodeGen.newFastClassForMember(BytecodeGen.java:258)*
    
  •    at com.google.inject.internal.BytecodeGen.newFastClassForMember(BytecodeGen.java:207)*
    
  •    at com.google.inject.internal.DefaultConstructionProxyFactory.create(DefaultConstructionProxyFactory.java:49)*
    
  •    at com.google.inject.internal.ProxyFactory.create(ProxyFactory.java:156)*
    
  •    at com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:94)*
    
  •    at com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:30)*
    
  •    at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:38)*
    
  •    at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:34)*
    
  •    at com.google.inject.internal.FailableCache$1.load(FailableCache.java:43)*
    
  •    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3529)*
    
  •    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2278)*
    
  •    at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2155)*
    
  •    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2045)*
    
  •    ... 19 more*
    

Caused by: java.lang.ExceptionInInitializerError

  •    at com.google.inject.internal.cglib.core.$DuplicatesPredicate.evaluate(DuplicatesPredicate.java:104)*
    
  •    at com.google.inject.internal.cglib.core.$CollectionUtils.filter(CollectionUtils.java:52)*
    
  •    at com.google.inject.internal.cglib.reflect.$FastClassEmitter.<init>(FastClassEmitter.java:69)*
    
  •    at com.google.inject.internal.cglib.reflect.$FastClass$Generator.generateClass(FastClass.java:77)*
    
  •    at com.google.inject.internal.cglib.core.$DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator.generate(AbstractClassGenerator.java:332)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:96)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:94)*
    
  •    at com.google.inject.internal.cglib.core.internal.$LoadingCache$2.call(LoadingCache.java:54)*
    
  •    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)*
    
  •    at com.google.inject.internal.cglib.core.internal.$LoadingCache.createEntry(LoadingCache.java:61)*
    
  •    ... 36 more*
    

Caused by: com.google.inject.internal.cglib.core.$CodeGenerationException: java.lang.reflect.InaccessibleObjectException–>Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not “opens java.lang” to unnamed module @37851fee

  •    at com.google.inject.internal.cglib.core.$ReflectUtils.defineClass(ReflectUtils.java:464)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator.generate(AbstractClassGenerator.java:339)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:96)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:94)*
    
  •    at com.google.inject.internal.cglib.core.internal.$LoadingCache$2.call(LoadingCache.java:54)*
    
  •    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)*
    
  •    at com.google.inject.internal.cglib.core.internal.$LoadingCache.createEntry(LoadingCache.java:61)*
    
  •    at com.google.inject.internal.cglib.core.internal.$LoadingCache.get(LoadingCache.java:34)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java:119)*
    
  •    at com.google.inject.internal.cglib.core.$AbstractClassGenerator.create(AbstractClassGenerator.java:294)*
    
  •    at com.google.inject.internal.cglib.core.$KeyFactory$Generator.create(KeyFactory.java:221)*
    
  •    at com.google.inject.internal.cglib.core.$KeyFactory.create(KeyFactory.java:174)*
    
  •    at com.google.inject.internal.cglib.core.$KeyFactory.create(KeyFactory.java:157)*
    
  •    at com.google.inject.internal.cglib.core.$KeyFactory.create(KeyFactory.java:149)*
    
  •    at com.google.inject.internal.cglib.core.$KeyFactory.create(KeyFactory.java:145)*
    
  •    at com.google.inject.internal.cglib.core.$MethodWrapper.<clinit>(MethodWrapper.java:23)*
    
  •    ... 47 more*
    

Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not “opens java.lang” to unnamed module @37851fee

  •    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)*
    
  •    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)*
    
  •    at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)*
    
  •    at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)*
    
  •    at com.google.inject.internal.cglib.core.$ReflectUtils$1.run(ReflectUtils.java:61)*
    
  •    at java.base/java.security.AccessController.doPrivileged(AccessController.java:554)*
    
  •    at com.google.inject.internal.cglib.core.$ReflectUtils.<clinit>(ReflectUtils.java:52)*
    
  •    at com.google.inject.internal.cglib.reflect.$FastClassEmitter.<init>(FastClassEmitter.java:67)*
    
  •    ... 44 more*
    

Exception running application com.langmuir.cnc.desktop.FireControl

C:\FireControl\bin>

I see few issues about this posted online and cannot figure what on my new Dell XPS would be causing this. I’ve taken off all security programs thinking that might help, but the result is always the same.

Thoughts…solutions…help?

And BTW, I of course did the deletions of the USER firecontrol folders (many times) that was talked about as a solutionand seemed to help some others.