Wir haben das gleiche Problem seit der Starface-Version 6.4.1.11 (auch mit 6.4.1.12) und einem Yealink CP860 (Firmware 37.80.150.1). Mit den Yealink T28P allerdings nicht (Firmware 2.70.150.2)
Posts by jtvogt
-
-
Kann verstehen dass der Aufwand schnell ausufert.
Die Basic-Version muss ja nicht unbedingt kostenlos sein. Vielleicht wäre eine Einstiegsversion mit OS- und HW-Monitoring für einen Betrag X und eine Premium-Version zus. mit dem Starface-spezifischen Monitoring für Betrag Y eine Möglichkeit.
Zusätzlich vielleicht der Premium-Preis gestaffelt nach Appliance-Typ.Gruß
Thomas -
Hallo,
heißt das, dass es keine kostenfreie Basic-Version für die Starface 6.3 mehr gibt ?
Vielen Dank und Gruß
Thomas
-
Hallo zusammen,
ich habe u.a. wegen der Unterstützung für das Yealink CP860 Konferenztelefon ein Starface-Upgrade von 6.2.0.15 auf 6.3.0.24 durchgeführt.
Das Provisioning des CP860 ist fehlerfrei durchgelaufen, auf dem CP860 funktioniert jetzt alles so wie bei meinen anderen Yealink T28, echt prima !
Was mir allerdings aufgefallen ist: egal welches Timeout in Sekunden ich für die Hintergrundbeleuchtung angebe: die Beleuchtung bleibt immer an (außer wenn sie ich explizit ausschalte).Starface-Version 6.3.0.24
CP860: Firmware-Version 37.80.150.1 (durch Provisioning), Hardware-Version 37.0.2.0.0.0.0Das ist jetzt kein großes Problem, es wäre aber schön wenn das in einer der nächsten Versionen funktionieren würde.
Vielen Dank und Gruß
Thomas -
Hallo Fabian,
vielen Dank für die schnelle Rückmeldung, dann warte ich mal bis die 6.3 released ist...
Gruß
Thomas -
Hallo,
ich habe vor kurzem auf unserer Starface-Appliance einen Upgrade von 5.8.2.6 auf 6.2.0.15 durchgeführt. Leider funktioniert die Basisversion des Check_MK-Modules seitdem nicht mehr.
Es ist zwar in der Modul-Library und in der der Modulkonfiguration grün markiert, im Log tauchen aber folgende Java-Exceptions auf.
Wäre sehr dankbar, wenn das Modul auch mit der 6.2.X-Version funktionieren würde !Vielen Dank und Gruß
Thomas[2016-06-28 15:43:19,003] ERROR [start] Cause:
java.lang.IllegalStateException: Unable to instantiate component class de.fluxpunkt.starface.module.monitoring.component.MonitoringComponent
at de.starface.core.component.StarfaceComponentProvider.load(StarfaceComponentProvider.java:156)
at de.fluxpunkt.starface.module.monitoring.MonitoringModuleSingleton.<init>(MonitoringModuleSingleton.java:26)
at de.fluxpunkt.starface.module.monitoring.MonitoringModuleSingleton.getInstance(MonitoringModuleSingleton.java:52)
at de.fluxpunkt.starface.module.monitoring.ActivateMonitoringModule.execute(ActivateMonitoringModule.java:25)
at de.vertico.starface.module.core.runtime.executables.JavaFunctionExec.executeImpl(JavaFunctionExec.java:132)
at de.vertico.starface.module.core.runtime.executables.BaseExec.execute(BaseExec.java:145)
at de.vertico.starface.module.core.runtime.LoadedModule.invokeFunction(LoadedModule.java:253)
at de.vertico.starface.module.core.runtime.LoadedFunction.invoke(LoadedFunction.java:89)
at de.vertico.starface.module.core.runtime.RuntimeEnvironmentImpl.invokeFunction(RuntimeEnvironmentImpl.java:251)
at de.vertico.starface.module.core.runtime.executables.FunctionCallExec.executeImpl(FunctionCallExec.java:148)
at de.vertico.starface.module.core.runtime.executables.BaseExec.execute(BaseExec.java:145)
at de.vertico.starface.module.core.runtime.executables.ContainerExec.executeImpl(ContainerExec.java:96)
at de.vertico.starface.module.core.runtime.executables.FunctionExec.executeImpl(FunctionExec.java:71)
at de.vertico.starface.module.core.runtime.executables.BaseExec.execute(BaseExec.java:145)
at de.vertico.starface.module.core.runtime.ModuleRuntime.callEntryPoint(ModuleRuntime.java:351)
at de.vertico.starface.module.core.runtime.ModuleRuntime.callEntryPoint(ModuleRuntime.java:531)
at de.vertico.starface.module.core.ModuleRegistry.callEntryPoint(ModuleRegistry.java:362)
at de.vertico.starface.module.core.runtime.TimerEntryPointExecutor$CallTimerTask$2$1.run(TimerEntryPointExecutor.java:158)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at de.starface.core.component.StarfaceComponentProvider.load(StarfaceComponentProvider.java:150)
... 20 more
Caused by: java.lang.NoSuchMethodError: de.starface.core.component.StarfaceComponentProvider.fetch(Ljava/lang/Class;)Lde/starface/core/component/StarfaceComponent;
at de.fluxpunkt.starface.module.monitoring.component.RaidControllerManagerDelegate.<init>(RaidControllerManagerDelegate.java:31)
at de.fluxpunkt.starface.module.monitoring.component.MonitoringComponent.<init>(MonitoringComponent.java:124)
... 25 more
[2016-06-28 15:43:19,008] ERROR [start]
Root cause:
java.lang.IllegalStateException: Unable to instantiate component class de.fluxpunkt.starface.module.monitoring.component.MonitoringComponent
at de.starface.core.component.StarfaceComponentProvider.load(StarfaceComponentProvider.java:156)
at de.fluxpunkt.starface.module.monitoring.MonitoringModuleSingleton.<init>(MonitoringModuleSingleton.java:26)
at de.fluxpunkt.starface.module.monitoring.MonitoringModuleSingleton.getInstance(MonitoringModuleSingleton.java:52)
at de.fluxpunkt.starface.module.monitoring.ActivateMonitoringModule.execute(ActivateMonitoringModule.java:25)
at de.vertico.starface.module.core.runtime.executables.JavaFunctionExec.executeImpl(JavaFunctionExec.java:132)
at de.vertico.starface.module.core.runtime.executables.BaseExec.execute(BaseExec.java:145)
at de.vertico.starface.module.core.runtime.LoadedModule.invokeFunction(LoadedModule.java:253)
at de.vertico.starface.module.core.runtime.LoadedFunction.invoke(LoadedFunction.java:89)
at de.vertico.starface.module.core.runtime.RuntimeEnvironmentImpl.invokeFunction(RuntimeEnvironmentImpl.java:251)
at de.vertico.starface.module.core.runtime.executables.FunctionCallExec.executeImpl(FunctionCallExec.java:148)
at de.vertico.starface.module.core.runtime.executables.BaseExec.execute(BaseExec.java:145)
at de.vertico.starface.module.core.runtime.executables.ContainerExec.executeImpl(ContainerExec.java:96)
at de.vertico.starface.module.core.runtime.executables.FunctionExec.executeImpl(FunctionExec.java:71)
at de.vertico.starface.module.core.runtime.executables.BaseExec.execute(BaseExec.java:145)
at de.vertico.starface.module.core.runtime.ModuleRuntime.callEntryPoint(ModuleRuntime.java:351)
at de.vertico.starface.module.core.runtime.ModuleRuntime.callEntryPoint(ModuleRuntime.java:531)
at de.vertico.starface.module.core.ModuleRegistry.callEntryPoint(ModuleRegistry.java:362)
at de.vertico.starface.module.core.runtime.TimerEntryPointExecutor$CallTimerTask$2$1.run(TimerEntryPointExecutor.java:158)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at de.starface.core.component.StarfaceComponentProvider.load(StarfaceComponentProvider.java:150)
... 20 more
Caused by: java.lang.NoSuchMethodError: de.starface.core.component.StarfaceComponentProvider.fetch(Ljava/lang/Class;)Lde/starface/core/component/StarfaceComponent;
at de.fluxpunkt.starface.module.monitoring.component.RaidControllerManagerDelegate.<init>(RaidControllerManagerDelegate.java:31)
at de.fluxpunkt.starface.module.monitoring.component.MonitoringComponent.<init>(MonitoringComponent.java:124)
... 25 more