I have a form with Submit by e-mail button. If it is saved as PDF file everything works fine.
But via web (either with HTML or with PDF profile) no emails are sent, and also it redirects me to this url:
http://192.168.1.82:8080/lc/bin/xfaforms/submitaction which contains XML with form data.
Here is the URL i use to open my form:
http://192.168.1.82:8080/lc/content/xfaforms/profiles/default.html?contentRoot=repository% 3A%2F%2F%2FApplications%2FTest%2F1.0&template=buttons.xdp
Also, there are some errors in server.log:
2014-01-27 15:05:29,463 WARN [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (192.168.1.82 [1391079927332] GET /lc/content/xfaforms/profiles/default.html HTTP/1.1) Service: XMLFormService resource: ProcessResource@201d2a6(name=XMLForm.exe,pid=2596) could not schedule an interrupt for transaction: TransactionImple < ac, BasicAction: -3f57fe65:f5f7:52ea2baa:4233 status: ActionStatus.RUNNING > because excessive time was spent waiting in queue. Supplied timeout: 0s, Wait adjustment: 0s, Effective timeout: 0s.
2014-01-27 15:06:10,329 WARN [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (192.168.1.82 [1391079970221] POST /lc/bin/xfaforms/submitaction HTTP/1.1) Service: XMLFormService resource: ProcessResource@201d2a6(name=XMLForm.exe,pid=2596) could not schedule an interrupt for transaction: TransactionImple < ac, BasicAction: -3f57fe65:f5f7:52ea2baa:4336 status: ActionStatus.RUNNING > because excessive time was spent waiting in queue. Supplied timeout: 0s, Wait adjustment: 0s, Effective timeout: 0s.