kyukyu Posted May 22, 2019 Share Posted May 22, 2019 im having startup issues as well, i have a log of the error codes when trying to run the program from the command prompt (windows 10) Spoiler C:\Users\*****>java -jar X:\Downloads\explv_osbot_manager-v2.0.7.jar Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.launcher.LauncherHelper$FXHelper.main(Unknown Source) Caused by: java.lang.RuntimeException: Exception in Application start method at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$159(LauncherImpl.java:182) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at file_manager.LocalScriptLoader.getScriptFromClass(LocalScriptLoader.java:57) at file_manager.LocalScriptLoader.addScriptsFromJar(LocalScriptLoader.java:50) at file_manager.LocalScriptLoader.getLocalScripts(LocalScriptLoader.java:38) at gui.dialogues.input_dialog.ScriptDialog.<init>(ScriptDialog.java:32) at gui.tabs.ScriptTab.<init>(ScriptTab.java:11) at gui.ManagerPane.<init>(ManagerPane.java:66) at main.ExplvOSBotManager.start(ExplvOSBotManager.java:26) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$166(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$179(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$177(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$178(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$152(WinApplication.java:177) ... 1 more Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 29 more Exception running application main.ExplvOSBotManager hopefully this can be easily fixed it appears to be more related to java libraries... should i downgrade my java/jdk/jre? I just recently installed them Quote Link to comment Share on other sites More sharing options...
Hybris Posted June 17, 2019 Share Posted June 17, 2019 (edited) Would it be possible to add: - Running scripts at certain times? (for example run muling script at 3PM) - Adding categories to accounts (Mule, slave, ...) - Ban status Edited June 17, 2019 by Hybris Quote Link to comment Share on other sites More sharing options...
kani339 Posted July 2, 2019 Share Posted July 2, 2019 Seems it doesn't work on Linux Error: Could not find or load main class main.ExplvOSBotManager Quote Link to comment Share on other sites More sharing options...
Chef Sk1llz Posted July 18, 2019 Share Posted July 18, 2019 @Explv First go to to the Bot Settings tab, set the path to your OSBot .jar file, add your OSBot username and password It just lets me put in my OSBot information, but not log in into anything or option to path the bot. Am I missing anything I've done everything else, but this step think makes all other progress voided if it isn't running the bot itself. Quote Link to comment Share on other sites More sharing options...
cruser101 Posted July 19, 2019 Share Posted July 19, 2019 I downloaded the latest version from github but the osbot path seems to be missing for me? tried to launch it with CMD to see if that makes a difference but it didnt. Anyone else have the same issue? Quote Link to comment Share on other sites More sharing options...
Chef Sk1llz Posted July 20, 2019 Share Posted July 20, 2019 18 hours ago, cruser101 said: I downloaded the latest version from github but the osbot path seems to be missing for me? tried to launch it with CMD to see if that makes a difference but it didnt. Anyone else have the same issue? I have the same issue can't have as an option to locate the path to the .jar file also. Quote Link to comment Share on other sites More sharing options...
Acupressure Posted September 16, 2019 Share Posted September 16, 2019 Working? Quote Link to comment Share on other sites More sharing options...
grammatoncleric Posted October 28, 2019 Share Posted October 28, 2019 java -jar explv_osbot_manager-v2.0.7.jar Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767) Caused by: java.lang.RuntimeException: Exception in Application start method at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:411) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at file_manager.LocalScriptLoader.getScriptFromClass(LocalScriptLoader.java:57) at file_manager.LocalScriptLoader.addScriptsFromJar(LocalScriptLoader.java:50) at file_manager.LocalScriptLoader.getLocalScripts(LocalScriptLoader.java:38) at gui.dialogues.input_dialog.ScriptDialog.<init>(ScriptDialog.java:32) at gui.tabs.ScriptTab.<init>(ScriptTab.java:11) at gui.ManagerPane.<init>(ManagerPane.java:66) at main.ExplvOSBotManager.start(ExplvOSBotManager.java:26) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$3(WinApplication.java:177) ... 1 more Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 29 more Exception running application main.ExplvOSBotManager Quote Link to comment Share on other sites More sharing options...
Explv Posted November 3, 2019 Author Share Posted November 3, 2019 On 10/28/2019 at 8:25 PM, grammatoncleric said: java -jar explv_osbot_manager-v2.0.7.jar Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767) Caused by: java.lang.RuntimeException: Exception in Application start method at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:411) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at file_manager.LocalScriptLoader.getScriptFromClass(LocalScriptLoader.java:57) at file_manager.LocalScriptLoader.addScriptsFromJar(LocalScriptLoader.java:50) at file_manager.LocalScriptLoader.getLocalScripts(LocalScriptLoader.java:38) at gui.dialogues.input_dialog.ScriptDialog.<init>(ScriptDialog.java:32) at gui.tabs.ScriptTab.<init>(ScriptTab.java:11) at gui.ManagerPane.<init>(ManagerPane.java:66) at main.ExplvOSBotManager.start(ExplvOSBotManager.java:26) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$3(WinApplication.java:177) ... 1 more Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 29 more Exception running application main.ExplvOSBotManager Updated, try latest version, and let me know if it works. Quote Link to comment Share on other sites More sharing options...
Prototype G Posted November 3, 2019 Share Posted November 3, 2019 4 hours ago, Explv said: Updated, try latest version, and let me know if it works. tutorial island works? Quote Link to comment Share on other sites More sharing options...
Explv Posted November 3, 2019 Author Share Posted November 3, 2019 50 minutes ago, Prototype G said: tutorial island works? ? Quote Link to comment Share on other sites More sharing options...
Prototype G Posted November 3, 2019 Share Posted November 3, 2019 27 minutes ago, Explv said: ? Does the tutorial script work? There are several people complaining that it doesn't work Quote Link to comment Share on other sites More sharing options...
Explv Posted November 4, 2019 Author Share Posted November 4, 2019 9 hours ago, Prototype G said: Does the tutorial script work? There are several people complaining that it doesn't work What does that have to do with this thread? Quote Link to comment Share on other sites More sharing options...
tarxan Posted November 5, 2019 Share Posted November 5, 2019 is this still working? Quote Link to comment Share on other sites More sharing options...
grammatoncleric Posted November 6, 2019 Share Posted November 6, 2019 On 11/4/2019 at 7:32 PM, tarxan said: is this still working? On 11/3/2019 at 10:16 AM, Explv said: Updated, try latest version, and let me know if it works. YES, this is working Thank you! Quote Link to comment Share on other sites More sharing options...