Hi Isomorphic,
using current 5.1p (v10.1p_2016-04-18) and am just developing email-import functions (as introduction why I got here). To test server error handling I just disabled my ethernet network card (in Win 10), making all my network cards disabled (I also have Wifi and Bluetooth, that are disabled all the time). This resulted in unexpected *client* effects.
My Tomcat server is running locally and can be reached. Loading my application works, but when trying to change data, this happens:
I've never seen those before and am wondering if they are really correct. I can fetch data (but ListGrids say "Can't load data offline" before actually displaying data), but saving does not work. Manually issued UPDATE results in this entry in the Developer Console:
Now this does not seem perfectly right.
There is definitively an display issue in the lower SC.warn().
Enabling Wifi (but not connecting to a network) does not change the result.
Enabling Ethernet does solve the problem, even before DHCP is done and Internet is available.
Is this expected? I agree that this will happen mostly on development PCs, but if it really needs Internet (it does not, does it?), this would be a serious problem for intranet applications where the browser has no internet access.
This is not an important issue for me, but something strange I noticed.
Best regards
Blama
using current 5.1p (v10.1p_2016-04-18) and am just developing email-import functions (as introduction why I got here). To test server error handling I just disabled my ethernet network card (in Win 10), making all my network cards disabled (I also have Wifi and Bluetooth, that are disabled all the time). This resulted in unexpected *client* effects.
My Tomcat server is running locally and can be reached. Loading my application works, but when trying to change data, this happens:
I've never seen those before and am wondering if they are really correct. I can fetch data (but ListGrids say "Can't load data offline" before actually displaying data), but saving does not work. Manually issued UPDATE results in this entry in the Developer Console:
Code:
17:33:05.721:TMR3:WARN:Log:Data cannot be saved because you are not online
There is definitively an display issue in the lower SC.warn().
Enabling Wifi (but not connecting to a network) does not change the result.
Enabling Ethernet does solve the problem, even before DHCP is done and Internet is available.
Is this expected? I agree that this will happen mostly on development PCs, but if it really needs Internet (it does not, does it?), this would be a serious problem for intranet applications where the browser has no internet access.
This is not an important issue for me, but something strange I noticed.
Best regards
Blama
Comment