Value type and 500 Internal Server Error (SOAP)

Hi,
I'm try to generate, by jdeveloper10g, an Oracle J2EE WebService, on an Oracle Application Server 10g.
One method that i want to publish as web service should return a class, DBVarWS, created by me. This class has a public default constructor, every private fields has its get and set methods, and so on. Jdeveloper creates and deploys the WS without problem. The other methods of the ws work, but this one generate an Error 500:
java.lang.StackOverflowError
     at org.apache.soap.util.xml.XMLJavaMappingRegistry.queryElementType_(XMLJavaMappingRegistry.java:220)
     at org.apache.soap.encoding.SOAPMappingRegistry.queryElementType_(SOAPMappingRegistry.java:593)
     at org.apache.soap.util.xml.XMLJavaMappingRegistry.queryElementType(XMLJavaMappingRegistry.java:235)
     at org.apache.soap.encoding.soapenc.SoapEncUtils.generateStructureHeader(SoapEncUtils.java:130)
     at org.apache.soap.encoding.soapenc.SoapEncUtils.generateStructureHeader(SoapEncUtils.java:117)
     at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:88)
     at org.apache.soap.encoding.soapenc.ParameterSerializer.marshall(ParameterSerializer.java:108)
     at org.apache.soap.util.xml.XMLJavaMappingRegistry.marshall(XMLJavaMappingRegistry.java:292)
     at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:133)
     at org.apache.soap.encoding.soapenc.ParameterSerializer.marshall(ParameterSerializer.java:108)
     at org.apache.soap.util.xml.XMLJavaMappingRegistry.marshall(XMLJavaMappingRegistry.java:292)
     at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:133)
     at org.apache.soap.encoding.soapenc.ParameterSerializer.marshall(ParameterSerializer.java:108)
     at org.apache.soap.util.xml.XMLJavaMappingRegistry.marshall(XMLJavaMappingRegistry.java:292)
     at org.apache.soap.encoding.soapenc.BeanSerializer.marshall(BeanSerializer.java:133)
     ...and fade out, the same lines for 12 pages..
Does anybody see where is my mistake??
Below i copy the source code of the class that (i suppose) generates the problem..
thanks a lot
Mauro
DBVarWS.java
package ims.gui.dbConnectionWStoPublish;
* <code>DBVar</code> contains the data you need to identify and retreive a
* monitorable variable from the database of IMS.
* When you log in the IMS, the application retreive a list of monitorable variable,
* and store a DBVar object for every monitorable var.
* DBVar does not contain the value of the variable: it is used to make the request
* to the database to retreive that value(s).
public class DBVarWS
private String name;
private String session;
private int ta;
private int instance;
private String type;
private String[] token;//"where" "time_ins" ">" etc
//the var is been selected by the user?
private boolean selected;
* Creates a DBVar with the specified name
* @param _name Name of the variable
public DBVarWS(String _name)
name=_name;
selected=false;
token=new String[20];
for(int i=0;i<20;i++) token=null;
public DBVarWS()
token=new String[20];
* Creates a DBVar with the specified name,session,ta,instance and type
* @param _name Name of the variable
* @param _session Session of the varible
* @param _ta Target Address of the variable
* @param _type Datatype of the the variable value: integer, double, etc
public DBVarWS(String name,String session, int ta, int instance, String _type)
name=_name;
session=_session;
ta=_ta;
instance=_instance;
type=_type;
selected=false;
token=new String[20];
for(int i=0;i<20;i++) token[i]=null;
* Return this DBVar object
public DBVarWS getDBVar()
return this;
* Return the DBVar name
* @webmethod
public String getName()
return name;
* Return the DBVar session
* @webmethod
public String getSession()
return session;
* Return the DBVar target address
* @webmethod
public int getTa()
return ta;
* Return the DBVar instance
* @webmethod
public int getInstance()
return instance;
* Return the DBVar value type
* @webmethod
public String getType()
return type;
* Return the DBVar selected flag
* @webmethod
public boolean getSelected()
return selected;
* @webmethod
public String[] getToken()
return token;
* Set the name of the DBVar
* @webmethod
public void setName(String _name)
name=_name;
System.out.println("name = "+_name);
* Set the name of the DBVar
* @webmethod
public void setSession(String _s) { session=_s; }
* Set the targeta address of the DBVar
* @webmethod
public void setTa(int _ta) { ta=_ta; }
* Set the instance of the DBVar
* @webmethod
public void setInstance(int _inst) { instance=_inst; }
* Set the type of the DBVar value
* @webmethod
public void setType(String _type) { type=_type; }
* Set the selected flag of the DBVar.
* Selected is true when the DBVar has been selected by the user
* to be retreived from the database
* @webmethod
public void setSelected(boolean _c) { selected=_c; }
* @webmethod
public void setToken(String[] _token)
token=_token;

Ok the problem is solved, it was about webutil, I had a problem of path and concerning jacob.jar in the configuration files default.env of midtier
If this can help someone
Christophe

Similar Messages

  • Invalid content type for SOAP: TEXT/HTML; HTTP 500 Internal Server Error

    Hi,
    I have this error on a SOAP Receiver Channel: invalid content type for SOAP: TEXT/HTML; HTTP 500 Internal Server Error
    I've found several threads on SDN Forums about similar errors, but I did not find a solution for my problem yet.
    I checked this blog: /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009  Pt.6 applies to my situation, but the proposed solution doesn't solve the problem.
    TRACE Messaging System
    u2026
    2011-06-06 10:59:41.822 Success Delivering to channel: CC_SOAP_RCV_XXX
    2011-06-06 10:59:41.823 Success MP: entering1
    2011-06-06 10:59:41.825 Success MP: processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
    2011-06-06 10:59:41.828 Success SOAP: request message entering the adapter with user J2EE_GUEST
    2011-06-06 10:59:42.012 Error SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 500 Internal Server Error
    2011-06-06 10:59:42.014 Success SOAP: sending a delivery error ack ...
    2011-06-06 10:59:42.014 Success SOAP: sent a delivery error ack
    u2026
    Message Details
    Address   http://aaa.bbb.be:54000/MessagingSystem/receive/AFW/XI 
    Credential   PasswordCredential(PIISUSER):password=******** 
    Transport Headers   accept-encoding=gzip sap-xi-messageid=4DEA11FE90003094E10000000AE908B4 content-length=7520 http=POST host= aaa.bbb.be:54000 user-agent=SAP NetWeaver Application Server (1.0;711) content-type=multipart/related;boundary=SAP_4DEA47CEAD3A5138E10000000AE908B4_END;type="text/xml";start="" soapaction="http://sap.com/xi/XI/Message/30" 
    Configuration Details SOAP Communication Channel
    SOAP Receiver Channel
    No modules configured
    Do not use SOAP Envelope  -> NOT checked
    If I type the target URL in browser it opens (no login required) and I see the available web services.
    Anyone any idea what's the reason for this error?
    Thanks in advance
    Kind Regards
    Edmond Paulussen

    Hi Edmond,
    We faced similar problem & found alternative.
    Try out, if it works for u as well.
    1) Use HTTP Adapter instead of SOAP.
    Transport Protocol : HTTP 1.0
    Message Protocol : XI Payload in HTTP Body
    Adapter Engine : Integration Server
    Addressing type : URL Address.
    Target Host:
    Service Number :
    Path Prefix:
    Authentication type : we hv used Ananymus login, as our login details in payload header.
    Content Type : application/soap+xml;charset=UTF-8( this is IMP).
    Header Fields.
    Name         value
    Host           target host
    XI Payload Manipulation
    XML Code : UTF-8
    Hope, this helps...
    -santosh.

  • WSRM Adapter replaced with soap in PO7.4. Getting error "Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error"

    Hello All,
    We have scenario proxy->pi->webservice. In older versions of PI system they used wsrm adapter at receiver side and it's working fine.
    Receiver interface is asynchronous. So no response structute is present and receiver service is business component(since receiver is a third party).
    During migration, we have replaced the receiver adapter with SOAP adapter and used message protocol as SOAP 1.1 but the message is failing and in communication channel it is showing error "Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error". In this case the receiver interface is stateless xi 3.0 compatible(re using the old), after changing it to just stateless also issue persists.
    In target url field if i prefix the url with "http" then above mentioned error is occurring otherwise if i use the hostname:port/path.. then it is giving error
    "soap: Call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: Unsupported protocol". So maintaing the url as http://hostname:port/pat.....
    As in old channel wsrm channel there is no userid and password, i haven't given any userid/pwd in receiver channel.
    used the bean sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean with  parameters
    Module Key  =  soap
      Parameter Name  =  noSOAPMakeSysErrFromResponseFault
    Parameter Value  =  false
    and
    xmbws.No SOAPIgnoreStatus = true
    but not successful.
    Please help me. I got stcuk here.

    Hello Jannus,
    The connectivity is working fine. Network team has confirmed it. I doubt that any strucutre(header) difference might be present in message when sending with wsrm adapter compared to sending with soap adapter.
    Please let me know the exact difference between soap and wsrm functionality in receiving end.
    By considering the structure issue, i have checked the "do not use soap envelope" check box, then i got error "Response message contains an errorXIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 415 Unsupported Media Type"
    Then i used message transform bean, but not successful.
    Regards,
    Ch.Venkat.

  • HTTP 500 Internal Server Error with Large Attachment in SOAP Scenario

    Hi,
    we have implemented SOAP - XI - SOAP Scenario in our landscape (Sap Neatweaver Process Integration 7.1) .
    One of the functionality of this scenario is the Upload of Documents to External Web Service through standard SOAP Attachment.
    If we try to upload a small file (smaller than 20MB), task works fine and the document is correctly uploaded.
    If we try to upload a larger file, we encountered in this generic error:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapterFramework:GENERAL:com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
         at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:1161)
    We tried to increase timeout parameters (in communication channel and in ICM Value) but the response is the same.
    We verify also if icm/HTTP/max_request_size_KB parameter was set to a value smaller than our file size limit (20MB) but is set to default value (100MB).
    The problem isn't on External Web Service Layer because if we try to upload the same documents directly to that web service upload works fine, and in External Web Service's Log there aren''t any indications of this error.
    So I ask you: are there any System Parameters to verify to solve this issue?
    For additional, in ICM Monitor LOG we can read this WARNING when we call our service:
    WARNING => IcmReadFromConn(id=53/454390): temporarily out of MPI buffers -> roll out [icxxthrio_mt 2646]
    This warning may be related to the problem? If yes, how can we solve it?
    Thanks a lot,
    Marcello Ricci

    Hi ,
      Please answer my following questiosn.
    1)  which PI version are you using?
    2) How many J2EE nodes you have.
    please be reminded that SOAP is not for the heavy messages. Then you need to increase your timeout parameters from BASIS.
    Rgds
    Veeru
    Edited by: viru srivastava on Dec 14, 2010 10:18 PM

  • SOAP Receiver- Error While Sending Message: 500 Internal Server Error

    Hello,
    Our scenario: IDoc to SOAP
    I have added a third party system in the SLD and have used the same in my ID configuration.
    An idoc will be triggered from R/3, which will received in PI, PI will transform the IDoc into SOAP message for the third party system.
    I have tested the scenario in ID from Interface Determination and its successful.
    But when i try to try to test it from RWB, using Test Message in Adapter Engine, I get an error,
    "Error while sending message:500 Internal server error"
    If we test it using a testing software like SOAP UI, it works fine but from PI we get the error mentioned above.
    Regards,
    Abhishek

    Hello,
    Since the IDOC adapter resides on the ABAP stack, you can use this URL instead (it will be sent to the integration engine as Venkata suggested)
    http://host:port/sap/xi/engine?type=entry
    Also check your firewall settings from PI to the third-party system.
    Hope this helps,
    Mark
    Edited by: Mark Dihiansan on Feb 7, 2012 11:48 AM

  • ADAPTER.HTTP_EXCEPTION, HTTP 500 Internal Server Error, in Receiver soap A

    Greetings All,
                         In my scenario i am calling external service of SFDC using receiver soap adapter but i am facing below error in the response.
    ADAPTER.HTTP_EXCEPTION, HTTP 500 Internal Server Error
    I am creating the soap structure/envelope using Java mapping since need to add additional parameter in soap header.
    I am setting the URL in java UDF using parameter TServerLocation.
    In comm channel checked "do not use soap envlope" also set the format to text/xml using MessageTransformBean.
    The service was working fine when tested in SoapUI tool.
    Looking forword for your help and will be appreciated.
    Thanks,
    Sandip

    Hello Sandip, I hope you are doing fine!
    I`m not sure if you are using a sync or async scenario...
    The behavior that you describe is the expected behavior for SOAP receiver adapter in nosoap mode, asynchronous case.
    The explanation that lies behind it is that in nosoap mode the bahavior is just similar to pure HTTP communication. An HTTP 4/5 error received from the target server is treated as HTTP internal error and logged into AFW as an error. The message in an asynchronous scenario without acknowledgements is normally seen as successful on IE side as it is successfully sent to the target system. It can be even successfully consumed by the target webservice, but for amo other reason, the HTTP request from SAP PI to the target system returns HTTP 500 error.
    If you ask for system delivery acknowledgements, you should get a non-successful delivery acknowledgement.
    In synchrnous scenarios, when a response is expected, the behavior is different.
    If this is a sync scenario, there is an official patch released on the service marketplace. SAP Note 1533195 is released.
    In addition to deploying the patch, apply the additional configuration steps. As per this note, for the default module
    sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
    you will need to set:
    Module Key  = soap
    Parameter Name = noSOAPMakeSysErrFromResponseFault
    Parameter Value = false
    If you need to bypass the HTTP errors in the communication with the target system, you need to apply note 1055678.
    To apply it, just add  for the default module
    sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean in your receiver
    channel, Modules tab the following:
    Module Key  = soap
    Parameter Name = XMBWS.NoSOAPIgnoreStatusCode
    Parameter Value = false
    If you need any SOAP fault related behavior or any other SOAP related feature, you should setup the channel to run normal SOAP mode, since as already mentioned nosoap mode is used now.
    In addition, check note:
      856597 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 SOAP Adapter
    section "1. Sender Connection"
    Q: I get a server error "500 Internal Servler Error" from the
    adapter's servlet. What went wrong?
    and get the trace to give you more details of the error.
    One more thing, VERY IMPORTANT.
    I STRONLGY recommend you to update all XI-PI components to latest patch available in the Service Marketplace. Thery are:
    XITOOLS, XIESR, XIAF, XIAFC, MESSAGING, XIGUI. Some of them might not be present depending on the release of you system. e.g: 3.0, 7.0, 7.1
    I hope this helps you.
    Cheers
    Jorge Eidelwein

  • HTTP/1.1 500 Internal Server Error.......content-type: text/html;charset=ut

    Hi
    I have created one web service... while i am testing in WSNAVIGATOR i am getting the following error.........
    <b>Request</b>
    POST /sap/bc/srt/rfc/sap/ZZ_BAPI_CUSTOMER_DISPLAY?sap-client=100 HTTP/1.1
    Host: SAPDEV:8000
    Content-Type: text/xml; charset="UTF-8"
    Connection: close
    Authorization: <value is hidden>
    Content-Length: 578
    SOAPAction: ""
    <?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:CustomerDisplay xmlns:ns1='urn:sap-com:document:sap:soap:functions:mc-style'><CustomerNo>0000040009</CustomerNo></ns1:CustomerDisplay></SOAP-ENV:Body></SOAP-ENV:Envelope>
    <b>Response</b>
    HTTP/1.1 500 Internal Server Error
    content-type: text/html;charset=utf-8
    content-length: 3175
    how to solve this problem.... please help me
    Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

    generally HTTP500 error would generate ABAP dumpt - check txn ST22.
    other thing i have noticed is SAPDEV:8000
    you have set up FQDN (fully qualified domain name) for web applications to work properly.
    for more on FQDN check this.
    https://wiki.sdn.sap.com/wiki/display/BSP/FullyQualifiedDomainName%28FQDN%29
    Regards
    Raja

  • 500 internal server error in EPMA and Calc manager in 11.1.2.1

    We are getting the below errors in EPMA log and Calc Manager log and unable to determine the cause of it. It seems like this particular issue was cause while deploying a calc manager rule for an HFM app. The issue resolved itself and the errors went away after about an hour. We have gotten the below error frequently in the last 3 weeks or so after having more activity lately in the environment. Any help is greatly appreciated.
    [2011-11-15T19:53:40.773-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdrMiiBt12LvqT4iX1Ek^ZE0000^U,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] exception: <BpmResponse type='error'><actor>none</actor><code>org.apache.axis.AxisFault</code><desc>(500)Internal Server Error</desc><trace>com.hyperion.awb.web.repository.FileRepository.getElement(Unknown Source)[[
    com.hyperion.awb.web.repository.Action.getWorkbenchElement(Unknown Source)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Exception org.apache.axis.AxisFault rethrown
    </trace></BpmResponse>
    [2011-11-15T19:53:40.773-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdrMiiBt12LvqT4iX1Ek^ZE0000^U,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T19:53:40.773-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdrMiiBt12LvqT4iX1Ek^ZE0000^U,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T19:54:12.852-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdrU^fBt12LvqT4iX1Ek^ZE0000^W,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T19:54:12.852-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdrU^fBt12LvqT4iX1Ek^ZE0000^W,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T19:54:12.852-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdrU^fBt12LvqT4iX1Ek^ZE0000^W,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage1: (500)Internal Server Error
    [2011-11-15T19:54:12.852-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdrU^fBt12LvqT4iX1Ek^ZE0000^W,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage2: (500)Internal Server Error
    [2011-11-15T19:54:12.852-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdrU^fBt12LvqT4iX1Ek^ZE0000^W,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] exception: <BpmResponse type='error'><actor>none</actor><code>org.apache.axis.AxisFault</code><desc>(500)Internal Server Error</desc><trace>com.hyperion.awb.web.repository.FileRepository.getElement(Unknown Source)[[
    com.hyperion.awb.web.repository.Action.getWorkbenchElement(Unknown Source)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Exception org.apache.axis.AxisFault rethrown
    </trace></BpmResponse>
    [2011-11-15T19:54:12.852-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdrU^fBt12LvqT4iX1Ek^ZE0000^W,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T19:54:12.852-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdrU^fBt12LvqT4iX1Ek^ZE0000^W,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T20:19:30.146-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdxGxUBt12LvqT4iX1Ek^ZE0000^l,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:19:30.146-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdxGxUBt12LvqT4iX1Ek^ZE0000^l,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:19:30.146-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdxGxUBt12LvqT4iX1Ek^ZE0000^l,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage1: (500)Internal Server Error
    [2011-11-15T20:19:30.146-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdxGxUBt12LvqT4iX1Ek^ZE0000^l,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage2: (500)Internal Server Error
    [2011-11-15T20:19:30.146-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdxGxUBt12LvqT4iX1Ek^ZE0000^l,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] exception: <BpmResponse type='error'><actor>none</actor><code>org.apache.axis.AxisFault</code><desc>(500)Internal Server Error</desc><trace>com.hyperion.awb.web.repository.FileRepository.getElement(Unknown Source)[[
    com.hyperion.awb.web.repository.Action.getWorkbenchElement(Unknown Source)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Exception org.apache.axis.AxisFault rethrown
    </trace></BpmResponse>
    [2011-11-15T20:19:30.146-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdxGxUBt12LvqT4iX1Ek^ZE0000^l,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T20:19:30.146-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdxGxUBt12LvqT4iX1Ek^ZE0000^l,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T20:21:17.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxf5pBt12LvqT4iX1Ek^ZE0000^n,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:21:17.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxf5pBt12LvqT4iX1Ek^ZE0000^n,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:21:17.005-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxf5pBt12LvqT4iX1Ek^ZE0000^n,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage1: (500)Internal Server Error
    [2011-11-15T20:21:17.005-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxf5pBt12LvqT4iX1Ek^ZE0000^n,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage2: (500)Internal Server Error
    [2011-11-15T20:21:17.005-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxf5pBt12LvqT4iX1Ek^ZE0000^n,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] exception: <BpmResponse type='error'><actor>none</actor><code>org.apache.axis.AxisFault</code><desc>(500)Internal Server Error</desc><trace>com.hyperion.awb.web.repository.FileRepository.getElement(Unknown Source)[[
    com.hyperion.awb.web.repository.Action.getWorkbenchElement(Unknown Source)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Exception org.apache.axis.AxisFault rethrown
    </trace></BpmResponse>
    [2011-11-15T20:21:17.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxf5pBt12LvqT4iX1Ek^ZE0000^n,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T20:21:17.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxf5pBt12LvqT4iX1Ek^ZE0000^n,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T20:21:28.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxhlhBt12LvqT4iX1Ek^ZE0000^p,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:21:28.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxhlhBt12LvqT4iX1Ek^ZE0000^p,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:21:28.005-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxhlhBt12LvqT4iX1Ek^ZE0000^p,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage1: (500)Internal Server Error
    [2011-11-15T20:21:28.005-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxhlhBt12LvqT4iX1Ek^ZE0000^p,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage2: (500)Internal Server Error
    [2011-11-15T20:21:28.005-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxhlhBt12LvqT4iX1Ek^ZE0000^p,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] exception: <BpmResponse type='error'><actor>none</actor><code>org.apache.axis.AxisFault</code><desc>(500)Internal Server Error</desc><trace>com.hyperion.awb.web.jobstask.Service.enumJobs(Unknown Source)[[
    com.hyperion.awb.web.jobstask.Action.getJobsElement(Unknown Source)
    sun.reflect.GeneratedMethodAccessor913.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    Exception org.apache.axis.AxisFault rethrown
    </trace></BpmResponse>
    [2011-11-15T20:21:28.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxhlhBt12LvqT4iX1Ek^ZE0000^p,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T20:21:28.005-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 193] [userId: <anonymous>] [ecid: 0000JEdxhlhBt12LvqT4iX1Ek^ZE0000^p,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - end
    [2011-11-15T20:23:46.176-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.DIMEDITOR.com.hyperion.awb.web.dimeditor.Action] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdyFa0Bt12LvqT4iX1Ek^ZE0000^t,0] [SRC_CLASS: com.hyperion.awb.web.dimeditor.Action] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: loadAdf] Inside awb dimeditor
    [2011-11-15T20:23:46.614-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdyFgqBt12LvqT4iX1Ek^ZE0000^u,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:23:46.614-05:00] [EpmaWebReports0] [NOTIFICATION] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdyFgqBt12LvqT4iX1Ek^ZE0000^u,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] getXml() - start
    [2011-11-15T20:23:46.614-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdyFgqBt12LvqT4iX1Ek^ZE0000^u,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage1: (500)Internal Server Error
    [2011-11-15T20:23:46.614-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdyFgqBt12LvqT4iX1Ek^ZE0000^u,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] errMessage2: (500)Internal Server Error
    [2011-11-15T20:23:46.614-05:00] [EpmaWebReports0] [WARNING] [] [oracle.EPMAWT.CORE.com.hyperion.awb.web.common.BaseServiceException] [tid: 200] [userId: <anonymous>] [ecid: 0000JEdyFgqBt12LvqT4iX1Ek^ZE0000^u,0] [SRC_CLASS: com.hyperion.awb.web.common.DimensionServiceException] [APP: EPMAWEBTIER#11.1.2.0] [SRC_METHOD: getXml] exception: <BpmResponse type='error'><actor>none</actor><code>org.apache.axis.AxisFault</code><desc>(500)Internal Server Error</desc><trace>com.hyperion.awb.web.dimeditor.Service.enumDimensionsAndFolders(Unknown Source)[[
    com.hyperion.awb.web.dimeditor.Action.getChildNodes(Unknown Source)
    sun.reflect.GeneratedMethodAccessor257.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    Exception org.apache.axis.AxisFault rethrown
    </trace></BpmResponse>
    ]]

    Have you tried reconfiguring the web server?
    HTH-
    Jasmine.

  • 500   Internal Server error while creating decision dialog type object

    Hi All
    I am working on one CAF application and creating Create an Alternative Block Type. Inside this block I am creating decision dialog type object.When i reached at 4th step [Set Configuration] and editing [Decision Options]. After giving [Option ID]  when i clicks on add button.
    Following errors occuring
    500   Internal Server Error
    Detailed Error Information
    Detailed Exception Chain
    java.lang.NullPointerException
         at com.sap.caf.eu.gp.ui.actions.decpage.VEditOption.onActionAddRule(VEditOption.java:290)
         at com.sap.caf.eu.gp.ui.actions.decpage.wdp.InternalVEditOption.wdInvokeEventHandler(InternalVEditOption.java:235)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:297)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:706)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:660)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:228)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:47)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Those who have encountered such problem please provide me some help.
    With Thanks
    Ramshanker

    Refers to issue below... there is a patch available...
    ParserException when using a Decision Dialog CO
    SAP Note Number: 990460 
    Symptom
    ParserException with the attached stack trace occurs when a Decision Dialog CO is created or executed
       com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
        at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1566)
        at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1687)
        at com.sap.engine.lib.x ml.parser.XMLParser.scanDocument(XMLParser.java:2792)
    The following messages can be found:
    Failed to get Related Model Object for the object com.sap.caf.eu.gp.ui.actions.decpage.CDecisionPageInterfaceViewdecisionPageUsage1
    Or
    Failed to get Related Model Object for the object com.sap.caf.eu.gp.ui.co.exec.decision.COExecDecision
    Reason and Prerequisites
    Affected versions:
    Netweaver 04s SP 07 to SP 09
    Solution
    <b>A.) The issue is cleared in these deliveries:
    NW04s SP 09 Patch 1
    B.) Possible workaround before the release of mentioned deliveries:
    Redeploy the following component from SAP-EU SCA (if redeployment does not help undeploy and deploy again)
    caf/eu/gp/ui/actions</b>
    Header Data
    Release Status Released for Customer
    Released on 19.10.2006
    Priority Correction with high priority
    Category Program error
    Primary Component BC-GP Guided Procedure
    Release
    Soft. Component Release Track From Release To Release And Successors
    SAP-EU   7.00   7.00   7.00    
    Correction Instructions
    No correction instruction available 
    Support Packages
    No Support Packages available 
    Related notes
    No related notes available 
    Attributes
    No attributes available 
    Attachments
    No attachments available
    Reason - Side Effects
    SAP Notes / Patches corrected by this Note

  • SOAP Receiver error - HTTP 500 Internal Server Error

    Hi,
    We have a FILE to SOAP Asynchronous scenario to send data from our PI to customer PI.
    We are sending PGP encrypted file as the payload. So, foll settings have been maintained:
    Do not use SOAP envelope in Sender and Receiver SOAP
    nosoap=true in the URL.
    Message transform bean in the SOAP channels.
    File is successfully sent and received through SOAP protocol.
    But, both the SOAP Receiver and Sender channels are in error:
    SOAP Receiver error:
    SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error.
    As, this is a asynch scenario, we are not expecting the response.
    SOAP sender at customer PI is in error. Error text is not mentioned. It just displays: error occured.
    At both the ends, we do not have Repository objects as there is no mapping.
    Kindly help...
    Thanks,
    Pratibha.

    Hi All,
    For the same scenario, we need to Sign the data using the WebServices Security.
    (We are sending PGP encrypted data as SOAP payload using MTB, i have ticked "Do not use SOAP envelope")
    I have selected WebServicesSecurity as the security profile in the SOAP Receiver and selected "Sign" in the Receiver agreement, have provided our private cert.
    Tried sending a message. Communication channel audit Log shows the message:
    Success MP: Processing local module localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean
    Success SOAP: request message entering the adapter with user J2EE_GUEST
    Success SOAP: Web Services Security processing...
    Success SOAP: Web Services Security processing skiped. Empty body...
    Success SOAP: completed the processing
    Please suggest how I can apply the WSS..
    Thanks,
    Pratibha.

  • SOAP Envelope - HTTP_EXCEPTION - HTTP 500 Internal Server Error

    Pessoal, o cliente em que estou utiliza uma solução para NFe que não é o GRC.
    Para tentar solucionar o problema do SOAP 1.2 e do message header, estou tentando criar o SOAP Envelope utilizando um XSLT, e no Communication Channel eu estou flegando Do not use soap envelope e colocando os modules para os charset, assim como na nota da SAP.
    O que está ocorrendo é que estou tendo o seguinte erro:
    com.sap.aii.af.ra.ms.api.DeliveryException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    Conversei com um rapaz na SEFAZ e ele diz que não está chegando nada pra ele.
    O SOAP Envelope que estou mandando é:
       está dentro de tags CDATA.
    Alguém saberia o que está ocorrendo?
    Muito obrigao,
    Leandro Rocha

    Olá Henrique, muito obrigado pela rápida resposta.
    O erro que dá no audit log é:
    SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error. Setting message to status failed.
    A mensagem que aparece no adapter é a padrão do SOAP Document:
    - <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    - <SOAP:Header xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:wsse="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    - <SAP:Main versionMajor="3" versionMinor="0" SOAP:mustUnderstand="1" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <SAP:MessageClass>ApplicationMessage</SAP:MessageClass>
      <SAP:ProcessingMode>synchronous</SAP:ProcessingMode>
      <SAP:MessageId>dfe81887-3f6a-55f1-b933-0050568169b4</SAP:MessageId>
      <SAP:TimeSent>2010-11-04T13:36:35Z</SAP:TimeSent>
    - <SAP:Sender>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>NFe_recepcao</SAP:Service>
      </SAP:Sender>
    - <SAP:Receiver>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>SEFAZ_RS</SAP:Service>
      </SAP:Receiver>
      <SAP:Interface namespace="http://www.gerdau.com.br/nfe">NFe_recepcao_inbound_sync</SAP:Interface>
      </SAP:Main>
    - <SAP:ReliableMessaging SOAP:mustUnderstand="1">
      <SAP:QualityOfService>BestEffort</SAP:QualityOfService>
      </SAP:ReliableMessaging>
    - <SAP:Diagnostic SOAP:mustUnderstand="1">
      <SAP:TraceLevel>Information</SAP:TraceLevel>
      <SAP:Logging>Off</SAP:Logging>
      </SAP:Diagnostic>
    - <SAP:HopList SOAP:mustUnderstand="1">
    - <SAP:Hop timeStamp="2010-11-04T13:36:39Z" wasRead="false">
      <SAP:Engine type="PE" />
      <SAP:Adapter namespace="http://sap.com/xi/XI/System">PE</SAP:Adapter>
      <SAP:MessageId>dfe81887-3f6a-55f1-b933-0050568169b4</SAP:MessageId>
      <SAP:Info />
      </SAP:Hop>
    - <SAP:Hop timeStamp="2010-11-04T13:36:39Z" wasRead="false">
      <SAP:Engine type="IS">is.00.ebsgerd26</SAP:Engine>
      <SAP:Adapter namespace="http://sap.com/xi/XI/System">XI</SAP:Adapter>
      <SAP:MessageId>dfe81887-3f6a-55f1-b933-0050568169b4</SAP:MessageId>
      <SAP:Info>3.0</SAP:Info>
      </SAP:Hop>
    - <SAP:Hop timeStamp="2010-11-04T13:36:41Z" wasRead="false">
      <SAP:Engine type="AE">af.p7d.ebsgerd26</SAP:Engine>
      <SAP:Adapter namespace="http://sap.com/xi/XI/System">XIRA</SAP:Adapter>
      <SAP:MessageId>dfe81887-3f6a-55f1-b933-0050568169b4</SAP:MessageId>
      </SAP:Hop>
      </SAP:HopList>
      </SOAP:Header>
    - <SOAP:Body>
    - <sap:Manifest xmlns:sap="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7">
    - <sap:Payload xlink:type="simple" xlink:href="cid:payload-DFE818873F6A21F1B9330050568169B4">
      <sap:Name>MainDocument</sap:Name>
      <sap:Description />
      <sap:Type>Application</sap:Type>
      </sap:Payload>
      </sap:Manifest>
      </SOAP:Body>
      </SOAP:Envelope>
    Mais uma vez, muito obrigado,
    Leandro

  • SOAP Sync: HTTP/1.1 500 Internal Server Error

    Hi,
                      My scenario is SOAP to SOAP Synchronous. I created WSDL from Id by using (http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>.  And Sender interface details.
    I am testing SOAP Synchronous scenario through SOAPUI tool. When sending the requrest from SOAP UI i am getting "HTTP/1.1 500 Internal Server Error" error.
    Log:
    <?xml version='1.0'?>
    <!-- see the documentation -->
    <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><![CDATA[
    com.sap.aii.af.service.cpa.CPAObjectNotFoundException: Couldn't retrieve binding for the given channelId: Binding:CID=null;
    When i test the URL in explorer its giving "OK". What will be the probelm? Pls let me know.
    Regards,
    Dev

    Hi,
       This might be the problem with url...
    It should be in the below format...
    http://host:port/XISOAPAdapter/MessageServlet?channel=party:sender component:sender Communicaton Channel
    Regards,
    Naveen

  • Sip 503 service unavailable and sip 500 internal server error

    Hi guys,could any one help me in the following.
    ITSP-->Voice gateway configured as CUBE-->CUCM-->UCCX
    I am moving a system from cme and aa enviroment to cucm and uccx
    The VGW is configured as CUBE and also is added as h323 gateway on cucm.
    When i tested the debug ccsip messages shows
    Sip 503 service unavailable or
    sip 500 internal server error.
    I can't now provide any debugs cause i am not on site,only on Saturday.
    As i read in previous discussion that could be the bind source address problem but i had this configured.
    Also i tried to configure the gateway instead of h232 to use sip trunk from cucm,but after this the incoming calls didn't even reach the router,the debug ccsip messages showed nothing.
    For now can any one advice me to what these 2 errors related to.
    What could be missing?
    Thanks in advance.

    Hi there : can some one explain the reason that i am getting this sip error with itsp:
    here is the debug of ccsip messages:
    Received:
    INVITE sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9298;branch=z9hG4bK-6110d60075a24c0f-a3c000c-1
    Call-ID: isbc6994325518768294927-1385194135-11717
    From: [email protected];user=phone>;tag=sbc09106994325518768294927
    To:
    CSeq: 1 INVITE
    Min-SE: 90
    Session-Expires: 3600;refresher=uac
    Contact:
    Allow: INVITE,CANCEL,BYE,ACK,REFER,UPDATE,INFO,PRACK
    Supported: timer,100rel
    Diversion: [email protected]>;privacy=off;screen=no;reason=unknown,[email protected]>;privacy=off;screen=no;reason=unknown
    Max-Forwards: 70
    User-Agent: VCS 5.8.2.56-03
    Content-Length: 394
    Content-Type: application/sdp
    v=0
    o=- 87852 198805 IN IP4 188.254.68.67
    s=SBC call
    c=IN IP4 188.254.68.67
    t=0 0
    m=audio 23682 RTP/AVP 8 0 18 98 96 97 101
    a=rtpmap:98 G.729a/8000
    a=rtpmap:96 G.729ab/8000
    a=rtpmap:97 G.729b/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=fmtp:18 annexb=no
    a=ptime:10
    a=X-vrzcap:vbd Ver=1 Mode=FaxPr ModemRtpRed=0
    a=X-vrzcap:identification bin=DSR2866 Prot=mgcp App=MG
    00:43:23: //11/FDB448CE8020/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 188.254.68.66:9298;branch=z9hG4bK-6110d60075a24c0f-a3c000c-1
    From: [email protected];user=phone>;tag=sbc09106994325518768294927
    To:
    Date: Sat, 23 Nov 2013 08:06:29 GMT
    Call-ID: isbc6994325518768294927-1385194135-11717
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    00:43:23: //11/FDB448CE8020/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 503 Service Unavailable
    Via: SIP/2.0/UDP 188.254.68.66:9298;branch=z9hG4bK-6110d60075a24c0f-a3c000c-1
    From: [email protected];user=phone>;tag=sbc09106994325518768294927
    To:
    c2801#er=phone>;tag=27BA64-1DAE
    Date: Sat, 23 Nov 2013 08:06:29 GMT
    Call-ID: isbc6994325518768294927-1385194135-11717
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Reason: Q.850;cause=38
    Content-Length: 0
    00:43:23: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9298;branch=z9hG4bK-6110d60075a24c0f-a3c000c-1
    Call-ID: isbc6994325518768294927-1385194135-11717
    From: [email protected];user=phone>;tag=sbc09106994325518768294927
    To: ;tag=27BA64-1DAE
    CSeq: 1 ACK
    Max-Forwards: 70
    Content-Length: 0
    show run:
    voice service voip
    ip address trusted list
      ipv4 87.226.136.164 255.255.255.255
      ipv4 172.16.24.0 255.255.255.0
      ipv4 188.254.68.66 255.255.255.255
      ipv4 188.254.68.67 255.255.255.255
      ipv4 188.254.69.66 255.255.255.255
      ipv4 188.254.69.67 255.255.255.255
      ipv4 46.38.52.68 255.255.255.255
    address-hiding
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    redirect ip2ip
    fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback cisco
    sip
    voice class codec 1
    codec preference 1 g729br8
    codec preference 2 g729r8
    codec preference 3 g711alaw
    codec preference 4 g711ulaw
    voice class codec 2
    codec preference 1 g711ulaw
    codec preference 2 g711alaw
    codec preference 3 g729r8
    codec preference 4 g729br8
    voice translation-rule 1
    rule 1 /XXX5397962/ /1999/
    voice translation-rule 2
    rule 1 /XXX55317577/ /1999/
    voice translation-rule 3
    rule 1 /5555317884/ /1999/
    voice translation-profile ROS
    translate called 1
    voice translation-profile ROS2
    translate called 2
    voice translation-profile ROS3
    translate called 3
    interface FastEthernet0/0
    ip address 178.208.129.221 255.255.255.248
    ip access-group INBOUND in
    no ip unreachables
    ip verify unicast reverse-path
    ip nat outside
    ip inspect IPFW in
    ip inspect IPFW out
    ip virtual-reassembly in
    duplex auto
    speed auto
    no cdp enable
    interface FastEthernet0/1
    no ip address
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    interface FastEthernet0/1.1
    encapsulation dot1Q 1 native
    ip address 10.110.0.200 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    interface FastEthernet0/1.2
    encapsulation dot1Q 2
    ip address 172.16.24.254 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    h323-gateway voip interface
    h323-gateway voip bind srcaddr 172.16.24.254
    ip dns server
    ip nat inside source list NAT interface FastEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 178.208.X.X
    ip route 192.168.0.0 255.255.0.0 Null0 254
    sccp local FastEthernet0/1.2
    sccp ccm 172.16.24.101 identifier 1 version 7.0
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    associate profile 1 register XCODE123456
    keepalive retries 1
    keepalive timeout 10
    switchover method immediate
    switchback method immediate
    dspfarm profile 1 transcode 
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    codec g729r8
    codec g729br8
    maximum sessions 6
    associate application SCCP
    dial-peer voice 10000 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    destination-pattern 74955397962
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number XXXX5397962
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10010 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS2
    destination-pattern XXX55317577
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number 75555317577
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10020 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS3
    preference 1
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.68.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10021 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    preference 2
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.69.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 2 voip
    tone ringback alert-no-PI
    description to CUCM_PUB
    destination-pattern 1...
    session target ipv4:172.16.24.101
    voice-class codec 2 
    dtmf-relay rtp-nte
    I see in the debug that the itsp over g729 family codecs but not g711 at all
    This system was working with this dialpeers before with same provider ,just i have added the dial-peer 2 .
    I have changed the codec to match what is offered by itsp but no difference,still getting the same message.
    PLZ help ASAP.

  • 500 Internal Server Error for ArchiveLink Repository type SAP System Database

    Hi, All!
    I made all settings by SAP Note 595563 "Database storage for ArchiveLink" and set new repository for document type HRICOLFOTO (in view TOAOM_C).
    When I try upload photo by tr.OAOH or open repository in tr.CSADMIN I get error "500 Internal Server Error".
    When I see to the 3rd level ICM-log (tr.SMICM) I see full html response (in attached file).
    Is there any idea?
    Best regards,
    Valeriy.

    Hi Valeriy,
    Could you perform these steps and check the result
    Start transaction SICF.
    Go to "External aliases".
    Select "default_host".
    Select Create.
    External alias: /sap/bc/contentserver
    Description: HTTP Content Server interface
    Fill anonymous logon data.
    Select the target element /default_host/sap/bc/contentserver.
    Save your entries.
    Hope this helps.
    Regards,
    Deepak Kori

  • SOAP:1.026 SRT: HTTP-Code 500: ("Internal Server Error")    Exception of class CX_AI_SYSTEM_FAULT

    Hi All,
            while Running Client Proxies from se80 im getting Following error. i already checked all the Services All are active only. can any one suggest me:
    SOAP:1.026 SRT: HTTP-Code 500: ("Internal Server Error")
    Exception of class CX_AI_SYSTEM_FAULT
    RFC Trace:
    **** Trace file opened at 20140630 124650 IST, by disp+work               
        **** Versions SAP-REL 721,0,201 RFC-VER U 3 1460390 MT-SL                 
        XRFC> Begin of user trace                                                 
        XRFC>
        XRFC>                                                                
    <
        XRFC> TRACE SOAP RUNTIME - header                                    
    <
        XRFC>                                                                
    <
        XRFC>
        XRFC> SESSION_ID : 0002425553A5ECFC63B114C4E1000000C0A80141      
        XRFC> TS_CALL
    : 20140630071647.5930180                            
    <
        XRFC> SY_UNAME   : SAPADMIN                                          
    <
        XRFC> HOSTNAME   : SOLAR-DEV                                         
    <
        XRFC> SY_SID
    : DEV                                               
    <
        XRFC> SY_MANDT   : 001                                               
    <
        XRFC> SYS_NR
    : 01                                                
    <
        XRFC> APPLSERVER : SOLAR-DEV_DEV_01                                  
    <
        XRFC> ISPRESCHED : X                                                 
    <
        XRFC> PARENT_ID  : ROOT_CALL_ID                                      
    <
        XRFC> REQ_SIZE   : 1821                                              
    <
        XRFC> RESP_SIZE  : 75                                                
    <
        XRFC> DURATION   : 2246                                              
    <
        XRFC> NETHDRTIME : 2246                                              
    <
    XRFC> CALL_STATE : 2                                                 
    <
    XRFC> ERRORTYPE  : SYSFAIL                                           
    <
    XRFC> ERRORAREA  : COREMSG                                           
    <
    XRFC> CTXDP_TYPE : SOAP_RUNTIME                                      
    <
    XRFC> SYNC_ASYNC : S                                                 
    <
    XRFC> LOCATION   : C                                                 
    <
    XRFC> DIRECTION  : O                                                 
    <
    XRFC> REQ_ID
    : 52EDA553B163C414E1000000C0A80141                  
    <
    XRFC> RESP_ID
    : 00000000000000000000000000000000                  
    <
    XRFC> MSG_STATE  : 114                                               
    <
    XRFC> IF_NAME_I  : YSCO_SAPORDERS_SOAP                               
    <
    XRFC> IF_NS_E
    <
    XRFC> IF_NAME_E  :                                                   
    <
    XRFC> ISSHORTCUT :                                                   
    <
    XRFC> TRC_PATT   : WSTEST                                            
    <
    XRFC> TRC_KEY
    : 50EDA553B163C414E1000000C0A80141                  
    <
    XRFC> TRC_SSID   : DEV_01                                            
    <
    XRFC> TRC_USER   : SAPADMIN                                          
    <
    XRFC> TRC_TS
    : 20140630071647                                    
    <
    XRFC> TRC_COUNT  : 98                                                
    <
    XRFC> TRC_EXT
    <
    XRFC> COMPLETE   : OK                                                
    <
    XRFC> CALLEDPROG : YSCO_SAPORDERS_SOAP                               
    <
    XRFC> SOAP_APPLI : urn:sap-com:soap:runtime:application:client       
    <
    XRFC> CONF_ID
    <
    XRFC> BIND_ID
    <
    XRFC> OP_NAME
    : InsertPPOrders_Development                        
    <
    XRFC> COMM_PATRN : Method:InsertPPOrders_Development                 
    <
    XRFC> OP_NS 
    : http://microsoft.com/webservices/                 
    <
    XRFC> REMADDRESS :                                                   
    <
    XRFC> LP_NAME
    : YSLP1                                             
    <
    XRFC> DT_OBJ
    : YSCO_SAPORDERS_SOAP                               
    <
    XRFC> MEMCONSUMP : 198                                               
    <
    XRFC> BONAME
    <
    XRFC> PROCCOMP   :                                                   
    <
    XRFC> DEPLOYUNIT :                                                   
    <
    XRFC>       <
    XRFC>                                                                
    <
    XRFC> TRACE SOAP RUNTIME - trace records                             
    <
    XRFC>                                                                
    <
    XRFC>       <
    XRFC> E SOAP_RUNTIME 20140630071649.8380110 : CL_SOAP_RUNTIME_CLIENT 
    <
    XRFC> ->EXECUTE_PROCESSING Exception handling in SOAP runtime        
    <
    XRFC>                                                                
    <
    XRFC>                                                                
    <
    XRFC> E SOAP_APPLICATION 20140630071649.8382410 : CL_SOAP_APPLICATION
    <
        XRFC> _CLIENT ->IF_SOAP_APPLICATION_CS~EXECUTE_PROCESSING Exception  
    <
        XRFC> handling in SOAP runtime                                       
    <
        XRFC>                                                                
    <
        XRFC>                                                                
    <
        XRFC> E HTTP_TRANSPORT_BINDING 20140630071649.8368980 : CL_SOAP_HTTP 
    <
        XRFC> _TPBND_ROOT ->HANDLE_STATUS_CODE Received return code 500 (    
    <
        XRFC> Internal Server Error )                                        
    <
        XRFC>                                                                
    <
        XRFC>                                                                
    <
        XRFC> E SOAP_RUNTIME 20140630071649.8379970 : CL_SOAP_RUNTIME_CLIENT 
    <
        XRFC> ->EXECUTE_PROCESSING A SOAP Runtime Core Exception occurred in 
    <
        XRFC> method get_http_headers of class CL_SOAP_HTTP_TPBND_ROOT at    
    <
        XRFC> position id 3 with internal error id 1026 and error text SRT:  
    <
        XRFC> HTTP-Code 500: ("Internal Server Error") (fault location is 1 ).
    <
        XRFC>                                                                
    <
        XRFC>                                                                
    <
        XRFC> E SOAP_APPLICATION 20140630071649.8382290 : CL_SOAP_APPLICATION
    <
        XRFC> _CLIENT ->IF_SOAP_APPLICATION_CS~EXECUTE_PROCESSING A SOAP Runtime  <
        XRFC> Core Exception occurred in method get_http_headers of class    
    <
        XRFC> CL_SOAP_HTTP_TPBND_ROOT at position id 3 with internal error id
    <
        XRFC> 1026 and error text SRT: HTTP-Code 500: ("Internal Server Error")   <
        XRFC> (fault location is 1 ).                                        
    <
        XRFC>                                                                
    <
    Find The Attachment for error:

    Hi Brahmaji,
    i also faced with the above problem, activete the srt services in SICF Transaction.
    Regards,
    Kumar.
    Edited by: kmikkili on Nov 18, 2009 11:39 PM

Maybe you are looking for

  • Printer Won't Print Certain Images

    I just got my new HP Envy 114 printer this week and have only now gotten to setting it up.  While it took some time to set up the wireless and web services, all of the networking issues were eventually resolved.  My current problem is that, whenever

  • Mapping of XML tags with column

    My xml structure is : <PARAMS> <ROWSET> <ROW NUM="1"> <SID>man123</SID> <PO> <PO>OBJ1</PO> <PI> <PI>PARENTOBJ1 INSTANCE</PI> </PI> </PO> </ROW> </params> My table structure is : CREATE TABLE TEMP(SID VARCHAR2(20),PO POBJECT_T) where Object types are:

  • MacBook Pro 1.83GHz or 2GHz

    Just in general which one do you think is the better value and which would you prefer. The price diference as you know is around $500 plus tax. Do you think what you get with the upgraded version is worth the price (2Ghz, 1gig Ram, and 100GB Hard Dri

  • Generic Resources - Best Practice

    Hi, I have been looking at various articles recently and I have come across 4 different suggested methods for using Generic Resources and in particular the Max Units set for each generic resources. Some of these methods appear to be at odds with each

  • WCCP not redirecting packets

    Hello, I am trying to redirect packets to a bluecoat proxy sg using WCCP on a 3750x stack with IP services. I cant get the packets to redirect. The bluecoat device is on the same vlan as the client traffic that I am trying to redirect. It seems that