URGENT: JNDI Reference being lost

Hi,
We have 2 Weblogic 5.1 Servers in a clustered mode. I have an unclusterable
object bound in the JNDI tree just for reference purposes. This object
implements Serializable, but it has a thread reference, and hence it cannot
be clustered. This object is bound from both servers with different names
lets call them OBJ_A and OBJ_B. Client Threads running on Server A can only
lookup OBJ_A and Client Threads running on Server B can only lookup OBJ_B
although due to the fact that the JNDI tree is clustered, the reference of
OBJ_A and OBJ_B is available on both Servers A and B. Let me make it more
clear by saying that the reference of OBJ_A on Server B is useless to the
Client Threads running on that Server (B) and also the reference of OBJ_B on
Server A is useless to the Client Threads running on that Server (A)
At startup everything is fine. However, I am noticing that after a while (a
while being 1-2 days or less) the JNDI reference of OBJ_A on Server A
disappears although I can see that the Thread that it represents is alive
and running, it keeps outputting its heartbeat. The funny thing is that, the
reference of OBJ_B on Server A still remains, and also the references of
OBJ_A and OBJ_B on Server B remain in the JNDI tree too.
Has anyone seen such a problem or a similar problem where the cluster-wide
JNDI tree loses its references and does not broadcast it to other servers?
Coz if the object was taken out of the JNDI tree, it should have gone from
the other server as well.
I have several such objects listed in the JNDI tree, and their references
from Server A just disappear whereas they are still present in the JNDI tree
on Server B where they are really useless.
Please let me know if you have any insights.
Thanks
Abhijit

Thanks Cameron, I am afraid I dont know if this will help. Basically I dont
care if JNDI replicates the entries or not.. but why should it forget a
reference when the object has not unbound itself, neither has the Thread it
runs on died. The object has also not been garbage collected.
So not sure yet.. but will try the option you mentioned.
Does anybody know if JNDI will release references of objects after certain
periods of inactivity? i.e. if no client 'looks up' an object for a certain
time, its binding will be released from the JNDI tree?
Thanks for your help.
Abhijit
"Cameron Purdy" <[email protected]> wrote in message
news:[email protected]...
One thing I would suggest is using WL's option to not replicate theentries
that you are describing. I can't remember the name of the option off-hand,
but it's something like "don't replicate". Check the WL JNDIdocumentation.
>
Peace,
Cameron Purdy
Tangosol Inc.
Tangosol Coherence: Clustered Coherent Cache for J2EE
Information at http://www.tangosol.com/
"Abhijit Adhyapak" <[email protected]> wrote in message
news:[email protected]...
Hi,
We have 2 Weblogic 5.1 Servers in a clustered mode. I have anunclusterable
object bound in the JNDI tree just for reference purposes. This object
implements Serializable, but it has a thread reference, and hence itcannot
be clustered. This object is bound from both servers with different
names
lets call them OBJ_A and OBJ_B. Client Threads running on Server A canonly
lookup OBJ_A and Client Threads running on Server B can only lookup
OBJ_B
although due to the fact that the JNDI tree is clustered, the referenceof
OBJ_A and OBJ_B is available on both Servers A and B. Let me make itmore
clear by saying that the reference of OBJ_A on Server B is useless tothe
Client Threads running on that Server (B) and also the reference ofOBJ_B
on
Server A is useless to the Client Threads running on that Server (A)
At startup everything is fine. However, I am noticing that after a while(a
while being 1-2 days or less) the JNDI reference of OBJ_A on Server A
disappears although I can see that the Thread that it represents is
alive
and running, it keeps outputting its heartbeat. The funny thing is that,the
reference of OBJ_B on Server A still remains, and also the references of
OBJ_A and OBJ_B on Server B remain in the JNDI tree too.
Has anyone seen such a problem or a similar problem where the
cluster-wide
JNDI tree loses its references and does not broadcast it to otherservers?
Coz if the object was taken out of the JNDI tree, it should have gonefrom
the other server as well.
I have several such objects listed in the JNDI tree, and theirreferences
from Server A just disappear whereas they are still present in the JNDItree
on Server B where they are really useless.
Please let me know if you have any insights.
Thanks
Abhijit

Similar Messages

  • Cross References Being Lost InDesign CS4

    I am setting up cross-references in a multiple
    document book using InDesign CS4 (Windows).
    When our editors open the files using InCopy CS4
    some of the cross-references are broken (little red flag icon appears).
    I've relinked the cross-references several times but everytime
    an InCopy user opens the file the cross-references are lost again.
    The sources and destinations are within the same document.
    I'm using Paragraph number as the cross-referencing method.
    Does it have something to do with the InDesign files being part of a Book?
    Any help would be great.
    Thanks, Bill

    wsterli wrote:
    I am setting up cross-references in a multiple
    document book using InDesign CS4 (Windows).
    When our editors open the files using InCopy CS4
    some of the cross-references are broken (little red flag icon appears).
    I've relinked the cross-references several times but everytime
    an InCopy user opens the file the cross-references are lost again.
    The sources and destinations are within the same document.
    I'm using Paragraph number as the cross-referencing method.
    Does it have something to do with the InDesign files being part of a Book?
    Any help would be great.
    Thanks, Bill
    It's possible that being a book component file that's separated from its other component files has some effect.
    I believe that x-refs look for a coded marker to keep up-to-date, not the paragraph number, so even if the numbers get out of whack because they continue from a previous file, this shouldn't cause the problem.
    I don't know how x-refs appear in IC. Is it possible to hover over the error indicator and see an explanation of the problem? If so, please post the message.
    Do the x-refs become resolved when you return the document to the book in ID?
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • RT FIFO Reference being "lost"

    Hi,
    I've got a create RTFIFO module and a RTWRITE module. The write is inside a timed loop (5ms time on a PXI-8196 controller). However, I'm having some trouble getting data out of my FIFO. In trying to solve the problem I noticed an issue with probes and trying to observe the "reference" to the FIFO thatis passed between the VIs.
    If I put a probe on the RTFIFO reference before it is in the timed loop I see a zero value. Inside the loop a see a large value that makes sense if it is interpreted as a memory address but then going through a tunnel in a conditional inside the timed loop the reference becomes zero again.
    This is troubling from my perspective because I don't understand how the RTFIFO write knows "where" to write data at this point.
    I've attached a picture with probes in reasonable places that should help illustrate my convoluted description.
    Attachments:
    RTFIFOIssue.JPG ‏26 KB

    Actually, you aren't seeing what you think you're seeing. Notice that the two probes showing the zeros are grayed-out. This means they haven't updated since they were created. The one on the left has no structure around it so I would guess that you created the probe after execution passed that point. The right-hand probe looks like its inside a case structure, but it also hasn't updated so the case its in apparently hasn't executed, or it was also created after the execution finished.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Page back wont work. The page reference is lost in some cases regardless of web site (intermittent)

    page back won't work The page reference is lost in some cases regardless of web site or action taken(the problem is intermittent)
    I have three home tabs and on some occasions if I open one of them and start to browse it I can't return to the top page. It doesn't always happen and it can happen on any of them. It made using apps impossible and the only way to correct the situation is to hit the home key and close the incorrect tabs

    It's also possible your session history file is not updating correctly, because you should not be thrown back to an earlier state in a tab.
    By default, Firefox updates the sessionstore.js file every 15 seconds with any changes. But occasionally Firefox may stop updating the file or may find that the file is locked and start creating a different sessionstore file (which is never restored and just sites orphaned in your profile folder).
    Could you take a look?
    Open your current Firefox settings (AKA Firefox profile) folder using either
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    In the first table on the page, click the "Show Folder" button.
    In the window that launches, switch the view to Details and scroll down to the sessionstore files. You may find:
    * sessionstore.js (current session)
    * sessionstore.bak (previous session windows and tabs)
    * sessionstore.bak-''datetime'' (windows and tabs at your last update)
    * sessionstore-1.js (or other numbered files -- session history that couldn't be saved into sessionstore.js)
    Note: If Windows does not display .js extension, please switch off the hiding of file extension using the procedure in this article: [http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions].
    Anything odd about the timestamps or any numbered sessionstore files?

  • HT1212 i don't have the computer that my iPod was registered to and i forgot my password because i just found my phone after being lost for 2 years

    i don't have the computer that my iPod was registered to and i forgot my password because i just found my phone after being lost for 2 years. Idk what to do so i can access my ipod.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • Hi, I have a new laptop and would like to syncronise my iphone with iTunes (which I have installed again). But my old laptop has died so I could not transfer any media files, etc. Can I simply connect my iPhone to the laptop without any data being lost?

    Hi, I have a new laptop and would like to syncronise my iphone with iTunes (which I have installed again). But my old laptop has died so I could not transfer any media files, etc. Can I simply connect my iPhone to the laptop without any data being lost?
    Many thanks in advance!

    you have a new phone and a new comp and you want to restore to your old data ?!
    I can't think of anything but icloud, and what was purchased via itunes

  • I am attempting to update students' iPads using the Apple Configurator software. However, information for 3rd party apps, like Notability and Explain Everything, is being lost.

    I am attempting to update students' iPads using the Apple Configurator software. However, information for 3rd party apps, like Notability and Explain Everything, is being lost.

    Mike,
    If by "still nothing" you mean they are not showing up in the AU manager after reinstalling them....
    Im guessing the AU Cache itself is now corrupted so.....
    Quit LPX
    Open Finder
    Press the option key and click "Go" in Finder's menu and select "Library". (This is the User Library and not the System Library and is normally hidden which is why you have to hold down the option key when clicking on Go.... to reveal it in the drop down menu that will appear)
    Go to "Caches" dir and remove "AudioUnitCache" dir.
    Now Restart your Mac.....
    and then Launch LPX and let it rescan your plugins and see if that fixes things....
    Fingers crossed...
    Nigel

  • HT1212 i just found my phone after it being lost for a month and it has a passcode on it that i dont remember how do i get it off without losing everything i have on it

    just found my phone after it being lost for a month and dont remember the passcode what do i do

    Maybe call Apple Corp/Security..................
    Presumably you can prove you are the Owner...

  • Is their way to prevent a form data from being lost when a validation fails

    Is their way to prevent a form data from being lost when a validation fails?

    So I would use APEX_COLLECTION (there is some information in APEX documentation).
    Read all data you need to keep after submit and save them to your collection. Then, if validation fails, show report with data not from base, but from your collection. You have to create process, which creates collection, and you need to modify your report definition to get data not only from DB but also from collection.
    If you have any questions feel free to ask.
    Regards,
    Przemek
    Edited by: Przemek on 2009-01-10 17:47

  • After transfering songs from ipad to cpu reference was lost in ipad, the song appears but reproduces the next one of the list in songs

    After transfering songs from ipad to cpu reference was lost in ipad, the song appears but reproduces the next one of the list in songs
    How can i regenerate database of songs?

    you could try this
    http://www.mp3buzz.net/index.php/2006/06/27/how-to-get-songs-off-your-ipod-w-itu nes/
    or apparently you can download software to help. good luck!

  • CUBE detail rows being lost

    Hi,
    I have a problem where the lowest level of my CUBE is losing data and the aggregated levels are correct. My CUBE is sales dimensioned by assets, customer, geography and time. The lowest level of geography is branch, the previous level called area has the correct total but the branch level doesnt include all the rows.
    Is there a way to check the cube build, I dont get any errors during build.
    Any help appreciated,
    Brandon

    Hi again,
    I have made some inroads into my problem but am still without understanding of why this is happening. Basically I have found that when I choose to compress my CUBE then cells are being lost from my CUBE although their values are included in the aggregate levels above.
    So i re-created the CUBE with no compression and the lowest levels look correct BUT my CUBE now takes an hour where it used to take 20mins to refresh.
    So I have logged a SR with Oracle but wondered if anyone had any ideas why creating a compressed CUBE would “lose” cells with valid values ??
    This led me to thinking about sparsity of my CUBE and whether my definitions are correct and should I be trying to compress it in the first place. BTW , am using AWM 10.2.0.2a DB= 10.2.0.2
    I have 4 dimensions Asset, Customer, Time and Geography and my CUBE is just SALES at this stage.
    Is this a correct way of calculating the sparsity for each dimension and if so then what should my implementation details of my CUBE be :-
    SUMMARY :-
    TIME DIMENSION SPARSITY RATING = (TUPLES_WITHOUT_TIME * LEAF_VALUES) / TOTAL_TUPLES = (784046 * 12) / 1729961 = 5.4
    GROGRAPHY DIMENSION SPARSITY RATING = (TUPLES_WITHOUT_GEOGRAPHY * LEAF_VALUES) / TOTAL_TUPLES = (1604895 * 433) / 1729961 = 401.69
    ASSET RATING = (TUPLES_WITHOUT_ASSET * LEAF_VALUES) / TOTAL_TUPLES = (193253 * 176269 ) / 1729961 = 19690
    CUSTOMER RATING = (TUPLES_WITHOUT_CUSTOMER * LEAF_VALUES) / TOTAL_TUPLES = (1642 * 23494 ) / 1729961 = 22
    DETAILS :-
    1.) TIME DIMENSION
    -- tuples_full = 1729961
    select count(distinct to_char(fisc_month_id)||to_char(tbid_company_geography_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    -- TIME Leaf Values leaf_values = 12
    select count(distinct(fisc_month_id)) from bi_time
    --tuples_without_time = 784046
    select count(distinct to_char(tbid_company_geography_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    TIME DIMENSION SPARSITY RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (784046 * 12) / 1729961 = 5.4
    2.) GEOGRAPHY DIMENSION
    -- tuples_full = 1729961
    select count(distinct to_char(fisc_month_id)||to_char(tbid_company_geography_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    -- GEOGRAPHY Leaf Values leaf_values = 433
    select count(distinct(tbid_company_geography_id)) from bi_geography
    --tuples_without_geography = 1604895
    select count(distinct to_char(fisc_month_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    GROGRAPHY DIMENSION SPARSITY RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (1604895 * 433) / 1729961 = 401.69
    -- ASSET Leaf Values leaf_values = 176269
    select count(distinct(tbid_asset_id)) from bi_asset
    --tuples_without_assets = 193253
    select count(distinct to_char(tbid_company_geography_id)||to_char(fisc_month_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    -- ASSET RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (193253 * 176269 ) / 1729961 = 19690
    -- CUSTOMER Leaf Values leaf_values = 23494
    select count(distinct(customer_no)) from bi_customer
    --tuples_without_customer = 1642
    select count(distinct to_char(tbid_company_geography_id)||to_char(fisc_month_id)||to_char(fisc_month_id))
    from bi_monthly_sales
    CUSTOMER RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (1642 * 23494 ) / 1729961 = 22
    Sorry for the long posting, any help appreciated.
    Cheers,
    Brandon

  • When will the Blackberry os systems be avaliable without values being lost

    Windows 8 phone os helping with the free trial of Azure for servers but what about developer mode not being lost
    Is AMD responsible , will the steam network prove to be most valuable for floppy search solutions or are all media programs for a short trial not reaching any events.
    Apparently all data lost

    Mr. Jones,
    You are a real lifesaver!!!
    It worked on the Mac.  Will have to do some searches to find the same on the PC since the same is happening.
    Do you happen to know why Adobe is saying they are not compatible with Office 2011 now?  I found a link on the Adobe webite along those lines yesterday, but was not able to find it this morning to insert into this post.
    Our CEO had a real meltdown at about 2am the other morning when trying to pdf something for a meeting the next day.  Was not very pretty.
    THANK YOU!!!

  • HT4528 How can I erase an iphone remotely due to it being lost to prevent someone from using it?

    How can I erase an iPhone remotely due to it being lost to prevent someone from using it?

    You have to have had Find My iPhone active on the device before it was stolen, and it has to be connected to the Internet via wifi or cellular. Log into www.icloud.com and see if you can locate your device. If it is offline, it means it is probably out of battery, the thief has turned it off. You can send a wipe command to the phone and if it does get connected, it will wipe the phone. If you did not have Find My iPhone active, there is nothing you can do.

  • Where do I have to specify the JNDI reference?

    I want to lookup with the string "java:comp/env/myMap/testBean".
    In this case I have to define somewhere a JNDI reference "myMap/testBean" to my bean. But where do you specify this? On the server, somewhere in your bean or on the client?
    Rik

    Thanks for your reply
    I don't completely understand, the tag you mentioned in the ejb-jar.xml is just the ejb-name as it says. My problem was:
    I have an entity bean: ejbTest
    JNDI-name: ejbTestJndi
    Home-interface: ejbTestHome
    Remote-interface: ejbTestRemote
    In my client-application I have the following code to find my entity bean ejbTest:
    Context ctx = new InitialContext();
    Object ref = ctx.lookup("ejbTestJndi");
    This works without any errors. But I want to use the following code to find my entity bean ejbTest:
    Context ctx = new InitialContext();
    Object ref = ctx.lookup("java:comp/env/...");
    What do I have to write after "java:comp/env/" to find my entity bean ejbTest? Can I write for example "java:comp/env/abc/myEntityBean"? If yes, where should I define "abc" and "myEntityBean"?
    Greetz
    Rik

  • JNDI references lose

    Hello,
    I have a problem with JNDI references. I have developed an enterprise application that includes 6 EJBs and a client application. With the deploytool I make an .ear file including the application and EJBs. I include EJBs references too on properties. When I deploy my application on the server the client application runs very well but if I stop the server and start it other time, the client application says that cannot find the JNDI objects.
    I go to JNDI Browsing button on the Aplication Server Admin Console before and after restart the server and before restart I have all the JNDI references on the list. After restart only some of this references are on the list and never are the same.
    Can you help me?
    Thanks

    ormi://<HOST>:<RMI PORT>/<PROJECT WORK SPACE>
    you can find these values from Tools -> Embadded OC4J ...

Maybe you are looking for