Im not heard after 10 seconds during my call

im not heard after 10 seconds during my call

First thing first. try your sim card in another phone to rule out carrier/location issues.
Once you rule out that then do:
Reset & restore
http://support.apple.com/kb/HT1430
http://support.apple.com/kb/HT1414

Similar Messages

  • Error msg: "Config message not received after 45 seconds"

    I have developed a simple stateless session bean. After being called once, the following is output to the log:
    Thu Jan 04 18:15:46 CST 2001:<I> <RJVM> Signaling peer 3978882810638278829C198.171.129.36 gone: weblogic.rjvm.PeerGoneException:
    - with nested exception:
    [java.net.SocketException: Connection reset by peer]
    Exactly 45 seconds later the following is output and I can no longer access a JDBC connection from my pool:
    Thu Jan 04 18:16:31 CST 2001:<I> <CliCon-#|myserver|0.978653734170> Connection to client for ClientContext - id: '#|myserver|0.978653734170', bound: 'true', dead: 'false' has been unexpectedly lost be
    cause weblogic.rjvm.PeerGoneException: Config message not received after 45 seconds.
    Initiating hard disconnect.
    Can anyone shed some light on this for me?
    Thanks in advance!

    Hi,
    this is the explanation why this occours:
    If there is a t3 Client connects to the server, every ( weblogic.system.configTimeoutCheckVal
    ) time, ConfigTimeoutChecker will run to check the t3 client is disconnected or
    not. The problem is, if the client has already disconnected, the ConfigTimeoutChecker
    still runs every time to check the disconnected t3Client again and again.
    This should be solved with SP11.
    Christian Plenagl
    Developer Relations Engineer
    BEA Support
    "kelvin" <[email protected]> wrote:
    >
    I am using WLS 5.1 sp8 128SSL, I got this error. I results that the java
    object
    in the JMS channel is sometimes missing. I increased the weblogic server
    thread
    from 15 to 30. But still can't help. I also ugrade the client server
    to use the
    same sp8. But can't help. Some one mentions the sp9 can solve this problem.
    It
    is true? anyone have it for unix ? where can I download it? I can't
    find it in
    weblogic web site.
    Kelvin

  • Phone turns off blue tooth connection after 30 seconds into the call (when screen goes to sleep)

    Installed 2.2, paired my fascinate with my plantronics explore 240 headset, accessed voice dial (which worked), connected my call, after thirty (30) seconds the blue tooth connection dropped, picked up the phone and continued the conversation.  Just turning on bluetooth and leaving the phone sit for 5+ minutes keeping the screen active the blue tooth does not turn off, let the screen go to sleep and the blue tooth turns off.
    I can not maintain a blue tooth connection when the screen goes to sleep, not even during a call.  Is there a setting I am missing to keep this from happening or ... An alternative?
    Any help would be appreciated

    Hi. 
    The Bluetooth should not disconnect when your screen goes to sleep.  Have you tried re-pairing the Bluetooth since the upgrade?  Below I have provided you with the steps to pair the Bluetooth again.  (Please make sure both devices are fully charged when doing so.)
    Step 1 - Enable Bluetooth functionality on the Samsung Fascinate.
    Note: The Bluetooth power must be set to ON position to pair the handset with a Bluetooth headset.
    From the main screen, tap Menu.
    Tap Settings
    Tap Wireless & Networks
    Tap Bluetooth to turn on Bluetooth
    Step 2 - Put your fully charged Bluetooth headset into pairing mode.
    Start with your Bluetooth accessory powered off.
    Press and hold the Call Control Button until the light indicator flashes blue and red. 
    Your Bluetooth accessory is now in pairing mode and ready to be paired with your handset.
    Step 3 - Pair the Samsung Fascinate with a Bluetooth Accessory.
    Note: The Bluetooth power must be set to ON position to pair the handset with a Bluetooth headset.
    From the main screen, tap Menu
    Tap Settings
    Tap Wireless & Networks
    Tap Bluetooth Settings
    Place accessory in pairing mode, see accessory pairing instructions.
    Tap Scan for Devices, device starts Searching.
    Tap [Plantronics Bluetooth] to pair
    Pairing Complete, touch home to exit.
    If you still need assistance, please send me a Private Message and I will be happy to help you.
    Thanks,

  • PXE not working after adding second DP

    Hello,
    i'm having a very strange issue, i had installed a second DP in my environment, all looked to work fine, but now my clients using PXE boot refer to that new server when doing PXE boot, even if my DHCP is setup to refer to my first server (with option 66).
    i tried to uninstall the second DP, it lead to another behavior, client keep stuck on DHCP discovery during boot. I have to disconnect the new DP to see things working normally.
    I'm using windows server 2012 R2 and SCCM 2012 R2.

    i tried to uninstall the second DP, it lead to another behavior, client keep stuck on DHCP discovery during boot. I have to disconnect the new DP to see things working normally.
    new DP is on the client subnet which is not the case of old DP.
    I would guess that you have removed the second DP (DP2) but WDS did not uninstall automatically (have a look at the server and see). Therefore when the clients boot they see a WDS server (DP2) on the same subnet and try to connect. Of course they can't
    as you have removed all the content.
    When you disconnect the server it cannot announce itself as an available WDS server and therefore the clients boot correctly from outside the subnet (DP1).
    You will fix this problem (if I'm right) by uninstalling the WDS role from DP2 (your new one).
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Recon task does not start after database reboot during recon in OIM

    If during a trusted recon, the database reboot then we are unable to start any recon task after the database come up. The logs does not get update. We are using OIM 9.1 on oc4j 10.1.3.3.
    Thanks.
    Vinay
    Edited by: user504421 on Jan 23, 2009 2:49 PM

    Make sure the scheduler is running. Go to http://oimurl/xlScheduler to view the status and http://oimurl/xlScheduler/admin to stop and start the scheduler if needed.
    -Kevin

  • Serial port not reading after few seconds PLZ HELP...

    Hi,
    I have developed a GUI using Swing in NetBeans IDE 4.0 on Windows 2000 professional for one of our products.
    It communicates with the associated Hardware through serial port.
    The GUI sends commands to the H/W to perform some functionality. After receiving response from the H/W, GUI displays the necessary messages.
    Since the H/W does require some time to perform the indicated operation, it sends the response after 10-11 seconds but my GUI is not reading the response.
    Both the command and response are single byte (8 bits) wide.
    The GUI can read the response if sent within 3-4 sec.s but not after that.
    I have disabled the Receive TimeOut on the serial Port.
    Following is the code I use to Open and use the SerialPort.
    public void OpenPort(){
             portList = javax.comm.CommPortIdentifier.getPortIdentifiers();
            while (portList.hasMoreElements()) {
                portId = (javax.comm.CommPortIdentifier) portList.nextElement();
                if (portId.getPortType() == javax.comm.CommPortIdentifier.PORT_SERIAL) {
                    if (portId.getName().equals(Welcome.CommPort)) {
                        try {
                            serialPort =  (javax.comm.SerialPort)portId.open("FCAT-01 ATE", 20000);
                        } catch (javax.comm.PortInUseException e) {}
                        try{
                            serialPort.addEventListener(this);
                        }catch (java.util.TooManyListenersException e){}
                            serialPort.notifyOnDataAvailable(true);
                   try {
                            outputStream = serialPort.getOutputStream();
                        } catch (java.io.IOException e) {}
                            try {
                                inputStream=serialPort.getInputStream();
                            }catch (java.io.IOException e){}
                                serialPort.notifyOnDataAvailable(true);
                   try {
                            serialPort.setSerialPortParams(Welcome.Speed, javax.comm.SerialPort.DATABITS_8, javax.comm.SerialPort.STOPBITS_1,
                                javax.comm.SerialPort.PARITY_NONE);
                        } catch (javax.comm.UnsupportedCommOperationException e) {}
                             serialPort.disableReceiveTimeout();
           Pls help me how to solve this problem as its really very urgently necessary to release the product.
    Thank u for ur time and consideration,
    Umesh Balikai

    Sir,
    Here is the complete code.
    The H/W takes about 10 seconds to reply. The GUI is responding to first response from ATE H/W and not to the subsequent ones. The ATE responds after the GUI sends command when the user clicks OKButton.
    package my.ate.pkg;
    import javax.swing.*;
    import java.util.*;
    public class PingTest extends javax.swing.JFrame implements javax.comm.SerialPortEventListener{
        /** Creates new form PingTest */
        public PingTest() {
            initComponents();
        private void initComponents() {                         
            // create and initialise  various buttons, labels, etc.
        private void OKButtonMouseClicked(java.awt.event.MouseEvent evt) {                                     
            // TODO add your handling code here:
            OKClick();
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new PingTest().setVisible(true);
        // Variables declaration                     
        private javax.swing.JLabel AN;
        private javax.swing.JButton OKButton;
        public static java.io.OutputStream outputStream;
        public static java.io.InputStream inputStream;
        public static java.util.Enumeration portList;
        public static javax.comm.CommPortIdentifier portId;
        public static javax.comm.CommPort commPort;
        public static javax.comm.SerialPort serialPort;
        public static byte[] readBuffer=new byte[20];
        public static int numBytes=0;
        private java.awt.Color Fail=java.awt.Color.red;
        private java.awt.Color Pass=java.awt.Color.blue;
        public static int requestCommand;
        public static int receiveCount=0;
        public static boolean portOpen=false;
      // End of variables declaration 
        public void serialEvent(javax.comm.SerialPortEvent event){
                switch(event.getEventType()){
                    case javax.comm.SerialPortEvent.BI:
                    case javax.comm.SerialPortEvent.OE:
                    case javax.comm.SerialPortEvent.FE:
                    case javax.comm.SerialPortEvent.PE:
                    case javax.comm.SerialPortEvent.CD:
                    case javax.comm.SerialPortEvent.CTS:
                    case javax.comm.SerialPortEvent.DSR:
                    case javax.comm.SerialPortEvent.RI:
                    case javax.comm.SerialPortEvent.OUTPUT_BUFFER_EMPTY:
                         break;
                    case javax.comm.SerialPortEvent.DATA_AVAILABLE:   
                        try{
                                 numBytes=inputStream.read(); 
                                     if(numBytes==0x54)  {
                                        // display some message
                     else if(numBytes==0x41)  {
                                        // display some message
                                    else if(numBytes==0x46)  {
                                         // display some message
                      else if(numBytes==0x42)  {
                                             // display some message
                        }catch (java.io.IOException e){}
                        break;
        public void OKClick(){
            if(portOpen){
                        serialPort.close();
                        portOpen=false;
            OpenPort();
            try{
               Thread.sleep(500);
            }catch(java.lang.InterruptedException e){//display error}
            try{
                outputStream.write(0x39);
            }catch(java.io.IOException e){//display error}
            //display some Progress Message
        public void OpenPort(){
             portList = javax.comm.CommPortIdentifier.getPortIdentifiers();
            while (portList.hasMoreElements()) {
                portId = (javax.comm.CommPortIdentifier) portList.nextElement();
                if (portId.getPortType() == avax.comm.CommPortIdentifier.PORT_SERIAL) {
                    if (portId.getName().equals(Welcome.CommPort)) {
                        try {
    serialPort =  (javax.comm.SerialPort)portId.open("FCAT-01ATE",2000);
                                           } catch (javax.comm.PortInUseException e) { //display error}
                        portOpen=true;
                        serialPort.notifyOnDataAvailable(true);
                        try{
                            serialPort.addEventListener(this);
                        }catch (java.util.TooManyListenersException e){ //display erro}
                        serialPort.disableReceiveTimeout();
         try {
                            outputStream = serialPort.getOutputStream();
                        } catch (java.io.IOException e) { //display erro}
                            try {
                                inputStream=serialPort.getInputStream();
                            }catch (java.io.IOException e){ //display erro}
                                serialPort.notifyOnDataAvailable(true);
         try {
                            serialPort.setSerialPortParams(Welcome.Speed, javax.comm.SerialPort.DATABITS_8, javax.comm.SerialPort.STOPBITS_1,
                                javax.comm.SerialPort.PARITY_NONE);
                        } catch (javax.comm.UnsupportedCommOperationException e) { //display erro}
    }Probably the command after clicking OKButton is not reaching the H/W. because the ATE will surely respond if it receives the command and that is tested several times.
    Thanks.

  • Time Machine does not backup after using second Mac on different volume.

    Hi.
    I use an airport extrem with an external usb hdd. It has 3 partitions. On the first one I made an TM-backup (MBP 2.2 Leo), all worked fine. Then I made a second TM-backup (MacBook) on the second partition. Worked fine too. But now TM on my MBP is not able to backup any more. When TM starts, it just "prepares" but never actually backs up.
    What is the Problem and how do i fix it?
    08.05.08 19:43:48 /System/Library/CoreServices/backupd[192] Backing up to: /Volumes/Backup of Thomas MBP/Backups.backupdb
    08.05.08 19:43:51 /System/Library/CoreServices/backupd[192] Event store UUIDs don't match for volume: Mac HD
    08.05.08 19:43:51 /System/Library/CoreServices/backupd[192] Node requires deep traversal:/ reason:kFSEDBEventFlagMustScanSubDirs|kFSEDBEventFlagReasonEventDBUntrustable|
    Message was edited by: Thomas_xp

    Time Machine will only back up HFS+ (Mac OS Extended) formatted drives. Reformatting will erase the drive so make sure everything on it is safely copied elsewhere and verify a few test files before erasing the drive. Getting rid of the FAT32 formatting has been problematic for quite a few people. The directions in this article are for good for getting rid of the FAT32 formatting. They are for formatting a Time Machine disk but the directions will work just as well for your purposes.

  • Trackpad does not respond after a second when using Keyboard

    This problem is still persistent even after setting the SmartSense sliders to "off" and the Option in Mouse and Touchpad Settings to "No Delay". After researching online, some users in other blogs recommended changing the values in the registry, specifically the string called "PalmKms" to 0 value. Is this recommended, or is there another solution? I would rather not change values in my registry, as I do not know how it will affect my computer.

    Mylenium
    Thank you for the suggestions.
    I checked the WIndows log files. It reported the following error:
    The program Acrobat.exe version 10.1.1.33 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 4770
    Start Time: 01d0079a09bba381
    Termination Time: 13
    Application Path: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe
    Report Id: 4f145db6-7391-11e4-8fc1-005056c00001
    I ran for the memory diagnostics as it showed the error with video card error. My NVDIA graphics card is not working properly. Do you think that could be a problem?I am running on Windows 7 64 bit computer. It also complains about the incompatibility with 64 bits.
    Thank you.

  • Delay of several seconds during a call

    IPhone 6 is my phone when I buy her tapes 8.0.2 when he answered the call takes about 2 seconds after pressing the green kiosks connected. He feeds after update 8.1.1 is still the same problem.mnaz heard other people who had the same problem with their phone (iPhone 4S and 5 and 5 s)
    Is this problem solved his new tapes? Please help me to solve my problem. Thank

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the sessionstore.js [2] file and possible sessionstore-##.js [3] files with a number and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js
    * [3] http://kb.mozillazine.org/Multiple_profile_files_created

  • J2EE Engine JC00 of SAP System did not come up after 200 seconds waiting fo

    Hi,
    In the process of installing SAP WEBAS for java, during the last phase of installaion I am getting this problem
    J2EE Engine JC00 of SAP System EPD did not come after 200 seconds waiting for another 20 seconds.
    my platform is
    AIX 5.3
    jsdk jsdk1.4.2 64 bit
    Can any one help me out as I am stuck and getting no help from anywhere
    pradeep

    Hi Pradeep,
    Check your trace files in the /usr/sap/<SID>/DVE.../work directory (dev_bootstrap, dev_disp, log_bootstrap etc..) for any errors preventing J2EE from starting.
    It can be related to incorrect java path in the instance profile, incorrect JDK (see the OSS note # 716927).
    You can restart J2EE engine via SMICM once you clarify the issue.
    Regards,
    Mike

  • Firefox after 30 seconds lands me at Mac OS X Server

    Logging into a Vessel Management Site (paid) it normally loads in 5sec, after last FF update it will not load after 30 seconds and takes me to Mac OS X Server.

    If you have this model of G4 1.67 Powerbook:
    http://www.everymac.com/systems/apple/powerbookg4/stats/powerbook_g4_1.67_15hr.html
    Then 10.4.0 Server won't install. There will be drivers missing.
    If your supplied restore disks are bad, then you need to get those replaced.
    Simply don't use the Mighty Mouse during the install, there's no need.
    When installing a stock 10.4 server overtop a system that comes with a newer OS, even if it's just 10.4.1, Apple has a very specific set of procedures you must follow
    http://docs.info.apple.com/article.html?artnum=302960
    The target-mode hint won't work for installing Mac OS X client (vs. Server) because your powerbook is a G4 and the Mini is Intel-based.
    And there is no Universal Mac OS X client installer yet.
    If your Server install is the 10.4.7 Universal Binary version, then it should be new enough to install onto your Powerbook, although it is not supported hardware. In which case you might be able to use the Target-mode tip suggested. It may or may not work.
    Probably the only legal way for you to do this is to uninstall OS X Server from your mini first. You'll have to check with Apple on that one.
    At the very least, if you are only using it on one machine then in spirit if not in letter, you might be fine.

  • Calling a method after 10 seconds

    Hello,
    I need to call a method after 10 seconds. That is to make sure that if one particular field is updated, say 3 times in a window of 10 seconds, I should just be able to take the last value and process it, in my ajax app. I am so far using the Timer class, but the problem is, it ticks off a thread for every single request to be processed after 10 seconds and processes all the 3 requests, where as I should just be running that method once for the last request. Could you please help me with this ?
    Cant do this at the client level, for the page may be closed within those 10 seconds of the event and the setTimeout wont work then.
    This is what I made so far.:
    final Map<String, Object> mp = new HashMap<String, Object>();
    if(form.getEmpId() != null )
                mp.put(form.getEmpId().toString(), form);
                new java.util.Timer().schedule(new java.util.TimerTask()
                   public void run()
                      EmpForm form1 = (EmpForm)mp.get(empId.toString());
                      String empId = form1.getempId().toString();
                      String value1Changed = form1.getValue1Changed().toString();
                      String value2Changed = form1.getValue2Changed().toString();
                      myService.changeData(empId, value1Changed, value2Changed),
                }, 10000);
             }

    Thanks for replying
    tjacobs01 wrote:
    My recommendation is that you share an AtomicReference between your timer and the listener that is receiving the updates. This way, the listener can just update the value, and the timer uses the latest one when it wakes upOk, out of my limited understanding, I looked up AtmoicReference and found it a class. I think I cant use that since I am maintaining a list of empIds against the object that holds their data in a hashmap, expecting the map to override the empId on the second request. So, I made a final map and thought Id just push the timer scheduler method in another method, but the problem is, for me to ask that thread (which I expect to run after 10 seconds of my calling) to run, I need to call it somewhere, and as soon as I get a request I am calling the method which runs/ticks off the thread.
    I was thinking that since I am passing and using a final map (that I declared as a class level variable), I will be able to put update the map object and whenever the thread runs, will fetch the latest value (of the empId) in the map. But I guess I am doing it wrong. :(

  • After 13 seconds i cannot hear anything on my skyp...

    Hi
    My skype phone loses its sound from the earpiece but the person on the other side can hear me , after 13 seconds in a call .
    This only happens with skype calls. It works perfectly as a normal cordless phone.
    Has anyone had the same problem and if yes did they find a solution ?

    Is the volume turned down?

  • Disturbing sounds during the calls / impossibility to finish the call then

    Dear Apple,
    always when any message comes or alarm is set upetc and I am having a phonecall at this moment, always all these sounds are disturbingme during this call. And the biggest problem is to finish the call then – i cantclick on „Finish“ because of previously incoming notifications shown on thescreen. How to solve this situation? Is there any chance not to be bothered bysounds during the calls?
    Thanks for your help. Pavel

    Flip the ring/silent switch while on a call.

  • Error during webservice call

    Hi all,
    Has anyone worked on Inspire. I am working on a typical scenario integration on primavera with PS.
    But when I do start sync I get " could not start Synch. Error during webservice call"
    When I check Sender SOAP CC in SAP PI in RWB , I get no information. It's status is green and no logs. Also SXMB_moni has no logs.
    Is there a problem with my Sender SOAP CC confihuration .or application has failed
    Can anyone help me on this.
    Regards,

    Hi,
    I tried to reach the URL using SOAPUI but got the following error :
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP:Body>
          <SOAP:Fault>
             <faultcode>SOAP:Server</faultcode>
             <faultstring>Server Error</faultstring>
             <detail>
                <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                   <context>XIAdapter</context>
                   <code>ADAPTER.JAVA_EXCEPTION</code>
                   <text>com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Application:STREAM_TRANSFORMATION_EX:
         at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:1193)
         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:592)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy1413.process(Unknown Source)
         at com.sap.aii.af.app.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:287)
         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:592)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy788.process(Unknown Source)
         at com.sap.aii.adapter.soap.web.MessageServlet.callModuleProcessor(MessageServlet.java:187)
         at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:513)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:162)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:81)
         at com.sap.engine.services.servlets_jsp.server.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:124)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:73)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:468)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:399)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:388)
         at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:84)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:244)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:428)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:247)
         at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:327)</text>
                </s:SystemError>
             </detail>
          </SOAP:Fault>
       </SOAP:Body>
    </SOAP:Envelope>
    What could  be the issue. Plz help

Maybe you are looking for