Advertisement
jenyaatnow

Untitled

Jul 16th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1. com.haulmont.cuba.core.global.RemoteException:
  2. ---
  3. java.lang.IllegalArgumentException: An exception occurred while creating a query in EntityManager:
  4. Exception Description: Problem compiling [select distinct tempEntityAlias from crmsys$Organization tempEntityAlias, crmsys_ProtocolParticipant e where tempEntityAlias.id = e.organization.id order by e.fullName desc].
  5. [157, 167] The state field path 'e.fullName' cannot be resolved to a valid type.
  6. ---
  7. org.eclipse.persistence.exceptions.JPQLException:
  8. Exception Description: Problem compiling [select distinct tempEntityAlias from crmsys$Organization tempEntityAlias, crmsys_ProtocolParticipant e where tempEntityAlias.id = e.organization.id order by e.fullName desc].
  9. [157, 167] The state field path 'e.fullName' cannot be resolved to a valid type.
  10. at com.haulmont.cuba.core.sys.ServiceInterceptor.aroundInvoke(ServiceInterceptor.java:129)
  11. at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:498)
  14. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
  15. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
  16. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
  17. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  18. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  19. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  20. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  21. at com.sun.proxy.$Proxy119.loadList(Unknown Source)
  22. at sun.reflect.GeneratedMethodAccessor253.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:498)
  25. at com.haulmont.cuba.core.sys.remoting.LocalServiceInvokerImpl.invoke(LocalServiceInvokerImpl.java:94)
  26. at com.haulmont.cuba.web.sys.remoting.LocalServiceProxy$LocalServiceInvocationHandler.invoke(LocalServiceProxy.java:154)
  27. at com.sun.proxy.$Proxy282.loadList(Unknown Source)
  28. at com.haulmont.cuba.client.sys.DataManagerClientImpl.loadList(DataManagerClientImpl.java:57)
  29. at com.haulmont.cuba.gui.data.impl.GenericDataSupplier.loadList(GenericDataSupplier.java:117)
  30. at com.haulmont.cuba.gui.data.impl.CollectionDatasourceImpl.loadData(CollectionDatasourceImpl.java:614)
  31. at com.haulmont.cuba.gui.data.impl.CollectionDatasourceImpl.refresh(CollectionDatasourceImpl.java:161)
  32. at com.haulmont.cuba.gui.data.impl.CollectionDatasourceImpl.refresh(CollectionDatasourceImpl.java:119)
  33. at com.haulmont.cuba.gui.data.impl.GroupDatasourceImpl.setSuspended(GroupDatasourceImpl.java:182)
  34. at com.haulmont.cuba.gui.data.impl.DsContextImpl.resumeSuspended(DsContextImpl.java:84)
  35. at com.haulmont.cuba.web.sys.WebScreens.afterShowWindow(WebScreens.java:576)
  36. at com.haulmont.cuba.web.sys.WebScreens.show(WebScreens.java:458)
  37. at com.haulmont.cuba.web.sys.WebScreens.showFromNavigation(WebScreens.java:528)
  38. at com.haulmont.cuba.gui.config.MenuItemCommands$ScreenCommand.run(MenuItemCommands.java:213)
  39. at com.haulmont.cuba.web.sys.SideMenuBuilder$MenuCommandExecutor.accept(SideMenuBuilder.java:264)
  40. at com.haulmont.cuba.web.sys.SideMenuBuilder$MenuCommandExecutor.accept(SideMenuBuilder.java:249)
  41. at com.haulmont.cuba.web.gui.components.mainwindow.WebSideMenu$MenuItemImpl.menuSelected(WebSideMenu.java:569)
  42. at com.haulmont.cuba.web.widgets.CubaSideMenu$1.menuItemTriggered(CubaSideMenu.java:90)
  43. at sun.reflect.GeneratedMethodAccessor469.invoke(Unknown Source)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:498)
  46. at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:153)
  47. at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:115)
  48. at com.vaadin.server.communication.ServerRpcHandler.handleInvocation(ServerRpcHandler.java:431)
  49. at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:396)
  50. at com.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:260)
  51. at com.vaadin.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:82)
  52. at com.vaadin.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:40)
  53. at com.vaadin.server.VaadinService.handleRequest(VaadinService.java:1577)
  54. at com.vaadin.server.VaadinServlet.service(VaadinServlet.java:425)
  55. at com.haulmont.cuba.web.sys.CubaApplicationServlet.serviceAppRequest(CubaApplicationServlet.java:329)
  56. at com.haulmont.cuba.web.sys.CubaApplicationServlet.service(CubaApplicationServlet.java:215)
  57. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  58. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
  59. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
  60. at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:107)
  61. at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:73)
  62. at com.haulmont.cuba.web.sys.CubaHttpFilter.doFilter(CubaHttpFilter.java:108)
  63. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
  64. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
  65. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  66. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
  67. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
  68. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
  69. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
  70. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  71. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  72. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  73. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
  74. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
  75. at org.eclipse.jetty.server.Server.handle(Server.java:539)
  76. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:333)
  77. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
  78. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
  79. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
  80. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
  81. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  82. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  83. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  84. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  85. at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
  86. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement