[Microcontainer] - Re: Configuration deployments
by charles.crouch@jboss.com
"david.lloyd(a)jboss.com" wrote :
| Excellent! Where can I find more information about profileservice?
|
Here is I think the latest doco, it will give you a rough idea about what the profile service is about, but it definitely needs some updating to match the current impl.
http://www.jboss.org/community/docs/DOC-11694
"david.lloyd(a)jboss.com" wrote : Perhaps a little more in depth than that - the configuration data might be somewhat complex (plain objects but also e.g. lists/sets/maps etc. as well).
>From that doco:
anonymous wrote :
| The general notion is that a deployment has a collection of ManagedObjects which are collections of detyped, self-defining properties ala the JDK6 Open MBeans notion.
|
"david.lloyd(a)jboss.com" wrote : Annotations should be fine as long as the annotation classes are not a runtime dependency...
The annotations have Runtime retention but that shouldn't prevent you loading your classes in another environment that doesn't have the annotation jar file in the classpath. You're just going to need them when you compile.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191883#4191883
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191883
17 years, 5 months
[Clustering/JBoss] - strace shows futex
by mohitanchlia
jboss seems to be stuck during electing master node. when I run strace it shows me:
strace -p 4668
Process 4668 attached - interrupt to quit
futex(0xa79c2e04, FUTEX_WAIT, 1, NULL
--
when I run jstack it gives me:
Thread 4678: (state = BLOCKED)
Error occurred during stack walking:
sun.jvm.hotspot.debugger.DebuggerException: sun.jvm.hotspot.debugger.DebuggerException: get_thread_regs failed for a lwp
at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$LinuxDebuggerLocalWorkerThread.execute(LinuxDebuggerLocal.java:134)
at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.getThreadIntegerRegisterSet(LinuxDebuggerLocal.java:437)
at sun.jvm.hotspot.debugger.linux.LinuxThread.getContext(LinuxThread.java:48)
at sun.jvm.hotspot.runtime.linux_x86.LinuxX86JavaThreadPDAccess.getCurrentFrameGuess(LinuxX86JavaThreadPDAccess.java:75)
at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:252)
--
But I don't know where it's being blocked.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191874#4191874
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191874
17 years, 5 months