-
Bug
-
Resolution: Obsolete
-
Major
-
EAP_EWP 5.1.1, EAP_EWP 5.1.2 ER2, EAP_EWP 5.1.2
-
None
-
Linux
-
-
-
NEW
Please also see RHQ Bug: https://bugzilla.redhat.com/show_bug.cgi?id=744803
This call:
profile = profileService.getActiveProfile(profileKey);
produces:
22:39:54,003 ERROR [ServerThread] WorkerThread#0[127.0.0.1:21600] exception
occurred during first invocation
java.io.NotSerializableException:
org.jboss.system.server.profile.repository.NoopProfile
The profileKey, above, that this all chokes on in my case:
ProfileKey@12f6ce8[domain=default, server=default, name=n01]
On subsequent calls we see this key:
ProfileKey@ecc6f4[domain=default, server=default, name=farm]
which results in all of the other stack traces filling the logs:
22:48:49,391 ERROR [ServerThread] WorkerThread#0[127.0.0.1:22195] exception
occurred during first invocation
java.io.NotSerializableException:
org.jboss.system.server.profile.repository.AbstractProfile
on the following line of code:
profile = profileService.getActiveProfile(profileKey);
and the cause:
java.lang.reflect.UndeclaredThrowableException
More Details:
12:23:58,230 ERROR [ServerThread] WorkerThread#1[127.0.0.1:54748] exception
occurred during first invocation
java.io.NotSerializableException:
org.jboss.system.server.profile.repository.NoopProfile
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1164)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:330)
at org.jboss.aop.joinpoint.InvocationResponse.writeExternal(InvocationResponse.java:100)
at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1429)
12:24:04,255 ERROR [ServerThread] WorkerThread#1[127.0.0.1:55142] exception
occurred during first invocation
java.io.NotSerializableException:
org.jboss.system.server.profile.repository.AbstractProfile
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1164)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:330)
at org.jboss.aop.joinpoint.InvocationResponse.writeExternal(InvocationResponse.java:100)