iOS Question iCore missing error

simonwilliamson

Member
Licensed User
Dear B4x,

Ever since my local mac needed to download the latest mac update the buildserver has failed to compile the app (It still compiles fine when I user the hosted version).

Attached is the error that is generated and at the end I have added the 'http://63.135.170.51:51041/test...' string.

Any help would be appreciated.

Regards,

Simon
 

Attachments

  • SW.txt
    41.3 KB · Views: 136

simonwilliamson

Member
Licensed User
Dear Erel,

I downloaded it again. and re-installed it. The Libs folder is full (see screen shot) but the .../test html check returns the below (sorry I had the wrong ip address entered for the SW.txt version on the first post) and the app build still fails. Could this be a folder permission issue on the Mac? Starting the jar file would usually create the 'UploadedProjects' folder if it found it to be missing but doesn't anymore.:

B4i Build Server
Build server is running.
Version: 6.8
Server time: 17:28:03
Mac SSL Key
Key IP: 192.168.2.137
SSL port: 51042
h files
a files
 

Attachments

  • Capture.JPG
    Capture.JPG
    162.1 KB · Views: 124
Upvote 0

simonwilliamson

Member
Licensed User
Dear Erel,

I'm not too familiar with Mac terminology but....
I killed and then restarted the builder (in its folder)
I opened a terminal for the B4iBuildServer (nothing appears in it? see screen shot)
I then killed and restarted the builder and looked at the system.log (screen shot attached). Does this help you?
I still get no h or a files listed on the .../test html page.

Simon.
 

Attachments

  • Capture.JPG
    Capture.JPG
    347 KB · Views: 119
Upvote 0

simonwilliamson

Member
Licensed User
Dear Erel,
I need to use the simulator so have to use the builder (plus its quicker than using my slow broadband). Also I've been using the builder fine for over 6 months. An Apple update seems to have changed something.
Correct log below (I hope):

Last login: Tue Dec 29 09:44:07 on console
simonwilliamson@Simons-Mac-mini ~ % java -jar Desktop/B4iBuildServer/B4iBuildServer.jar
Build server version: 6.8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-12-29 09:56:42.971:INFO::main: Logging initialized @121ms to org.eclipse.jetty.util.log.StdErrLog
Loading default configuration file.
AppPath=/Users/simonwilliamson
Mac version: 10.16
Xcode path: /Applications/Xcode.app/Contents/Developer
Xcode version: 12.2
Creating key for: 192.168.2.137
2020-12-29 09:56:44.169:INFO:eek:ejs.Server:main: jetty-9.4.z-SNAPSHOT; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_271-b09
2020-12-29 09:56:44.213:INFO:eek:ejs.session:main: DefaultSessionIdManager workerName=node0
2020-12-29 09:56:44.213:INFO:eek:ejs.session:main: No SessionScavenger set, using defaults
2020-12-29 09:56:44.215:INFO:eek:ejs.session:main: node0 Scavenging every 660000ms
2020-12-29 09:56:44.222:INFO:eek:ejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@2038ae61{/,file:///Users/simonwilliamson/www,AVAILABLE}
2020-12-29 09:56:44.225:INFO:eek:ejs.AbstractNCSARequestLog:main: Opened /Users/simonwilliamson/logs/b4j-2020_12_29.request.log
2020-12-29 09:56:44.248:INFO:eek:ejs.AbstractConnector:main: Started ServerConnector@16d19edf{HTTP/1.1,[http/1.1]}{0.0.0.0:51041}
2020-12-29 09:56:44.271:INFO:eek:ejus.SslContextFactory:main: x509=X509@4f970963(rootca,h=[],w=[]) for SslContextFactory@61f8bee4[provider=null,keyStore=file:///Users/simonwilliamson/key/key.jks,trustStore=null]
2020-12-29 09:56:44.272:INFO:eek:ejus.SslContextFactory:main: x509=X509@7b49cea0(jetty,h=[192.168.2.137],w=[]) for SslContextFactory@61f8bee4[provider=null,keyStore=file:///Users/simonwilliamson/key/key.jks,trustStore=null]
2020-12-29 09:56:44.449:INFO:eek:ejs.AbstractConnector:main: Started ServerConnector@534df152{SSL,[ssl, http/1.1]}{0.0.0.0:51042}
2020-12-29 09:56:44.449:INFO:eek:ejs.Server:main: Started @1601ms
Build server is ready
Build server version: 6.80


When I run the complier on B4i I then get:
Capture2.jpg


Regards,
Simon.
 
Upvote 0

simonwilliamson

Member
Licensed User
Dear Erel,

It now works!

I used to successfully start the BuildServer just by double clicking on the .jar file. Do I need to always start it from the Terminal in future?

Thank you so much for your help.

Regards,
Simon.
 
Upvote 0
Top