B4J Question [Solved]: [ABMaterial/ABMServer] Mini Template for absolute beginners: 'Needs material/awesome icons' message in log

Batman_

Member
Licensed User
Hi.

I am running the [ABMaterial/ABMServer] Mini Template for absolute beginners (URL: https://b4x.com/android/forum/threa...-mini-template-for-absolute-beginners.117237/) and I get the following in the log:

Needs material/awesome icons:
Waiting for debugger to connect...
Program started.
2021-09-23 14:55:47.487:INFO::main: Logging initialized @775ms to org.eclipse.jetty.util.log.StdErrLog
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
TemplateMini.b4j
Analysing data from B4J source files... (2/2)
loading D:\000 ABMaterial TemplateMiniV4.51Donators\Objects: copymewithjar.needs...
Using cache system: 3.0
Needs material/awesome icons
Building D:\000 ABMaterial TemplateMiniV4.51Donators\Objects\copymewithjar.js.needs
Building core.min.1632372947342.css...
2021-09-23 14:55:47.872:INFO:oejs.Server:main: jetty-9.4.z-SNAPSHOT; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 11.0.1+13
2021-09-23 14:55:47.926:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2021-09-23 14:55:47.927:INFO:oejs.session:main: No SessionScavenger set, using defaults
2021-09-23 14:55:47.929:INFO:oejs.session:main: node0 Scavenging every 600000ms
2021-09-23 14:55:47.961:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@63a12c68{/,file:///D:/000%20ABMaterial%20TemplateMiniV4.51Donators/Objects/www/,AVAILABLE}
2021-09-23 14:55:47.963:INFO:oejs.AbstractNCSARequestLog:main: Opened D:\000 ABMaterial TemplateMiniV4.51Donators\Objects\logs\b4j-2021_09_23.request.log
2021-09-23 14:55:48.233:INFO:oejs.AbstractConnector:main: Started ServerConnector@4310d43{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2021-09-23 14:55:48.233:INFO:oejs.Server:main: Started @1526ms
Emulated network latency: 100ms
2021-09-23 14:55:48.247:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4310d43{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2021-09-23 14:55:48.248:INFO:oejs.session:main: node0 Stopped scavenging
2021-09-23 14:55:48.251:INFO:oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@63a12c68{/,file:///D:/000%20ABMaterial%20TemplateMiniV4.51Donators/Objects/www/,UNAVAILABLE}
2021-09-23 14:55:48.280:INFO:oejs.Server:main: jetty-9.4.z-SNAPSHOT; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 11.0.1+13
2021-09-23 14:55:48.286:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@63a12c68{/,file:///D:/000%20ABMaterial%20TemplateMiniV4.51Donators/Objects/www/,AVAILABLE}
2021-09-23 14:55:48.287:INFO:oejs.AbstractNCSARequestLog:main: Opened D:\000 ABMaterial TemplateMiniV4.51Donators\Objects\logs\b4j-2021_09_23.request.log
2021-09-23 14:55:48.287:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2021-09-23 14:55:48.287:INFO:oejs.session:main: No SessionScavenger set, using defaults
2021-09-23 14:55:48.288:INFO:oejs.session:main: node0 Scavenging every 600000ms
2021-09-23 14:55:48.290:INFO:oejs.AbstractConnector:main: Started ServerConnector@4310d43{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2021-09-23 14:55:48.292:INFO:oejs.Server:main: Started @1584ms
2021-09-23 14:55:48.292:INFO:oejs.session:main: node0 Scavenging every 495000ms
Scavenger running... (0 page(s) cached)

When I run the web app, it looks like this:
MiniTemplate.JPG


1. Is the missing image in the top left corner related to the message in the log file?
2. How do I resolve the message in the log file "Needs material/awesome icons"?

Thanks in advance.
 

alwaysbusy

Expert
Licensed User
Longtime User
Is the missing image in the top left corner related to the message in the log file?
No. Maybe press F12 in the browser and look at the network tab. The image may be missing.

How do I resolve the message in the log file "Needs material/awesome icons"?
This is not an error, just a message to say ABM has included some material/awesome icons in the .needs files.

Alwaysbusy
 
Upvote 0
Solution

Batman_

Member
Licensed User
First, thanks alwaysbusy for explaining the log message.

For anyone else with the missing image in the top left hand corner when they launch the web app they must go to this folder:
  • Objects\www\template\images\
and copy and paste logo.png file to this folder.
 
Upvote 1
Top