[JBoss JIRA] Created: (JBWEB-197) JMX console has default minTime value to 9223372036854775807 for jboss.web:j2eeType=Servlet
by Anurag Debnath (JIRA)
JMX console has default minTime value to 9223372036854775807 for jboss.web:j2eeType=Servlet
-------------------------------------------------------------------------------------------
Key: JBWEB-197
URL: https://issues.jboss.org/browse/JBWEB-197
Project: JBoss Web
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: JBossWeb-2.1.8.GA
Environment: jmx-console JBossWeb-2.1.10GA
Reporter: Anurag Debnath
Assignee: Remy Maucherat
Priority: Minor
Post starting the JBoss server, when checked in the jmx-console for jboss.web:j2eeType=Servlet,name=default,WebModule=//localhost/admin-console,J2EEApplication=none,J2EEServer=none or any other application, the attribute minTime is set to the default max value of Long.
This gets confusing for the customer.
After a hit to the application, the minTime shows correct value.
The requirement is to display a meaningful value for min time(even when no request has been made) in conjunction with maxTime and requestCount.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBAS-9194) Memory leak in SFSBCall and SFSBPCMap
by Scott Marlow (JIRA)
Memory leak in SFSBCall and SFSBPCMap
-------------------------------------
Key: JBAS-9194
URL: https://issues.jboss.org/browse/JBAS-9194
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Affects Versions: 7.0.0.Beta1
Reporter: Scott Marlow
Fix For: 7.0.0.Beta2
I ran the JPA demo 100 times and looked for memory leaks. We are currently leaking storage in SFSBPCMap. This leak will be less once we have EJB3 support for @Remove and the SFSBDestroyInterceptor is invoked.
The remaining issue is whether SFSBDestroyInterceptor will be invoked for SFSBs that experience system exceptions after injection has occurred.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBRULES-2896) NPE when AbortWorkItem
by Cristiano Nicolai (JIRA)
NPE when AbortWorkItem
----------------------
Key: JBRULES-2896
URL: https://issues.jboss.org/browse/JBRULES-2896
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-core
Affects Versions: 5.2.0.M1
Environment: JbossAS 5.1
MySQL 5.0.77
Reporter: Cristiano Nicolai
Assignee: Mark Proctor
AbortWorkItem method should test if WorkItemInfo inst null before merge. Basically is the same behaviour as completeWorkItem.
I'm getting the following exception when a Work Item is aborted:
2011-02-10 16:52:37,282 ERROR [org.drools.persistence.SingleSessionCommandService] (NioProcessor-3) Could not commit session
java.lang.IllegalArgumentException: attempt to create merge event with null entity
at org.hibernate.event.MergeEvent.<init>(MergeEvent.java:60)
at org.hibernate.event.MergeEvent.<init>(MergeEvent.java:43)
at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:690)
at org.hibernate.impl.SessionImpl.merge(SessionImpl.java:694)
at org.hibernate.ejb.AbstractEntityManagerImpl.merge(AbstractEntityManagerImpl.java:235)
at org.drools.persistence.jpa.JpaPersistenceContext.merge(JpaPersistenceContext.java:49)
at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.abortWorkItem(JPAWorkItemManager.java:136)
at org.drools.command.runtime.process.AbortWorkItemCommand.execute(AbortWorkItemCommand.java:56)
at org.drools.command.runtime.process.AbortWorkItemCommand.execute(AbortWorkItemCommand.java:29)
at org.drools.persistence.SingleSessionCommandService.execute(SingleSessionCommandService.java:295)
at org.drools.command.impl.CommandBasedStatefulKnowledgeSession$1.abortWorkItem(CommandBasedStatefulKnowledgeSession.java:152)
at org.jbpm.process.workitem.wsht.CommandBasedWSHumanTaskHandler$GetCompletedTaskResponseHandler.execute(CommandBasedWSHumanTaskHandler.java:245)
at org.jbpm.task.service.TaskClientHandler.messageReceived(TaskClientHandler.java:81)
at org.jbpm.task.service.mina.MinaTaskClientHandler.messageReceived(MinaTaskClientHandler.java:47)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month