[
https://issues.jboss.org/browse/JBIDE-10224?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-10224:
------------------------------------------
I did test the hack pretty intensely and it pretty much solved the problems we were
experiencing - at least for me. I did then dig further and found out that the bundles were
activated lazily which is not valid for bundles that have services. Bundles with services
have to be activated by default.
I therefore removed the bundle activators and unchecked "Activate plug-in if one of
its classes is loaded". Now things work fine for me even when the hack is commented.
I committed my changes to TRUNK.
@Rob: Please verify that things work fine for you, too.
JBossAS 7.1 cannot be launched
------------------------------
Key: JBIDE-10224
URL:
https://issues.jboss.org/browse/JBIDE-10224
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
Priority: Blocker
Labels: jbossas_7.1
Fix For: 3.3.0.M5
I just installed JBossAS 7.1.Beta1. However, the server start is hanging in an endless
loop (see below). Maybe it's due to the new security mechanism in
standalone/configuration/mgmt-users.properties.
Console output:
13:55:42,836 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.1.0.Beta1
"Tesla" started in 2862ms - Started 143 of 206 services (60 services are passive
or on-demand)
13:55:45,116 ERROR [org.jboss.remoting.remote] (Remoting
"iwi-w-ziju01-c:MANAGEMENT" read-1) JBREM000200: Remote connection failed:
java.io.IOException: JBREM000201: Received invalid message on Remoting connection 001bd732
to /127.0.0.1:53864
// from now on: endless loop of the preceeding line
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira