Serialize remote objects: where to go from here?

Hi everybody.
I have a client that connects to a server through RMI, gets some objects that represent records in the remote database.
Now I want to "persist" those objects locally.
I'm evaluating among differents approaches to this problem.
thanks in advance
Agostino

The records fetched from the server represent tasks that will be executed on the clients in order to manage archiviation on clients in a centralized manner.
The tasks will run for some time, and I can't assume that the network will stay available all that time, so they must be 'disconnected'.
Furthermore, tasks have to "survive" a client restart, without firing a connection in order to "remember" assigned tasks each time a client is restarted.
thanks in advance
Agostino

Similar Messages

  • HT1212 daughter changed passcode then forgot it. tried to restore iphone to fix but was prompted to turn off find my iphone. cant do that since passcode was forgot. not sure where to go from here.

    Daughter changed her passcode then forgot the passcode. Tried to restore iphone but could not since "find my iphone" was enabled. Cant shut it off because i cant log into device. Stuck, need help. Not sure where to go from here.

    From http://support.apple.com/kb/ht1212:
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device.
    The link for Remote Wipe is http://support.apple.com/kb/PH2701

  • My mac has a virus yes I'm 100% sure it is one i get al kinds of pop ups only in safari though please guide me on how to reset it or where to go from here in detail new to macs

    My mac has a virus yes I'm 100% sure it is one i get all kinds of pop ups only in safari though please guide me on how to reset it or where to go from here in detail im new to macs

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • New Server Installation, now client computers can't connect to services. Where to go from here?

    Hello.
    I recently had to setup a new Mac Mini Server (Mavericks). We had one previously but one of the raided hard drives failed. No backup.
    Our office of 6 Apple MacBook Pros used to connect to all file sharing and calendar services, easily.
    On the new Server installation, I added the same users with the same passwords etc. The client computers cannot access calendars, file sharing etc. On the clients, I have opened up System Preferences > Users & Groups > Login Options > Network Account Server and added the FQDN of the server, but I get an error ' Unable to add server. Connection failed to the directory server. (2100) '
    2 of the clients are on Mountain Lion. The rest are on the latest Mavericks.
    I'm a bit lost on where to go from here and would appreciate your help before I wipe everything and start from scratch.
    Thanks.

    Hi Strontium90
    Ha! There was a time machine backup, but we had a storm here which rendered it and the server useless. We are such a small team without an 'IT' guy, apart form me as I have a vague interest in all things Apple.
    What is your DNS name space?
    Do you need the name here?
    Do the servers and the client agree on this name?
    Not sure what you mean. The domain name works as when I type it into a web browser, I can see the 'Welcome to Server' page.
    Did you enable an Open Directory Master?
    Yes. Open Directory is running.
    Did you grant the users/group access to the service you are offering?
    Yes. All services are checked for each user.
    Make sure the user/group is permitted to access your enabled services.
    All allowed, too.
    Oh, and implement a backup strategy
    Will do, once I sort out this problem. Time Machine and off-site, I think.

  • Hp pavillion a000 recovery disk error.. where to go from here?

    HI.. .fIRST Thank you so much for being here today...
    I have an HP pavillion a000 which was bought used.
    About a week ago I got pre-windows msgs. on the 3rd time it has frozen at this point
    Msg as follows...
    bla bla.. but windows did not start successfully..
    a recent hardwared or software change may have caused this..
    It has counted down and started in normal mode..
    then it has frozen.. and I have tried to start it it all modes..
    This last attempt actually started windows and went back to this screen
    I put in the compaq recovery disk...  I get red screen saying recovery disk error..
    PLEASE Contact support
    I have un plugged..re plugged and we go in circles...
    I'm not sure where to go from here but any suggestions would be VERY appreciated as I do have some artwork I was doing stuck in computer now..
    Do you think it's a software,, hardware or  even a virus thing??
    Additional info... Hp pavillion a000   system no.174A-ABA.   hw bom 8121110   sw bom NA 40
    serial no.  mxk34916m
    operating system.. Windows xp... yes I tried recovery disks I have..  puter says...non compatible..
     I use firefox as browser via century link dsl..
    I can pull the hard drive and I have a harness for accessing the hard drive directly via usb download if you think that's an option but not letting me into windows even has me doubtful that would work;;;
    So as I mentioned.. ANY sugestions you can offer as what to try next would be MOST welcome!
    I can replace the computer easy enough but I would love to be ables to rescue my art in progress at least!

    Hello ValeryWildflowr,
    If the computer was working fine before you might just want to try a system restore. This should correct the problem without affecting any of your files.
    Here is a link for a system restore.
    Let me know if this helps.

  • Hi guys, problem with grey screen and flashing question mark. on top of it while in utility, i'm unable to verify, verify disc permission or repair disc0 which is obviously my main hd. any ideas where to go from here? tried to reistall osx but no luck.

    hi guys, problem with grey screen and flashing question mark. should be straight forward affair but on top of it while in disc utility, i'm unable to verify, verify disc permission, repair or even erase disc0 which is obviously my main hd. any ideas where to go from here? tried to reinstall osx but no luck, stucked when asked to chose location to install osx. would really apreciate any kind of help with this cause i'm quite new mac user. ty

    If you don't have a backup, read this:
    https://discussions.apple.com/docs/DOC-1689

  • HT204406 Hi, my iTunes Match has been stuck on 5490 of 5518 songs checked for the last two days. Any advise on where to go from here?

    Hi, my iTunes Match has been stuck on "5490 of 5518 songs checked for the last two days." Have tried stopping and restarting it a few times but it always gets stuck in the same place. Any advise on where to go from here?

    ttt

  • Tomcat shutdowing when remote object is calling secondtime from flex to blazeds

    Hi All,
    I am new to flex and started working on that.now i called one remote object from flex through blazeds.its working fine but when i call second time tomcat is  shutdowing .again if i start tomcat it is working fine.
    what is the problem does any one helps?
    sudheer

    Thanks for the tip Joe.
    It's not quite what I was looking for, but it gave me some ideas.
    The blog post describes how to create your own server to handle the file stream. With BlazeDS & Java EE app server there's no need to implement the low level stuff.
    One option would be to read the data on Flex side in chunks and make a request to send each chunk at a time, but I don't know whether this helps at all. Might just slow down the network.
    Another option is to write a custom adapter for BlazeDS endpoint, but I don't know enough details on this to say is it possible or not.
    Third option is to use regular servlet code and Apache Commons FileUpload module.
    Still interested hearing opinions from people working with BlazeDS.

  • I have tried many times to reset my apple pw, it says email sent but I am not receiving it.  Any ideas where to go from here?

    I have tried many times to reset my apple pw, it says email sent but I don't receive it.
    Where do I go from here.

    Hey Sharon,
    ive been trying to reset one of our employees' acccounts since last thursday,
    after several failed attempts.  My case was escalated.
    I've since been told (today) directly by itunes/account/apple id - support, that they can't reset our password,
    due to a system update.

  • Where to go from Here - FCP Studio and Compressor ?

    I cannot get compressor to work anymore since upgrading to Leopard. I am running the following:
    Leopard 10.5.1
    FCP Studio 1
    Powerbook G4 1.67 (Leopard 10.5.1)
    G5 Dual 2.0 (Tiger last version)
    QT 7.3.1
    It used to work on my Powerbook but after the upgrade no dice. I have tried the troubleshooting basics, unable to connect to background process, searched every thread with no luck. Apple told me to wipe the OS clean and reinstall FCP with all automatic updates. I also have a G5 dual 2.0 running Tiger (last version). Compressor never did work from the beginning on my G5.
    My question is which direction should i be heading as far as which OS to use with these older machines and which FCP software should i be using with the OS recommendation ?
    I just want a suite that works. I want to make both machines run the same OS. Where do i go feom here ? Ideas ?

    Both Compressor and DVD Studio Pro stopped working for me when I upgraded to 10.5.1. I thought an upgrade to Final Cut Studio 2 would do the trick but this did not work either.
    Not much help but spending the money on the upgrade will not solve the problem.

  • Don't know where to go from here.

    I have posted many accounts of my attempts to get my Second Generation iPod Shuffle to work with the newest version of iTunes. Well, I have finally reached the point I don't know what to try next. The situation is, that I loaded iTunes onto a different XP machine I have, and it works as advertized, however, it still does not work on the main machine where all the music is stored. I have run the procedure for isolating conflicts suggested by Apple, but could not find any conflicts: I turned all third party items off except iTunes, and iTunes still did not work. Anyone, got any ideas?

    BT BROADBAND AVAILABILITY CHECKER
    For Postcode DL8 4EH 
    Featured ProductsDownstream Line Rate(Mbps)Upstream Line Rate(Mbps)Downstream Range(Mbps)Availability Date
    WBC ADSL 2+
    Up to 1
    1 to 3.5
    Available
    ADSL Max
    Up to 1
    0.75 to 2.5
    Available
    WBC Fixed Rate
    0.5
    Available
    Fixed Rate
    0.5
    Available
    Other Offerings
    Copper Multicast
    Available
    For all ADSL and WBC Fibre to the Cabinet (FTTC) services, the stable line rate will be determined during the first 10 days of service usage.
    Throughput/download speeds will be less than line rates and can be affected by a number of factors within and external to BT's network, Communication Providers' networks and within customer premises.
    The Stop Sale date for Datastream is from 30-Jun-2012; the Formal Retirement date for Datastream is from 30-Jun-2014. The Stop Sale date for IPstream is from 31-Oct-2013; the Formal Retirement date for IPstream is from 30-Jun-2014.
    Note: Please note that postcode and address check results are indicative only. Most accurate results can be obtained from a telephone number check.
    Thank you for your interest.

  • HT1430 i recieved an ipod touch 2nd generation as a gift and they have reset it to factory settings and now its stuck on a screen showing an adaptor with itunes music symbol on it. I do not know where to go from here.

    I recieved an apple ipod touch 2nd generation as a gift and they have reset it to factory settings and now it is stuck on a screen with an adaptor showing with the itunes music symbol at the top of the screen.

    Restore...
    Connect via cable to the computer that you intend to use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore and you have IOS-6 or lower, go into Recovery Mode per the instructions here.  Also, if you have IOS-7, read this.

  • Where to go from here?

    In just 2.5 years from no credit to now, I've amassed all the cards in my signature. I think I've done fairly well to obtain them all in this amount of time. I'm starting to think it's a little too much. Where should I start chopping away, and what cards should I replace with more useful cards? Thanks for any advice!

    The problem is you did not mention what you get use out of. For some people the Disney card can be useful, not so much for the actual rewards, but if you're a real Disney fan, you do get nice discounts at the Store and online, occasional special deals, etc. So worth keeping alive just for that if you're a big fan. The rewards are not very exciting but the fringe benefits are nice. My grandmother has had one a long time and she likes the extra benefits. Now, looking at your list, I think the PNC Cash Builder can go as your QS gives you 1.5%. The Slate is useless beyond a BT and is only a $600 limit, so I'd move the limit and/or close it out. I think having Double Cash on top of QS can be redundant, so depending which one you like more, you could pare down one or the other. (I have both at the moment but am keeping both because of the lower limit on DC). You also have a QS1 that you could close. There's no point in paying for it when you have a plain QS. There's also no point wasting time to get your fee removed since you already have the better card. Unless you plan to use the Apple financing again, it's a waste IMO. Total one time use card. Discover and Freedom are very very similar throughout the year. Opinions vary but you probably don't need both unless you are heavily transferring your Freedom points to CSP. On a pure cash back basis I find Discover more broadly useful with less tightly defined categories during the year (home improvement vs just Lowe's on Freedom etc). However if you really prefer Freedom then you may not need the Discover. Also, do you spend enough and travel enough to really justify the CSP long term? If not, that's a case for preferring Discover. Finally, your Amex ED is not very useful at $700. Either try to get a CLI if it's old enough or just close it. It's doing nothing for you. So to sum it up -- QS1, Slate, Cash Builder, Apple and Freedom/Discover are definitely candidates for closure IMO. By my quick count you have 20+ cards and I definitely agree it's too many. I'd also evaluate your store cards like American Eagle and JCP etc and really decide if you use them enough to warrant them.

  • I have a 24" iMac that's about 4 years old. I've done all the software updates as they come along but I'm having issues and wonder if I should update/upgrade the whole operating system. I currently have 10.5.8 and I'm wondering where to go from here.

    My mac won't open PDFs anymore from email or websites and I've tried everything to my knowledge to correct this. There's website I that I want to utilize that requires the lastest verision of JAVA and my OS 10.5.8 is too old to do a download of the latest JAVA. So I'm thinking I need to upgrade the OS to something newer??  I'm thinking my hard drive needs to be cleaned up also (re-format?)
    This computer is running slower and slower lately also.
    HELP!

    My mac won't open PDFs anymore from email or websites
    That's odd.  My Mac is 10 years old and runs OSX 10.4 and I can open pretty much any web site I want to, and I have yet to encounter a PDF I cannot open (more advanced ones with Adobe Reader).  My computer isn't slowing down but everything else is speeding up.
    Kappy 08/2012 post on upgrading to Snow Leopard, then Lion or Mountain Lion -  https://discussions.apple.com/message/19401628 - including how to get Snow Leopard and Lion since Apple removed them from the online store. 

  • Deleted iPhoto 5, do not have backup iphoto disk, where to go from here?

    I deleted iphoto 5 on my ibook G4 because it kept crashing and wasn't responding properly. I cannot find the iphoto disk to re-install it, and have tried installing 6, yet since it reads that I do not have any sort of iphoto app on my computer I cannot use the upgrade. I can get the iPhoto 4.0 disk, will that work for me???

    Hi Kerry,
    From what you wrote it seems like you deleted photos from the iPhoto Library folder in the Finder. When you opened iPhoto, the thumbnails were still there because you did not delete the photos from within iPhoto (the proper way to do it) When you click on the thumbnails of deleted photos to delete the thumbnails, iPhoto cannot find the photo to delete (thus the spinning ball)
    Is this your situation? If it is, then you will have to deal with the spinning ball each time you want to delete the thumbnail of a photo that you already deleted from the iPhoto Library folder in the Finder.
    You do need to get the version 5 library working well before upgrading to version 6. I suggest you follow the next directions for creating a new library.
    Close iPhoto
    Rename your messed up iPhoto Library to "iPhoto Library_old"
    Drag this library to your desktop
    Hold down the Option key and launch iPhoto
    This is the window you will get
    Create a new library or choose a library to open
    Choose to create a new library
    Once this new empty library is open it is time to import the images from your old library
    Go to File>add to library
    Navigate to the old library on your desktop and highlight it in the window, then click the "open" button.
    iPhoto will start importing the images from your old library
    This is what to expect:
    Your images will be imported in nice dated rolls. (make sure your view is set to sort by rolls to see it) There are a couple of caveats to this. You will get rolls named "Originals" These rolls will contain your video clips and your original images that you had edited. If you had RAW files they would be in those rolls too (I don't do RAW, so I don't know for sure) Delete what you don't want from those rolls. You will also get the jpeg pointer files to your video clips imported. They will just be jpegs and will not point to the video clips anymore as iPhoto made new ones when the clips were imported again. You can delete those. they should be in a roll right next to the newly imported video clips so they are not hard to find. The thumbnail files don't get imported as iPhoto makes new ones when the images are imported.
    Once all you images have been imported, check through the library and make sure everything looks ok.
    You can now start making your Albums, and do your keywords or any other organizational steps.
    You can also delete the old library on the desktop.
    It is also a good time to backup this new library to CD/DVD by burning the iPhoto LIbrary folder in the Finder, or copying the iPhoto Library folder to an external drive formatted for Macs, or copying the iPhoto LIbrary folder to an iPod.
    Good luck!

Maybe you are looking for

  • Post Cost of Sales in PS after Result Analysis

    Hi SAP experts, I'm testing SAP EC&O best practice solution at this moment. I executed KKAJ (results analysis) and both Cost of Sales and WIP were calculated correctly. COS: for a TECO WBS, which already have billing document WIP: for other WBS which

  • CASE WHEN statement in DECODE

    SELECT v_startdate, v_enddate, (CASE WHEN SYSDATE BETWEEN v_startdate AND v_enddate THEN 'active' ELSE 'inactive' END) status FROM correction_tab; Could you kindly guide us as to how can we use DECODE and get the desired output. Thanks, Rami Reddy.

  • E51 problem with time

    today the first time ,my phone (E51) advanced the time by one hour and in the settings of clock ,my region changed from GMT2+ TO GMT3+, why is that?? although the network operator cant change my time, cos this option is disabled, is it a defect in my

  • Where does Firefox store my bookmarks and how can I retrieve them after reinstalling Firefox.I had to restore and reinstall Windows XP(32).

    I have reteieved all my documents and settings and have recovered my E8 "Favorites" , but I can't find my FF bookmarks.

  • SQL Spreadsheet report in Web Analysis 9.3.0.1

    We just migrated to 9.3.0.1 from 7.x and have a problem getting the JDBC connection setup for SQL Spreadsheets from Web Analysis. We are running on Windows 2003 and Websphere 5.1.1. In 7.x the configuration was part of the installer or configuration