Soap.name.NameImpl incompatible with SOAPHeaderElement

Hi , I am trying to decompose a SOAP message and
I am getting the following exception :
Exception in thread "main" java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.name.NameImpl
     at com.acme.dw.tri.MessageReader.displayAttributes(MessageReader.java:128)
     at com.acme.dw.tri.MessageReader.unmarshallMessage(MessageReader.java:106)
     at com.acme.dw.tri.MessageReader.main(MessageReader.java:156)
Here is the code :
package com.acme.dw.tri;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.StringReader;
import java.util.Iterator;
import javax.xml.soap.MessageFactory;
import javax.xml.soap.Name;
import javax.xml.soap.SOAPBody;
import javax.xml.soap.SOAPElement;
import javax.xml.soap.SOAPEnvelope;
import javax.xml.soap.SOAPException;
import javax.xml.soap.SOAPHeader;
import javax.xml.soap.SOAPHeaderElement;
import javax.xml.soap.SOAPMessage;
import javax.xml.soap.SOAPPart;
import javax.xml.transform.Source;
import javax.xml.transform.stream.StreamSource;
import com.acme.dw.util.FileIO;
import com.acme.dw.util.JWhich;
* @author l
public class MessageReader {
     public MessageReader () {
      * @param _message_file
      * @return
     public SOAPMessage readSOAPMessageFromFile (String _message_file) {
          String msg = "";
          SOAPMessage soap_msg = null;
          try {
               msg = FileIO.readFileIntoStr(_message_file);
          } catch (FileNotFoundException fnfe) {
               System.out.println("Can not read " + _message_file);
               fnfe.getMessage();
               fnfe.printStackTrace();
          } catch (IOException e) {
               System.out.println("Other exception in readSOAPMessageFromFile");
               e.getMessage();
               e.printStackTrace();
          // If you don't have the FileIO package read from the file like this:
          // FileInputStream fis= new FileInputStream(_message_file);          
          // StreamSource src = new StreamSource(fis);
          // Make the string into a javax.xml.soap.SOAPMessage
          try {
            MessageFactory factory = MessageFactory.newInstance();
            soap_msg = factory.createMessage();
            SOAPPart sp = soap_msg.getSOAPPart();
            StringReader char_stream = new StringReader(msg);           
            Source src = new StreamSource(char_stream);
            sp.setContent(src);
            soap_msg.saveChanges();
          catch (SOAPException se) {
               System.out.println("SOAPException in readSOAPMessageFromFile");
               se.getMessage();
               se.printStackTrace();
              return null;
          return soap_msg;
      * Given a SOAP message in a string, it returns a specific tag
      * @param _tag
      * @return
     public String unmarshallMessage (SOAPMessage _soap_msg) {
        SOAPEnvelope envelope = null;
          try {
               envelope = _soap_msg.getSOAPPart().getEnvelope();          
               SOAPHeader header = envelope.getHeader();
               SOAPBody body = envelope.getBody();
               Iterator<SOAPHeaderElement> allhe = header.examineAllHeaderElements();
               SOAPHeaderElement she = null;
               while(allhe.hasNext()) {
                    she = (SOAPHeaderElement)allhe.next();
                    Iterator attr = she.getAllAttributes();
                    displayAttributes(attr);
                    boolean mu = she.getMustUnderstand();
                    System.out.println("mustUnderstand is : " + mu);
         } catch (SOAPException se) {
               System.out.println("SOAPException in unmarshallMessage");
               se.getMessage();
               se.printStackTrace();
          return null;
     private void displayAttributes (Iterator<SOAPHeaderElement> _attr) {
        while (_attr.hasNext()) {
              System.out.println("before next");
             SOAPHeaderElement se = _attr.next();    // <---- this is where the exception occurs
              System.out.println("after next");
             Name se_name = se.getElementName();
             System.out.println("Attribute name  : " + se_name);
             System.out.println("Attribute text      : " + se.getAttributeValue(se_name));            
      * @param args
     public static void main(String[] args) {
          if (args.length < 1) {
            System.out.println("USAGE : " + FileIO.class.getName() + "<file_name>");
            System.out.println("<file_name> is the file that contains the SOAP message");
            return;
          // where is the class loaded from
          JWhich.which ("javax.xml.soap.MessageFactory");
          // JWhich.which("org.apache.axis.message.PrefixedQName");
          JWhich.which("javax.xml.soap.SOAPHeaderElement");
          String _file = args[0];
          MessageReader mr = new MessageReader();
          SOAPMessage sm = mr.readSOAPMessageFromFile(_file);
          String umsm = mr.unmarshallMessage(sm);
          System.out.println(umsm);
}And here is the list under the "Order and Export" tab
in Eclipse --> Project --> Properties --> Java Build Path
tri/src
util
j2ee.jar - C:\Sun\AppServer\lib
javaee.jar - C:\Sun\AppServer\lib
appserv-ws.jar - C:\Sun\AppServer\lib
JRE System Library [jre1.5.0_08]
Thanks in advance for your help.
Of course, if you know of a better / simpler way to do this, that
would help as well.

Hi,
and update:
in 10.1.3.3.2
     <parameters>
          <parameter name="PM_cycle_count" dataType="number"/>
     </parameters>
<element name="CF_CYCLE_COUNT" value="PM_cycle_count" function=""/>
works perfect!!!
in 10.1.3.4.1
<element name="CF_CYCLE_COUNT" value="PM_cycle_count" function=""/>
gives java.lang.Float.
BIP's (10.1.3.4.1) expectation was:
<element name="CF_CYCLE_COUNT" value=":PM_cycle_count" function=""/>
Eldar A.
Edited by: Eldar.A on 25.06.2010 4:17

Similar Messages

  • My iWeb image names are incompatible with FTP servers and must be renamed but I can't find the images in iWeb. I can upload to a desktop file and change them there but then I would need to download them to a new site in iWeb to publish them.

    my iWeb image names are incompatible with FTP servers and must be renamed but I can't find the images in iWeb. I can upload to a desktop file and change them there but then I would need to download them to a new site in iWeb to publish them. 
    What's the answer?
    Thanks 

    Many thanks to  responded to my question and sorry not to get back sooner.
    Yes, I discovered by this unfortunate experience that the names of photos are a serious issue if the site is to ever go to an FTP server.  Apple should discuss this carefully in their "manual".
    One more question:  I uploaded the website to a folder on my desktop. When I open it, unlike the photos in iWeb, there are folders for each page which have all the photos in them. I went through each folder and changed the names to be FTP compatible. I'm using iWeb SEO Tool which allows one to upload from this local folder to an FTP server but having trouble.
    Is this because there is an imbedment in iWeb that uses the old photo names to link to the actual photos and it can't find them because of the name changes?
    Thanks again for your help ...
    Phil McP

  • Incompatible with Adobe InDesign (Error code: 14)

    Hi all,
    I've been having major problems with InDesign CS3 and OS 10.5. It always crashes when I try to Place, Export, Save As, anything that requires it to navigate the finder.
    Now, while trying to export to PDF, the document froze. So I had to force quit it. Now ANY InDesign file I try to open gives me the error message:
    The file "file name" is incompatible with Adobe InDesign (Error code: 14).
    Has anyone experienced this? I'm now stuck as I cannot open anything to get some work done.
    Thanks in advance.

    Hi all
    I have the excat same problem. Indesign CS5 and also my CS4 comes op with the error code 14.
    It qrashes before I get into the program, also when I open it throug the program Icon and not the file.
    I have tried:
    Restarting
    Shot down and take out the power cord for severeal minutes
    Deleting the preference files "Defaults" and "SavedData" manualy
    Deleting the file "InfoPlist.Strings" in folder "itlproj" which was a folder that keept showing on restart. (it was a italian languae to a dropdown shadow throug Flash CS5)
    Remove indesign CS5 and CS4 (with the program uninstall icon) and reinstalled it
    I have no clue to what more I can do. Think it could be a system fault. I have the following:
    Mac OS X Version 10.6.8
    Dual core Intel Xeron
    Snow leopard
    It just suddenly didnt work. Couldnt copy paste text from a mail into a file in Indesign and then it just crashed. Havent installed any new updates or programs so it is very weird.
    Any help would be very much appriciated
    Take care
    Fustrated Jinnie

  • HP smart web printing is incompatible with Firefox 7.0.1

    HP smart web printing is incompatible with Firefox 7.0.1
    Product name and model number: HP PHotosmart X7280 all in one printer
    OS : Windows seven 32 bit system

    Anytime that there is a browser upgrade, it affects add ons functionality. If it is in the works to make it compatible, then it simply takes time for our team to create the necessary changes. But, as history has shown, the changes are never as easy as you would think, and occasionally is not compatible without a complete rewrite of the program. If it is made compatible, it will be listed when available on the Web Printing homepage.
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • File to Web service (SOAP) to File scenario with out BPM in PI 7.1

    Hi All,
    I have scenario File to Web service (SOAP) to File scenario with out BPM.i am getting the below error:
    1) Error MP: unexpected exception caught com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId
    2) Error ROB: error during processing: com.sap.aii.af.lib.mp.processor.ModuleProcessorException: Processing Error
    PI server is 7.1 with SP:8
    I have configured the scenario like this
    1) 2 File channels - Sender & Receiver ,1 RFC channel - Receiver. We need to note that, the additional Module parameters need to be added only for sender File channel
    2) Created Sender Agreement
    3)Created Receiver Determination
    4)Created Interface Determination
    5)Created Receiver Agreement
    Regards,
    Ramesh

    Hi,
    Thanks for your reply!!
    My Scenario is File to SOAP to File.
    Configred modules  in Sender channal below:
    Prcessing sequence:
    Number       Module Name                                        Module Key
    1..........       AF_Modules/RequestResponseBean.......1
    2..........       CallSapAdapter..........................................2
    3..........       AF_Modules/ResponseOnewayBean.......3
    Module Configuration:
    Module Key                                       Parameter Name                                       ParameterValue
    1                                                        passThrough                                            true
    3                                                        receiverChannel                                       receiverChannel name
    3                                                        receiverService                                        receiverService name
    please tell any more confiration requered.
    Regards,
    Ramesh

  • Incompatible with interface - Exception in Adapter Module

    Hi Experts,
    I have a custom adapter module deployed on PI 7.1. Once i post any message, i am getting below exception in CC monitoring.
    Message processing failed. Cause: java.lang.ClassCastException: class $Proxy3125_10002:sap.com/ClearModule_EAR @ com.sap.engine.boot.loader.ResourceMultiParentClassLoader @ 6daa7537 @ alive incompatible with interface com.sap.aii.af.lib.mp.module.ModuleLocal:library:com.sap.aii.af.lib @ com.sap.engine.boot.loader.ResourceMultiParentClassLoader @ 15d75e80 @ alive
    I used NWDS 7.1 to develop the module.
    the EJB is stateless.
    Can any one have any idea about the exception.
    Please help me out here.
    Thx in advance,
    Brian

    Hello,
    i forgot to modify the four interfaces' name when i create the EJB, ie my Bean class is "ss.cod.de.EjdBean", then the "Remote Interface" & "Home Interface" are setted respectively and defaultly as "ss.cod.de.EjdRemote" & u201Css.cod.de.EjdHomeu201D, the u201CLocal Interfaceu201D & "LocalHome Interface" are the same to the two interface above.
    everything was well while i rectified all the interfaces as "com.sap.aii.af.lib.mp.module.ModuleHome", "com.sap.aii.af.lib.mp.module.ModuleLocal", "com.sap.aii.af.lib.mp.module.ModuleLocalHome" and "com.sap.aii.af.lib.mp.module.ModuleRemote".
    hope its help 4 u.
    good luck.
    thx & br,
    Brian

  • RPC/SOAP-Encoded Web Service with Workshop

    Is there anyway to create a RPC/SOAP-Encoded Web Service with Workshop ? There is an "encoding" attribute in the autotype ant task but no corresponding properties in Workshop.

    Hi,
    Thanks for the reference.
    I have checked both in the wsdl and the Soap message,
    rpc property effectively means rpc/encoded. Now that
    would say that RPC/Literal is not supported ?
    Here are what the messages looks like with rpc and
    document properties
    Thanks all for making this clear.
    document wlw property = Document/Literal
    <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <ns:getEmployeeResponse xmlns:ns="http://www.openuri.org/">
    <ns:getEmployeeResult xmlns:ns="http://www.openuri.org/">
    <ns:Address xmlns:ns="http://www.openuri.org/">
    <ns:City xmlns:ns="http://www.openuri.org/">Luxembourg</ns:City>
    <ns:Country xmlns:ns="http://www.openuri.org/">LU</ns:Country>
    <ns:Number xmlns:ns="http://www.openuri.org/">2</ns:Number>
    <ns:PostCode xmlns:ns="http://www.openuri.org/">1000</ns:PostCode>
    <ns:Street xmlns:ns="http://www.openuri.org/">Bld. Royal</ns:Street>
    </ns:Address>
    <ns:Age xmlns:ns="http://www.openuri.org/">20</ns:Age>
    <ns:Name xmlns:ns="http://www.openuri.org/">Dupont</ns:Name>
    <ns:FirstNames xmlns:ns="http://www.openuri.org/">
    <ns:String xmlns:ns="http://www.openuri.org/">Jean</ns:String>
    <ns:String xmlns:ns="http://www.openuri.org/">Jacques</ns:String>
    </ns:FirstNames>
    </ns:getEmployeeResult>
    </ns:getEmployeeResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    rpc wlw property = RPC/Soap-Encoded
    <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <ns:getEmployeeResponse xmlns:ns="http://www.openuri.org/">
    <getEmployeeResult xmlns:s="http://www.openuri.org/encodedTypes" xsi:type="s:Employee">
    <Address xsi:type="s:Address">
    <City xsi:type="xsd:string">Luxembourg</City>
    <Country xsi:type="xsd:string">LU</Country>
    <Number xsi:type="xsd:int">2</Number>
    <PostCode xsi:type="xsd:string">1000</PostCode>
    <Street xsi:type="xsd:string">Bld. Royal</Street>
    </Address>
    <Age xsi:type="xsd:int">20</Age>
    <Name xsi:type="xsd:string">Dupont</Name>
    <FirstNames SOAP-ENC:arrayType="xsd:string[2]" xsi:type="SOAP-ENC:Array">
    <String xsi:type="xsd:string">Jean</String>
    <String xsi:type="xsd:string">Jacques</String>
    </FirstNames>
    </getEmployeeResult>
    </ns:getEmployeeResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Message was edited by phcollignon at Aug 27, 2004 2:54 AM

  • CC version incompatible with Mavericks?

    Hi, i just upgraded my Mac to Mavericks. I got a message saying 'This version of Adobe CC is incompatible with the system.' Also, im getting a big PS CC error (inserted). AND, ive lost all the fonts i downloaded to my mac from Typekit. How do i resolve this? Pls help urgently. Thanks!

    Thanks for giving that a try!  Would you please send your recent sync log files to [email protected] so we can take a look?
    On OS X:
    * Open the Finder
    * under the Go menu, select "Go To Folder"
    * in the window that opens, type:  /Users/(username)/Library/Application Support/Adobe/CoreSync/
    Note that you need to replace "(username)" with your own account name.
    (Or if you are comfortable working from the Terminal, cd to $HOME/Library/Application Support/Adobe/CoreSync/)
    Attach the recent CoreSync-yyyy-MM-dd.log files to an email. Please don't send a zip file, as they often get flagged as spam.
    Thanks again,
    -- liz

  • Getting error message when I attempt to update my apps.  Error says This app Is Incompatible with this iPad.

    I am getting an error message when I attempt to update my apps.  It says "This App Is Incompatible with This iPad"  Have never had this problem before, any suggestions?

    Hello Jones The Steam
    Check the App to see what Apple ID it is associated with. If it is with another Apple ID, you would need to delete it and download it with your current Apple ID.
    Recovering a forgotten iTunes Store account name
    http://support.apple.com/kb/ht1920
    Regards,
    -Norm G.

  • Cannot boot from Windows 8 notebook - Error: Operating system version is incompatible with Startup Repair

    Hi all,
    I have searched through forums, but could not find the solution to my problem:
    I have a notebook ASUS with Windows 8 preinstalled.
    Yesterday I was doing some housecleaning jobs with some freeware tool (don't remember the name).
    Afterwards I have not been able to boot into Windows.
    CURRENT SITUATION: When I switch the PC on, after the welcome screen of ASUS and Windows 8 the system goes to a blank screen (no cursor, no mouse, CTRL+ALT+DEL not working).
    On next reboot, it does not start automatically the Recovery/Repair procedure and goes through the same steps again. It's not a loop, it just hangs.
    Looking into c:\windows\system32\LogFiles\Srt\srttrail.txt I see the following error message at the bottom of the file on the time of my last boot attempt: "Operating system version is incompatible with Startup Repair"
    I tried several things without success, so now I want to solve the problems one by one and first thing is to understand what might be causing the "Operating system version is incompatible with Startup Repair" error and how it can be solved.
    Thanks for reading

    Hi,
    Any update here?
    I agreed with the others.  First, if we have any backup available to restore Windows 8.1, we may take use of that.
    If we don't have any backup available, we'd better contact the manufacturer side for a deeper help.
    Or as Janek Fehn suggested, make a clean install of Windows 8, then update to Windows 8.1 again.
    Best regards
    Michael Shao
    TechNet Community Support

  • ?? System Update Incompatible with Win 7 Service Pack 1 ??

    Hello everyone,
    I have two ThinkPads.One's a T61p and the other is a W500. Both have Windows 7 Service Pack 1 (beta) installed and both have ThinkVantage System Update 4 (v4.00.0024) installed.
    It seems the System Update is incompatible with Service Pack 1. When I try to run the System Update, it seems to start fine but when I try to get new updates, I receive the message, "An error occurred while gathering user information."
    Has anyone else had this error? Will a new (compatible) version of System Update be released?
    Thanks

    i had the same problem got it working by adding until they update for now
      <OS>
       <OSTVIA>WIN7-ULT.SP1</OSTVIA>
       <OSeGatherer>
        <Name>WINDOWS 7 Ultimate</Name>
        <ServiceRelease>Service Pack 1</ServiceRelease>
       </OSeGatherer>
       <OSQuest>Windows 7</OSQuest>
      </OS>
    in the MappingInterface.xml located at
    C:\Program Files\Lenovo\System Update\session\system\SSClientCommon

  • AT&T Incompatible with WRT54G v8.0.0.7?

    I recently upgraded the firmware of my WRT54G from v8.0.0.2 to v8.0.0.7 so that I could use it with my PS3 at school.
    I'm home for spring break, and, naturally, I brought my router with me, as my parent's router (a WRT54G v8.0.0.2) won't work with the PS3.
    I plug it in, get full bars on my laptop, and nothing. It doesn't work. PS3 is still in the box. I shut everything down, reset the router, blah blah blah, still nothing. Full bars, but pages won't load.
    Now, the v8.0.0.2 here at the house works just fine; as soon as I plug it in, I can immediately navigate pages. But as soon as I plug in my v8.0.0.7, it stops working. However, I use it at school all the time, for everything with no problems. It works at my friends house as well.
    The only difference between here and there is that we have Charter at school (and my friend's house) and AT&T at home.
    Is v.8.0.0.7 incompatible with AT&T DSL for some reason? I can find no other explanation.
    Solved!
    Go to Solution.

    Derp.
    Charter's router at school only needs a router with DHCP Auto-Config turned on to run.
    AT&T uses PPPoE, so all I had to do was plug in my parent's name and password, and it worked. That simple. I overthought this to the max, it was such an easy fix.

  • GuardedMessageContext incompatible with MessageContext

    I am trying to deploy a web services that are running on WAS 6.0 onto WAS 7.0 and getting an exception while making a call to the webservice. I tried looking for some information to find the cause of exception and difference in the results but could not find much. Any help or leads are much appreciated. Here is the exception stacktrace.
    com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandlerChain handleRuntimeException WSWS3035E: Error: com.btmu.business.service.handlers.CustomSessionHandler.handleRequest threw RuntimeException.
    java.lang.ClassCastException: com.ibm.ws.webservices.engine.GuardedMessageContext incompatible with com.ibm.ws.webservices.engine.MessageContext
    at com.btmu.business.service.handlers.CustomSessionHandler.handleRequest(CustomSessionHandler.java:71)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.HandlerProxy.handleRequest(HandlerProxy.java:145)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandlerChain.handleRequest(JAXRPCHandlerChain.java:334)
    at com.ibm.ws.webservices.engine.handlers.soap.SOAPHandlerChain.handleRequest(SOAPHandlerChain.java:179)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invokeServerRequestHandler(JAXRPCHandler.java:506)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCSOAPHandler.invokeServerRequestHandler(JAXRPCSOAPHandler.java:184)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler$1.invoke(JAXRPCHandler.java:380)
    at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:209)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invoke(JAXRPCHandler.java:152)
    at com.ibm.ws.webservices.engine.handlers.WrappedHandler.invoke(WrappedHandler.java:64)
    at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:229)
    at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:229)
    at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:336)
    at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doPost(WebServicesServlet.java:908)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
    at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:344)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1449)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3610)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:274)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:926)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1016)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:639)
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1772)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
    [4/24/13 9:55:59:133 EDT] 00000030 WebServicesSe E com.ibm.ws.webservices.engine.transport.http.WebServicesServlet doPost WSWS3227E: Error: Exception:
    WebServicesFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultString: WSWS3035E: Error: com.btmu.business.service.handlers.CustomSessionHandler.handleRequest threw RuntimeException.
    faultActor: com.btmu.business.service.handlers.CustomSessionHandler
    faultDetail:
    WSWS3035E: Error: com.btmu.business.service.handlers.CustomSessionHandler.handleRequest threw RuntimeException.
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandlerChain.handleRuntimeException(JAXRPCHandlerChain.java:593)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandlerChain.handleRequest(JAXRPCHandlerChain.java:400)
    at com.ibm.ws.webservices.engine.handlers.soap.SOAPHandlerChain.handleRequest(SOAPHandlerChain.java:179)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invokeServerRequestHandler(JAXRPCHandler.java:506)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCSOAPHandler.invokeServerRequestHandler(JAXRPCSOAPHandler.java:184)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler$1.invoke(JAXRPCHandler.java:380)
    at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:209)
    at com.ibm.ws.webservices.engine.handlers.jaxrpc.JAXRPCHandler.invoke(JAXRPCHandler.java:152)
    at com.ibm.ws.webservices.engine.handlers.WrappedHandler.invoke(WrappedHandler.java:64)
    at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:229)
    at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:229)
    at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:336)
    at com.ibm.ws.webservices.engine.transport.http.WebServicesServlet.doPost(WebServicesServlet.java:908)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
    at com.ibm.ws.webservices.engine.transport.http.WebServicesServletBase.service(WebServicesServletBase.java:344)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1449)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3610)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:274)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:926)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1016)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:639)
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1772)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

    It looks like the issue is thrown on the IBM WAS. We request you to reach Websphere Support Team on the issue.
    Thanks,
    Vijaya

  • RMAN incompatible with TARGET database

    I have two databases:
    The database with the catalog, version 8.1.7.
    The database to be backed up (target), version 8.0.6.
    When I try to connect to the target, I get an error stating: Recovery Manager incompatible with TARGET database: RMAN 8.0.4 to 8.0.4 required
    I've tried changing the "compatible" parameter to 8.0.4, but then I get an error when I restart the database (regarding locally managed tablespaces, which I am not using).
    Any idea what I need to do to connect to the target database?
    thanks....

    Hi !
    I guess you have confused the compatible init.ora parameter with RMAN compatible parameter ,
    They are entirely different. The excerpts here, which i have taken from the Oracle online docs should
    clear your problem.
    The compatible parameter specifies the minimum acceptable release of the RMAN executable that can function with the catalog. For example, if the recovery catalog compatibility is set to 8.1.4, then only an RMAN executable of release 8.1.4 or later can connect to the catalog.
    You cannot set the compatible parameter to a version that is not supported by the currently-installed DBMS_RCVMAN or DBMS_RCVCAT packages. If you try to set compatibility to a version that is not supported by one of the packages, then you receive an error message that indicates the lowest and highest value you can set, as in the following example:
    RMAN> configure compatible = 8.0.1;
    RMAN-03022: compiling command: configure
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: configure
    RMAN-06455: illegal compatible value 8.0.1: must be between 08.00.04 and 08.01.06
    To view the compatibility level of the recovery catalog:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Start a SQL*Plus session and connect to the recovery catalog database as the recovery catalog owner. For example, enter:
    SQL> connect rman/rman@rcat
    Issue the following query:
    SQL> SELECT value FROM config WHERE name='compatible';
    VALUE
    080106
    To create an 8.1.6 recovery catalog that is usable with a pre-8.1.6 RMAN executable:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This procedure assumes that you have the use of both an 8.1.6 and pre-8.1.6 RMAN executable. The method employed it to use a pre-8.1.6 RMAN executable to create the recovery catalog, and a release 8.1.6 RMAN executable to upgrade it. The compatibility level is automatically set to 8.0.4, which has the implications described in Table 3-1.
    Use a pre-8.1.6 RMAN executable to connect to the catalog database. For example, enter:
    % rman catalog rman/rman@rcat
    Recovery Manager: Release 8.1.5.0.0
    RMAN-06008: connected to recovery catalog database
    Create the recovery catalog and then exit. For example, enter:
    RMAN> create catalog;
    RMAN> exit
    Note:
    If you use a release 8.0 RMAN executable to create the catalog, you must use the catrman.sql script to create the recovery catalog.
    Use the 8.1.6 RMAN executable to connect to the newly created recovery catalog:
    % rman catalog rman/rman@rcat
    Recovery Manager: Release 8.1.6.0.0
    RMAN-06008: connected to recovery catalog database
    Upgrade the recovery catalog to release 8.1.6:
    RMAN> upgrade catalog;
    RMAN> exit
    The compatibility level of the recovery catalog is now automatically set to 8.0.4.
    Regards,
    Mohamed Iqbal.
    [email protected]

  • When I installed the newest update it said some of the features were incompatible with this version of Firfox yet when Firfox starts it says I have the newest version.

    I got a new update. I installed it and it said that some of the features were not installed because they incompatible with this version of Fire. I figured "Okay" and continued. When Firefox opened it said I have the "Newest" version. Great, then how come some of the features are not compatible with the "Newest" version. That makes no sense!

    It is possible that because of changes made to firefox, some other software used with Firefox may no longer be compatibile (for example some toolbars) or it is possible the software may work with Firefox, but the software does not recognise the version of Firefox.
    First of all check the add-ons are up-to-date. Downloading, installing and using the [https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ Compatibility Add-on] may help to allow such Add-ons to be run for testing, and hopefully some may actually work.
    * see [[common questions after after updating firefox]]
    If you are having problems, please state the full name and the version number of any add-on or plugin software that is causing a problem.

Maybe you are looking for

  • Multiple rows Converge to Single row and join

    Hi Folks, I am facing a tricky challenge to join a table with multiple rows and converge into a single row (based on ID, period) and join with another table to get a single row. Let me explain. Table 1: DTL_TABLE (id, period, course, names, title, ty

  • Oracle RDB Driver fails with JDBC/ODBC Bridge

    Has anyone experienced problems using the latest Oracle RDB Driver (3.0.2.0) with the JDBC/ODBC Bridge. We have been using the Oracle ODBC Driver for RDB (2.10.17) successfully on NT, but it is not supported on W2K. The new drivers work fine for Acce

  • My iphone 4 will not charge or connect to itunes.

    I got this from a friend, she had thrown the iphone against a wall and the back glass plate is broken. But it worked fine, really well. A month later it started having battery issues. Now it wont charge. Actually, i have no idea whats really wrong wi

  • My HP 309a all in one printer will not print bar codes like airline boarding passes or tickets.

    I use Windows 7 with XP Pro I have received no error messages and have plenty of free disc space. I have not a clue as to what has happened. I see the ticket with a bar code on my computer screen but when I  try to print it the bad code will not prin

  • Need of a JSP tutorial

    Please give me a link for a JSP (JDeveloper 10g's) tutorial that demonstrate How to Insert and extract data from a table..