B4J Question [ABMaterial]Unable to run TemplateMini demo project

toby

Well-Known Member
Licensed User
Longtime User
I use this demo project without any change. When the app started, the following logs appeared. When http://localhost:51042/template was clicked, I only saw some circles forever spinning. How someone tell me what was wrong

logs:
Waiting for debugger to connect...
Program started.
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)
ABMCacheV3.bas
ABMPageTemplate.bas
Template.b4j
Analysing data from B4J source files... (2/2)
loading D:\Data\b4j\abmaterial\TemplateMiniV4.30\TemplateMiniV4.30\Objects: copymewithjar.needs...
Using cache system: 3.0
Current App version: 1662288784272
Needs material/awesome icons
Building D:\Data\b4j\abmaterial\TemplateMiniV4.30\TemplateMiniV4.30\Objects\copymewithjar.js.needs
Building core.min.1662288784272.css...
2022-09-04 06:53:04.719:INFO :oejs.Server:main: jetty-11.0.9; built: 2022-03-30T17:44:47.085Z; git: 243a48a658a183130a8c8de353178d154ca04f04; jvm 11.0.1+13
2022-09-04 06:53:04.826:INFO :oejss.DefaultSessionIdManager:main: Session workerName=node0
2022-09-04 06:53:04.846:INFO :oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@6e2829c7{/,file:///D:/Data/b4j/abmaterial/TemplateMiniV4.30/TemplateMiniV4.30/Objects/www/,AVAILABLE}
2022-09-04 06:53:04.859:INFO :oejs.RequestLogWriter:main: Opened D:\Data\b4j\abmaterial\TemplateMiniV4.30\TemplateMiniV4.30\Objects\logs\b4j-2022_09_04.request.log
2022-09-04 06:53:05.112:INFO :oejs.AbstractConnector:main: Started ServerConnector@4fb61f4a{HTTP/1.1, (http/1.1)}{0.0.0.0:51042}
2022-09-04 06:53:05.161:INFO :oejs.Server:main: Started Server@3098cf3b{STARTING}[11.0.9,sto=0] @1591ms
Emulated network latency: 100ms
2022-09-04 06:53:05.164:INFO :oejs.Server:main: Stopped Server@3098cf3b{STOPPING}[11.0.9,sto=0]
2022-09-04 06:53:05.169:INFO :oejs.AbstractConnector:main: Stopped ServerConnector@4fb61f4a{HTTP/1.1, (http/1.1)}{0.0.0.0:51042}
2022-09-04 06:53:05.173:INFO :oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@6e2829c7{/,file:///D:/Data/b4j/abmaterial/TemplateMiniV4.30/TemplateMiniV4.30/Objects/www/,STOPPED}
2022-09-04 06:53:05.181:INFO :oejs.Server:main: jetty-11.0.9; built: 2022-03-30T17:44:47.085Z; git: 243a48a658a183130a8c8de353178d154ca04f04; jvm 11.0.1+13
2022-09-04 06:53:05.184:INFO :oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@6e2829c7{/,file:///D:/Data/b4j/abmaterial/TemplateMiniV4.30/TemplateMiniV4.30/Objects/www/,AVAILABLE}
2022-09-04 06:53:05.185:INFO :oejs.RequestLogWriter:main: Opened D:\Data\b4j\abmaterial\TemplateMiniV4.30\TemplateMiniV4.30\Objects\logs\b4j-2022_09_04.request.log
2022-09-04 06:53:05.185:INFO :oejss.DefaultSessionIdManager:main: Session workerName=node0
2022-09-04 06:53:05.189:INFO :oejs.AbstractConnector:main: Started ServerConnector@4fb61f4a{HTTP/1.1, (http/1.1)}{0.0.0.0:51042}
2022-09-04 06:53:05.190:INFO :oejs.Server:main: Started Server@3098cf3b{STARTING}[11.0.9,sto=0] @1620ms
null
null
null
null
null
null
null
null
 
Top