OBIEE hit 11.1.1.7 thread problem

Hi all

How to check thread hit problems.

It records any newspaper on biserver journal about Struck threads

I checked the console > biserver > tab followed, but I see none here

Help, please

in the paper, in my view, that this occurs when the bisystemuser password is out of sync because users won't be able to connect then you will see these errors

SecurityService::assertUserWithLanguage [OBI-SEC-00015] could not find the user in the identity store

[2014-05-19 T 18: 39:41.482 + 02:00] [bi_server1] [WARNING] [OBI-SEC-00046] [oracle.bi.security.service] [tid: [ASSETS].]

but I think in your case, users can connect to the right? the only thing is, it crashes when executing the graphics? Have you try applying the latest patches? This phenomenon happens for only one report/chart or for each graph u run does crash?

you have all implemented in it outside the default authenticator LDAP authentication?

Tags: Business Intelligence

Similar Questions

  • Unknown Thread problem

    I call a thread class that receives an object (Almond), so that some variables can be written to the class for use later in the application.

    I've been this debugging for hours but cannot get anywhere with it.

    Basically the faulty code at line 13 on below the class level, the debugger written «Source not found - change the Source search path...» "And in the debug window, he says that there is a problem in sms_listener_thread. (line): 307

    sms_listener_thread. (kernel) line: 13

    screen. (line): 24

    ...

    ...

    ...

    The debugger is not what anyone in the run() method, seems to fail on line 13:

    public sms_listener_thread(kernal kernal1){
    

    I've included both the sms_listener_thread class and the screen so you can see what is happening.

    I ' t probably something to do with the way things are called

    Thanks in advance

    import java.io.IOException;
    
    import net.rim.device.api.ui.component.*;
    import net.rim.device.api.ui.container.*;
    
    class screen extends MainScreen
    {
    
        public kernal kernal;
        public screen() throws IOException
        {
    
            super();
            System.out.println("DEBUG: Screen Loading");
            LabelField applicationTitle = new LabelField("Test");
            setTitle(applicationTitle);
            RichTextField helloWorldTextField = new RichTextField("Main Screen");
            add(helloWorldTextField);
    
            this.kernal = new kernal();
    
            sms_listener_thread sms = new sms_listener_thread(this.kernal);
            sms.start();
            //sms.stop();
    
            kernal.send_info();
        }
    
        public boolean onClose()
        {
            Dialog.alert("Closing Application");
            System.exit(0);
            return true;
        }
    
    }
    
    import java.io.IOException;
    import javax.microedition.io.Connector;
    import javax.microedition.io.Datagram;
    import javax.microedition.io.DatagramConnection;
    
    public class sms_listener_thread extends Thread {   
    
        private boolean _stop = false;
        private DatagramConnection _dc;
        kernal kernal1;  
    
        public sms_listener_thread(kernal kernal1){
            this.kernal1 = kernal1;
    
        }
    
        public synchronized void stop() {
            _stop = true;
            try {
                _dc.close();
                // Close the connection so the thread returns.
            }
            catch (IOException e) {
                System.err.println(e.toString());
            }
        } 
    
        public void run() {
            try {
                _dc = (DatagramConnection)Connector.open("sms://");
                for(;;) {
                    if ( _stop ) {
                        return;
                    }
                    Datagram d = _dc.newDatagram(_dc.getMaximumLength());
                    _dc.receive(d);
                    String address = new  String(d.getAddress());
                    String msg = new String(d.getData());
                    System.out.println("DEBUG: sms_listener_thread Message received: "+ msg);
                    System.out.println("DEBUG: sms_listener_thread Message from: "+ address); 
    
                    this.kernal1.destination = address;
                    this.stop();
                }
            }
            catch (IOException e) {
                System.out.println("DEBUG: sms_listener_thread Cannot open SMS connection");
                System.err.println(e.toString());
            }
        }
    }
    

    Bump

    Any thoughts or do you need more information?

  • thread problem

    Thank you all, I can step vy

    as the last message

    I want to get the image to the server

    simply, I just tested the 17times loop

    while( i++ < 17)
    
    {
    
      Field imageField = new WebBitmapField(url)                            //Coderholic - Blackberry WebBitmapField  add(imageField);
    
    }
    

    He comes back: too much wire errror

    I finally found "a single application can create up to 16 sons."

    where should I turn off the wire in webBitmapField

    For each field, this class creates a new Thread that does not close until the image is uploaded or it encounters an error. You can't 'turn off' the thread. In the event where you start your loop with i == 0, the problem is that you create 17 WebBitmapFields and thus too many Threads, basically all at once.

    I suggest you to write your own worker Thread that will load the images one after another. Once finished, he can remind the event with a Runnable thread to create normal BitmapFields using images (for now). (If not, he can do that for each image as it comes.) You can use pieces of the WebBitmapField code as models for your own thread. (After all, Coderholic wrote: "Do not hesitate to use," then go for it!) )

  • Thread problems

    I'm trying to start a thread after clicking a button from settings in the threads of editfields that are on the page.

    The thread is used to access a php script that checks the values on a data base.

    This causes the Simulator just close, no error nothing:

    final EditField login = new EditField("Name: ",
                    "", 20, EditField.EDITABLE);
            final PasswordEditField password = new PasswordEditField("Password: ",
                    "", 20, EditField.EDITABLE);
            ButtonField submit = new ButtonField("Submit");
            FieldChangeListener submitListen = new FieldChangeListener() {
                public void fieldChanged(Field field, int context) {
                    String name = login.getText();
                    String pass = password.getText();
                    LoginRunnable log = new LoginRunnable(name, pass);
                    Thread th = new Thread(log);
                    th.start();
                }
            };
            submit.setChangeListener(submitListen);
    

    Is there a better way to do it?

    Hello

    Add debug output and debug your application to find the code that kills the Simulator.

    Maybe then you will find the problem.

    Kind regards

    Jochen

  • Hit testing objects in the table problem

    Hey guys, thank you very much in advance for any comments.  These forums are a great help.

    I have a serious problem with a loop in a table. I'm trying to hitTestObject each MC in a table against all other MC in this table.   That part works.

    The problem is that in my statement of hitTestObject, so obviously examines only 2 items at a time.  When touch 2 MC, I put a property called 'Touch' to true.  The problem is they are moving MCs and at one point touching only 2 / 3.  What is happening is:

    The loop runs once as the test Array [0] and table [1].  Say that those who are affected.  She sets their properties 'Touch' true (it's what I want).  THEN it works again test Array [1] and table [2] and finds that they are NOT overlapping.  It this process it defines two of their properties 'Touch' to false, EVEN IF one of them may overlap a different array object.

    I want to individual, set the property to "Touch" for each object in the table.  Currently, these properties are getting crushed even if 2 / 3 objects are superimposed in fact.

    That makes sense?  Essentially the "else" statement is too often called because certain combinations of array objects are not touch, but others are.

    -----------------------CODE BELOW-----------------------

    stage.addEventListener (Event.ENTER_FRAME, hitTestBalls);

    function hitTestBalls(e:Event) {}

    for (var m1:int = 0; m1 < MonsterArray.length; m1 ++) {}

    for (var m2:int = m1 + 1; m2 < MonsterArray.length; m2 ++) {}

    {if (MonsterArray [M1] .hitTestObject (MonsterArray [m2]))}

    MonsterArray [m2]. Touch = true;

    MonsterArray [m1]. Touch = true;

    trace (MonsterArray [m1]. The touching, MonsterArray [m2]. Touch);

    trace (M1, m2);

    break?

    } else {}

    trace (M1, m2);

    trace ("NotTouching");

    MonsterArray [m1]. Touch = false; MonsterArray [m2]. Touch = false;

    }

    }

    }

    While waiting for a response, here's something to consider.  You don't want to affect the Touching false at any time after that you start the analysis, only front...

    function hitTestBalls(e:Event) {}

    first put all wrong

    for (var m0:int = 0; m0< monsterarray.length;="">

    MonsterArray [m0]. Touch = false;

    }

    now test for overlapping - this way you don't overwrite anything with fake

    for (var m1:int = 0; m1< monsterarray.length;="">

    for (var m2:int = m1 + 1; m2)< monsterarray.length;="" m2++)="">

    {if (MonsterArray [M1] .hitTestObject (MonsterArray [m2]))}

    MonsterArray [m2]. Touch = true;

    MonsterArray [m1]. Touch = true;

    }

    }

    }

    }

    And if there be oinky be a pair that overlap as you say, you can add a breakdown; orders to end a loop when a hit is detected.

  • duplication Oracle10g tnslistener thread problem

    Hello



    Database: Oracle Database 10 g Enterprise Edition Release 10.2.0.1.0 - 64 bit Production



    System: IBM AIX 5.3 64-bit



    I have a strange problem.



    Sometimes, I find that my service cannot create a new connection to the database, and all existing connection without problem. I think that it maybe something wrong with tnslistener, so I order of aix and the type of connection, here is the result:



    bash-3. $00 ps - ef | grep tns

    Oracle 581872 1306654 0 19:42:34 - 0:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr EARPHONE-inherit

    Health 1278132 1314848 0 09:44:11 pts/2 0:00 grep tns

    Oracle 1306654 1 0 Nov 02-0:16 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr EARPHONE-inherit



    There are two tnslistenre thread system! Why? And the thread with 581872 pid unwanted forked by the thread of origin with 1306654 pid.

    I kill him:

    bash-3. $00 kill-9 581872

    Now, everything is ok.



    Any advice will be helpful for me.

    Thank you.

    See Note MetaLink #340091.1

    Set SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER = OFF in the listener.ora and rename ons.config in $ORACLE_HOME/opmn/conf, if it is not used
    OR
    apply Patch 4518443
    OR
    upgrade to 10.2.0.3

    Hemant K Collette
    http://hemantoracledba.blogspot.com

  • InterVideo Video Decoder codec can cause problems potential/when I run the fix, hit said it cannot solve the problem, I don't know how to disable the intervideo decoder told to do, please help?

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Video decoder IdeaInterVideo codec can cause potential problemss:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Earlier, I used the Microsoft Fix it Center to turn off this problem.  I don't know if it is effective or not, until I had the chance to Surf Internet and just see if the problem occurs again or not.  Only time will tell.  The Microsoft Fix it Center is a part of the TuneUp Utilities 2011 program.

  • Thread problem - after getting thread information, not able to change the main screen

    Hi all

    I'm new BB please help me in this issue

    It is that I have a few options in the menu when I click on the first menu. A thread calls its responsibility is to obtain the list of records and change the field with the new record to the screen, but after obtaining records from the internet, I try to extract the field on the Edit screen but application gives null pointer exception.

    in simple words how to change the field of screens according to new information.

    Thanks in advance

    To expand a little more on this answer, only the user interface thread can access the user interface.

    The API provides several methods to the user interface to perform this work, or to synchronize a different thread with the UI thread.

    See UiApplication, invokeLater (), UiApplicaiton.invokeAndWait (), UiApplication.getEventLock)

  • What happened to the thread problem light red import screed?

    I was about to buy the ambient light for use with my items 11 and found this very interesting thread. Where at - it go?

    SG

    Hoping that you will read this thread, please emply some of your messages to your private Message Inbox so that messages from our private for you are not rejected because your private Message Inbox is overflowing.

    Thank you.

    RTA

  • Thread: Problem of development: I have 1600 line query

    The problem of development: I have 1600 line queryy but report generator 1320 lines. But I m cannot create views because many parameters is used in it please give solution how can I paste line 1600 report bulder.

    Yet once, by using functions to replace subqueries or views seem to average achievable.

  • Hyperion 11.1.2.3 integrate with Obiee 11.1.1.7.1

    Hi all

    I installed Hyperion 11.1.2.3 and Obiee 11.1.1.7.1 then try to integrate with hyperion obiee.

    When I try to do the follow-up,

    HSSConfiguration.bat registry

    getting below error:

    Exception in thread "main" java.lang.NoClassDefFoundError: com/hyperion/css/ESSC

    Xception

    at oracle.bi.server.hssregistration.BIEERegisterer.execute (BIEERegistere

    r.Java:70)

    at oracle.bi.server.hssregistration.BIEERegisterer.main (BIEERegisterer.j

    AVA: 138)

    Caused by: java.lang.ClassNotFoundException: com.hyperion.css.CSSException

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    ... 2 more

    CSS.jar and registry - api .jar files copied from way of Hyperion obiee as mentioned below in the blog of John:

    http://John-Goodwin.blogspot.in/2013/05/EPM-workspace-integration-with-OBIEE.html

    If someone has this problem, please comment.

    Thank you

    Mady

    Did you really follow all stages of http://john-goodwin.blogspot.co.uk/2013/04/epm-workspace-integration-with-obiee.html

    Did you properly tracking registration.properties, did you update ORACLE_BI_HOME, ORACLE_HOME, JAVA_HOME in HSSregistration.bat, is the correct reg.properties being produced in the same location as the HSSregistration utility.

    Yes, you enter the user name of the Shared Services password, as is the register HIT.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Essbase Calculated Member retreival OBIEE reporting takes time

    Hello

    My OBIEE version is 11.1.1.7.0 years have a cube ASO in Essbase 11.1.2 as my source.

    There is a calculated member ASO which retreival in reports is time consuming.

    Optimization measures proposed to reduce the wait times in OBIEE.

    PS - We have integration Hyperion OBIEE in place already.

    The heads-up on the improvement of the performance would be a great help.

    Thank you

    Hello Sam,.

    OBIEE has many ways optimized:

    1. you can use the OBIEE cache management, hitting the first time the ESSBASE CUBE and the second time the OBIEE hit the cache, it improve your processing time.

    2. in your maybe views that you have limited the main information, I mean, OBIEE is a web application bi and if you try to pretend to get a lot of lines, this might give you some problems, as a work around you could limit your opinion, in your 'LINES PER PAGE' properties, and as a work around if you want to get a large amount of data that you download it.

    2. If points 1 and 2 shall not apply to your needs, perhaps to think, to use the cache of essbase optimization

    https://docs.Oracle.com/CD/E12825_01/EPM.111/esb_dbag/frameset.htm?dstcache.htm

    Hope this helps.

    Kind regards

  • The most recent Firefox version 29 has a problem of return of ramasseherbe when entering messages within eBay. Someone else knows this.

    When I answer a question for an eBay seller, Firefox between a newline with each keystroke. There is nothing on the line that gets input, but it keeps expanded the text box. So I have for the moment to answer the questions in Safari. I am running version 29 in a Mac OSX 10.7.5

    I'm having the problem of messages hit eBay and a few other problems in 29!

    This IS a BETA version and CAN HAVE PROBLEMS? I didn't ask for this update! I'm sick and tired of spending IE to do my job!

    I never wanted to be an expert Navigator!

  • Problem with window painted and scrollbars when editing (LabVIEW 8.0.1)

    I'm under LabVIEW 8.0.1 in Windows XP SP3.  For my main VI, I came across a strange problem about 5 months ago.  The front window - both in edit mode and run mode - arrested repaint itself on the right side which is no longer visible when you scroll from top to bottom, but also visible overlapping Windows.  Coinciding with the repaint problem, both bars scroll search disabled grey arrows and no boxes in the bars that you can click and drag to scroll the window.  The scroll bars work still partially if you pass the mouse over it and roll the mouse wheel but does not work by clicking and dragging.

    The façade has a lot of controls and indicators, including containers of tab control and is greater in the horizontal directions and vertical so the two scroll bars must be active.  But I deleted everything in the Panel before and everything in the schema and the problem persists.  If the problem is not directly related to a control/led display.

    I saved the simple VI to this problem (using a line of large text and a high box rounded to test), and then created a new VI and copied the two elements at the new VI.  This new VI didn't paint it and the problem of the scroll bar.  The two screws are slightly different in the memory usage and the revision number (bad is review 1785 and the good is revision 3), but otherwise the two screws are identical.  I have attached two screws at this announcement.  When you first open the bad VI, you will see the scroll bars disabled while the good VI has active scroll bars.  To replicate the repaint problem, scroll the window up and down with your mouse wheel.  If it's good when you first open the VI, click on another window, then click on the window of VI and try again the mouse wheel.  This by clicking sur-loin-and-return always causes the problem of repaint for me.  I tried the screw on two different computers, both running Windows XP SP3 and LabVIEW 8.0.1 with identical results.

    Here's what I discovered simple troubleshooting with the screws:

    always off scroll bars

    * repaint the problem in the main window for larger then 680 pixels of window widths

    * repaint the problem in the menu bar of the main window for widths of more than 646 pixels

    * entire window becomes disabled than 1348 pixels window width

    * can paint window minimize and restore, but only repaints only once

    * scrollbar boxes sometimes flicker in the display, but then disappear

    * Scroll left and right hovering mouse over the bar and horizontal scroll by using the mouse wheel

    I found something similar on this forum (thread: problem with refresh of façade)-it could be linked to the CAR on the Panel being offset internally.  I don't have access to LabVIEW 8.5 or later and do not plan to upgrade - I have not tried the trial version, as this user has done.  I could try to copy and paste my set of the block for a new VI diagram but the VI is so important I'm afraid something would break, plus I don't want to do it again in a few months.  The problem seemed to occur after a certain number of stops (or revision number).  I save copies of backup often and when the problem first happened, I was able to go to a previous version, make the missing changes and save it without any problem, but this only delayed the problem and he came later.  It is therefore perhaps the revision number.  It seems not related to a change or a particular addition in the front panel and the graph.

    The attached picture shows the repaint problems and scroll bar in bad VI.

    This raises a question I have - if this problem is a bug has been fixed in 8.5 and later, is it possible to apply bug fixes for older versions?  Or what I need to pay for an update fix these bugs?

    Seems that something got corrupted with this VI. Things to copy on a cool VI and things should be OK.

    See also this recent report of a similar problem.

  • Problem of broken links

    Can anyone help? Whenever I try to open a link I get the following error message: "error 102 (net: ERR__CONNECTION__REFUSED)": unknown error. "" The Internet site at: _ may be temporarily down or it may have moved permanently to a new web address. "It's so frustrating! PC Tools opportunity & found 100 + mistakes, then hit restore but that solves the problem. What is malware? If so how can I get rid of him? All suggestions welcome.  -Pinder

    Run a full scan of the system for the virus, once own execution MRT (http://support.microsoft.com/kb/890830).

Maybe you are looking for