I am trying to run a server with B4J using following article
When i run the B4J program i get the following lines in the log. there is a warning for invalid cookie header, has anyone else faced this invalid cookie header problem. However at the end it is showning Update duckdns ok. When i try to connect to this server from my mobile it doesnt work. The page doesnt load.
[Server] Upload files from your B4A app to your B4J server over the internet
This example shows how to make your B4J server application accessible over the internet. The implemented server is a simple file server that allows you to upload files from your B4A application to the server over the internet. The following steps are required in order to make your server...
www.b4x.com
I have set the port forwarding as specified in the tutorialWaiting for debugger to connect...
Program started.
2020-05-09 15:38:27.522:INFO::main: Logging initialized @1211ms to org.eclipse.jetty.util.log.StdErrLog
2020-05-09 15:38:27.684:INFOejs.Server:main: jetty-9.4.z-SNAPSHOT; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 11.0.1+13
2020-05-09 15:38:27.788:INFOejs.session:main: DefaultSessionIdManager workerName=node0
2020-05-09 15:38:27.788:INFOejs.session:main: No SessionScavenger set, using defaults
2020-05-09 15:38:27.791:INFOejs.session:main: node0 Scavenging every 660000ms
2020-05-09 15:38:27.799:INFOejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@4b8ee4de{/,file:///C:/javaprojects/duck%20dns%20server/FileServer-B4J/FileServer/Objects/www,AVAILABLE}
2020-05-09 15:38:27.805:INFOejs.AbstractNCSARequestLog:main: Opened C:\javaprojects\duck dns server\FileServer-B4J\FileServer\Objects\logs\b4j-2020_05_09.request.log
2020-05-09 15:38:27.830:INFOejs.AbstractConnector:main: Started ServerConnector@6892b3b6{HTTP/1.1,[http/1.1]}{0.0.0.0:51042}
2020-05-09 15:38:27.831:INFOejs.Server:main: Started @1531ms
Emulated network latency: 100ms
Server started
May 09, 2020 3:38:28 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: "Set-Cookie: AWSALB=iNW22wMcYX4X/8fMoAF5MBRkwf0hxOC2U9GcxZBUn0p0wsLmuOWQZ3IZAiJjG45/XVtzP92RT/xnXmp1XCGb1gCKkwOU9WFeR+lEaD5IQPVNzxRjSITFf++tTUke; Expires=Sat, 16 May 2020 11:38:28 GMT; Path=/". Unable to parse expires attribute: Sat, 16 May 2020 11:38:28 GMT
May 09, 2020 3:38:28 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: "Set-Cookie: AWSALBCORS=iNW22wMcYX4X/8fMoAF5MBRkwf0hxOC2U9GcxZBUn0p0wsLmuOWQZ3IZAiJjG45/XVtzP92RT/xnXmp1XCGb1gCKkwOU9WFeR+lEaD5IQPVNzxRjSITFf++tTUke; Expires=Sat, 16 May 2020 11:38:28 GMT; Path=/; SameSite=None". Unable to parse expires attribute: Sat, 16 May 2020 11:38:28 GMT
Update DuckDNS: OK