I am getting this error how can i over come it

The actual error is:org.postgresql.util.PSQLException: An I/O error occured while reading from backend - Exception: java.net.SocketException: Socket closed
Stack Trace:
java.net.SocketException: Socket closed
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(SocketInputStream.java:129)
     at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
     at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
     at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:166)
     at org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:127)
     at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:100)
     at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43)
     at org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:517)
     at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:50)
     at org.postgresql.jdbc1.AbstractJdbc1Statement.executeQuery(AbstractJdbc1Statement.java:233)
     at com.centaur.crm.modules.contacts.base.ContactTypeList.getGroupResult(Unknown Source)
     at com.centaur.crm.modules.contacts.base.ContactTypeList.buildList(Unknown Source)
     at com.centaur.crm.modules.contacts.actions.ExternalContacts.executeCommandPrepare(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.centauremsventures.framework.servlets.ControllerServlet.service(Unknown Source)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
     at java.lang.Thread.run(Thread.java:534)
End of Stack Trace
     at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:172)
     at org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:127)
     at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:100)
     at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43)
     at org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:517)
     at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:50)
     at org.postgresql.jdbc1.AbstractJdbc1Statement.executeQuery(AbstractJdbc1Statement.java:233)
     at com.centaur.crm.modules.contacts.base.ContactTypeList.getGroupResult(Unknown Source)
     at com.centaur.crm.modules.contacts.base.ContactTypeList.buildList(Unknown Source)
     at com.centaur.crm.modules.contacts.actions.ExternalContacts.executeCommandPrepare(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.centauremsventures.framework.servlets.ControllerServlet.service(Unknown Source)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
     at java.lang.Thread.run(Thread.java:534)

Fortunately you are not the only one who encountered this exception:
http://www.google.com/search?q=java.net.SocketException:+Socket+closed+site:forum.java.sun.com

Similar Messages

  • Hi, i get the error -49 when trying to Export a Movie edited in iMovie and recorded with Elgato Video Capture anyone know why i get this Error and can help me?

    Hi, i get the error -49 when trying to Export a Movie edited in iMovie and recorded with Elgato Video Capture anyone know why i get this Error and can help me?

    Read this
    http://support.apple.com/kb/ts1583

  • I update my mac today... i'm trying to purchase FaceTime but i get this error "FaceTime can't be installed on "Macintosh HD" because the version of OS X is too new." :S

    i update my mac today... i'm trying to purchase FaceTime but i get this error "FaceTime can’t be installed on “Macintosh HD” because the version of OS X is too new." :S

    https://www.apple.com/support/mac-apps/facetime/

  • TS3672 Hi need help, when i am trying to compose any new sms, there is a old sms appearing by default on my phone, it so happens that i have to delete that sms and compose a new one, how can i over come this problem

    Hi need help, when i am trying to compose any new sms, there is an old sms appearing by default on my phone, it so happens that i have to delete that sms and compose a new one, how can i over come this problem.
    Regds.
    Nagaraj

    On my iphone, when I get into Messages, I see a list of message thread names and at the top right is an icon with a square and pencil coming out of it.  If I tap it, I can begin composing a new message with having to deal with any others.
    If on your screen you see one or more message "bubbles", then press the "Messages" button at the upper left to go back to the home page for messages.  There you can tap the compose icon.

  • Since upgrading to iOS6 I can't browsing all application at app store only few I can browse which made me upset it narrow down my choices how can I over come this problem plz

    Since upgrading to iOS6 I can't browsing all application at app store only few I can browse which made me upset it narrow down my choices how can I over come this problem plz

    Take it to your local Apple Store or AASP, it's covered by a 1 year hardware warranty. If you have AppleCare then give them a call but I'm pretty sure they will advise the same. If you have not purchased AppleCare yet please do, this will extend the warranty to 3 years however it MUST be purchased within the first  year of ownership. Let it go 366 days and you are out of luck. AppleCare will also include telephone support too.
    Good luck.

  • Am getting this error, how do I fix it?

    I just got handed this java program and am having difficulty running. I have no idea of java and am thining this error could be something simple and members may be able to help me.
    Error:
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException:String index out of range :6
    at java.lang.String.substring (string.java:1441)
    at edicleanargs.main(edicleanargs.java.54)
    The Java code is:
    import java.io.*;
    import java.lang.String.*;
    public class edicleanargs
    public static void main(String args[]) throws IOException
    BufferedReader fl= new BufferedReader(new InputStreamReader(System.in));
    // System.out.print("\nEnter EDI File Name : ");
    // s= fl.readLine();
    // try {
    BufferedReader br= new BufferedReader(new FileReader(args[0]));
    // BufferedReader br= new BufferedReader(new FileReader(s));
    // ** ** isacnt \\
    String text="";
    int i=0, xx, rno=0, llen, cnt=0;
    while((text= br.readLine())!=null)
    if(text.equals(""))
    continue;
    rno++;
    llen= text.length();
    i++;
    xx=0;
    if(text.length() >2)
    if ((text.substring(xx, xx+3)).equals("ISA") && (text.substring(xx+4, xx+6).equals("00")))
    cnt++;
    System.out.println("\n Rows to be Processed: "+ rno+ " \n\nNo of Expected Records : "+ cnt );
    // ** ** isacnt //
    String waas="";
    BufferedReader wa= new BufferedReader(new InputStreamReader(System.in));
    System.out.print("\nHit ONLY ENTER key to Continue....");
    waas= wa.readLine();
    String fname = "";
    // String text = new String();
    String text2 = new String();
    String sttr1="";
    String sttr2="", sttr21="", sttr22="";
    String stn= "";
    String s="", smisc="-";
    int flagst=0;
    i=0;
    int recordno=0;
    llen=0;
    int n210=0, n212=0, n214=0, n223=0, n810=0, n856=0, n997=0, nmisc=0;
    xx=0;
    br= new BufferedReader(new FileReader(args[0]));
    while((text= br.readLine())!=null)
    if(text.equals(""))
    continue;
    System.out.println(++recordno);
    if(text.equals("THEND"))
    break;
    llen= text.length();
    if(llen < 16)
    FileWriter outfile = new FileWriter("WkFile_"+ args[1]+ ".edi", true);
    outfile.write(text);
    outfile.close();
    else
    sttr21="";
    sttr22="";
    for(int si=0; si<= llen-6; si++)
         sttr2=text.substring(si, si+3);
              if(sttr2.equals("ISA") && (text.substring(si+4, si+6)).equals("00"))
              sttr21= text.substring(0, si);
              sttr22= text.substring(si, llen);
              text= sttr21;
              break;
    } // for
    FileWriter outfile = new FileWriter("WkFile_"+ args[1]+ ".edi", true);
    outfile.write("\n"+text);
    if(!sttr22.equals(""))
    outfile.write("\n"+sttr22);
    outfile.close();
    } // else
    } // while not next.record=null
    System.out.println("\n--------------------------- Done --------------------------------");
    br.close();
    // }catch (FileNotFoundException fnf)
    // { System.out.println("\n\nError in FileName Encountered.\nIf FileName entered then File Not Found OR \nNot able to create //file //with above FileNmme. Exiting Program...\n");}
    } // public s v main
    } // public class
    Your kind help would be very much appreciated. Please guide me so that I can fix the program and execute this program.

    Thank you nerak99. I figured based on the executable batch file that it takes two inputs and I know what to provide. The first input is the file name and second input is the week number(like 10,11,12 etc)
    I was told that this java program takes an edi file and cleans it up and generates an output file thats clean. Hope that helps. But could you point to what may be the problem with the code and how I can fix that. It appears that some variable needs to defined differently and as such am getting the out of bound exception. Can you please help me?

  • Hi,after installing when i try to load the Firefox I get this error..Can someone please Help...

    Problem signature:
    Problem Event Name: BEX
    Application Name: firefox.exe
    Application Version: 33.0.0.5397
    Application Timestamp: 54392479
    Fault Module Name: nsib.dll
    Fault Module Version: 5.1.3.2
    Fault Module Timestamp: 53fdad24
    Exception Offset: 001360a0
    Exception Code: c0000005
    Exception Data: 00000008
    OS Version: 6.1.7600.2.0.0.256.1
    Locale ID: 1033
    Additional Information 1: 13a8
    Additional Information 2: 13a84480b0d9c766a5e4c95aa1171a8d
    Additional Information 3: 13a8
    Additional Information 4: 13a84480b0d9c766a5e4c95aa1171a8d

    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Getting this error "couldn't load XP COM". HOW do I fix it? thanks.

    Ok. Have seen a lot of posts on this issue. Uninstalling doesn't seem to be an answer. I don't want to fool around with registry and create more problems. How do I fix this problem? Thank you.

    This usually happens because of a failed Firefox update that left you with a mixture of old and updated files in the Firefox program folder.
    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all/
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • When I am downloading antivirus definitions I am getting authentication error how can it be resolved?

    I am getting the problem while updating avast antivirus.

    This is probably not related to Firefox, but the fact that you have expired pro version of Avast or you access restricted area.

  • Please can someone tell me why I am getting this error?

    I want to call a method (setSquare()) when a JLabel is clicked by the user, the following code should work:
    *private void grid11MouseClicked(java.awt.event.MouseEvent evt) {*
    setSquare();
    But I get this error, please can someone tell me what this means? The method is already defined in the class and I have imported javax.swing etc
    Frame.java:181: setSquare(javax.swing.JLabel) in p1.Frame cannot be applied to ()

    drew22299 wrote:
    I want to call a method (setSquare()) when a JLabel is clicked by the user, the following code should work:
    *private void grid11MouseClicked(java.awt.event.MouseEvent evt) {*
    setSquare();
    But I get this error, please can someone tell me what this means? The method is already defined in the class and I have imported javax.swing etc
    Frame.java:181: setSquare(javax.swing.JLabel) in p1.Frame cannot be applied to ()
    As i dont know what that method needs i can't help you there but i do know you cannot leave it blank. Try adding a number/text whatever or null and see what it does. or check the api and take a look what it needs.
    Edited by: deAppel on Oct 31, 2007 10:35 PM

  • Iphone could not be restored.an unknown error occurred {1} iam getting this error when iam restoreing the i phone 4s please any one can hlep me

    iphone could not be restored. an unknown error occurred (1). when iam restoring my i phone 4s iam getting this error message, can anyone please help me ....

    That usually indicates a hardware failure. Make an appointment at the genius bar and have them look at it.

  • After downloading viber application , I was asked to enter my phone number without the country code, when I enter my phone number and pressed continue, I get this error "check setting notification" I checked it and it is on,how to get my viber code ?

    After downloading viber application , I was asked to enter my phone number without the country code, when I enter my phone number and pressed continue, I get this error "viber can't access push notifications. Check settings > notifications. Check internet connection and try to register again. see viber.com/notifications for more info. I have checked the notifications and it is on also I have checked the internet connection and it is active, so what shall i do now to get my viber code?

    Contact Viber customer/technical support.

  • Java scrip application error everytime i go on fire fox i get this error

    this just started today. i get a java scrip application error all the time
    on Firefox.i uninstalled and reinstalled java and still get this error.
    but when i go on internet explorer i don't get this error.

    You can check for recently installed suspicious or unknown extensions.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • I'm getting this error statement: XULRUNNER error: platform version 6.0.2 is not compatible with min etc max etc6.0.1 - what is this about and how can it be corrected?

    This is what I think may have happened. The other day, Thursday Sept 8th, I shut down my pc in the middle of a Firefox upgrade. Now when I try to access Firefox on my pc, I get this error message:
    XULRUNNER Error: Platform version '6.0.2 is not compatible with min Version >= 6.0.1 max Version < 6.0.1
    What is this about and how can I retsore access to Firefox on my pc?

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    Do a clean reinstall and delete the Firefox program folder.
    * http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    *[[/questions/869812]]
    *[[/questions/869951]]

  • When I try to activate my home sharing on iTune I get this error message."home sharing could not be activated because an error occurred(-2146762487)"  .How can I solve this problem?

    When I try to activate my home sharing on iTune I get this error message."home sharing could not be activated because an error occurred(-2146762487)"  .How can I solve this problem?

    I have a brand new iMac with all the newest updates etc etc, Safari logs me in without any problem but iTunes etc is just not working.. and I have the same message...Any ideas how to resolve this?
    "Home Sharing could not be activated because an error occurred (5506)."

Maybe you are looking for

  • Invoice Block due to qty

    Hi All, I have a query on Invoice workflows . I'm trying to design an invoice workflow for Qty Block ( as there is no standard one ... although there is one for Priceblock). The event QuantBlock exists in the business object BUS2081 .but no method li

  • Obiee 11.1.1.6  Actions- Invoke a Java Method screen is empty

    Hi All, I have created and deployed an EJB for obiee11g by using the example provided in the below link http://www.rittmanmead.com/2010/09/oracle-bi-ee-11g-action-framework-java-ejbs-and-pdf-watermarks/ I have mapped oracle.bi.actions also But I am n

  • Trouble with Unicode Chars

    Hi all, I am having trouble displaying Unicode chars both in an Applet and in the command prompt window. I am using awt. The characters I want to display are: \u2228, \u2283, \u2261. These characters display correctly from AppletViewer when I add the

  • Extract a clip from a DVD

    Yeah, like the Subject says, "Extract a clip from a DVD". How can I do that? And, I'd like the subtitles to be extracted as well. It's for my presentation thing. It's irritating if I have to search for a particular scene during the presentation, so h

  • Remove link in document

    this question may look childish, is it possible to remove links in the document and have all images that were placed in the document as static ones? (no problem if this increases my indd file size) this problem happen for me because, i was using netw