[JBoss JIRA] (RTGOV-228) Periodic transaction related exception when starting up gadgets
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-228?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-228.
------------------------------
Resolution: Done
Gadget server issue now resolved.
> Periodic transaction related exception when starting up gadgets
> ---------------------------------------------------------------
>
> Key: RTGOV-228
> URL: https://issues.jboss.org/browse/RTGOV-228
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.0.0.Final
>
>
> {noformat}
> 16:28:02,472 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gadget-web].[Resteasy]] (http-/127.0.0.1:8080-3) JBWEB000236: Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalStateException: Transaction not active
> at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:365) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:233) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:209) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:557) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:126) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.overlord.gadgets.web.server.filters.JSONPFilter.doFilter(JSONPFilter.java:60) [classes:]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.shindig.gadgets.servlet.ETagFilter.doFilter(ETagFilter.java:55) [shindig-gadgets-3.0.0-beta4.jar:3.0.0-beta4]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
> at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
> Caused by: java.lang.IllegalStateException: Transaction not active
> at org.hibernate.ejb.TransactionImpl.commit(TransactionImpl.java:68) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> at org.overlord.gadgets.server.service.UserManagerImpl.endTxn(UserManagerImpl.java:62) [gadget-core-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
> at org.overlord.gadgets.server.service.UserManagerImpl.getWidgetPreference(UserManagerImpl.java:213) [gadget-core-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
> at org.overlord.gadgets.web.server.UserController.getWidgetPreferenceValues(UserController.java:184) [classes:]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_07]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_07]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_07]
> at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_07]
> at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:167) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:542) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> ... 28 more
> 16:28:02,469 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gadget-web].[Resteasy]] (http-/127.0.0.1:8080-5) JBWEB000236: Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: javax.persistence.RollbackException: Error while committing the transaction
> at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:365) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:233) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:209) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:557) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:126) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.overlord.gadgets.web.server.filters.JSONPFilter.doFilter(JSONPFilter.java:60) [classes:]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.shindig.gadgets.servlet.ETagFilter.doFilter(ETagFilter.java:55) [shindig-gadgets-3.0.0-beta4.jar:3.0.0-beta4]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
> at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-4.jar:7.2.0.Final-redhat-4]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
> Caused by: javax.persistence.RollbackException: Error while committing the transaction
> at org.hibernate.ejb.TransactionImpl.commit(TransactionImpl.java:92) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> at org.overlord.gadgets.server.service.UserManagerImpl.endTxn(UserManagerImpl.java:62) [gadget-core-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
> at org.overlord.gadgets.server.service.UserManagerImpl.getWidgetPreference(UserManagerImpl.java:213) [gadget-core-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
> at org.overlord.gadgets.web.server.UserController.getWidgetPreferenceValues(UserController.java:184) [classes:]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_07]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_07]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_07]
> at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_07]
> at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:167) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:542) [resteasy-jaxrs-2.3.5.Final-redhat-1.jar:2.3.5.Final-redhat-1]
> ... 28 more
> Caused by: javax.persistence.PersistenceException: org.hibernate.TransactionException: commit failed
> at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1387) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1310) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> at org.hibernate.ejb.TransactionImpl.commit(TransactionImpl.java:80) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> ... 40 more
> Caused by: org.hibernate.TransactionException: commit failed
> at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:185) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> at org.hibernate.ejb.TransactionImpl.commit(TransactionImpl.java:75) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> ... 40 more
> Caused by: org.hibernate.TransactionException: unable to commit against JDBC connection
> at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doCommit(JdbcTransaction.java:116) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.commit(AbstractTransactionImpl.java:178) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> ... 41 more
> Caused by: java.sql.SQLException: You cannot commit with autocommit set!
> at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnection.jdbcCommit(BaseWrapperManagedConnection.java:1055)
> at org.jboss.jca.adapters.jdbc.WrappedConnection.commit(WrappedConnection.java:757)
> at org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction.doCommit(JdbcTransaction.java:112) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final-redhat-1]
> ... 42 more
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (GADGETS-67) Concurrency problems with hibernate
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/GADGETS-67?page=com.atlassian.jira.plugin... ]
Gary Brown resolved GADGETS-67.
-------------------------------
Resolution: Done
Appears to be fixed by manually creating entity managers for each operation. One downside was that some of the contained collections with the model objects were lazily fetched, so when accessed outside the scope of the user manager impl method, they caused exceptions.
Tried adding FetchType.EAGER to the OneToMany relationships, but this caused google guice initialization problems, so in the end had to manually touch each collection (by accessing its size) to cause it to be fetched before returning the model objects.
> Concurrency problems with hibernate
> -----------------------------------
>
> Key: GADGETS-67
> URL: https://issues.jboss.org/browse/GADGETS-67
> Project: Gadget Server and Gadgets
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.0.0.Final
>
> Attachments: server2.log
>
>
> Appears to be some strange exceptions occurring periodically. See attached server log.
> One of the exceptions (org.hibernate.HibernateException: Flush during cascade is dangerous), from a google search, seems to imply a concurrent issue can occur when using ajax requests (which gs does).
> Other exceptions that have occurred include npe.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (GADGETS-67) Concurrency problems with hibernate
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/GADGETS-67?page=com.atlassian.jira.plugin... ]
Gary Brown updated GADGETS-67:
------------------------------
Attachment: server2.log
> Concurrency problems with hibernate
> -----------------------------------
>
> Key: GADGETS-67
> URL: https://issues.jboss.org/browse/GADGETS-67
> Project: Gadget Server and Gadgets
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.0.0.Final
>
> Attachments: server2.log
>
>
> Appears to be some strange exceptions occurring periodically. See attached server log.
> One of the exceptions (org.hibernate.HibernateException: Flush during cascade is dangerous), from a google search, seems to imply a concurrent issue can occur when using ajax requests (which gs does).
> Other exceptions that have occurred include npe.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (GADGETS-67) Concurrency problems with hibernate
by Gary Brown (JIRA)
Gary Brown created GADGETS-67:
---------------------------------
Summary: Concurrency problems with hibernate
Key: GADGETS-67
URL: https://issues.jboss.org/browse/GADGETS-67
Project: Gadget Server and Gadgets
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 1.0.0.Final
Attachments: server2.log
Appears to be some strange exceptions occurring periodically. See attached server log.
One of the exceptions (org.hibernate.HibernateException: Flush during cascade is dangerous), from a google search, seems to imply a concurrent issue can occur when using ajax requests (which gs does).
Other exceptions that have occurred include npe.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (GADGETS-48) Embed Polymita BAM UI inside a gadget
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/GADGETS-48?page=com.atlassian.jira.plugin... ]
Gary Brown updated GADGETS-48:
------------------------------
Fix Version/s: (was: 1.0.0.Final)
> Embed Polymita BAM UI inside a gadget
> -------------------------------------
>
> Key: GADGETS-48
> URL: https://issues.jboss.org/browse/GADGETS-48
> Project: Gadget Server and Gadgets
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
>
> Polymita will be used to provide the business intelligence capabilities in the runtime governance project. It would be useful if there UI could be integrated as a gadget, to provide some level of integration/consistency.
> Whether the full UI needs to be included, or some subset, is to be seen. Its possible the full UI could be used by an administrator to configure a (well known named) dashboard, and then have that dashboard pulled into a particular iframe.
> Might be worth checking how the Drools team have integrated Polymita into Uberfire.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (GADGETS-48) Embed Polymita BAM UI inside a gadget
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/GADGETS-48?page=com.atlassian.jira.plugin... ]
Gary Brown closed GADGETS-48.
-----------------------------
Resolution: Out of Date
> Embed Polymita BAM UI inside a gadget
> -------------------------------------
>
> Key: GADGETS-48
> URL: https://issues.jboss.org/browse/GADGETS-48
> Project: Gadget Server and Gadgets
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
>
> Polymita will be used to provide the business intelligence capabilities in the runtime governance project. It would be useful if there UI could be integrated as a gadget, to provide some level of integration/consistency.
> Whether the full UI needs to be included, or some subset, is to be seen. Its possible the full UI could be used by an administrator to configure a (well known named) dashboard, and then have that dashboard pulled into a particular iframe.
> Might be worth checking how the Drools team have integrated Polymita into Uberfire.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (GADGETS-48) Embed Polymita BAM UI inside a gadget
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/GADGETS-48?page=com.atlassian.jira.plugin... ]
Gary Brown reopened GADGETS-48:
-------------------------------
> Embed Polymita BAM UI inside a gadget
> -------------------------------------
>
> Key: GADGETS-48
> URL: https://issues.jboss.org/browse/GADGETS-48
> Project: Gadget Server and Gadgets
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.0.0.Final
>
>
> Polymita will be used to provide the business intelligence capabilities in the runtime governance project. It would be useful if there UI could be integrated as a gadget, to provide some level of integration/consistency.
> Whether the full UI needs to be included, or some subset, is to be seen. Its possible the full UI could be used by an administrator to configure a (well known named) dashboard, and then have that dashboard pulled into a particular iframe.
> Might be worth checking how the Drools team have integrated Polymita into Uberfire.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (GADGETS-48) Embed Polymita BAM UI inside a gadget
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/GADGETS-48?page=com.atlassian.jira.plugin... ]
Gary Brown closed GADGETS-48.
-----------------------------
Assignee: Gary Brown (was: Jeff Yu)
Resolution: Out of Date
No longer required. Future release will use Uberfire which will also incorporate the Polymita UI.
> Embed Polymita BAM UI inside a gadget
> -------------------------------------
>
> Key: GADGETS-48
> URL: https://issues.jboss.org/browse/GADGETS-48
> Project: Gadget Server and Gadgets
> Issue Type: Feature Request
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.0.0.Final
>
>
> Polymita will be used to provide the business intelligence capabilities in the runtime governance project. It would be useful if there UI could be integrated as a gadget, to provide some level of integration/consistency.
> Whether the full UI needs to be included, or some subset, is to be seen. Its possible the full UI could be used by an administrator to configure a (well known named) dashboard, and then have that dashboard pulled into a particular iframe.
> Might be worth checking how the Drools team have integrated Polymita into Uberfire.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months