Strange Behavious in ID

Hi  all,
   I am seeing a very starnge behavious in ID. After creating a business service, in the inbound interfaces some of Message Interfaces are missing. I have activated the objects in the IR. So what could be the problem.

Hi sonia,
are you sure that after activation there were no problems in the cache?
Can you check in the Int builder whether there are any cache notifications?
Can you refresh the cache via CPA Cache and via transaction SXI_CACHE?
regards,
jaime

Similar Messages

  • JChecBox Strange Behavious

    Have a look at my code, I try to add a CheckBox in the Table Column, Each CheckBox adds or deletes the Parameter from the Array List, this code is in loop.
    Everything works fine, but the only problem is, for the very first time, if the check box is uncheck and I try to check it, it calls its listener, and box.isSelected() value is false, it should be true, but next time when ever i did, everything works fine. What is wrong at the very first time.
    // Add the CheckBox on the Column 0
             checkBox = new JCheckBox();        
             // Sets the CheckBox, Enable/Disable, This method also return true or false for selection
             // which is used in Cell Renderer.
             boolean isSelected = setCheckBox(dataObject, prop.getName(), checkBox);
             // ACtion Listener for Check Box
             checkBox.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(ActionEvent e) {
                JCheckBox box = (JCheckBox) e.getSource();
                System.out.println("Action is Performing: Selected: " + box.isSelected());
                if (box.isSelected()) {
                   addParameter(table.getSelectedRow(), checkBoxRenderer, rowRenderer);
                else {
                   deleteParameter(table.getSelectedRow(), checkBoxRenderer, rowRenderer);
             //Creating a new CheckBox Renderer with the Flag Value
             checkBoxRenderer = new CheckBoxRenderer(isSelected);
             // Adds into Row Renderer
             rowRenderer.add(i, checkBoxRenderer);
             rowEditor0.setEditorAt(i, new DefaultCellEditor(checkBox));
             table.getColumnModel().getColumn(0).setCellEditor(rowEditor0);Thanks
    Regards
    Raheel

    Hi sonia,
    are you sure that after activation there were no problems in the cache?
    Can you check in the Int builder whether there are any cache notifications?
    Can you refresh the cache via CPA Cache and via transaction SXI_CACHE?
    regards,
    jaime

  • Console

    Hi
    I am having weblogic 6.1 sp4. We are seeing strange behavious or admin console.
    We startup the admin server and see server status both as running. After 2 days
    we i see the server status it shows admin as running and managed server as blank.
    I try to run the app and app runs good which means managed server is running.
    Why suddenly status diappears. It is not only that, it wwilll also not allow to
    monitor performance for managed server.
    It looks like managed server is running but MBenas have some problems. What is
    the soln for this. Discover property is set to true.
    Help !!!!!
    John

    The technical reason is that the WMI namespace has changed.  This change happened with the 2012 release.  Windows 8 / Server 2012 was the last release of the Hyper-V RSAT tools that could manage Server 2008 / 2008 R2 Hyper-V
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • Xi system java hangs at User management..nwa

    Hello Team
    I have insatlled a fresh PI 7.0 with oracle 10g.
    Performed the readiness checks and applied the patches.
    I was performing some third party tool deployments.
    everything was working fine.
    But now...user managemnt..
    nwa->configuration->application resource->jdbc data source aliasses->create nthg comes..it just hangs
    I am wondering why such a strange behavious of the system.
    when i click any tab below it shows..javascript:void(0) value.
    apprecaite your help and advise on this.
    Regards
    Pooja

    resolved by using google chrome instead of IE

  • Filter View - Error

    Hi everyone, i have noticed a strange behavious of Filter Views in the Dashboard.
    When i click on the view link on my dashboard, the referenced filters are not visible. This happened only for a single filter, while the other filters shows fine.
    In the lower left hand side pane i see this message:
    1. javascript:void(null)
    2. Error on page...
    3. When I click on the error, i have this message popped up
    " Line: 1309
    Char: 4
    Error: 'SubQueryFilterEditor.opArray' is null or not an object
    Code: 0
    URL: httssssss://obi-dev.digitalriver.com/analytics/saw.dll?Dashboard&_scid=gJe0qy*qkjc
    Any help is greatly apprecaited.
    Thanks
    Sai
    Edited by: Sai Kumar Reddiboyina on Sep 22, 2008 6:50 AM

    Hi Everyone, I just wanted to update the status of this weird behavious of Filter Views. I did not do any thing specific in my browser, except deleting the temp files and cookies. The next time when I loged into the BI Dashboard, the filter views seems to work fine. I dont see the error: Javascript:null
    Thanks
    Sai

  • Working with Tomcat 4 and JDO doesnt query database every time

    I have a strange behavier with an Struts-Application deployed on Tomcat
    4.1.18.
    Whe I run a a piece of the app from commandline (whiche make changes in
    the database, it is called by a cronjob) tomcat (or the PersistenceManager
    in Tomcat) doesnt query the database, so that these changes are never seen
    on the GUI... The Web-App shows the old values (the new values are seen if
    I restart tomcat!).
    Where is the problem? Or where can I configure to disable this kind of
    caching?
    I'm using KODO 2.4.3 for evalutiong...
    Thanks
    BERND

    Bernd,
    With Kodo 2.4, your only options are to disable caching for the class in
    question (see the can-cache metadata extension for details), or to make
    your cron job communicate the changed OIDs (or just the fact that changes
    have been made) to a JVM.
    In Kodo 2.5 (currently in RC1), you can set up a cache timeout on a
    class-by-class basis.
    At some point in the future, we may also include the capability to
    specify a timeout time (rather than rate) for a class, which would let
    you configure your class to time out just after the cron process runs.
    -Patrick
    On Fri, 09 May 2003 12:12:06 -0400, Bernd Fischer wrote:
    Hello,
    I have an problem with an Struts-Application with KODO-JDO 2.4.3 as
    Persistence Framework. It is deployed under Tomcat 4.1.18.
    With Linux Cronjob I run some functions of this application over
    commandline. This functions changes some data in the database (mySQL
    3.23.xx). All that works fine.
    But the cronjob changes data, the Struts-Webapplication does not notice,
    it takes values of some cache, so that the data-changes were never
    displayed in the GUI!!!
    How can I get rid of that caching!! Or what can I do?
    Thanks a lot for every idea
    BERND--
    Patrick Linskey
    SolarMetric Inc.

  • Undismissed Replicated session with WLS6.1SP1

    Hi everyone!
              We have this strange behavious with WLS6.1SP1 and in-memory replicated
              HTTP session (PersistentStoreType=replicated) across a cluster.
              When a new session in created, the Open session current counter in
              the console shows an increment of 2 sessions. After the session
              time-out, this value in decremented only by one.
              Does anyone experienced the same problem?
              Is there a better way to trace the actual number of user using a web
              application at a certain time?
              Regards,
              Marco Scala
              

    Hi everyone!
              We have this strange behavious with WLS6.1SP1 and in-memory replicated
              HTTP session (PersistentStoreType=replicated) across a cluster.
              When a new session in created, the Open session current counter in
              the console shows an increment of 2 sessions. After the session
              time-out, this value in decremented only by one.
              Does anyone experienced the same problem?
              Is there a better way to trace the actual number of user using a web
              application at a certain time?
              Regards,
              Marco Scala
              

  • App Store show update on installed apps

    Strange behavier happened today I check my purchases list on App Store and i saw on some apps update status so i press Update but app say that I muss use my account to download them (i dont have any other so i delete this app) next i download that app again and after download still see Update on this app so there is some strange bug. Is that known bug or some permission problems?

    Thank you, but does that mean they changed the App Store at the server and its; no longer compatible with older versions? Would they/could they do that w/o informing us? I had no plans to upgrade until the bugs are worked out...

  • Bitrate analyzer

    Hi,
    Do you know if a FLF bitrate analyzer exists ?
    I'm asking, because I'm facing a strange behavious : when
    encoding a video at 300 kbps rate (CBR), and broadcasting the same
    video at 300 kbps (+ 1 sec buffer), there should be no freeze
    during the broadcast.
    This is theory. But in practise, there are some freezes on
    high motion scenes.
    Is there any explanation ?
    Xris

    There were reports that Compressor sometimes would spike past what was set, though with your AC3 settings, even with two audio tracks, and the rates you selected it would seem to be safe
    This app is suppossed to read spikes
    http://www.videohelp.com/tools/MacDVDBitrateParanoia
    But it has given me strange results
    Also digiami.com (good software but $$$) also reads rates
    Is your second audio file also an aif? If you remove it does the disk then build without error? You can try deleting MPEG/PAR files and/or repair permissions or delete prefs to see if it helps

  • Kernel_task CPU issues (Lion, MBP 2011)

    Hey y'all,
    I've been noticing some "strange" behavious on my Lioin equipped 2011 MBP - I don't know what causes this, but let's say I have a fresh restart/boot up of the laptop - open up let's say Reaper (music sequencer program), and start making music...after a little while, I'll notice I start to get clicks in the audio - check the activity monitor, and sure enoug, the kernel_task is using up between 250% and 3xx% cpu for no apparent reason. The ram usage is no problem, very little ram used...however, it means that I cannot use this laptop for live use, which ***** cause I'm rehearsing for live solo shows :S
    I've tried using cleanmymac and ccleaner, powering down, restarting etc. It usually reverts back to normal after doing all of the above. But I just tried doing this now, and the cpu/kernel_task is at around 250% after cleaning and a restart of Lion (latest version).
    Here's a [URL="http://torbenscharling.com/process.txt"]link[/URL] to the txt acitity monitor report, and here's a copy paste, anyone got some advice on how to get rid of this problem and a healthy clean running system? (thinking about starting from scratch with a new install, but then again I might wait for the new MBP's to come before going through all that hassle)
    Active Memory: 565.4 MB
    Free Memory: 6.35 GB
    Wired Memory: 1,018.4 MB
    Used Memory: 1.64 GB
    Inactive Memory: 91.8 MB
    Total VM: 192.81 GB
    Number of processes: 84
    PID    Process Name              User       CPU      Real Mem        Virtual Mem   
    0      kernel_task               root       258.2    573.3 MB        6.64 GB         
    1      launchd                   root       0.1      1.9 MB          2.40 GB         
    10     kextd                     root       0.0      6.5 MB          2.39 GB         
    11     UserEventAgent            root       0.0      7.3 MB          2.42 GB         
    12     notifyd                   root       0.1      1.2 MB          2.35 GB         
    13     diskarbitrationd          root       0.0      2.1 MB          2.39 GB         
    14     configd                   root       0.0      5.8 MB          2.42 GB         
    16     ntpd                      root       0.0      1.4 MB          2.32 GB         
    19     warmd                     nobody     0.0      2.7 MB          2.39 GB         
    20     usbmuxd                   _usbmuxd   0.0      2.7 MB          2.39 GB         
    22     SystemStarter             root       0.0      1.2 MB          2.38 GB         
    23     syslogd                   root       0.0      1.0 MB          2.40 GB         
    25     stackshot                 root       0.0      1.2 MB          2.35 GB         
    26     securityd                 root       0.0      7.8 MB          2.41 GB         
    28     revisiond                 root       0.0      3.4 MB          2.39 GB         
    29     powerd                    root       0.0      2.6 MB          2.41 GB         
    32     opendirectoryd            root       0.2      10.6 MB         2.41 GB         
    34     mds                       root       50.0     23.0 MB         2.52 GB         
    35     mDNSResponder             _mdnsrespo 0.0      3.1 MB          2.40 GB         
    37     loginwindow               TorbenScha 0.0      27.4 MB         2.46 GB         
    39     KernelEventAgent          root       0.0      1.1 MB          2.34 GB         
    41     hidd                      root       3.1      2.0 MB          2.39 GB         
    42     fseventsd                 root       0.8      3.0 MB          2.40 GB         
    44     dynamic_pager             root       0.0      732 KB          2.32 GB         
    46     dpd                       root       0.0      1.5 MB          2.35 GB         
    50     autofsd                   root       0.0      1.8 MB          2.38 GB         
    51     applepushserviced         root       0.0      26.8 MB         2.45 GB         
    52     aosnotifyd                root       0.0      4.9 MB          2.41 GB         
    54     licenseDaemon             root       0.0      3.3 MB          647.6 MB        
    55     M-Audio FireWire Device H root       0.0      2.2 MB          665.3 MB        
    56     L6KSettingMgr             root       0.0      1.4 MB          613.7 MB        
    57     qmasterd                  root       0.0      7.0 MB          663.5 MB        
    58     lsd                       root       0.0      5.9 MB          672.7 MB        
    59     taskgated                 root       0.0      3.5 MB          2.41 GB         
    60     distnoted                 root       0.0      2.0 MB          2.39 GB         
    61     coreservicesd             root       0.3      49.4 MB         2.47 GB         
    64     xpchelper                 root       0.0      4.7 MB          2.38 GB         
    101    netbiosd                  _netbios   0.0      2.6 MB          2.40 GB         
    106    360Daemon                 root       0.0      1.6 MB          2.36 GB         
    118    socketfilterfw            root       0.0      4.3 MB          2.41 GB         
    120    racoon                    root       0.0      2.3 MB          2.38 GB         
    121    xpchelper                 _netbios   0.0      4.7 MB          2.38 GB         
    123    WindowServer              _windowser 7.0      42.8 MB         3.09 GB         
    124    ocspd                     root       0.0      1.9 MB          2.32 GB         
    127    rpcsvchost                root       0.0      3.1 MB          2.40 GB         
    139    CVMServer                 root       0.0      1.1 MB          2.33 GB         
    140    launchd                   _cvmsroot  0.0      892 KB          2.35 GB         
    144    CVMCompiler               _cvmsroot  0.0      2.9 MB          2.33 GB         
    146    launchd                   _spotlight 0.0      948 KB          2.36 GB         
    154    distnoted                 _spotlight 0.0      1.4 MB          2.38 GB         
    155    xpchelper                 _spotlight 0.0      4.5 MB          2.39 GB         
    156    logind                    root       0.0      1.8 MB          2.36 GB         
    172    launchd                   _securitya 0.0      948 KB          2.37 GB         
    174    CVMCompiler               _securitya 0.0      15.1 MB         2.34 GB         
    180    mdworker                  _spotlight 0.0      5.7 MB          2.41 GB         
    182    launchd                   TorbenScha 0.1      1.5 MB          2.40 GB         
    185    UserEventAgent            TorbenScha 0.0      9.4 MB          2.42 GB         
    187    distnoted                 TorbenScha 0.1      2.6 MB          2.40 GB         
    188    xpchelper                 TorbenScha 0.1      5.0 MB          2.39 GB         
    192    Dock                      TorbenScha 0.0      36.1 MB         2.48 GB         
    193    talagent                  TorbenScha 0.0      7.2 MB          2.43 GB         
    194    SystemUIServer            TorbenScha 0.0      20.6 MB         2.52 GB         
    195    Finder                    TorbenScha 0.1      23.6 MB         2.47 GB         
    196    coreaudiod                _coreaudio 0.0      5.6 MB          2.41 GB         
    198    pboard                    TorbenScha 0.0      1.0 MB          2.32 GB         
    208    fontd                     TorbenScha 0.0      5.2 MB          2.43 GB         
    211    warmd_agent               TorbenScha 0.0      1.9 MB          2.38 GB         
    215    imagent                   TorbenScha 0.0      6.8 MB          2.41 GB         
    216    helpd                     TorbenScha 0.0      2.1 MB          2.38 GB         
    220    AirPort Base Station Agen TorbenScha 0.0      2.0 MB          2.36 GB         
    222    Little Snitch UIAgent     TorbenScha 0.0      5.5 MB          711.4 MB        
    223    Little Snitch Network Mon TorbenScha 0.1      5.9 MB          716.0 MB        
    235    com.apple.dock.extra      TorbenScha 0.0      12.1 MB         2.44 GB         
    236    cookied                   TorbenScha 0.0      2.7 MB          2.39 GB         
    238    gfxCardStatus             TorbenScha 0.0      11.7 MB         2.45 GB         
    239    NoSleepHelper             TorbenScha 0.0      8.5 MB          2.45 GB         
    240    BetterTouchTool           TorbenScha 0.7      14.7 MB         2.44 GB         
    242    NIHardwareAgent           TorbenScha 0.0      10.4 MB         681.1 MB        
    247    automountd                root       0.0      2.4 MB          2.39 GB         
    251    Quick Look Helper         TorbenScha 0.0      8.1 MB          2.91 GB         
    254    Activity Monitor          TorbenScha 24.0     33.2 MB         2.55 GB         
    263    CVMCompiler               TorbenScha 0.0      2.6 MB          2.33 GB         
    265    activitymonitord          root       0.8      1.3 MB          2.33 GB         
    266    launchdadd                root       0.0      1.8 MB          2.37 GB

    That link didn't help at all.
    Anyone care to help out?
    I don't know what it is...I'll be using let's say Firefox, with like 10-20 tabs, be watching a youtube video in VLC player or whatever, and all of a sudden it gets sluggish - check the activity monitor, and it's the same problem...I'll restart or shut down, which sometimes helps, sometimes it boots up with the same problem, or the problem starts within 1-10minutes of me using Reaper or some other "big" program with plugins etc...but it also just happens with me using regular programs, safar/firefox etc. Might it have something to do with a background "maintenance" thing Lion starts or something like that? I've deliberately turned off indexing via terminal, so it doesn't index while I'm performing music (It would start indexing and take half a day at it, and then still do it so I finally was like, I can live without the search function...) otherwise I've had no kernel panics, no issues really with my mac and os x...

  • Strange screen behavious when flipping between users

    The above happens occasionally when switching between users on my iMac. Anyone else have this happen - the screen looks like TV interference as it rotates to the other users desktop ?

    Just as a post script...this was sorted by Apple ( had to delete the com.apple.systempreferences.plist file from home folder/....
    This seems to have done the trick.
    Other files they said to remove ( but weren't there ) were....
    com.apple.pref.displayxxa.plist
    com.apple.windowserver.xxa.plist

  • Strange Temperatures

    Hi there,
    I use a MSI K8T-Neo-Board and reported high temperatures (idle 55, load 65) which seemend to be too high in my opinion. I read, that this is bios-related and that there's a bios bug that shows to high temps.
    I installed the new bios and after reboot I only had 35 idle and 45 load ... I really don't know, if these are the correct temps, because I don't know how to check that. But the system was fine for a few weeks and so I left it that way. In the past two days now the temps are somtimes up to 55/65 (MSI core center) again. When I reboot my pc, the temps go down again (very strange). I didn't change anything in my systems hardware (I know everybody says that), only reinstalled core center because it showed strange program behavious, when I tried to set fsb to "auto". It raised fsb so high to that point, the system rebooted. After setting it to save it still raised fsb, I really don't know why.
    I finally reinstalled core center and now it seems to stay at default 200 mhz.
    What is going wrong here? Which temps are the right ones? Is there still a bug in the bios? Or is core center fooling me?

    I suspected as much. First let me say that the Newcastles do seem to report a little higher temps than what you suspect are low end numbers. However the main thing of high temp readings on a cold boot is a known issue. The sensors do not get read until after the Bios loads and remain a tad on the high side until you reboot. That is a known issue that MSI is supposedly looking into fixing. After a warm boot you should get fairly accurate temp readings though with Bios 1.8.
    Hoope that helps clear this up a bit.

  • Help with getting values from request. Very Strange!!

    Hello,
    My very strange problem is the following.
    I have created three dynamic list boxes. When the user select
    the first list box, the second becomes populated with stuff
    from a database. The third becomes populated when the second
    is selected. Now, I have used hidden values in order for
    me to get the selected value from the first listbox. The
    following code is my first listbox:
    <SELECT NAME="resources" onChange="document.hiddenform.hiddenObject.value = this.option [this.selectedIndex].value; document.hiddenform.submit();">
    <OPTION VALUE =""> Resource</OPTION>
    <OPTION VALUE ="soil"> Soil </OPTION>
    <OPTION VALUE ="water"> Water </OPTION>
    <OPTION VALUE ="air"> Air </OPTION>
    <OPTION VALUE ="plants"> Plants </OPTION>
    <OPTION VALUE ="animals"> Animals </OPTION>
    </SELECT>
    I use the getRequest method to get the value of hiddenObject.
    At this time I am able to get the value of hiddenObject to populate
    the second list box.
    But, when the user selects an item from the second list box
    and the second form is also submitted,
    I lose the value of hiddenObject. Why is this??
    The code to populate my second listbox is the following:
    <SELECT NAME ="res_categories" onChange="document.hiddenform2.hiddenObject2.value = this.options[this.selectedIndex].value; document.hiddenform2.submit(); ">
    <OPTION VALUE ="" SELECTED> Category</OPTION>
    Here I access a result set to populate the list box.
    Please help!!

    Form parameters are request-scoped, hence the request.getParameter("hiddenObject"); call after the submission of the second form returns a null value because the hiddenObject parameter does not exist within the second request.
    A solution would be to add a hiddenObject field to your second form and alter the onChange event for res_categories to read
    document.hiddenform2.hiddenObject.value=document.1stvisibleformname.resources.option[document.1stvisibleformname.resources.selectedIndex].value;
    document.hiddenform2.hiddenObject2.value = this.options[this.selectedIndex].value;
    document.hiddenform2.submit();You will then come across a similar problem with your third drop-down if indeed you need to resubmit the form...
    A far better approach would be to create a session scoped bean, and a servlet to handle these requests. Then when the servlet is called, it would set the value of the bean property, thus making it available for this request, and all subsequent requests within the current session. This approach would eliminate the need for the clunky javascript, making your application far more stable.

  • How can I buy films in languages other than German in Germany? Quite disappointed, i would line to watch films in Original language and not dubbed in strange ways...

    How can I buy films in languages other than German in Germany? Quite disappointed, i would like
    to watch films in Original language and not dubbed in strange ways...

    You are at the mercy of the content owners/copyright holders. They decide what the Apple can sell in each iTS.
    MJ

  • I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. Please help

    I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. I am accessing it via strong wireless connection and it works fine on other devices. Please help.

    zapgrap wrote:
    there is no information of locations.
    Then no information exists.  Use the Report a Problem button within the app to report it.

Maybe you are looking for

  • PDF Attachments fail in Gmail

    REFERENCE: https://support.mozilla.org/en-US/questions/930282 I found my solution in the URL above. Changed network.http.spdy.enabled to false I just wanted to report I was having the issue. Running OS Name Microsoft Windows 7 Home Premium Version 6.

  • How and Where Do I install downloadable Plugins for Shake 4.1?

    I've looked on this Forum and can't find the answer to my question above. There was one answer that I found, but I wasn't sure it applied to my issue. I have downloaded some free plug ins for Shake and have no idea how to insert into the app so that

  • Alarm tone, can it be an iTunes song?

    I think I may have seen an article somewhere that stated that there is a way to make the alarm on the iphone play a song from your itunes library some way. Am I dreaming or is this possible?

  • Multiple Confirmation dialog boxes event handling

    Hi all, I had a scenario, where i need to display two confirmation dialog boxes based on timers. At the first timers timeout confirmation dialog box poped up and user haven't done anything. second confirmation dialog popup appears after second timer

  • Can't import photos to iPhoto

    I finished importing photos from my camera's compact flash drive (using a fuji card reader) but pulled the USB out before ejecting.  Now I can't import pics to iPhoto.  When I view pics in IPhoto they all now have a narrow black strip along each of t