I don't know what's happened or what i did, but ... (title)
Is it correct running Java -jar build.jar to have this in the terminal ?
If I run from windows "192.168.1.3:51041/test" I get this
but B4I is not able to connect (timeout) and Build server settings looks ok
Is it correct running Java -jar build.jar to have this in the terminal ?
B4X:
Last login: Wed Jun 6 14:47:43 on ttys000
iMac-di-Marco:~ EB$ cd desktop
iMac-di-Marco:desktop EB$ cd builder
iMac-di-Marco:builder EB$ java -jar build.jar
Build server version: 4.6
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018-06-06 15:02:47.392:INFO::main: Logging initialized @7614ms to org.eclipse.jetty.util.log.StdErrLog
Loading default configuration file.
AppPath=/Users/EB/Desktop/builder
Mac version: 10.13.4
Xcode path: /Applications/Xcode.app/Contents/Developer
Xcode version: Xcode 9.2
Build version 9C40b
2018-06-06 15:02:55.073:INFO:oejs.Server:main: jetty-9.4.z-SNAPSHOT
2018-06-06 15:02:56.674:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2018-06-06 15:02:56.675:INFO:oejs.session:main: No SessionScavenger set, using defaults
2018-06-06 15:02:56.765:INFO:oejs.session:main: Scavenging every 600000ms
2018-06-06 15:02:57.114:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@57fffcd7{/,file:///Users/EB/Desktop/builder/www,AVAILABLE}
2018-06-06 15:02:57.708:INFO:oejs.AbstractNCSARequestLog:main: Opened /Users/EB/Desktop/builder/logs/b4j-2018_06_06.request.log
2018-06-06 15:02:58.456:INFO:oejs.AbstractConnector:main: Started ServerConnector@66ef7c5a{HTTP/1.1,[http/1.1]}{0.0.0.0:51041}
main._appstart (java line: 130)
java.lang.IllegalStateException: no valid keystore
at org.eclipse.jetty.util.security.CertificateUtils.getKeyStore(CertificateUtils.java:48)
at org.eclipse.jetty.util.ssl.SslContextFactory.loadKeyStore(SslContextFactory.java:1018)
at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:253)
at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:220)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:72)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:270)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:431)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at anywheresoftware.b4j.object.ServerWrapper.Start(ServerWrapper.java:211)
at b4j.example.main._appstart(main.java:130)
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.BA.raiseEvent(BA.java:77)
at b4j.example.main.main(main.java:29)
main.main (java line: 29)
java.lang.RuntimeException: java.lang.IllegalStateException: no valid keystore
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:119)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:77)
at b4j.example.main.main(main.java:29)
Caused by: java.lang.IllegalStateException: no valid keystore
at org.eclipse.jetty.util.security.CertificateUtils.getKeyStore(CertificateUtils.java:48)
at org.eclipse.jetty.util.ssl.SslContextFactory.loadKeyStore(SslContextFactory.java:1018)
at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:253)
at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:220)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:72)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:270)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:431)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at anywheresoftware.b4j.object.ServerWrapper.Start(ServerWrapper.java:211)
at b4j.example.main._appstart(main.java:130)
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)
... 2 more
success: true, 1
If I run from windows "192.168.1.3:51041/test" I get this
B4X:
B4i Build Server
Build server is running.
Version: 4.6
Server time: 15:15:44
Mac SSL Key
Error reading key
SSL port: 51042
h files
iAd: 1.00
iAdMob: 1.60
iAnalytics: 1.0
iArchiver: 1.20
iBarcode: 1.20
iBLE: 2.00
iCallSubUtils
iComboBox: 1.04
iContacts: 1.00
iCore: 4.80
iCustomDialog: 1.00
iCustomListView
iDateUtils
iDebug: 1.60
iDebug2: 1.60
iDesigner: 1.20
iDropboxSync: 1.00
iEncryption: 1.02
iEventKit: 1.00
iFacebook: 1.00
iFirebaseAnalytics: 1.00
iFirebaseAuth: 1.02
iFirebaseNotifications: 1.00
iFirebaseStorage: 1.10
iGameCenter: 1.01
iGameView: 1.0
iGoogleMaps: 1.40
iHttp: 1.01
iHttpUtils2
iHUD: 1.00
iJSON: 1.0
iLeadbolt: 2.00
iLocation: 1.20
iMedia: 1.22
iMQTT: 1.0
iNet: 1.70
iNetwork: 1.32
iNFC
iPhone: 2.00
iRandomAccessFile: 1.72
iReleaseLogger: 1.00
iRSA: 1.0
iSideMenu: 1.01
iSpeechRecognition: 1.00
iSQL: 1.50
iStore: 1.20
iStringUtils: 1.01
iSVG: 1.20
iTableView: 1.21
iTabStrip: 1.00
iUI8: 1.50
iUI9: 1.0
iWebSocket: 1.10
iXmlBuilder: 1.00
iXmlSax: 1.10
iXUI: 1.50
a files
libAdapterInMobi, size=1,125,360, modified=05/04/2017 10:19:34
libCore, size=3,799,648, modified=01/09/2018 15:12:32
libiAd, size=39,072, modified=08/17/2017 13:02:12
libiAdMob, size=492,088, modified=05/24/2018 09:56:00
libiAnalytics, size=39,392, modified=08/17/2017 13:02:16
libiArchiver, size=463,088, modified=08/17/2017 13:02:18
libiBarcode, size=249,056, modified=08/17/2017 13:02:20
libiBLE, size=228,216, modified=08/17/2017 13:02:22
libiCallSubUtils, size=126,952, modified=08/17/2017 13:33:06
libiComboBox, size=663,200, modified=02/05/2016 13:50:34
libiContacts, size=142,816, modified=08/17/2017 13:02:24
libiCustomDialog, size=2,720,512, modified=08/17/2017 13:02:32
libiCustomListView, size=316,424, modified=08/27/2017 16:51:10
libiDateUtils, size=257,440, modified=10/18/2017 11:21:58
libiDebug2, size=1,094,272, modified=08/17/2017 14:41:24
libiDesigner, size=939,304, modified=08/17/2017 13:57:22
libiDropboxSync, size=80,960, modified=05/04/2017 10:19:36
libiEncryption, size=66,512, modified=08/17/2017 13:02:34
libiEventKit, size=330,256, modified=08/17/2017 13:56:26
libiFacebook, size=93,392, modified=08/17/2017 13:02:40
libiFirebaseAnalytics, size=33,880, modified=08/17/2017 13:02:42
libiFirebaseAuth, size=161,512, modified=08/17/2017 13:02:44
libiFirebaseNotifications, size=66,600, modified=08/17/2017 13:02:46
libiFirebaseStorage, size=140,832, modified=12/06/2017 09:57:10
libiGameCenter, size=158,080, modified=11/06/2017 06:50:46
libiGameView, size=4,089,072, modified=08/17/2017 13:03:00
libiGoogleMaps, size=170,512, modified=12/08/2017 08:59:56
libiHttp, size=122,656, modified=08/17/2017 13:03:04
libiHttpUtils2, size=362,888, modified=08/17/2017 13:31:02
libiHUD, size=291,472, modified=08/17/2017 13:03:06
libiJSON, size=52,960, modified=08/17/2017 13:03:10
libiLeadbolt, size=21,440, modified=05/04/2017 10:19:36
libiLocation, size=125,184, modified=08/17/2017 13:03:14
libiMedia, size=259,208, modified=10/25/2017 06:40:54
libiMQTT, size=1,703,608, modified=08/17/2017 13:03:24
libiNet, size=550,208, modified=10/09/2017 14:33:34
libiNetwork, size=267,336, modified=11/19/2017 11:13:02
libiNFC, size=40,424, modified=10/08/2017 15:48:28
libiPhone, size=326,664, modified=08/17/2017 13:03:34
libiRandomAccessFile, size=399,912, modified=08/17/2017 13:03:38
libiReleaseLogger, size=50,136, modified=08/17/2017 12:03:40
libiRSA, size=145,648, modified=09/03/2017 10:01:38
libiSideMenu, size=505,920, modified=08/17/2017 13:03:44
libiSpeechRecognition, size=168,816, modified=08/17/2017 13:03:50
libiSQL, size=408,088, modified=08/17/2017 13:03:54
libiStore, size=75,448, modified=08/23/2017 10:13:14
libiStringUtils, size=55,272, modified=04/11/2018 10:22:52
libiSVG, size=83,312, modified=08/17/2017 13:56:48
libiTableView, size=194,152, modified=05/04/2017 10:19:36
libiTabStrip, size=1,335,904, modified=08/17/2017 13:56:58
libiUI8, size=569,896, modified=11/28/2017 17:05:34
libiUI9, size=107,056, modified=08/17/2017 13:04:04
libiWebSocket, size=401,984, modified=01/15/2018 13:53:58
libiXmlBuilder, size=151,384, modified=08/17/2017 13:04:08
libiXmlSax, size=62,976, modified=08/17/2017 13:04:12
libiXUI, size=669,264, modified=12/07/2017 10:15:54
but B4I is not able to connect (timeout) and Build server settings looks ok