B4J Question [ABMaterial] Getting Started

PatrikCavina

Active Member
Licensed User
Longtime User
Hi to everyone,
I'm trying to use ABMaterial.
I downloaded from AlwaysBusy post ABMaterial library and all necessary.
Copied all .jar files from library folder (in ABMaterial download) into Additional folder, I started Tamplate project renamed in MyApp.
But when i compile i recive this error:
B4X:
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)
ABMShared.bas
DBM.bas
ABMCacheScavenger.bas
ABMRootFilter.bas
ABMSessionCreator.bas
ABMUploadHandler.bas
ABMApplication.bas
ABMPageTemplate.bas
ABMPageTemplateAlternative.bas
MyApp.b4j
Analysing data from B4J source files... (2/2)
loading C:\Users\KDRILL~1\DOWNLO~1\ABMATE~1\3.75\MyApp\Objects: copymewithjar.needs...
Using cache system: 2.0
Needs material/awesome icons
Building core.min.css...
2017-11-22 09:08:02.126:INFO::main: Logging initialized @1017ms to org.eclipse.jetty.util.log.StdErrLog
2017-11-22 09:08:02.194:INFO:oejs.Server:main: jetty-9.4.z-SNAPSHOT
2017-11-22 09:08:02.235:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2017-11-22 09:08:02.235:INFO:oejs.session:main: No SessionScavenger set, using defaults
2017-11-22 09:08:02.236:INFO:oejs.session:main: Scavenging every 600000ms
2017-11-22 09:08:02.254:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@2d6eabae{/,file:///C:/Users/kdrills01/Downloads/ABMaterial/3.75/MyApp/Objects/www/,AVAILABLE}
2017-11-22 09:08:02.256:INFO:oejs.AbstractNCSARequestLog:main: Opened C:\Users\kdrills01\Downloads\ABMaterial\3.75\MyApp\Objects\logs\b4j-2017_11_22.request.log
2017-11-22 09:08:02.287:INFO:oejs.AbstractConnector:main: Started ServerConnector@458c1321{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2017-11-22 09:08:02.287:INFO:oejs.Server:main: Started @1180ms
Emulated network latency: 100ms
2017-11-22 09:08:02.294:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@458c1321{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2017-11-22 09:08:02.295:INFO:oejs.session:main: Stopped scavenging
2017-11-22 09:08:02.301:INFO:oejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@2d6eabae{/,file:///C:/Users/kdrills01/Downloads/ABMaterial/3.75/MyApp/Objects/www/,UNAVAILABLE}
2017-11-22 09:08:02.304:INFO:oejs.Server:main: jetty-9.4.z-SNAPSHOT
2017-11-22 09:08:02.308:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@2d6eabae{/,file:///C:/Users/kdrills01/Downloads/ABMaterial/3.75/MyApp/Objects/www/,AVAILABLE}
2017-11-22 09:08:02.311:INFO:oejs.AbstractNCSARequestLog:main: Opened C:\Users\kdrills01\Downloads\ABMaterial\3.75\MyApp\Objects\logs\b4j-2017_11_22.request.log
2017-11-22 09:08:02.311:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2017-11-22 09:08:02.311:INFO:oejs.session:main: No SessionScavenger set, using defaults
2017-11-22 09:08:02.311:INFO:oejs.session:main: Scavenging every 600000ms
2017-11-22 09:08:02.313:INFO:oejs.AbstractConnector:main: Started ServerConnector@458c1321{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2017-11-22 09:08:02.313:INFO:oejs.Server:main: Started @1205ms
2017-11-22 09:08:02.313:INFO:oejs.session:main: Scavenging every 900000ms
It happen for all example in ABMaterial folder.
I think i lost some steps.
 

PatrikCavina

Active Member
Licensed User
Longtime User
Ok, demo end other example work.
But when i try to use Template and ABMFeedback project, result page is:

Immagine.png
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
Use feedback in the URL instead of ABMFeedback
 
Upvote 0
Top