Server can't receive anymore after receiving a file

Hello i'm new here :)
I'm making a peer to peer program but I have a problem
client connects with server
server sends welcome message
cleint sends filelist (File which contains a list with shared files)
the server receives the file and saves it, all of this works but
after de server finsished the method receiveFileList() it can't receive antything from the client anymore
here's the server code
        public void run(){
            try{
                //in en outputstream aanmaken
                inputStream = clientSocket.getInputStream();
                outputStream = clientSocket.getOutputStream();
                out = new PrintWriter(outputStream, true);
                    in = new BufferedReader(new InputStreamReader(inputStream));
                //message of day versturen naar de client
                out.println(txtMessageOfTheDay.getText());
                out.flush();
                while (alive){
                    //boodschap van de client lezen
                    clientMessage = in.readLine();
                    //welke opdracht moet de server uitvoeren
                    if (clientMessage != null){
                        System.out.println("clientMessage: " + clientMessage);
                        if (clientMessage.equals("stop")){
                            alive = false;
                        }else if(clientMessage.equals("sendFileList")){
                            receiveFileList();
                        }else if(clientMessage.startsWith("search:")){
                            //wat na het : komt is de zoekterm
                            search(clientMessage.substring(7, clientMessage.length()));
                  }//end while alive
                System.out.println("Server is dead :(");
            catch (IOException ioe)
                ioe.printStackTrace();
             System.exit(1);
            finally{
                try{
                    out.close();
                      in.close();
                      clientSocket.close();
                      System.out.printf("Connectie met de client werd correct afgebroken");
                catch (IOException e)
                    System.out.println("Closing connections failed!");
                      System.exit(1);
            }//end finnaly
        }//end-run
        public void receiveFileList(){
            try{
                File fileList = new File("gvd.txt");
                foutput = new FileOutputStream(fileList);
                int bsize = 1024000;
                byte[] bdata = new byte[bsize];
                DataInputStream i = new DataInputStream(clientSocket.getInputStream());
                int n=0;
                long totalbytes = 0;
                System.out.println("Receiving file");
                while ((n = i.read(bdata,0,bsize)) > 0)
                         foutput.write(bdata,0,n); // write it to the socket's stream
                     totalbytes += n;
                System.out.println("File Read Complete " + totalbytes + " in length.");
                i.close();//ADDED
                foutput.flush(); //ADDED
                foutput.close();
                System.out.println("File Closed");
            catch (FileNotFoundException fileNotFoundException){
                System.out.println("Catched: FileNotFoundException");
            catch (IOException ioe){
                System.out.println("Catched: IOException");
        }

For a start you cannot use an input stream into two different streams e.g. a BufferedReader and a DataInputStream
Also you have no way for the DataInputStream to know when it has read the whole file so it will read until the stream closes.

Similar Messages

  • How can I use aperture after receiving the full adobe suite? It won't allow me to use it.

    How can I use aperture after receiving the full adobe suite? It won't allow me to use it. I receive a dialogue box which states previews are not allowed in  aperture and the application is shut down.

    Aperture is Apples version of Lightroom. This has nothing to do with Adobe. Ask on a Apple forum. You won't find many people here using this program.
    Mylenium

  • No printing :I can't print anymore, printing the same file with another programs is ok, printing form LR: Preparing  and Printing indicatorbar in the left hand upper corner are running, but no output at all rom my printer. I have been printing before. I u

    No printing :I can't print anymore, printing the same file with another program is ok, printing form LR (in the same system and printer of course :-) ): Preparing  and Printing indicatorbar in the left hand upper corner are running and completing, but no output at all to my printer. I have been printing before. Next I upgraded to LR5.7.1 but the problem stays. Perhaps some adjustment is changed by me unintentionally, but I have no idea. Does anybody know what to check? Printing to file is also strange,the canvas only seems to accept A4, and crops any image relative to that size, so a 10x15 cm print on 10 x 15 cm paper is cropped to 10x15/2. Anybody any idea? (system win 8.1 64, printer HP B8550)

    I accidentally solved my mystery.  For some reason it was set to "print to file".  I changed it to "printer" and now I am able to print.

  • My NAS-Server was not found anymore after installing Lion.

    After installing Lion the system couldn`t find my LG NAS-server in the netowork. All my important data lies on the server. I`m runnning my own business so this is a real bad situation... HELP!

    Please follow these instructions:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    https://discussions.apple.com/thread/3258472

  • Can not print anymore after latest cups+libcups upgrade (2.0.2-3)

    Hi there!
    I have a Samsung ML-2165w usb printer, using it with the samsung-unified-driver package... it was working ok but today it just do not print anything, neither show any error...
    It is like the print job is sent to nowhere... I print something and localhost:631 jobs tab is always empty...
    I have tried to roll back, downgrade, to cups+licups previous versions 2.0.2-1 (restarting service + daemon-reload) but without luck, the same behavior!....
    Where can I see the printer errorlog, or something else?
    What to check?
    BTW, the virtual pdf printer do not work too? there is no pdf made as usual...
    it should be in /var/spool/cups-pdf/username, right?

    Oh, lets see......
    Here the cups errorlog:
    E [25/Mar/2015:09:31:26 -0300] [Client 37] Returning IPP client-error-attributes-or-values-not-supported for Print-Job (ipp://localhost:631/printers/Samsung_ML-2160_Series) from localhost
    E [25/Mar/2015:09:32:03 -0300] [Client 60] Returning IPP client-error-attributes-or-values-not-supported for Print-Job (ipp://localhost:631/printers/Virtual_PDF_Printer) from localhost
    Ohhhh, tried to print a test page, from the cups administration... and it was printed!
    Then tried to print a text file and printed!
    Then tried to print the page I needed in chromium instead firefox....... and it was printed!
    The issue is present in firefox then?
    Should I downgrade firefox-36.0.4-1?
    Last edited by luuuciano (2015-03-25 13:47:46)

  • OWA can't be accessed after moving data files to new volume

    SBS 2008  Exchange 2007
    Used the Move Files wizard in SBS Console to move Exchange files off of system drive to a storage drive.  Wizard said move was successful.  Opend Exchange management Console and verified path to files under Server/Mailbox.
    I get this error and the details when trying to access OWA. Server and user names have been changed to protect the innocent.  :)
    Can anyone offer a suggestion or solution?
    Outlook Web Access could not connect to Microsoft Exchange. If the
    problem continues, contact technical support for your
    organization.
     error details
    Show details
    Request
    Url: https://remote.contoso.com:443/owa/default.aspx
    Exception
    Exception
    type: Microsoft.Exchange.Data.Storage.ConnectionFailedTransientException
    Exception
    message: Cannot open mailbox /o=First
    Organization/ou=Exchange Administrative Group
    (FYDIBOHF23SPDLT)/cn=Recipients/cn=JohnDoe.
    Call stack
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString)
    Microsoft.Exchange.Data.Storage.MailboxSession.Initialize(LogonType
    logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object
    identity, OpenMailboxSessionFlags flags)
    Microsoft.Exchange.Data.Storage.MailboxSession.CreateMailboxSession(LogonType
    logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object
    identity, OpenMailboxSessionFlags flags, CultureInfo cultureInfo, String
    clientInfoString)
    Microsoft.Exchange.Data.Storage.MailboxSession.Open(ExchangePrincipal
    mailboxOwner, WindowsPrincipal authenticatedUser, CultureInfo cultureInfo,
    String clientInfoString)
    Microsoft.Exchange.Clients.Owa.Core.OwaWindowsIdentity.CreateMailboxSession(ExchangePrincipal
    exchangePrincipal, CultureInfo cultureInfo)
    Microsoft.Exchange.Clients.Owa.Core.UserContext.Load(OwaContext
    owaContext)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.CreateUserContext(OwaContext
    owaContext, UserContextKey userContextKey, UserContext& userContext)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.PrepareRequestWithoutSession(OwaContext
    owaContext, UserContextCookie userContextCookie)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.InternalDispatchRequest(OwaContext
    owaContext)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.DispatchRequest(OwaContext
    owaContext)
    System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
    completedSynchronously)
    Inner Exception
    Exception type: Microsoft.Mapi.MapiExceptionLogonFailed
    Exception
    message: MapiExceptionLogonFailed: Unable to open
    message store. (hr=0x80040111, ec=-2147221231) Diagnostic context: Lid: 18969
    EcDoRpcExt2 called [length=981] Lid: 27161 EcDoRpcExt2 returned
    [ec=0x0][length=132][latency=15] Lid: 23226 --- ROP Parse Start --- Lid: 27962
    ROP: ropLogon [254] Lid: 17082 ROP Error: 0x80040111 Lid: 26937 Lid: 21921
    StoreEc: 0x80040111 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote
    Context Beg ---- Lid: 26426 ROP: ropLogon [254] Lid: 22787 Error: 0x0 Lid: 13032
    StoreEc: 0x8004010F Lid: 59409 Lid: 45073 Lid: 11173 StoreEc: 0x80040111 Lid:
    22970 Lid: 8620 StoreEc: 0x80040111 Lid: 1750 ---- Remote Context End ---- Lid:
    26849 Lid: 21817 ROP Failure: 0x80040111 Lid: 26297 Lid: 16585 StoreEc:
    0x80040111 Lid: 32441 Lid: 1706 StoreEc: 0x80040111 Lid: 24761 Lid: 20665
    StoreEc: 0x80040111 Lid: 25785 Lid: 29881 StoreEc:
    0x80040111
    Call stack
    Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message,
    Int32 hresult, Int32 ec, DiagnosticContext diagCtx)
    Microsoft.Mapi.ExRpcConnection.OpenMsgStore(OpenStoreFlag
    storeFlags, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, MapiStore
    msgStorePrivate, String& correctServerDn, ClientIdentityInfo
    clientIdentityAs, String userDnAs, String applicationId, CultureInfo
    cultureInfo)
    Microsoft.Mapi.ConnectionCache.OpenMapiStore(String mailboxDn, Guid
    mailboxGuid, Guid mdbGuid, ClientIdentityInfo clientIdentity, String userDnAs,
    OpenStoreFlag openStoreFlags, CultureInfo cultureInfo, String applicationId)
    Microsoft.Mapi.ConnectionCache.OpenMailbox(String mailboxDn, Guid
    mailboxGuid, Guid mdbGuid, WindowsIdentity windowsIdentityAs, String userDnAs,
    OpenStoreFlag openStoreFlags, CultureInfo cultureInfo, String applicationId)
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)

    Hi Esyxx,
    Based on your description, I understand that you move Exchange Server Data to a new volume. And then encounter
    issue when access OWA. If anything I misunderstand, please don’t hesitate to let me know.
    à
    I get this error and the details when trying to access OWA.
    Would you please let me know whether all users encounter the same issue? Or just some specific users? After
    moving, did you
    manually mount the mailbox database? If access mailbox via Outlook, will still encounter any issue?
    In addition, please run Exchange BPA and
    SBS BPA, then fix all that they can find and monitor the result.
    By the way, I noticed that you post screenshot here. However, pictures seems to be damaged. Would you please
    provide the screenshot again or upload it in
    OneDrive, then post link here? Thanks for your understanding.
    Regarding to moving Exchange Server Data, please also refer to following article and check if can help you.
    Move the Exchange Server Data
    Hope this helps.
    Best regards,
    Justin Gu

  • Fluid Grid Layout can´t be changed after opening .html file

    Hey Community!
    I´m working with DW CS6 for a few weeks now and I´m really happy about it!
    But now I´ve got a Problem... I used google and this forum to find a solution to it, but didn´t find anything about it. (Sorry, if i was too stupid to search for the right keywords! )
    I´ve created a new side with DW and wrote some html pages: All of them are fluid grid layouts and it worked all fine till today. Every page is seperated in an own folder including the "boilerplate.css" & the "respond.min" file, so the filetree looks like this (UPCASE = Folder):
    ROOT:
         index.html    
         boilerplate.css
         respond.min
         OFFERS:
              offers.hmtl
              boilerplate.css
              respond.min
         ALBUMS:
              albums.html
              boilerplate.css
              respond.min
    and so on...
    So today I wanted to open the .html files, to make some changes, add new fliud-grid-div-tags and add new content. The pages look still lik I left them (correct layout, old fluid-grid-div-tags still at the right position, everythings fine), but the collums of the fluid grid aren´t displayed anymore and I even can´t move the fluid-grid-div-tags anymore
    In other words:
    The collums are still there, but the fliud-grid-div-tags are no longer displayed green and editable in their position and size.
    Did I do something wrong? Or is it maybe just a special Checkbox to click in DW to edit them (like I´m now in a wrong DW-view or something like that?)?
    I hope you got a solution so I don´t have to rewrite all the pages again to be able to edit them!
    Greetings from Germany,
    David
    PS: Screenshot

    Hi Community,
    I found the solution on my own in a video, where someone deactevaded those green fields...
    So it´s solved
    THX @ all

  • Can you edit text after saving your file as pdf

    I have recently created a letterhead in Illustrator.
    Is there a way to change a person name and title after saving it as a pdf file? I heard something about creating a form in Acrobat professsional.
    I need to print out a letterhead with different peoples name and title. Any help would be appreciated. Thank you.

    Can you edit the text in Acrobat Reader?
    Yes, if you use Acrobat Pro to save the PDF as a Reader-enabled form.
    1. Create your letterhead in Illustrator (or whatever). Leave design space for, but do not create text objects that you want to be editable.
    2. Save as PDF.
    3. Open the PDF in Acrobat Pro. Use Acrobat's Form tools to add text fields whereever you want the end users to be able to key text.
    4. Select the Enable Reader Usage Rights command in Acrobat to make the form fields edtiable in Reader. Save the file.
    Recipients of the PDF can now open it in Reader, edit the content of the fields, and save the file with their edits.
    JET

  • The alias can't be opened because the original item can't be found - After USB Flash Drive transfer

    I've seen a couple of threads about this message, but none dealing with my simple issue:
    I get this message: "The alias can't be opened because the original item can't be found" -- AFTER TRANSFERRING THE FILE IN QUESTION VIA FLASH DRIVE.
    I thought, maybe the "original item" hadn't been completely copied from the drive, so I tried opening the file again this time with the drive still plugged into the laptop--but again, the message came up and I couldn't open it.
    What's the deal?
    The files I'm transferring:
    a 1.2GB MKV file of a movie I downloaded, which I had no trouble viewing on my desktop
    a 105MB application
    (btw, the application is called "VLC", which is a file playing app that works on my desktop, and I want it on my laptop so that I can play movie files like .mkv, which is the other file I'm transferring...but that doesn't make any difference, I think. No, I can't just download the movie and the app right onto the laptop...I don't have wifi right now...='[...)

    I had been dragging straight from the desktop into the USB window. Eventually, I opened up finder and went to Desktop there, and when I dragged the files from there into the USB window, it worked. Now it took a while to move the files into the USB, which was a sign that they were actually being moved.

  • TB stopped receiving emails after one with huge attachment. Updated TB. Can send but not receive. Using Yahoo POP server. Browser access works fine.

    Several days ago, after receiving a 7MB attachment, I stopped receiving email on my Yahoo POP account. Browser access to the Yahoo server works fine. I obviously deleted that message and attachment but curiously, it and only it continued to be downloaded to my inbox!!! I tried downloading a new TB and installing it. Nothing changed except that specific email no longer appeared (another did though, see later). Settings are to leave msgs on server until I delete them. I transferred all my inbox to a local folder and then compacted mail and tried testing reception from another source and nothing appeared on TB, just on browser access. Oddly, one very old message repeatedly appears, I assume as a result of the auto check for new mail but not sure. Though I try to delete this old message, I can't. I haven't removed and recreated account yet because I don't want to lose all the filter history. Scanned for solution and can't find any. Any ideas, please?

    Starting your mac in safe mode will disable the Symantec stuff long enough to download mail. Should the issue arise again
    [http://support.apple.com/kb/ht1564 OSX Safe mode instructions from Apple]

  • Can send SMS but not receive after update...

    After updating my iPhone 4S to ios6 i have problems with receiving messages.I can send SMS but not receive. What to do?

    Although I don't believe in consequences, I think this might be one of them. My email was working fine until I installed my VPN. I use the Thunderbird email application, which I like a lot, for three Hotmail accounts and two Yahoo accounts. After installing the VPN I could receive mail but could not send it on any of my accounts. I contacted the VPN and they sent me some numeric IP Addresses to put in my account settings. One for the Hotmail accounts and one for the Yahoo accounts. I did as instructed and the email seemed to work okay. It was late in the evening and I went to bed. The next morning, I could send and receive emails on the Yahoo accounts, but could only send emails on all of the Hotmail accounts.
    I guess I'd like to know if anyone else is having this same problem. I'd hate to think it was just me. :-)
    I would like for Thunderbird to tell me if there is a way to change the outgoing server in the Account Settings, so I can enter the IP Address in there, or does the fact that I entered an IP Address in the Server Name box, cause it to override any other entries? Or should that even make a difference with me receiving mail?
    Also, at what time limit does Thunderbird send back a message that the connection to the server timed out? I continually get that message.
    I found a way to do a ping on the Hotmail server and the fastest response time for the last two days was 258.09 which seems very slow for a business computer. At least for a business that wants to stay in business. So is that time above the Thunderbird threshold of the connection time out message to be generated?
    Thanks for all your help and suggestions, Carole

  • I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    Many Thanks, Kurt.
    I knew I'd seen the solution you've provided somewhere - either in MacWorld or MacFormat - but couldn't remember the Gatekeeper bit!
    I shall save it somewhere VERY safe now in case this happens again …
    You have made an old man very happy and saved me from worrying that senile decay had suddenly set in. (I was 70 last week so you might understand the situation from that.)
    Best wishes
    OllyanDinah

  • After upgrading to iOS7, I can no longer send or receive texts that aren't iMessages.

    As the title indicates: After upgrading to iOS7, I can no longer send or receive texts that aren't iMessages.
    The text conversations are still there; you can see that I used to be able to text anyone. But now I cannot.
    I have followed several different fixes suggested in these forums, I have Restored my phone, I have Reset Network Settings, I have Reset All Settings, I have checked settings on several friend's phones. But I still cannot send or receive texts that are not iMessage texts.
    This seems like a pretty big deal. People text more than they call. And I now have a phone that cannot text very many people.
    It is so frustrating. I have spent so much time trying to get it to work.
    Grant Huhn

    Hello and Welcome to Apple Discussions ...
    I don't know if this is a corrupted preference file or not, but it sure can't hurt to try this.
    If Mail is open, Quit Mail.
    /Users/YourName/Library/Preferences/com.apple.mail.plist
    Drag that .plist file to the Desktop. Launch Mail and see if you can send or receive e-mail. If you can, that .plist file is corrupted. Drag it to the trash, empty the trash and reboot. Your Mac will create a new preference file for you the next time you launch Mail.
    Also... run Disk Utility and Repair Disk Permissions. Disk Utility is in your Applications/Utilities folder. Launch DU, select MacintoshHD 10.x.x in the panel on the left, select the FirstAid tab, click Repair Disk Permissions. Quit DU when it's finished and reboot.
    Carolyn

  • I can use Mail at home, no problem. But when I travel, I can receive mail but not send it. I get a "server can't be reached" message. Yet when I send a photo using iPhoto, it gets sent. Help!!

    I can use Mail at home, no problem. But when I travel, I can receive mail but not send it. I get a "server can't be reached" message. Yet when I send a photo using iPhoto, it gets sent. Help!!

    To diagnose problems with Thunderbird, try the following:
    *Restart the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]
    ; If safe mode for the operating system fixes the issue, there's other software in your computer that's causing problems. Possibilities include but not limited to: AV scanning, virus/malware, background downloads such as program updates.

  • Exchange Server 2010 - Problem configuring my server 2008 so my clients can use Outlook to send/receive e-mails

    Hi,
    I am new to the servers and domains stuff. Therefore i have setup succesfully a Server 2008 R2 server with AD, DHCP, DNS roles installed. I configured the roles as i wanted and then i installed Exchange Server 2010 so the clients can use Outlook to send
    receive mails in and out of the domain.
    I can send/receive mails inside the domain (disalfa.com) but i cannot send/receive mails outside the domain. I configured the Exchange properly, i am sure of that. I am 99,9% i did something wrong with the DNS (A records, MX records, etc.).
    Also is there something i must do from the control panel of the site i purchased the domain name and the mails?
    Can someone guide me so i can manage to work this out?
    Server 2008 -  192.168.1.250
    Registered Domain - disalfa.com
    Thank you in advance

    Hi ,
    I recommend you refer to the following article to configure your external mail flow:
    Configure Internet Mail Flow Directly Through a Hub Transport Server
    Prerequisites
    Register MX resource records for all accepted domains in a public domain name system (DNS) server. Consult the documentation of your DNS provider for information about how to register MX records for your domain. Detailed procedures about how to complete
    this step are outside the scope of this topic.
    Configure network gateways to allow SMTP traffic to and from the Hub Transport server. Consult the documentation for your network routers and firewalls for information about how to route SMTP traffic to and from the Hub Transport server. Detailed procedures
    about how to complete this step are outside the scope of this topic.
    Best regards,
    Niko Cheng
    TechNet Community Support

Maybe you are looking for

  • ITunes won't display

    I have a Sony Vaio with Windows 7 Home Premium 64-bit OS. When I start iTunes, the program launches, shows in Processes as iTunes*32.exe - then the program will not display. This is new problem since iTunes 10, I believe, but am not 100% positive. An

  • Can I do this (PDF intereactive)

    Hello. I have design standard CS4 Leaving aside the general graphics etc I am particuarly interested in the navigation menu at the bottom of this PDF. Could this be achieved with photoshop/illustrator/indesign or is it a flash thing? http://cdn.volks

  • Restricted access to confidential documents in DMS

    Hello Gurus, Need your expert guidance on the following requirement. The requirement is to restrict the access of the document to users like Author, Reviewer and  Approver, for all the documents. I am confused which authorization object will work in

  • Deferring to the Background Engine

    Hi, We are using standalone workflow. We have an activity that we defer to the background engine by setting the cost to be above the threshold of 50. We have submitted a DBMS_JOB which calls wf_engine.background(null,50,null,true,false); every 5 minu

  • Need the functionality of Runtime.getRuntime.freeMemory of 1.4 in 1.2.2

    Hi, I need free memory in the JVM. I am aware of that freeMemory() in Runtime returns the value. But this is only in 1.4. I have to use jdk1.2.2. In that freeMemory() will return freeMemory of the system not the JVM. Is there any way to get the freeM