Exception has been thrown by com.haulmont.studio.ui.app.c@5954b785

It’s presenting error in Cuba 6.9. I have not been able to reproduce it again but it occurred when editing the queries in the XML from studio.

2018-05-31 07:23:44,799 ERROR [com.haulmont.studio.ui.app.App] Exception occured
com.vaadin.server.ServerRpcManager$RpcInvocationException: Unable to invoke method suggest in org.vaadin.aceeditor.client.SuggesterServerRpc
 at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:160)
 at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:119)
 at com.vaadin.server.communication.ServerRpcHandler.handleInvocation(ServerRpcHandler.java:444)
 at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:409)
 at com.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:274)
 at com.vaadin.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:90)
 at com.vaadin.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:41)
 at com.vaadin.server.VaadinService.handleRequest(VaadinService.java:1422)
 at com.vaadin.server.VaadinServlet.service(VaadinServlet.java:361)
 at com.haulmont.studio.ui.app.aH.service(SourceFile:98)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
 at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
 at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
 at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
 at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
 at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
 at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
 at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
 at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
 at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
 at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
 at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
 at org.eclipse.jetty.server.Server.handle(Server.java:499)
 at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
 at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
 at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
 at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
 at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
 at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:158)
 ... 29 more
Caused by: java.lang.NullPointerException
 at com.haulmont.studio.ui.sd.layout.ScreenLayoutDesigner.getModel(SourceFile:246)
 at com.haulmont.studio.ui.sd.c.a.d(SourceFile:1178)
 at com.haulmont.studio.ui.sd.c.a.j(SourceFile:70)
 at com.haulmont.studio.ui.sd.c.d.getSuggestions(SourceFile:1203)
 at org.vaadin.aceeditor.SuggestionExtension$1.suggest(SuggestionExtension.java:47)

Hi Nelson,
Could you please provide more details of your environment?
Which OS do you use?
Which version of Studio have you installed Web or SE?
If you are on Windows and use SE, how have you installed it “for all users” or “for me”?

Which OS do you use?
Windows 10 64 bits

Which version of Studio have you installed Web or SE?
Web - Chrome

If you are on Windows and use SE, how have you installed it “for all users” or “for me”?
for all users

The error occurred in the first start of the application, when trying from studio to order a table in jpa.
After that it has not been presented again