B4J Question [ABMaterial] [Solved] demo not working v3.03

atiaust

Active Member
Licensed User
Longtime User
Hi All,

I installed ABMaterial v3.03 and built a new basic app to test it was working OK.
when I run it I get the following error codes. The server starts and then immediately stops again.
HelperTableMutablePage.bas
HelperTablePage.bas
IconsPage.bas
OtherFirebasePage.bas
OtherFirebaseStorPage.bas
TestClassForAlain.bas
TestPage.bas
ThemesPage.bas
Demo.b4j
Analysing data from B4J source files... (2/2)
Building core.min.css...
2017-05-19 09:08:55.130:INFO::main: Logging initialized @31996ms
2017-05-19 09:08:55.894:INFO:eek:ejs.Server:main: jetty-9.3.z-SNAPSHOT
2017-05-19 09:08:56.808:INFO:eek:ejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@70a9f84e{/,file:///C:/Users/atiau/Documents/B4J/ABMaterial3.03/Demo/Objects/www/,AVAILABLE}
2017-05-19 09:08:56.818:INFO:eek:ejs.AbstractNCSARequestLog:main: Opened C:\Users\atiau\Documents\B4J\ABMaterial3.03\Demo\Objects\logs\b4j-2017_05_18.request.log
2017-05-19 09:08:57.724:INFO:eek:ejs.ServerConnector:main: Started ServerConnector@29d927d0{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2017-05-19 09:08:57.728:INFO:eek:ejs.Server:main: Started @34598ms
Emulated network latency: 100ms
2017-05-19 09:08:57.814:INFO:eek:ejs.ServerConnector:main: Stopped ServerConnector@29d927d0{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2017-05-19 09:08:57.854:INFO:eek:ejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@70a9f84e{/,file:///C:/Users/atiau/Documents/B4J/ABMaterial3.03/Demo/Objects/www/,UNAVAILABLE}
2017-05-19 09:08:57.872:INFO:eek:ejs.Server:main: jetty-9.3.z-SNAPSHOT
2017-05-19 09:08:58.220:INFO:eek:ejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@70a9f84e{/,file:///C:/Users/atiau/Documents/B4J/ABMaterial3.03/Demo/Objects/www/,AVAILABLE}
2017-05-19 09:08:58.224:INFO:eek:ejs.AbstractNCSARequestLog:main: Opened C:\Users\atiau\Documents\B4J\ABMaterial3.03\Demo\Objects\logs\b4j-2017_05_18.request.log
2017-05-19 09:08:58.249:INFO:eek:ejs.ServerConnector:main: Started ServerConnector@29d927d0{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2017-05-19 09:08:58.254:INFO:eek:ejs.Server:main: Started @35125ms

I am using jServer 2.76.
The demo version does the same thing.

Any ideas?

Thanks
 

Harris

Expert
Licensed User
Longtime User
Start by posting the code in: public Sub StartServer(srvr As Server, srvrName As String, srvrPort As Int) - from your app.

Also, insure that you are using the correct JS, CSS, and Font folders in your project, Along with the ABMaterial.jar and xml files.

I used 3.03 without issues.
I have jServer 2.70

I am up to 3.20 with some minor issues.
 
Upvote 0

Harris

Expert
Licensed User
Longtime User
2017-05-19 09:08:57.854:INFO:eek:ejsh.ContextHandler:main: Stopped o.e.j.s.ServletContextHandler@70a9f84e{/,file:///C:/Users/atiau/Documents/B4J/ABMaterial3.03/Demo/Objects/www/,UNAVAILABLE}

Do you have something else running at 51042?
 
Upvote 0

atiaust

Active Member
Licensed User
Longtime User
Nothing else running that I am aware of.
I just installed the new version, copied the new libraries & tried to run the demo.

Going to reinstall and see if that fixes the problem.
 
Upvote 0

atiaust

Active Member
Licensed User
Longtime User
Hi All,

I deleted everything (ABMateial 3.03 folder and contents) and reinstalled and all is OK.
Obviously something didn't copy correctly in the first place.

Thanks
 
Upvote 0
Top