-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to execute: in.virit.vwscdn.client.Connection queryRemoteWidgetSet #3
Comments
Try upgrading your plugin to latest 1.3.4 version. |
Hi Matti Failed to load resource: the server responded with a status of 404 () (00:13:35:923 | error, network) |
For some reason it looks like the auto generated WebListener (in.virit.WidgetSet) is not picked up by your server. Are you using Eclipse? It don't always notice files generated by maven builds and might be left out of your development deployment. Refreshing project after "mvn install" and verifying that the generated files is on build paths might help. |
Hi |
Same error here. Version 1.3.4 Vaadin 7.5.1 Java EE 7 Payara Server Full Distribution 14.1.153 |
Hi
I am having the following exceptions when trying to compile my Vaadin project (Netbeans 8+ Java 8+Glassfish 4.1):
Aug 15, 2015 12:41:04 PM in.virit.vwscdn.client.Connection queryRemoteWidgetSet
SEVERE: Failed to connect service http://cdn.virit.in/api/compiler/compile
javax.ws.rs.ProcessingException: Unable to invoke request
at org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine.invoke(ApacheHttpClient4Engine.java:287)
at org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.invoke(ClientInvocation.java:407)
at org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.invoke(ClientInvocation.java:442)
at org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder.post(ClientInvocationBuilder.java:201)
at in.virit.vwscdn.client.Connection.queryRemoteWidgetSet(Connection.java:75)
at in.virit.vwscdn.VWSCDNMojo.serveFromCDN(VWSCDNMojo.java:243)
at in.virit.vwscdn.VWSCDNMojo.execute(VWSCDNMojo.java:183)
......
Failed to execute goal in.virit.vwscdn:vwscdn-maven-plugin:1.3.0:generate (default) on project invoicer: Remote widgetset compilation failed: (no response) -> [Help 1]
Extract from My pom.xml
Thanks for your help.
Mortoza
The text was updated successfully, but these errors were encountered: