[JBoss JIRA] Moved: (JBAS-6705) AS5 plugin: Creating a new Topic or Queue now results in this error - "java.lang.RuntimeException:Failed to process template"
by Charles Crouch (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-6705?page=com.atlassian.jira.plug... ]
Charles Crouch moved EMBJOPR-121 to JBAS-6705:
----------------------------------------------
Project: JBoss Application Server (was: Embedded Jopr)
Key: JBAS-6705 (was: EMBJOPR-121)
Component/s: JMS (JBoss Messaging)
(was: Web App/Integration)
Fix Version/s: JBossAS-5.1.0.CR1
(was: 1.2)
Security: Public
> AS5 plugin: Creating a new Topic or Queue now results in this error - "java.lang.RuntimeException:Failed to process template"
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: JBAS-6705
> URL: https://jira.jboss.org/jira/browse/JBAS-6705
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JMS (JBoss Messaging)
> Environment: JBoss AS Branch_5_x r86417, embjopr r259
> Reporter: Farah Juma
> Assignee: Charles Crouch
> Fix For: JBossAS-5.1.0.CR1
>
>
> Steps to reproduce:
> Attempt to create a new Topic or Queue. The following error occurs:
> Failed to add Resource (see app server log for additional details): java.lang.RuntimeException:Failed to process template.
> Deployment "vfsfile:/home/fjuma/jbossas5/Branch_5_x_extra/build/output/jboss-5.1.0.CR1/server/default/deploy/testTopic-service.xml" is in error due to the following reason(s): java.lang.RuntimeException: No Attribute found with name: downCacheSize for jboss.messaging.destination:service=Topic,name=testTopic, attributes: [DurableMessageCount, Instance, ExpiryQueue, ServerPeer, RedeliveryDelay, NonDurableMessageCount, NonDurableSubscriptionsCount, DurableSubscriptionsCount, Clustered, JNDIName, MaxDeliveryAttempts, MessageCounters, FullSize, AllMessageCount, MaxSize, DownCacheSize, SecurityConfig, CreatedProgrammatically, PageSize, Name, DLQ, AllSubscriptionsCount, MessageCounterHistoryDayLimit]
> It looks like attribute names now start with an upper case letter instead of a lower case one.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JBAS-6665) Server-side thread count steadily increases during AS testsuite runs
by Richard Achmatowicz (JIRA)
Server-side thread count steadily increases during AS testsuite runs
---------------------------------------------------------------------
Key: JBAS-6665
URL: https://jira.jboss.org/jira/browse/JBAS-6665
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.0.1.GA
Environment: AS testsuite - not particular to any platform
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Priority: Minor
(from an original email)
> Hi Rajesh
>
> Just wanted to let you know about something concerning the AS testsuite.
>
> I've been having real problems getting the AS 5.0.0 (and 5.0.1) testsuite to run on HPUX without running out of native threads. It won't run to completion without getting an "OutOfMemoryError: unable to create native thread" exception. So I decided to try to find out how many threads are active in the JVM at any one time during a testsuite run.
>
> I wrote a small modification to XMLJUnitMultipleResultFormatter which gets called before and after every testsuite; it prints out the following statistics:
> <test name>: ThreadCounts(current threads, daemon threads,peak thread count,total started), HeapSizes(init,used,committed,max)
>
> I'm seeing a strange creeping increase in the number of current threads active in the JVM over the life of the 'all' server execution, which is where i'm having the problem with native thread allocation. I would guess from this that some test cases are not releasing threads when finished, although this is only a guess.
This is interesting. I would like to know if the HP UX maximum thread count is really low or the AS doesn't release some threads on undeploying the tests.
Does a profiler show the list of all active threads when it runs out of active threads?
A comparison with a run on RHEL with these metrics enabled will also tell us if we have a problem of threads being free'd on HPUX
Can you open a JBAS and assign it to yourself with the below details and the attached log?
There should be some interesting comments on this from dev.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JGRP-922) FLUSH: let application handle concurrent flushing
by Vladimir Blagojevic (JIRA)
FLUSH: let application handle concurrent flushing
-------------------------------------------------
Key: JGRP-922
URL: https://jira.jboss.org/jira/browse/JGRP-922
Project: JGroups
Issue Type: Task
Affects Versions: 2.7, 2.6, 2.5
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Fix For: 2.6.9, 2.8
We decided to allow application handle flush retires rather than handle it within flush itself. The new algorithm is:
- Send a START-FLUSH to all members in the target set
- Every member sets the flushInProgress flag to true
- If this succeeds, the member sends back an OK
- Else a FAIL is sent back
- If we received OKs from all members, startFlush() succeeded and returns true
- If 1 FAIL is received:
- Send an ABORT-FLUSH to all members which took part in the flush, causes flushInProgress to be set to false
- startFlush() failed and returns false
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months