Everything went away according to instructions, but still the application does not start. I do not know where to find fault.
B4X:
Waiting for debugger to connect...
Program started.
init sqlite
Start B4J Analyse!
When an error occurs, check the B4JAnalyse.log file in the Objects folder to see the last B4J line it was working on.
Collecting data from B4J source files... (1/2)
ABMShared.bas
DBM.bas
firebasemessage.bas
ABMCacheControl.bas
ABMCacheScavenger.bas
ABMRootFilter.bas
ABMUploadHandler.bas
moblogin.bas
register.bas
ABMApplication.bas
ABMPageTemplate.bas
ABMPageTemplateAlternative.bas
editoperator.bas
historia.bas
historia2.bas
historia5.bas
home.bas
login.bas
message.bas
operator.bas
szczegoly.bas
user.bas
userview.bas
view.bas
pager.b4j
Analysing data from B4J source files... (2/2)
loading C:\b4x\fastlink\PAGERN~1\Objects: copymewithjar.needs...
Using cache system: 3.0
Needs material/awesome icons
Building core.min.1510053986594.css...
2017-11-07 12:26:30.618:INFO::main: Logging initialized @4697ms to org.eclipse.jetty.util.log.StdErrLog
Error occurred on line: 167
java.lang.ClassNotFoundException: com.ab.template.abmerrorhandler
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at anywheresoftware.b4j.object.ServerWrapper.Start(ServerWrapper.java:156)
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 anywheresoftware.b4a.shell.Shell.runVoidMethod(Shell.java:657)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:234)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:159)
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 anywheresoftware.b4a.BA.raiseEvent2(BA.java:90)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:93)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:77)
at com.ab.template.main.main(main.java:29)
Program terminated (StartMessageLoop was not called).