Compile-Time Reflection/Metadata access?

Hey I hear for netbeans there is an extension (or maybe it is built in) to do reflection/access metadata at compile time.
Anyone hear about this or know where I can find more info on this? Or maybe it is for a different IDE or a stand alone tool?
compile-time access would be ideal since J2ME doesn't have run-time reflection/metadata access. A lot better than no access at all :)

Ok everyone, if I was writing a java compiler, I'd for sure need compile-time reflection/metadata access right? And instead of writing the compiler from scratch and having to write those tools myself I can write a sub-compiler that runs within the existing java compilation process and accesses the tools and functionality of the compiler itself. So then I just proved it is not an irrelevant concept and that it is in-fact very important. The concept of a programming language is independent of the specific language.
Yes well more specifically how about I say 'how do I get access to the compile-time reflection/metadata tools that are part of the NetBeans java compiler (or whatever compiler NetBeans uses)'?
Ok DrClap. The mere fact that even a single programming language supports compile-time reflection/metadata access means it can be applied to java as well. And you also failed to mention that the Wikipedia article doesn't call out which specific languages support compile-time reflection/metadata access, because it is a language-independent concept. Java itself is considered 'higher-level' so I'm not sure why you want to claim compile-time anything is irrelevant.
And my industry colleagues aren't hear because I'm the only one working the weekend. We talked about this before the weekend and I forgot to get further info or a link to a website.
Thanks ejp!
I gave ejp 5 points since I have to do a little bit of reading to see if those tools/apis are what I'm looking for (5 points left). Looks promising though. Either way if I don't get anything better by tomorrow I'll give ejp the other 5.
And sorry everyone I'm not very subtle when it comes to forum conversation.

Similar Messages

  • Error unsupported memory access on variable 'Decoder.number_of_values' which is (or contain) an array with unknown size at compile time

    Dear All,
    I am a new user of Vivado HLS. I want to pass an array of struct to a function and use elements of struct multiple times in a function (read and write). I find this error "error unsupported memory access on variable 'Decoder.number_of_values' which is (or contain) an array with unknown size at compile time " . Kindly can anyone tell that is it an issue of directive? if yes then which directive to use for struct and its element. Struct and function are as follows.
    typedef struct {
    uint32_t number_of_values ;
    uint32_t  address[16];
    uint8_t Processed_bit :1 ;
    uint32_t links[6];
    } Decoder_Fields;
    void Raptor_LT_decode(int To_Send,Decoder_Fields *Decoder){
        int counter=0;
        int i=0,j=0,k=0,x,aaa;
        Raptor_LT_decode_label0:while(counter<To_Send){
            if((Decoder[counter].number_of_values ==1) &&(Decoder[counter].Processed_bit==0) ){
                Decoder[counter].Processed_bit=1;
                Raptor_LT_decode_label1:for (i=0; i<To_Send;i++){
                   Raptor_LT_decode_label2:for (k=0;k<Decoder[i].number_of_values;k++){
                         if (( Decoder[counter].links[0]==Decoder[i].links[k]) && (counter != i)&&       (Decoder[i].number_of_values!= 1)) {
                            Raptor_LT_decode_label3:for (j=0;j<BLOCK_SIZE_BYTES/4;j++){
                                     Decoder[i].address[i]= Decoder[i].address[j] ^ Decoder[counter].address[j];
                            for (x=k;x<Decoder[i].number_of_values-1;x++) Decoder[i].links[x]=Decoder[i].links[x+1];
                                      Decoder[i].number_of_values--;
                counter=0;
            else
                counter++;
     

    Hi ,
    This question is asked on the forum from time to time and should be described in the UG902
    In your top level, Decoder is a pointer; this is not supported as-is as you need to know its size when you do something like Decoder[i].XXXX : the tool need to know how many bits to size the addess bus.
    you need to change Decoder_Fields *Decoder to Decoder_Fields Decoder[YOURSIZE]
    with YOURSIZE that makes sense; in this case the tool will know that it need N=log2(YOURSIZE) to fully address the Decoder array variable.
    next when you solve that and that all is good... the question that you will need to transfer the data of the structs from host memory to your VHLS IP; you need to think about this.
    I hope this helps.

  • Custom Compile time parameter

    hi
    i try to add the svn version to my flex gui. so i have to add this information during compiling.
    question 1) can i a custom parameter during compile time. if yes how can i access this value in my flex app?
    question 2) i could use the compile parameter "metadata.title". how can i access this value inside my flex app?
    thanks for your help.
    cheers joe

    http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html

  • Class loading and Compile time constants

    Hi,
    I am not sure if this is the right place for basic questions. I would appreciate any help.
    From my understanding, the compile time constants are folded into the byte code during compilation. ( E.g. static final int MAX = 10; ). When I access a compile time constant from a different class, I can see that the class that holds the constant is not loaded at all. ( using -verbose:class option )
    Now, my question is, how does JVM access the class that holds the constant without loading it ?! Without the class being loaded, how can the JVM get a binary representation of the same ? What am I missing here ?
    thanks,
    Soumya.

    class A {
      public static final int X = 10;
    class B {
      void foo(int n) {
        switch n {
          case A.X:
            yadda();
    }The value of X (10) from class A is "folded" into the bytecode of class B.

  • Unexpected error compiling the runtime metadata for Split-Join.

    Hi Everyone,
    We are getting below error while restarting the managed servers on Weblogic. We are having 6 managed servers in our cluster. In one of the application in OSB10.3, we are using SplitJoin to call third party webservices. The application is getting deployed properly, and sometimes on one of the managed nodes, we are seeing below error during startup. The servers are coming into Running mode as per the console, but in logs we are seeing the error. No services are accessible on that particular managed node. We have to restart the server and by luck, it will come up properly. This is inconsistent behaviour from the managed servers. Below is the stack trace from stdout files. Any help would be greatly appreciated...
    <Jan 24, 2012 5:49:34 PM CST> <Error> <OSB FLOW Kernel> <BEA-2031003> <Split-Join deployment error during load notification: Unexpected error compiling the runtime metadata for Split-Join: "FISRecXferInqServiceV2_0/SplitJoin/RecXferInqSJ".
    com.bea.bpel.compiler.CompilerException: Unexpected error compiling the runtime metadata for Split-Join: "FISRecXferInqServiceV2_0/SplitJoin/RecXferInqSJ".
    com.bea.bpel.compiler.CompilerException: Unexpected error compiling the runtime metadata for Split-Join: "FISRecXferInqServiceV2_0/SplitJoin/RecXferInqSJ".
         at com.bea.alsb.flow.compiler.ProcessMetaDataFactory.create(ProcessMetaDataFactory.java:99)
         at com.bea.alsb.flow.resources.ResourceDeployer.deploy(ResourceDeployer.java:104)
         at com.bea.alsb.flow.resources.ResourceDeployer.access$100(ResourceDeployer.java:64)
         at com.bea.alsb.flow.resources.ResourceDeployer$LoadListener.onLoad(ResourceDeployer.java:545)
         at com.bea.wli.config.impl.ResourceListenerNotifier.sendLoadNotificationsInContext(ResourceListenerNotifier.java:239)
         Truncated. see log file for complete stacktrace
    >
    <Jan 24, 2012 5:49:34 PM CST> <Error> <ConfigFwk> <BEA-000000> <Failed in onLoad. Will not deliver the remainder of onLoad notifications to this listener.
    java.lang.RuntimeException: Unexpected error compiling the runtime metadata for Split-Join: "FISRecXferInqServiceV2_0/SplitJoin/RecXferInqSJ".
         at com.bea.alsb.flow.resources.ResourceDeployer$LoadListener.onLoad(ResourceDeployer.java:551)
         at com.bea.wli.config.impl.ResourceListenerNotifier.sendLoadNotificationsInContext(ResourceListenerNotifier.java:239)
         at com.bea.wli.config.impl.ResourceListenerNotifier.access$400(ResourceListenerNotifier.java:41)
         at com.bea.wli.config.impl.ResourceListenerNotifier$1.execute(ResourceListenerNotifier.java:152)
         at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
         Truncated. see log file for complete stacktrace
    com.bea.bpel.compiler.CompilerException: Unexpected error compiling the runtime metadata for Split-Join: "FISRecXferInqServiceV2_0/SplitJoin/RecXferInqSJ".
         at com.bea.alsb.flow.compiler.ProcessMetaDataFactory.create(ProcessMetaDataFactory.java:99)
         at com.bea.alsb.flow.resources.ResourceDeployer.deploy(ResourceDeployer.java:104)
         at com.bea.alsb.flow.resources.ResourceDeployer.access$100(ResourceDeployer.java:64)
         at com.bea.alsb.flow.resources.ResourceDeployer$LoadListener.onLoad(ResourceDeployer.java:545)
         at com.bea.wli.config.impl.ResourceListenerNotifier.sendLoadNotificationsInContext(ResourceListenerNotifier.java:239)
         Truncated. see log file for complete stacktrace

    Most 8.1 development was done with Workshop (the version before Eclipse integration). It is not set up to do Workshop Framework builds with Eclipse OOTB.
    If you are going to use Eclipse, then I would guess that your builds would be best done using Ant or similar. Check out the wls web service samples that install with the product and see if you can use any of those as a basis for using ANT in Eclipse.
    This is only theory, as I have not worked extensively with 8.1.

  • Compile time Annotation Processing

    Is it possible to access the source of the file being analysed at compile time?
    Thanks

    Milesy wrote:
    Is it possible to access the source of the file being analysed at compile time?If you are naughty, you can try to find the file being processed and read it directly, but that is not supported.
    You can use the javac-specific tree API (http://java.sun.com/javase/6/docs/jdk/api/javac/tree/index.html) to map from a javax.lang.model.Element to a AST representing the source for a method or constructor.
    If you want the source for the purposes of modifying it, the annotation processing API is read-only, but much of the effect of mutating the source can be achieved by generating subclasses or the superclass of the class in question. Check the forum archives for details.

  • Compile-time business rules

    using apt i have embedded compile-time checks for particular relationships, e.g. AnnotationA exists (only) on ClassB, AnnotationC exists on subclass of ClassD, ClassE has 0..n refs to ClassF, ClassG declares AnnotationH, ClassI has 0..n fields/methods annotated (by), etc.
    with a declarative programming approach, knowing what functionality a particular annotation declares, the absence/existence of this metadata can tell us about business relationships
    with apt business rules can be enforced at compile-time
    this approach provides an alternative to another thread posting
    http://forum.java.sun.com/thread.jspa?threadID=5180602&tstart=0
    and is available without spec change
    i am interested in hearing if others are doing this
    additional relationship
    Message was edited by:
    developer_jbs

    Declarative programing has all but gone the way of
    the doe doe because...
    1: It is not flexible (It is extremely difficult to
    change a complex system in a predetermined way)isn't this the "expert system" model?
    2: It lengthens the development cycle (see item 1)
    3: It normally forces the developer to add many
    things to there code to get things to work, that have
    nothing to do with the intent of the code.more things? the declarations or the declaration processing?
    In its defense (I like a declarative model but, do
    not like being forced into one)...not advocating a forced change in Java
    1: It increases code safety.
    2: It can shorten the development cycle, in certain
    circumstances (especially if it is not overused),
    because it can greatly increase the readability of
    code.
    3: It follows many best practices (although this is
    also possible in a Non-Declarative model).as for best practices what I'd like to see are declarative design patterns, Adapter, Singleton, Factory, Delegate, Strategy, Interpreter, Proxy, Visitor
    too often the design intent is lost in an implementation or design details can only be deduced by class/field/method names, comments, and accompanying docs
    So, if everyone had unlimited time, and an unlimited
    budget, yes declaritive is the way to go. Since that
    is not the case, we filtered out 99% of what it gave
    us, made sure the stuff that was getting in the way
    was removed, and what do you have???
    You guessed it OOA&D.
    Now having said that should we be more declarative? I
    think so, but I will tell you now, REQUIRING
    declarative elements in code is a sure fire way to
    get the majority of development groups to drop the
    language (and I think Java as it stands currently CAN
    be declarative, so if you have one of those unlimited
    budgets, go for it!).no need to require it
    I believe given good (reusable) declarative options, on top of OOP, will become the chosen approach
    reusable design declarations would lessen overall cost and increase readability

  • ClassNotFoundException at compiling time

    I am trying to access MySql database from a java applet, but my java file does not compile with this message error: java.lang.ClassNotFoundException...
    I have jdk1.3.1_03 installer under Windows98 SE and compiling with javac.exe...
    I have set the autoexec.bat environment to
    PATH C:\JDK1.3.1_03\BIN
    SET JAVA_HOME=C:\jdk1.3.1_03
    SET CLASSPATH=C:\WINDOWS\ESCRITORIO\JAVA\mm.mysql-2.0.13-bin.jar
    where i have the jar file. Also have proved withouth the filename on it, and many different combinations. I am completely stuck, please any idea will be very welcome!!!!!!!!
    Thanks...
    Cesar

    If you are getting an exception, it is a run-time error not a compile-time error.
    Try including your current working directory in your classpath.

  • Metadata access problem

    Hi.
    I'm new be to oracle OCCI and i'm trying to develop my application, i'd like to work with metadata but when i try ro retrive metadata from vector compiler give me an Access violation.
    I'm not the db admin.
    I'm using VS C++ 2008 and Oracle OCCI 11 32 bit libraries
    std::vector<oracle::occi::MetaData> md = rRes->getColumnListMetaData();
              for(int iCount=0;iCount<11;iCount++)
              std::cout<<"Column Name:"<<(md[iCount].getString(oracle::occi::MetaData::ATTR_NAME))<<std::endl;
                   std::cout<<"Data Type:"<<(md[iCount].getInt(oracle::occi::MetaData::ATTR_SCHEMA_NAME))<<std::endl;
    Any one can help me?
    Thank's

    Sorry there is a mistake in the exception description.
    the occi library client version is 10.2.0 and it not work on VC 2008 but i tried on VC 2005 and it work well
    I setted up the same compile properties in both environments (2005/2008).
    Type configuration release, no debug
    MultiThread dll
    It work in debug mode only in vc 2005
    Can u help me?

  • How can i read the timestamp of my *.swf's compile time?

    Hi,
    sometimes i run into the problem that my builds from FlexBuilder are not refreshed/rebuilt properly due to many reasons (compile errors, ...).
    To be able to determine if the build I'm debugging right now I'd simply like to display the timestamp of the compile time of my app within itself.
    Thought already about accessing the file properties through the FileSystem...but come on there must be another way to get that info...
    Searched also inside the LiveDocs for compiler constants that can be read but found nothing that matches my needs, yet.
    Thank's for any help or suggestion!
    - Michl

    Same question w/ a twist, is it somehow possible to get FLEX compiler to understand and evaluate something like this:
    -define+=COMPILE::Timestamp,"new Date()"
    Obviously it doesn't work otherwise I would have used it and proposed it as a solution myself.
    But I was wondering if there are some tweaks to trick the framework into evaluating this?
    Or writing this expression itself somehow differently to get it evaluated?

  • Poor JSP compile times on EP 6.0 SP2 WebAs 6.20

    Hi,
       We have developers making minor modifications to java server pages that came with the MSS business package.  After a given jsp is updated, uploaded and accessed, it takes about 25 minutes to compile the first time, which is pretty poor performance.
       The portal software is running on an Aix 5.2 system with 8 GB of RAM and 2 x 1.2 GHz cpus. We've done some memory tuning of the J2EE server- it is currently configured to use 1.5 GB of memory. When the jsp is compiling, usage of one of the cpus jumps to ~50% while that of the other remains idle.
    Two questions-
    1) what can we do to reduce the compile time of the jsp?
    2) why isn't the other cpu being used?
    Per notes 743191, 599539, and 608533, we have configured the J2EE server for debugging output and to get thread dumps. We unix the "unixdaemon -start|stop" approach.
    Unfortunately, sending a SIGQUIT to the cpu intensive java processes kills the server. While we are able to debug the running high-cpu process with dbx and obtain thread information, the portal also crashes. So, we can get output from one or the other but not both.
    Any ideas?
    Also, why are the threads running under the main java process stuck on the same cpu? I thought the whole point of threads was to be able to have multiple points of execution that could take advantage of symmetric muli-processing.
    thanks in advance,
    Steven McElwee, Duke University

    Hi again,
       I have pasted below all the thread info from the javacore file. I am not used to reading these files and it is difficult to pick out the more important sections. I hope this suffices. (and I also hope it is readable- )
    Sincerely,
    Steven
    NULL          
    1XMTHDINFO     All Thread Details
    NULL           -
    NULL          
    2XMFULLTHDDUMP Full thread dump Classic VM (J2RE 1.3.1 IBM AIX build ca131-20040517, native threads):
    3XMTHREADINFO      "PRT-Async 5" (TID:0x9764B5A0, sys_thread_t:0x42D6E2D0, state:CW, native ID:0xF22B) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 3" (TID:0x97B059B8, sys_thread_t:0x417A3280, state:CW, native ID:0xF12A) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 4" (TID:0x97B05A00, sys_thread_t:0x417A2E40, state:CW, native ID:0xF029) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 3" (TID:0x89C16510, sys_thread_t:0x413B3D60, state:CW, native ID:0xEF22) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-506" (TID:0x88454EB8, sys_thread_t:0x41390C10, state:CW, native ID:0xEE21) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at java.util.TimerThread.mainLoop(Timer.java:416)
    4XESTACKTRACE          at java.util.TimerThread.run(Timer.java:395)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-505" (TID:0x88454F08, sys_thread_t:0x4138F730, state:CW, native ID:0xED20) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at java.util.TimerThread.mainLoop(Timer.java:416)
    4XESTACKTRACE          at java.util.TimerThread.run(Timer.java:395)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-504" (TID:0x88454F58, sys_thread_t:0x4138F2F0, state:CW, native ID:0xEC1F) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at java.util.TimerThread.mainLoop(Timer.java:416)
    4XESTACKTRACE          at java.util.TimerThread.run(Timer.java:395)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 2" (TID:0x75881E18, sys_thread_t:0x41000180, state:CW, native ID:0xEB17) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 2" (TID:0x75881E60, sys_thread_t:0x411E2740, state:CW, native ID:0xEA16) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 1" (TID:0xC76F8898, sys_thread_t:0x40E48610, state:CW, native ID:0xE914) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 0" (TID:0xC75ABC20, sys_thread_t:0x40E47B30, state:CW, native ID:0xE813) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 1" (TID:0xC75ABD68, sys_thread_t:0x40D2F3F0, state:CW, native ID:0xE712) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 0" (TID:0xC75ABDB0, sys_thread_t:0x40E47010, state:CW, native ID:0xE611) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Cluster Manager dispatch thread 1448491845" (TID:0xB9B8CC68, sys_thread_t:0x3C4C8190, state:CW, native ID:0xE5D5) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageReader.getMessage(MessageReader.java:51)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageDispatcher.run0(MessageDispatcher.java:43)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageDispatcher.run(MessageDispatcher.java:34)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Cluster Manager write thread 1448491845" (TID:0xB9B8CCB0, sys_thread_t:0x3C4C7D50, state:CW, native ID:0xE3D4) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageWriter.run0(MessageWriter.java:130)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageWriter.run(MessageWriter.java:110)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Cluster Manager read thread 1448491845" (TID:0xB9B8CCF8, sys_thread_t:0x3C36F7D0, state:R, native ID:0xA1D3) prio=5
    4XESTACKTRACE          at java.net.SocketInputStream.socketRead(Native Method)
    4XESTACKTRACE          at java.net.SocketInputStream.read(SocketInputStream.java:113)
    4XESTACKTRACE          at java.io.BufferedInputStream.fill(BufferedInputStream.java:202)
    4XESTACKTRACE          at java.io.BufferedInputStream.read1(BufferedInputStream.java:241)
    4XESTACKTRACE          at java.io.BufferedInputStream.read(BufferedInputStream.java:296)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageReader.run0(MessageReader.java:80)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageReader.run(MessageReader.java:65)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0471560 in sysRecv
    3XHSTACKLINE         at 0xD2574F50 in JVM_Recv
    3XHSTACKLINE         at 0xD04B4DD0 in Java_java_net_SocketInputStream_socketRead
    3XHSTACKLINE         at 0xD258DDB0 in mmisInvoke_OIIOO_IHelper
    3XHSTACKLINE         at 0xD25AF330 in entryCmp
    NULL          
    3XMTHREADINFO      "Thread-431" (TID:0xB9672F48, sys_thread_t:0x409D4AC0, state:R, native ID:0xE4D0) prio=5
    4XESTACKTRACE          at java.net.PlainSocketImpl.socketAccept(Native Method)
    4XESTACKTRACE          at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:446)
    4XESTACKTRACE          at java.net.ServerSocket.implAccept(ServerSocket.java:264)
    4XESTACKTRACE          at java.net.ServerSocket.accept(ServerSocket.java:243)
    4XESTACKTRACE          at com.inqmy.core.service.container.ShutdownOnEventThread.run(ShutdownOnEventThread.java:55)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0472114 in sysAccept
    3XHSTACKLINE         at 0xD2574964 in JVM_Accept
    3XHSTACKLINE         at 0xD04B2EF8 in Java_java_net_PlainSocketImpl_socketAccept
    3XHSTACKLINE         at 0xD258EDB4 in mmisInvoke_O_VHelper
    3XHSTACKLINE         at 0xD25AEC14 in entryCmp
    NULL          
    3XMTHREADINFO      "supportability.reporting.updater" (TID:0xB7769138, sys_thread_t:0x408D8970, state:CW, native ID:0xE2C7) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at com.sap.portal.ccmsreporter.impl.utility.Updater$ReporterRunner.run(Updater.java:99)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD00630EC in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0063FC4 in pthread_cond_timedwait
    3XHSTACKLINE         at 0xD046C62C in condvarTimedWaitUpTo248Days
    3XHSTACKLINE         at 0xD046C890 in condvarTimedWait
    3XHSTACKLINE         at 0xD046B608 in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-420" (TID:0xB6246990, sys_thread_t:0x40715900, state:CW, native ID:0xE1C3) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sap.netweaver.bc.rf.jmx.MBeanImpl$EventWatcher$DelayedEventThread.run(MBeanImpl.java:299)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: com.sapportals.wcm.service.relation.wcm.ResourceWa" (TID:0xB45CD5B0, sys_thread_t:0x40656B40, state:CW, native ID:0xE0C2) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-398" (TID:0xB035F648, sys_thread_t:0x404AAF10, state:CW, native ID:0xDFAD) prio=1
    4XESTACKTRACE          at java.lang.Thread.sleep(Native Method)
    4XESTACKTRACE          at com.sap.netweaver.bc.rf.jmx.MBeanReporter.run(MBeanReporter.java:79)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD00630EC in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0063FC4 in pthread_cond_timedwait
    3XHSTACKLINE         at 0xD046C62C in condvarTimedWaitUpTo248Days
    3XHSTACKLINE         at 0xD046C890 in condvarTimedWait
    3XHSTACKLINE         at 0xD046B608 in sysMonitorWait
    3XHSTACKLINE         at 0xD25CFD04 in xmThreadSleep
    3XHSTACKLINE         at 0xD257FACC in JVM_Sleep
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB00908B0, sys_thread_t:0x4041ECA0, state:CW, native ID:0xDEA5) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090908, sys_thread_t:0x403974E0, state:CW, native ID:0xDDA4) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090950, sys_thread_t:0x4030FD20, state:CW, native ID:0xDCA3) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB00909A8, sys_thread_t:0x40288560, state:CW, native ID:0xDBA2) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB00909F0, sys_thread_t:0x40200DA0, state:CW, native ID:0xDAA1) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090A48, sys_thread_t:0x401795E0, state:CW, native ID:0xD9A0) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090A90, sys_thread_t:0x400F0E60, state:CW, native ID:0xD89F) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090AE8, sys_thread_t:0x4006A660, state:CW, native ID:0xD79E) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090B30, sys_thread_t:0x3FFE2EA0, state:CW, native ID:0xD69D) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090B88, sys_thread_t:0x3FF5B6E0, state:CW, native ID:0xD59C) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090BD0, sys_thread_t:0x3FED3F20, state:CW, native ID:0xD49B) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090C28, sys_thread_t:0x3FE4C760, state:CW, native ID:0xD39A) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090C70, sys_thread_t:0x3FDC3FE0, state:CW, native ID:0xD299) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090CC8, sys_thread_t:0x3FD3C820, state:CW, native ID:0xD198) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090D10, sys_thread_t:0x3FCB5060, state:CW, native ID:0xD097) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090D68, sys_thread_t:0x3FC2E860, state:CW, native ID:0xCF96) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xAFF88950, sys_thread_t:0x3FBA70A0, state:CW, native ID:0xCE95) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xAFF889A8, sys_thread_t:0x3FB1F8E0, state:CW, native ID:0xCD94) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xAFF889F0, sys_thread_t:0x3F986E40, state:CW, native ID:0xCC93) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xAFF88C48, sys_thread_t:0x3F9006E0, state:CW, native ID:0xCB92) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sy

  • Compiler.keep-as3.metadata

    If you using the first time the dataservice compiled on the
    server, you would get an error message. In the flex-config.xml like
    unkown variable compiler.keep-as3-Metadata, if comment it you
    get new one with fonts.
    Correction:
    Goto project-prefernces-Flex Server
    change the context root from nothing to /.

    I was able to resolve this a couple of days ago. The issue
    was that I did not update my Flex Builder to the latest upgrade of
    2.0.1. Once I did the upgrade the error has disappeard.

  • Type was not found or was not a compile-time constant?

    Hi guys,
    I'm going nuts. I've got this movieclip that I made into a
    button with ActionScript. When clicked, it
    should go to a frame in my main timeline labeled "beansbus",
    but whenever I try to test the movie out, Flash
    gives me this error:
    1046: Type was not found or was not a compile-time constant:
    bus.
    I've looked around on the internet and I've been told that
    this error can
    crop up if the instance name is the same as a library object.
    That WAS the
    problem, but I renamed the library object to Cutebus, so that
    should have fixed it, I hope. There was another fix that involved
    something called TextFields in my movieclip, but I don't have
    those...
    My code looks like this, which was copied and pasted from an
    in-class tutorial that DOES work, with no problems.
    Thanks in advance for any light you can shed on this.

    actually the error:
    quote:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference. at
    beans_fla::MainTimeline/frame1()[beans_fla.MainTimeline::frame1:3]
    may not obviously give the line number at first
    glance, but it does! 'frame 1:3' refers to frame 1, line 3. which
    if your code post was accurate to line numbers, refers to:
    quote:
    bus.stop();
    so i'd suggest looking at your bus clip and
    ensuring that you have correctly defined its instance name. Also,
    make sure you have this correctly defined in each keyframe that the
    clip appears.

  • Firefox is using large amounts of CPU time and disk access, and I need to know how to shut down most of this so I can actually use the browser.

    Firefox is a very busy piece of software. It's using large amounts of CPU time and disk access. It puts my usage at low priority, so I have to wait for some time to be able to use my pointer or keyboard. I don't know what it uses all that CPU and disk access time for, but it's of no use to me. It often takes off with massive use of resources when I'm not doing anything, and I may not have use of my pointer for several minutes. How can I shut down most of this so I can use the browser to get my work done. I just want to use the web site access part of the software, and drop all the extra. I don't want Firefox to be able to recover after a crash. I just want to browse with a minimum of interference from Firefox. I would think that this is the most commonly asked question.

    Firefox consumes a lot of CPU resources
    * https://support.mozilla.com/en-US/kb/Firefox%20consumes%20a%20lot%20of%20CPU%20resources
    High memory usage
    * https://support.mozilla.com/en-US/kb/High%20memory%20usage
    Check and tell if its working.

  • Is there a 'compile time' if/else statement in LabVIEW

    I have some LabVIEW software that includes subVIs to read from and write to digital IO lines. However, I need to also be able to run this software on systems which don't have an IO card (or associated drivers) installed and so I want to be able to allow the software to be on PCs that do or don't have the drivers installed.
    Optimally, I would like to modify the software so that at runtime, by reading the settings in a configuration file, a boolean is set to determine whether the IO functions are called. I tried this but, unfortunately, am getting error messages when I try and start up the software due to the lack of the 'nidaq32.dll' file on the target PC. I'm guessing this is because the subVIs are only within case structures and so must be loaded into memory regardless of whether they are to be used.
    Is there any way around this problem? If I were writing this in C I guess I would use '#if' statements to include/exclude the IO functions at compile time. Is there an equivalent in LabVIEW? I guess my options are:
    1. Finding some way of allowing the IO functions to be included at runtime though I'm thinking this might not be possible.
    2. Include/exclude the IO functions at compile time with some LabVIEW equivalent of the C '#if' preprocessor directive.
    3. Give in and install the nidaq32.dll file with the software.
    Just to complicate matters, I'm currently running LabVIEW 5.0.1 (I do plan to upgrade soon) so am limited to the functions available in this version.
    Thanks.

    CAS wrote:
    Just to complicate matters, I'm currently running LabVIEW 5.0.1 (I do plan to upgrade soon) so am limited to the functions available in this version.
    That's the main problem.
    On newer versions you can:
    define simulated devices (http://zone.ni.com/devzone/cda/tut/p/id/3698)
    use the conditional disable structure (see e.g.: http://zone.ni.com/devzone/cda/tut/p/id/3046, (see section 6))
    Time to upgrade!
    Message Edited by altenbach on 06-21-2007 07:32 AM
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • (Java Base API / JNI ) in tomcat

    Hi All, (this is a question I asked on the 'C-API' forum but I got no answer. I hope I'll have more success here ) I'm trying to access a database built with the C-API from a tomcat/glassfish server using the Java native API. (I need to read data pro

  • Widgit thumbnails not showing

    I created my original site in the Muse Beta, but now that I have taken on a subscription, I cannot get the thumbnails in Thumbnails Slideshow to work live when I have added two new ones (see www.isographica.co.uk and click on Work). I know the images

  • Nokia 8800 Arte questions...

    Hi! Does anyone know how to bring up the list of applications running on the background in 8800 arte? I know that in 6680 u just have to hold the menu buttons for a few secs and a menu will pop up showing all the current apps running on ur phone. Tha

  • IPhone contract expired but doesn't unlock! Help

    Hi all, I am from Macedonia. I have bought an iPhone 4 16gb, and it's carrier is T-Mobile Bulgaria. The contract is expired a long time ago but the iPhone is still locked. I have been searching for T-Mobile Bulgaria but never found something about it

  • Ojc autobox compiler error?

    Hi, JDeveloper 10.1.3.3.0 compile with \jdev\lib\ojc.jar -source 1.5 -target 1.5 etc The following pseudo code compiles with "javac" but does not compile with JDev ojc compiler; displays the errror "incompatible types; found long, required: interface