[jboss-jira] [JBoss JIRA] (WFLY-1885) ServiceActivator blocks server startup if more than 8 services - platformspecific
Thomas Frühbeck (JIRA)
jira-events at lists.jboss.org
Thu Aug 15 02:52:26 EDT 2013
Thomas Frühbeck created WFLY-1885:
-------------------------------------
Summary: ServiceActivator blocks server startup if more than 8 services - platformspecific
Key: WFLY-1885
URL: https://issues.jboss.org/browse/WFLY-1885
Project: WildFly
Issue Type: Feature Request
Components: Clustering, Server
Affects Versions: 8.0.0.Alpha3
Reporter: Thomas Frühbeck
Assignee: Paul Ferraro
Priority: Minor
We try to start more than 8 services by ServiceActivator.
We follow hasingleton quickstart.
Server startup is blocked on Linux but not on windows (?!?).
If we introduce a delay of e.g. 1 second, all services start correctly also on Linux:
// TODO: diesen Workaround evtl mal beheben.
// (Server startet im Moment nicht anders... zumindest nicht auf Linux! Timingproblem?)
try {
Thread.sleep(1000);
} catch (InterruptedException e) {}
Thread dump of Linux blocked server attached
--
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
More information about the jboss-jira
mailing list