Java hata kodu nedir?

289120

Hectopat
Katılım
25 Kasım 2019
Mesajlar
3.519
Makaleler
2
Çözümler
11
Kod:
[2022-04-13 00:08:26] [INFO ] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[2022-04-13 00:08:26] [INFO ] at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.event.Event.fireEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.scene.Node.fireEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.scene.control.Button.fire(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.event.Event.fireEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.scene.Scene$MouseHandler.process(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at java.security.AccessController.doPrivileged(Native Method)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$350(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$338/719603249.get(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.glass.ui.View.notifyMouse(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
[2022-04-13 00:08:26] [INFO ] at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at com.sun.glass.ui.win.WinApplication$$Lambda$49/985677051.run(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at java.lang.Thread.run(Unknown Source)
[2022-04-13 00:08:26] [INFO ] Caused by: java.lang.reflect.InvocationTargetException
[2022-04-13 00:08:26] [INFO ] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-13 00:08:26] [INFO ] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at java.lang.reflect.Method.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at sun.reflect.misc.Trampoline.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at java.lang.reflect.Method.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
[2022-04-13 00:08:26] [INFO ] ... 59 more
[2022-04-13 00:08:26] [INFO ] Caused by: java.lang.NoSuchMethodError: javafx.scene.control.ChoiceBox.setOnAction(Ljavafx/event/EventHandler;)V
[2022-04-13 00:08:26] [INFO ] at systems.kinau.fishingbot.gui.config.options.VersionConfigOption.<init>(VersionConfigOption.java:23)
[2022-04-13 00:08:26] [INFO ] at systems.kinau.fishingbot.gui.config.options.VersionConfigOption.<init>(VersionConfigOption.java:15)
[2022-04-13 00:08:26] [INFO ] at systems.kinau.fishingbot.gui.config.ConfigGUI.createConfigElements(ConfigGUI.java:132)
[2022-04-13 00:08:26] [INFO ] at systems.kinau.fishingbot.gui.config.ConfigGUI.<init>(ConfigGUI.java:51)
[2022-04-13 00:08:26] [INFO ] at systems.kinau.fishingbot.gui.GUIController.openConfigGUI(GUIController.java:245)
[2022-04-13 00:08:26] [INFO ] ... 68 more
[2022-04-13 00:08:29] [INFO ] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[2022-04-13 00:08:29] [INFO ] at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.event.Event.fireEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.scene.Node.fireEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.scene.control.Button.fire(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.event.Event.fireEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.scene.Scene$MouseHandler.process(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
[2022-04-13 00:08:29] [INFO ] at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at java.security.AccessController.doPrivileged(Native Method)
[2022-04-13 00:08:30] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$350(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$338/719603249.get(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.glass.ui.View.notifyMouse(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
[2022-04-13 00:08:30] [INFO ] at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at com.sun.glass.ui.win.WinApplication$$Lambda$49/985677051.run(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at java.lang.Thread.run(Unknown Source)
[2022-04-13 00:08:30] [INFO ] Caused by: java.lang.reflect.InvocationTargetException
[2022-04-13 00:08:30] [INFO ] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-13 00:08:30] [INFO ] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at java.lang.reflect.Method.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at sun.reflect.misc.Trampoline.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at java.lang.reflect.Method.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
[2022-04-13 00:08:30] [INFO ] ... 59 more
[2022-04-13 00:08:30] [INFO ] Caused by: java.lang.NoSuchMethodError: javafx.scene.control.ChoiceBox.setOnAction(Ljavafx/event/EventHandler;)V
[2022-04-13 00:08:30] [INFO ] at systems.kinau.fishingbot.gui.config.options.VersionConfigOption.<init>(VersionConfigOption.java:23)
[2022-04-13 00:08:30] [INFO ] at systems.kinau.fishingbot.gui.config.options.VersionConfigOption.<init>(VersionConfigOption.java:15)
[2022-04-13 00:08:30] [INFO ] at systems.kinau.fishingbot.gui.config.ConfigGUI.createConfigElements(ConfigGUI.java:132)
[2022-04-13 00:08:30] [INFO ] at systems.kinau.fishingbot.gui.config.ConfigGUI.<init>(ConfigGUI.java:51)
[2022-04-13 00:08:30] [INFO ] at systems.kinau.fishingbot.gui.GUIController.openConfigGUI(GUIController.java:245)
[2022-04-13 00:08:30] [INFO ] ... 68 more
[2022-04-13 00:08:40] [INFO ] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[2022-04-13 00:08:40] [INFO ] at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.event.Event.fireEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.scene.control.MenuItem.fire(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer.lambda$createChildren$341(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer$$Lambda$382/1416339672.handle(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.event.Event.fireEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.scene.Scene$MouseHandler.process(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at java.security.AccessController.doPrivileged(Native Method)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$350(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$338/719603249.get(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.glass.ui.View.notifyMouse(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
[2022-04-13 00:08:40] [INFO ] at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at com.sun.glass.ui.win.WinApplication$$Lambda$49/985677051.run(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at java.lang.Thread.run(Unknown Source)
[2022-04-13 00:08:40] [INFO ] Caused by: java.lang.reflect.InvocationTargetException
[2022-04-13 00:08:40] [INFO ] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-04-13 00:08:40] [INFO ] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at java.lang.reflect.Method.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at sun.reflect.misc.Trampoline.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at java.lang.reflect.Method.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
[2022-04-13 00:08:40] [INFO ] ... 47 more
[2022-04-13 00:08:40] [INFO ] Caused by: java.lang.NoSuchMethodError: javafx.scene.control.ChoiceBox.setOnAction(Ljavafx/event/EventHandler;)V
Bir tane Java programı çalıştırırken bu hatayı aldım bu nedir?
@Ellie Williams
Java'yı sil yükle yaptım düzeldi fakat ben bu hata kodunu neden aldım ve bu kodlar neyi belirtiyor?
[2022-04-13 00:08:26] [INFO ] at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source
[2022-04-13 00:08:26] [INFO ] at com.sun.glass.ui.View.handleMouseEvent(Unknown Source) [2022-04-13 00:08:26] [INFO ] at com.sun.glass.ui.View.notifyMouse(Unknown Source)

[2022-04-13 00:08:26] [INFO ] at java.security.AccessController.doPrivileged(Native Method)
Ne bunlar mesela?
 
Son düzenleme:
Program bu hocam.
Programın kendisi güvenilir.
Bu programdan önce bilgisiyarda virüs olduğundan şüphelenmiştim KRD ,KIS,MBAM
ile tarama yaptım birşey bulamadılar.
InstallType InstallHint SET to 0 UnregisterDeploy, version 11.51.2 ForceInstall InstallHint SET to 0 ForceInstall InstallHint SET to 0 System WebJava ENABLED shouldDeleteDeployKeys, version 11.51.2 Delete deploy okay Delete Java Plugin subkey in registry OK Latest deploy version: UnregisterDeploy: getLatestInstalledVersion(plugin) FAIL empty pluginVersion UnregisterDeploy: getPluginHome FAIL UnregisterDeploy: No JRE exists on system Unset IE plugin registry keys OK checking mozilla plugin[@java.com/DTPlugin,version=11.51.2] checking mozilla plugin[@java.com/JavaPlugin,version=11.51.2] MATCH! checking mozilla plugin[@microsoft.com/SharePoint,version=14.0] Wipe Mozilla plugin keys OK Unset Mozilla plugin registry keys OK Unregister JCP get system dir [C:\Windows\system32] OK Unregister Java Control Panel OK UnregisterJavaWS Unset WebStart current version keys OK Unregister Java Webstart Unset WebStart compat keys OK Remove Webstart Browser keys OK Unregister Webstart from DLLServer OK GetLatestJavaws32or64Home(): GetLatestJavawsVersion(): checking 32-bit failed to open SOFTWARE\JavaSoft\Java Web Start GetLatestJavawsVersion(): checking 64-bit Processing key: Cache Upgrade Invalid version string Cache Upgrade Invalid version string Cache Upgrade Ignore invalid deploy version: Cache Upgrade cannot find any javaws RestoreJNLPfileAssociation(): Delete HKLM .jnlp OK Delete HKLM JNLPFile OK Unregister Java Webstart OK Skip SSVSetup: no previous deploy exists UnregisterforElevation UnregisterforElevation OK isFileExist for [\bin\new_plugin] return FALSE Remove Keys for current active user other than one we're loggin in Remove from user:.DEFAULT Failed to open CLSID keys in user:S-1-5-19 Failed to open CLSID keys in user:S-1-5-20 Remove from user:S-1-5-21-1905615856-3302235518-2247645125-1017 Failed to open CLSID keys in user:S-1-5-21-1905615856-3302235518-2247645125-1017_Classes Remove from user:S-1-5-18 Remove Static Version Redirect Keys for other users Open ProfilePath key OK remove key from C:\Users\Alperen\Local Settings\Application Data\Microsoft\Windows\UsrClass.datRemoveStaticVersionRedirectKeys OK checking mozilla plugin[@java.com/DTPlugin,version=11.51.2] MATCH! checking mozilla plugin[@microsoft.com/SharePoint,version=14.0] Delete HKLM DT CLSID OK Delete HKLM OLD DT CLSID OK UnRegister Deployment Toolkit OK DeleteEmptyDeploymentKeysInHLKM: failed to open JRE key Invalid version string Cache Upgrade Cleanup bogus RegKeys in Java Plugin-in and Web Start OK Cleanup bogus JavaFX disabled entry OK Cleanup SSV disabled entry OK Cleanup new SSV disabled entry OK Cleanup HKCU dynamic clsid OK Cleanup HKCU new dynamic clsid OK GetFileVersion for [C:\Program Files\Mozilla Firefox\plugins\npDeployJava1.dll] FAILED (file does not exist) isFileExist for [C:\Program Files\Mozilla Firefox\plugins\npdeploytk.dll] return FALSE get system dir [C:\Windows\system32] OK isFileExist for [C:\Windows\system32\npDeployJava1.dll] return FALSE isFileExist for [C:\Windows\system32\npdeploytk.dll] return FALSE isFileExist for [C:\Windows\system32\deployJava1.dll] return FALSE UnRegisterDeployEx return: TRUE [2022/04/13 00:17:02.723] isQueryRequest: InstallType InstallHint SET to 0 [2022/04/13 00:17:02.723] InstallType InstallHint SET to 0 [2022/04/13 00:17:02.724] RegisterDeploy, version 11.321.2 [2022/04/13 00:17:02.724] ForceInstall InstallHint SET to 0 [2022/04/13 00:17:02.724] ForceInstall InstallHint SET to 0 [2022/04/13 00:17:02.724] SecurityLevel InstallHint SET to 0 [2022/04/13 00:17:02.724] setSecurityLevel - no hints [2022/04/13 00:17:02.724] Set WebJava system security Level OK [2022/04/13 00:17:02.724] System WebJava ENABLED [2022/04/13 00:17:02.724] RegisterDeploy - getLatestInstalledVersion FAIL [2022/04/13 00:17:02.724] empty pluginVersion [2022/04/13 00:17:02.724] RegisterDeploy - getPluginHome FAIL [2022/04/13 00:17:02.724] System WebJava ENABLED [2022/04/13 00:17:02.724] registerGivenDeployBin [2022/04/13 00:17:02.725] RegisterWS keys [2022/04/13 00:17:02.727] SetWSCurVersion: JAVAWS_INSTALL: OK [2022/04/13 00:17:02.728] SetWSCurVersion: JAVAWS_REG_CAPS: OK [2022/04/13 00:17:02.728] Set system default Webstart Version Keys OK [2022/04/13 00:17:02.728] Webstart version is newer [2022/04/13 00:17:02.730] Set WebStart compat keys OK [2022/04/13 00:17:02.733] create Webstart browser keys OK [2022/04/13 00:17:02.740] register Webstart with DLLServier OK [2022/04/13 00:17:02.740] GetLatestJavaws32or64Home(): [2022/04/13 00:17:02.740] GetLatestJavawsVersion(): [2022/04/13 00:17:02.740] checking 32-bit [2022/04/13 00:17:02.740] Processing key: 1.0.1 [2022/04/13 00:17:02.740] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.740] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.740] Processing key: 1.0.1_02 [2022/04/13 00:17:02.741] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.741] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.741] Processing key: 1.0.1_03 [2022/04/13 00:17:02.742] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.742] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.742] Processing key: 1.0.1_04 [2022/04/13 00:17:02.742] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.742] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.742] Processing key: 1.2 [2022/04/13 00:17:02.743] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.743] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.743] Processing key: 1.2.0_01 [2022/04/13 00:17:02.743] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.744] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.744] Processing key: 11.321.2 [2022/04/13 00:17:02.744] GetLatestJavawsVersion(): [2022/04/13 00:17:02.744] checking 64-bit [2022/04/13 00:17:02.744] failed to open SOFTWARE\JavaSoft\Java Web Start [2022/04/13 00:17:02.744] GetWebStartCaps(): [2022/04/13 00:17:02.744] latestVersion: 11.321.2 latestHome: C:\Program Files (x86)\Java\jre1.8.0_321\bin [2022/04/13 00:17:02.744] RestoreJNLPProtocolAssociation(): [2022/04/13 00:17:02.745] Create HKLM jnlp default OK [2022/04/13 00:17:02.745] Create HKLM jnlp URL Protocol OK [2022/04/13 00:17:02.745] Create HKLM jnlp Shell Open Command OK [2022/04/13 00:17:02.745] Create HKLM jnlps default OK [2022/04/13 00:17:02.745] Create HKLM jnlps URL Protocol OK [2022/04/13 00:17:02.745] Create HKLM jnlps Shell Open Command OK [2022/04/13 00:17:02.745] Set JNLP/JNLPS protocol association OK [2022/04/13 00:17:02.745] GetLatestJavaws32or64Home(): [2022/04/13 00:17:02.745] GetLatestJavawsVersion(): [2022/04/13 00:17:02.745] checking 32-bit [2022/04/13 00:17:02.745] Processing key: 1.0.1 [2022/04/13 00:17:02.746] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.746] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.746] Processing key: 1.0.1_02 [2022/04/13 00:17:02.746] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.747] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.747] Processing key: 1.0.1_03 [2022/04/13 00:17:02.747] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.747] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.747] Processing key: 1.0.1_04 [2022/04/13 00:17:02.747] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.747] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.747] Processing key: 1.2 [2022/04/13 00:17:02.748] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.748] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.748] Processing key: 1.2.0_01 [2022/04/13 00:17:02.748] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:02.748] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:02.748] Processing key: 11.321.2 [2022/04/13 00:17:02.749] GetLatestJavawsVersion(): [2022/04/13 00:17:02.749] checking 64-bit [2022/04/13 00:17:02.749] failed to open SOFTWARE\JavaSoft\Java Web Start [2022/04/13 00:17:02.749] GetWebStartCaps(): [2022/04/13 00:17:02.749] latestVersion: 11.321.2 latestHome: C:\Program Files (x86)\Java\jre1.8.0_321\bin [2022/04/13 00:17:02.749] RestoreJNLPfileAssociation(): [2022/04/13 00:17:02.749] Create HKLM .jnlp default OK [2022/04/13 00:17:02.749] Create HKLM .jnlp Content Type OK [2022/04/13 00:17:02.749] Create HKLM JNLPFile default OK [2022/04/13 00:17:02.749] Create HKLM JNLPFile EditFlags OK [2022/04/13 00:17:02.750] Create HKLM JNLPFile Shell Open OK [2022/04/13 00:17:02.750] Create HKLM EP AppName OK [2022/04/13 00:17:02.750] Create HKLM EP AppPath OK [2022/04/13 00:17:02.750] Create HKLM EP Policy OK [2022/04/13 00:17:02.750] Create HKLM JNLPFile Shell Open Command OK [2022/04/13 00:17:02.750] Register JavaWS OK [2022/04/13 00:17:02.750] checking mozilla plugin[@esn.me/esnsonar,version=0.70.4] [2022/04/13 00:17:02.750] checking mozilla plugin[@esn/esnlaunch,version=2.3.0] [2022/04/13 00:17:02.750] checking mozilla plugin[@microsoft.com/Lync,version=15.0] [2022/04/13 00:17:02.750] checking mozilla plugin[@microsoft.com/SharePoint,version=14.0] [2022/04/13 00:17:02.750] SetMozillaPluginREGKeys: wipeRegistry: OK [2022/04/13 00:17:02.750] Latest JRE version: [2022/04/13 00:17:02.750] 1.8.0_321 [2022/04/13 00:17:02.755] SetMozillaPluginREGKeys: RegJavaPlugin2Mozilla: OK [2022/04/13 00:17:02.757] set up Mozilla plugin keys OK [2022/04/13 00:17:02.762] set up IE plugin keys OK [2022/04/13 00:17:02.763] setIEPluginFolderPermissions [2022/04/13 00:17:02.763] DeployHome: C:\Program Files (x86)\Java\jre1.8.0_321 [2022/04/13 00:17:02.814] set up folder permissions for IE plugin OK [2022/04/13 00:17:06.803] SSVSetup: RedirectAllStaticVersionKeys OK [2022/04/13 00:17:06.818] SSVSetup: RedirectSelectedStaticVersionKeys OK [2022/04/13 00:17:06.818] doHKCUSSVSetup() cmd: "C:\Program Files (x86)\Java\jre1.8.0_321\bin\ssvagent.exe" -doHKCUSSVSetup [2022/04/13 00:17:06.819] RunAsDesktopUser - OnVistaOrLater, use CreateProcessWithTokenW [2022/04/13 00:17:06.819] RunAsDesktopUser - calling _CreateProcessWithTokenW [2022/04/13 00:17:10.223] SSVSetup OK [2022/04/13 00:17:10.223] Register for elevation [2022/04/13 00:17:10.255] update elevation policy for ssvagent OK [2022/04/13 00:17:10.256] update elevation policy for jp2launcher OK [2022/04/13 00:17:10.263] tell IE to refresh elevation policies after undate registry OK [2022/04/13 00:17:10.263] RegisterforElevation OK [2022/04/13 00:17:10.265] checking mozilla plugin[@esn.me/esnsonar,version=0.70.4] [2022/04/13 00:17:10.265] checking mozilla plugin[@esn/esnlaunch,version=2.3.0] [2022/04/13 00:17:10.265] checking mozilla plugin[@java.com/JavaPlugin,version=11.321.2] [2022/04/13 00:17:10.265] checking mozilla plugin[@microsoft.com/Lync,version=15.0] [2022/04/13 00:17:10.265] checking mozilla plugin[@microsoft.com/SharePoint,version=14.0] [2022/04/13 00:17:10.265] Delete HKLM DT CLSID OK [2022/04/13 00:17:10.265] Delete HKLM OLD DT CLSID OK [2022/04/13 00:17:10.265] Delete HKLM OLD DT ActiveX Comp. OK [2022/04/13 00:17:10.265] Delete HKCR application/java-deployment-toolkit OK [2022/04/13 00:17:10.265] RegisterDT: try to register dlls in jre [2022/04/13 00:17:10.265] FF DT deploy path: C:\Program Files (x86)\Java\jre1.8.0_321\bin\dtplugin\npDeployJava1.dll [2022/04/13 00:17:10.265] checking mozilla plugin[@esn.me/esnsonar,version=0.70.4] [2022/04/13 00:17:10.265] checking mozilla plugin[@esn/esnlaunch,version=2.3.0] [2022/04/13 00:17:10.265] checking mozilla plugin[@java.com/JavaPlugin,version=11.321.2] [2022/04/13 00:17:10.265] checking mozilla plugin[@microsoft.com/Lync,version=15.0] [2022/04/13 00:17:10.265] checking mozilla plugin[@microsoft.com/SharePoint,version=14.0] [2022/04/13 00:17:10.267] DT FF: add plugin key [SOFTWARE\MozillaPlugins\@java.com/DTPlugin,version=11.321.2] => [C:\Program Files (x86)\Java\jre1.8.0_321\bin\dtplugin\npDeployJava1.dll] OK [2022/04/13 00:17:10.267] IE DT deploy path: C:\Program Files (x86)\Java\jre1.8.0_321\bin\dtplugin\deployJava1.dll [2022/04/13 00:17:10.267] DT IE: create CLSID [CLSID\{CAFEEFAC-DEC7-0000-0001-ABCDEFFEDCBA}] OK [2022/04/13 00:17:10.267] DT IE: create InProcServer32 [C:\Program Files (x86)\Java\jre1.8.0_321\bin\dtplugin\deployJava1.dll] OK [2022/04/13 00:17:10.267] DT IE: set apartment threading model OK [2022/04/13 00:17:10.267] DT IE: create 'Implemented Categories' OK [2022/04/13 00:17:10.267] DT IE: create 'Implemented Categories\{59fb2056-d625-48d0-a944-1a85b5ab2640}' OK [2022/04/13 00:17:10.268] DT IE: add DT MIME type OK [2022/04/13 00:17:10.268] DT IE: add OLD DT compatibility key alt clisd OK [2022/04/13 00:17:10.268] DT IE: add OLD DT compatibility key compat flags OK [2022/04/13 00:17:10.268] set up Deployment Toolkit OK [2022/04/13 00:17:10.268] DeployHome: C:\Program Files (x86)\Java\jre1.8.0_321 [2022/04/13 00:17:10.268] SOFTWARE\JavaSoft\Java Plug-in\11.321.2 [2022/04/13 00:17:10.269] get system dir [C:\Windows\SysWOW64] FAIL, error code[-1] [2022/04/13 00:17:10.269] isFileExist for [C:\Windows\SysWOW64\javacpl.cpl] return FALSE [2022/04/13 00:17:10.269] isFileExist for [C:\Windows\SysWOW64\jpicpl32.cpl] return FALSE [2022/04/13 00:17:10.270] Register Java Control Panel - OK [2022/04/13 00:17:10.271] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:10.271] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:10.271] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:10.271] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:10.272] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:10.272] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:10.272] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:10.272] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:10.273] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:10.273] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:10.273] check JRE registry to see if it's an corrupted webstart key [2022/04/13 00:17:10.273] failed to recover webstart key when attempt to open jre key FAIL, error code[2] [2022/04/13 00:17:10.273] Cleanup bogus RegKeys in Java Plugin-in and Web Start OK [2022/04/13 00:17:10.273] Cleanup bogus JavaFX disabled entry OK [2022/04/13 00:17:10.274] Cleanup SSV disabled entry OK [2022/04/13 00:17:10.274] Cleanup new SSV disabled entry OK [2022/04/13 00:17:10.274] Cleanup HKCU dynamic clsid OK [2022/04/13 00:17:10.275] Cleanup HKCU new dynamic clsid OK [2022/04/13 00:17:10.275] get system dir [C:\Windows\SysWOW64] FAIL, error code[-1] [2022/04/13 00:17:10.275] isFileExist for [C:\Windows\SysWOW64\npDeployJava1.dll] return FALSE [2022/04/13 00:17:10.275] isFileExist for [C:\Windows\SysWOW64\npdeploytk.dll] return FALSE [2022/04/13 00:17:10.275] isFileExist for [C:\Windows\SysWOW64\deployJava1.dll] return FALSE [2022/04/13 00:17:13.433] RegisterDeployEx return: TRUE [2022/04/13 00:17:15.177] isQueryRequest: InstallType InstallHint SET to 2 [2022/04/13 00:17:15.177] isUserWebJavaStatusHint InstallHint SET to 1 [2022/04/13 00:17:15.177] execJCPCmd cmd (run as desktop user): -Djdk.disableLastUsageTracking -cp "C:\Program Files (x86)\Java\jre1.8.0_321\bin\..\lib\deploy.jar" com.sun.deploy.panel.ControlPanel -getUserWebJavaStatus [2022/04/13 00:17:15.178] RunAsDesktopUser - OnVistaOrLater, use CreateProcessWithTokenW [2022/04/13 00:17:15.178] RunAsDesktopUser - calling _CreateProcessWithTokenW [2022/04/13 00:17:15.504] adding command:QUERY [2022/04/13 00:17:15.504] isUserPreviousDecisionsExistQuery InstallHint SET to 0 [2022/04/13 00:17:15.504] isClearUserPreviousDecisionsQuery InstallHint SET to 0 [2022/04/13 00:17:15.504] isResetUserPrevousDecisionsQuery InstallHint SET to 0 [2022/04/13 00:17:15.504] isSystemConfigQuery InstallHint SET to 0 [2022/04/13 00:17:15.505] isQueryRequest: InstallType InstallHint SET to 2 [2022/04/13 00:17:15.505] isUserWebJavaStatusHint InstallHint SET to 0 [2022/04/13 00:17:15.505] isUserPreviousDecisionsExistQuery InstallHint SET to 1 [2022/04/13 00:17:15.505] execJCPCmd cmd (run as desktop user): -Djdk.disableLastUsageTracking -cp "C:\Program Files (x86)\Java\jre1.8.0_321\bin\..\lib\deploy.jar" com.sun.deploy.panel.ControlPanel -getUserPreviousDecisionsExist 30 [2022/04/13 00:17:15.505] RunAsDesktopUser - OnVistaOrLater, use CreateProcessWithTokenW [2022/04/13 00:17:15.505] RunAsDesktopUser - calling _CreateProcessWithTokenW [2022/04/13 00:17:15.744] adding command:QUERY [2022/04/13 00:17:15.744] isClearUserPreviousDecisionsQuery InstallHint SET to 0 [2022/04/13 00:17:15.744] isResetUserPrevousDecisionsQuery InstallHint SET to 0 [2022/04/13 00:17:15.744] isSystemConfigQuery InstallHint SET to 0
@Ellie Williams Şöyle birşey çıktı tempten.
@Murat5038 Hocam birde siz bakarmısınız?
 
Son düzenleme:
Java'yı sil yükle yaptım düzeldi fakat ben bu hata kodunu neden aldım ve bu kodlar neyi belirtiyor?
Dediğin gibi Java kaynaklıydı kaynak bulamıyor haytası vermiş düzgün kurulmamış veya uyumsuz idi güncel sürüm ile gerekli kaynakları bulmuş demek ki çalışmasını sağlamış.
 

Yeni konular

Geri
Yukarı