Reading B4J INI in C:\Users\mbang\AppData\Roaming\Anywhere Software\B4J to find Additional Libraries folder...
Found Additional Libraries folder: C:\MyApps\b4j\libraries
Starting to transpile...
Merging CSS files ignored.  Is not yet implemented for BuildForServer.
Merging Javascript files ignored.  Is not yet implemented for BuildForServer.
Loading layout swcities...
Loading layout swclients...
Loading layout swdstates...
Loading layout swusers...
Loading layout baselayout...
Processing b4xlib: sithaso
Loading library: C:\MyApps\b4j\libraries\abkeystoressl.xml
Library: C:\MyApps\b4j\libraries\abkeystoressl.xml is not a BANano library!
Adding Layout baselayout used by browserindex
Adding Layout swcities used by viewcities
Adding Layout swclients used by viewclients
Adding Layout swdstates used by viewstates
Adding Layout swusers used by viewusers
Building C:\Users\mbang\OneDrive\Desktop\StateWide\StateWide\Objects\www\scripts\browserindex.js
Copying CSS files to WebApp assets...
Copying Javascript files to WebApp assets...
OPTMIZATION TIPS
----------------------
You are using A LOT of seperate CSS and JS files! This demands a lot of server roundtrips which can slow down your website/webapp considerably
This results in fewer page views, a decreased customer satisfaction and ultimately a loss in sales conversions
 
The total size of your local CSS and JS files is 9.3MB and another 8.7MB in other assets.
It is very important to only load the JS and CSS files from components that you actually use in your website/webapp!
 
If you are using public frameworks (like jQuery, Bootstrap, Vue, etc...), consider using their CDN so the browser can use already buffered versions.
Done!
Not yet needed to renew the certificate...
Expires: 2031-10-25 13:15:09
Starting server in HTTPS mode...
2021-10-27 13:17:29.308:INFO::main: Logging initialized @32310ms to org.eclipse.jetty.util.log.StdErrLog
bananoserver._startserverhttp2 (java line: 1475)
java.lang.IllegalStateException: No Server ALPNProcessors!
	at org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory.<init>(ALPNServerConnectionFactory.java:53)
	at anywheresoftware.b4j.object.ServerWrapper.Start(ServerWrapper.java:142)
	at b4j.swd.bananoserver._startserverhttp2(bananoserver.java:1475)
	at b4j.swd.main._appstart(main.java:219)
	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:109)
	at anywheresoftware.b4a.BA.raiseEvent(BA.java:96)
	at b4j.swd.main.main(main.java:28)
	Suppressed: java.util.ServiceConfigurationError: org.eclipse.jetty.io.ssl.ALPNProcessor$Server: Provider org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor could not be instantiated
		at java.util.ServiceLoader.fail(ServiceLoader.java:232)
		at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
		at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
		at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
		at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
		at org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory.<init>(ALPNServerConnectionFactory.java:60)
		... 10 more
	Caused by: java.lang.NoClassDefFoundError: org/conscrypt/OpenSSLProvider
		at java.lang.Class.getDeclaredConstructors0(Native Method)
		at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
		at java.lang.Class.getConstructor0(Class.java:3075)
		at java.lang.Class.newInstance(Class.java:412)
		at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
		... 13 more
	Caused by: java.lang.ClassNotFoundException: org.conscrypt.OpenSSLProvider
		at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
		... 18 more
	Suppressed: java.lang.UnsupportedClassVersionError: org/eclipse/jetty/alpn/java/server/JDK9ServerALPNProcessor has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
		at java.lang.ClassLoader.defineClass1(Native Method)
		at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
		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:418)
		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
		at java.lang.Class.forName0(Native Method)
		at java.lang.Class.forName(Class.java:348)
		at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:370)
		at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
		at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
		at org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory.<init>(ALPNServerConnectionFactory.java:60)
		... 10 more
main.main (java line: 28)
java.lang.RuntimeException: java.lang.IllegalStateException: No Server ALPNProcessors!
	at anywheresoftware.b4a.BA.raiseEvent2(BA.java:138)
	at anywheresoftware.b4a.BA.raiseEvent(BA.java:96)
	at b4j.swd.main.main(main.java:28)
Caused by: java.lang.IllegalStateException: No Server ALPNProcessors!
	at org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory.<init>(ALPNServerConnectionFactory.java:53)
	at anywheresoftware.b4j.object.ServerWrapper.Start(ServerWrapper.java:142)
	at b4j.swd.bananoserver._startserverhttp2(bananoserver.java:1475)
	at b4j.swd.main._appstart(main.java:219)
	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:109)
	... 2 more
	Suppressed: java.util.ServiceConfigurationError: org.eclipse.jetty.io.ssl.ALPNProcessor$Server: Provider org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor could not be instantiated
		at java.util.ServiceLoader.fail(ServiceLoader.java:232)
		at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
		at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
		at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
		at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
		at org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory.<init>(ALPNServerConnectionFactory.java:60)
		... 10 more
	Caused by: java.lang.NoClassDefFoundError: org/conscrypt/OpenSSLProvider
		at java.lang.Class.getDeclaredConstructors0(Native Method)
		at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
		at java.lang.Class.getConstructor0(Class.java:3075)
		at java.lang.Class.newInstance(Class.java:412)
		at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
		... 13 more
	Caused by: java.lang.ClassNotFoundException: org.conscrypt.OpenSSLProvider
		at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
		... 18 more
	Suppressed: java.lang.UnsupportedClassVersionError: org/eclipse/jetty/alpn/java/server/JDK9ServerALPNProcessor has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
		at java.lang.ClassLoader.defineClass1(Native Method)
		at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
		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:418)
		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
		at java.lang.Class.forName0(Native Method)
		at java.lang.Class.forName(Class.java:348)
		at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:370)
		at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
		at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
		at org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory.<init>(ALPNServerConnectionFactory.java:60)
		... 10 more
