So it seems that that the server, when attempting to
initialize the XForms model, was unable to connect on
the url above, which initially, I would say means the
server cannot connect to "itself." That is, the
model construct is performed on the server, not on
the client, although I notice that the server does
not attempt to connect to "localhost"
I suspect, that when you connect to the server from
your intranet, the Resource URL is
http://192.168.....
As a "work around" would you try putting the full
intranet url in the src attribute:
<xforms:instance
id="resources-instance"
src="
http://localhost:8080/forms/service/resources/DMV-14/en" xxforms:readonly="false"/>