Axis 1.3 webservices exception gives problem

I am creating webservices using AXIS 1.3. While throw the exception, we are using the "org.w3c.dom.Element" to set the error message into the exception.
But when the control reaches the following line of code I am getting NullpointerException.
detailErr[0].setAttribute("error", rexception.toString()); Element[] detailErr = new Element[1]; (I have instanciated the element object like this)
Please guide me.
Try{
}catch(Exception exception){
Element[] detailErr = new Element[1]; 
detailErr[0].setAttribute("error", exception.toString());  // Nullpointerexception
throw new MyuserDefineException(�1232�,�exception�,�myservice�, detailer)
}

Apparently you don't understand arrays. You've created the array with a space for one reference. You never assign anything into that array element.
String[] s = new String[1];
s[0].size(); // The reference is NULL!The above is guaranteed to be a null pointer exception - how could the array element have a String in it? We never create a String (only the array) and what text would it have even if it somehow magically worked?
Instead you would have to do this:
String[] s = new String[1];
s[0] = "Hello";
s[0].size(); // The reference is NOT nullThe above is exactly analogous to your problem.

Similar Messages

  • Exception Handling Problem In BPM

    All
    I am facing an exception handling problem I am using BPM and , I have caught exception in the transformation step but when there is any data problem in that mapping(mentioned in the transformation)
    it is not throwing the exception . is there any option to collect these type of system exception in  the bpm and give a alert thru mail
    is there any way to collect these type of exception happened in the BPE and raise alert thru generic alert
    Thanks
    Jayaraman

    Hi Jayaraman,
        When you say there is any data problem, does that fail the message mapping that you have defined?
    If the message mapping used in the tranformation fails, it should raise an exception in the BPM.
    Did you test the message mapping using the payload and see if it really fails or not?
    Regards,
    Ravi Kanth Talagana

  • Com.sap.caf.mp.base.exception.EngineException: Problem in server response:

    Hi,
    I have created one CAF application,which is having one external webservice and one application service.Webservice takes two input parameters(string,boolean) and it returns an arraylist.
    So when i test the CAF application on the CAF service browser it is giving me error like " com.sap.caf.mp.base.exception.EngineException: Problem in server response: [Bad Request]."
    I am getting this error while creating object of web service.
    Can anybody help me on this issue..
    Thanks in Advance

    It looks like you are not authorized to execute the webservice. Check the webservice authentication settings.
    Peter

  • Com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException

    Hello Team,
    We have a scenario where we have a PI web service and we are importing the WSDL into our WD Java application.
    While running the test scenario we are getting the below 2 exceptions in the stack trace.
    20111222:Exception trace: com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException: Exception on execution of web service on destination 'WS_CUST_**' for operation 'GetCustomer*' in interface 'GetCustomer**'
    Caused by: java.rmi.RemoteException: Cannot created typed model object. Factory for typed model class '$002fWsdlDefinitions$002fWsdlTypes$002fXsdSchema$005b1$005d$002fXsdComplexType$005b1$005d$002fXsdSequence$002fXsdElement$005b1$005d$002fXsdComplexType' has not been registered.; nested exception is:
    com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Cannot created typed model object. Factory for typed model class '$002fWsdlDefinitions$002fWsdlTypes$002fXsdSchema$005b1$005d$002fXsdComplexType$005b1$005d$002fXsdSequence$002fXsdElement$005b1$005d$002fXsdComplexType' has not been registered.
    Caused by: com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Cannot created typed model object. Factory for typed model class '$002fWsdlDefinitions$002fWsdlTypes$002fXsdSchema$005b1$005d$002fXsdComplexType$005b1$005d$002fXsdSequence$002fXsdElement$005b1$005d$002fXsdComplexType' has not been registered.
    By running through few posts on SDN a probable solution for this was proposed as: blank the "designtimeWsdlUrl" properties of the model in NWDS and re-deploy the application
    Any help on this would be great.
    Regards,
    Shailesh

    Dear Shailesh,
    Did you try to check the blank the "designtimeWsdlUrl" properties of the model in NWDS and re-deploy the application? please try to check and test.
    Also try to import fresh in new DC and check whether it is working or not.
    Best Regards
    Arun Jaiswal

  • Init method in Weblogic 5.1 gives  problem

              I have used init method in 4.5
              the same method gives problem in 5.1
              C:\weblogic\myserver\classfiles\jsp_servlet\_addcontract.java:89: The method void init(javax.servlet.ServletConfig) declared in class jsp_servlet._addcontract cannot override the final method of the same signature declared in class weblogic.servlet.jsp.JspBase. Final methods cannot be overridden.
              probably occurred due to an error in /addContract.jsp line 11:
              

    Use jspInit method.
              harish <[email protected]> wrote:
              > I have used init method in 4.5
              > the same method gives problem in 5.1
              > C:\weblogic\myserver\classfiles\jsp_servlet\_addcontract.java:89: The method void init(javax.servlet.ServletConfig) declared in class jsp_servlet._addcontract cannot override the final method of the same signature declared in class weblogic.servlet.jsp.JspBase. Final methods cannot be overridden.
              > probably occurred due to an error in /addContract.jsp line 11:
              Dimitri
              

  • Webservice Exception from Webdynpro

    Hi,
    We are on 7.1 SP04 Patch 1. We have created a webservice with http and None Authentication and deployed on EP 7.0 server. We have set a constant User Name and Password in Visual Admin.
    We are able to execute this webservice successfully from Webservice navigator.
    We have developed a Webdynpro appln with this webservice. We are getting an exception when the webservice is getting executed from Webdynpro appln.
    "Exception on execution of webservice with WSDL url '<wsdl url>' with operation 'webservice name' in interface"
    We checked in the trace file and got the following message
    com.sap.mdm.logging.MdmLogger warning
    WARNING: PingServerCommand failed
    Have any one faced this issue?
    Thanks,
    Arun prabhu

    Hi Walter,
    The webservices are developed using MDM Webservice generator. The webdnpro application has to access MDM Data using MDM Webservices / MDM Java APIs.
    This was working fine with MDM 7.1 SP03. Now we have upgraded to MDM 7.1 SP04.
    When I try to access MDM Data from webdynpro using MDM Java API commands, I am getting an exception at AuthenticateUserSession Command. While access using MDM Webservices, I am getting an webservice exception and an entry in trace file.
    Thanks,
    Arun prabhu S

  • Oracle.xdo.webservice.exception.InvalidParametersException:

    Along with my security exception from my previous post, also get this coming up more frequent.
    [import] Import "***.xdo" from "***" to "****.xdo"
    Command Error: import->importObject
    oracle.xdo.webservice.exception.InvalidParametersException: PublicReportServiceImpl::executeUploadReport Failure: Due to Report with Path [****.xdo] already exist!
    I'm using the overwrite options so why should it care if it exists?
    Also if I run this myself a few times it eventually works.

    see this java.lang.SecurityException: Security violation, expect: 514, actual: 0

  • I bought an iPhone 5 around fifteen days back and it has already started to give problem with the on/off button. I have to press it five six times to switch it on or off. I am so frustrated by the fact that if I bring it to the service centre, I am going

    I bought an iPhone 5 around fifteen days back and it has already started to give problem with the on/off button. I have to press it five six times to switch it on or off. I am so frustrated by the fact that if I bring it to the service centre, I am going to get a refurbished phone in place of my brand new phone which I just bought. The idea of a used phone repulses me. Any solutions ?

    sumeshdua wrote:
    The idea of a used phone repulses me.
    Why?  Your current phone is used... it has been since the instant it was removed from the shrink wrap and turned on.
    sumeshdua wrote:
    Any solutions ?
    Live with the phone as is.
    Take the device to Apple for evaluation... it may not need replacement.
    Even if it does, neither you or the Apple tech should be able to tell if the replacement is new or refurbished.

  • If image file not exist in image path crystal report not open and give me exception error problem

    Hi guys my code below show pictures for all employees
    code is working but i have proplem
    if image not exist in path
    crystal report not open and give me exception error image file not exist in path
    although the employee no found in database but if image not exist in path when loop crystal report will not open
    how to ignore image files not exist in path and open report this is actually what i need
    my code below as following
    DataTable dt = new DataTable();
    string connString = "data source=192.168.1.105; initial catalog=hrdata;uid=sa; password=1234";
    using (SqlConnection con = new SqlConnection(connString))
    con.Open();
    SqlCommand cmd = new SqlCommand("ViewEmployeeNoRall", con);
    cmd.CommandType = CommandType.StoredProcedure;
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    da.Fill(dt);
    foreach (DataRow dr in dt.Rows)
    FileStream fs = null;
    fs = new FileStream("\\\\192.168.1.105\\Personal Pictures\\" + dr[0] + ".jpg", FileMode.Open);
    BinaryReader br = new BinaryReader(fs);
    byte[] imgbyte = new byte[fs.Length + 1];
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dr["Image"] = imgbyte;
    fs.Dispose();
    ReportDocument objRpt = new Reports.CrystalReportData2();
    objRpt.SetDataSource(dt);
    crystalReportViewer1.ReportSource = objRpt;
    crystalReportViewer1.Refresh();
    and exception error as below

    First: I created a New Column ("Image") in a datatable of the dataset and change the DataType to System.Byte()
    Second : Drag And drop this image Filed Where I want.
    private void LoadReport()
    frmCheckWeigher rpt = new frmCheckWeigher();
    CryRe_DailyBatch report = new CryRe_DailyBatch();
    DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter ta = new CheckWeigherReportViewer.DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter();
    DataSet1.DataTable_DailyBatch1DataTable table = ta.GetData(clsLogs.strStartDate_rpt, clsLogs.strBatchno_Rpt, clsLogs.cmdeviceid); // Data from Database
    DataTable dt = GetImageRow(table, "Footer.Jpg");
    report.SetDataSource(dt);
    crv1.ReportSource = report;
    crv1.Refresh();
    By this Function I merge My Image data into dataTable
    private DataTable GetImageRow(DataTable dt, string ImageName)
    try
    FileStream fs;
    BinaryReader br;
    if (File.Exists(AppDomain.CurrentDomain.BaseDirectory + ImageName))
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    else
    // if photo does not exist show the nophoto.jpg file
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    // initialise the binary reader from file streamobject
    br = new BinaryReader(fs);
    // define the byte array of filelength
    byte[] imgbyte = new byte[fs.Length + 1];
    // read the bytes from the binary reader
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dt.Rows[0]["Image"] = imgbyte;
    br.Close();
    // close the binary reader
    fs.Close();
    // close the file stream
    catch (Exception ex)
    // error handling
    MessageBox.Show("Missing " + ImageName + "or nophoto.jpg in application folder");
    return dt;
    // Return Datatable After Image Row Insertion
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Transactional WebService, non-XA problem

    I have build a transactional web service and it is working fine on if the client and service are on same domain. If they are not am getting the following error:
    Exception thrown from bean; nested exception is: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.1 (Build b60e-fcs (12/23/2008))): oracle.toplink.essentials.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: java.lang.IllegalStateException: cannot add non-XA Resource to global JTS transaction. Error Code: 0.
    This is my service
    @WebService()
    @Stateless()
    @TransactionManagement(TransactionManagementType.CONTAINER)
    public class EJBService {
    @PersistenceContext(unitName="EJBServicePU")
    private EntityManager em;
    @WebMethod(action="AddDiscount")
    @TransactionAttribute(REQUIRED)
    public void addDiscount(@WebParam(name = "discountCode") String discountCode,@WebParam(name = "rate") double rate)
    DiscountCode code = new DiscountCode(discountCode.charAt(0));
    code.setRate(BigDecimal.valueOf(rate));
    em.persist(code);
    @WebMethod(action="UpdateDiscount")
    @TransactionAttribute(REQUIRED)
    public void UpdateDiscount(@WebParam(name = "discountCode") String discountCode,@WebParam(name = "rate") double rate)
    DiscountCode code = (DiscountCode) em.find(DiscountCode.class, discountCode.charAt(0));
    code.setRate(BigDecimal.valueOf(rate));
    em.merge(code);
    }And this is my client code
    EJBService port = service.getEJBServicePort();
    try
    //out.println("Initial number: " +port.getBalance());+
    +transac.begin();+
    +port.addDiscount("B", 10);+
    +port.addDiscount("S", 44);+
    +transac.commit();+
    +}catch(Exception e)+
    +{+
    +out.println("An error occured, transaction abortedd.<br/>"+ e.getMessage());
    } I am connecting to derby database and using the sample database. I have checked the sample code for WSIT many times and I didnt know what is the problem here.
    Please Help.
    Thank you.

    xxxxx wrote:
    we create 2 pools, both the pools are created but the problem occurs when you start
    some transaction.
    Here there is an EJB transaction and this throws a known exception of weblogic
    that
    "java.sql.SQLException: Connection has already been created in this tx context
    for pool named <first pool's name>. Illegal attempt to create connection from
    another pool: <second pool's name>"
    we want to use more then one non xa drivers and use weblogic connection pools
    at the same time.. any help is appreciated.Hi. this is an EJB/transactional integrity issue. If you get non-XA connections,
    then the transaction coordinator will collude with the JTS driver to ensure that
    any given transaction can only really use one JDBC connection, so we can guarantee
    the commit or rollback will be atomic. Without 2PC, we would otherwise have to commit
    on both connections. If the first succeeded, and the second commit failed, we
    could not recover.
    If you really need to talk to multiple DBMSes, or even just one DBMS but as
    different users, then there is a way, with some risks you will have to accept.
    You can connect to any DBMS at any time if you use a non-TX datasource.
    This will give you a 'raw' pooled connection, whith the transaction coordinator
    knows nothing about. You can use this as you wish, but be very sure to close this
    connection in a finally block, else it will never get back into the pool. ALso note
    that any work you do on this connection is in your hands. If the EJB tx rolls back
    we won't do anything with this connection, so if there's any update you did, it's
    totally up to you to undo them, or respond in whatever way you need to in error
    conditions.
    Joe

  • Webservice Client deserialization problem with Vectors!

    Hello!
    I'm generating a Java Proxy Client with Eclipse WTP.
    The Client works fine with normal datatypes and own Beans. But whe the return type is a Collection with own beans an exception is thrown:
    exception: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.
    So whats wrong?
    In teh Webservice Explorer everything seems to be fine, my vector is serialized in item-tags:
    - <getAktionenResponse xmlns="http://commonservice">
    - <getAktionenReturn>
    - <item xmlns="">
    <aktn_nr>a12345</aktn_nr>
    <claim>222</claim>
    <geschaeftsjahr>2005</geschaeftsjahr>
    <son>333</son>
    <special_operation_code>soc12345</special_operation_code>
    <status>ready</status>
    <vin>t123</vin>
    </item>
    - <item xmlns="">
    <aktn_nr>a6789</aktn_nr>
    <claim>567</claim>
    <geschaeftsjahr>2006</geschaeftsjahr>
    <son>555</son>
    <special_operation_code>soc6789</special_operation_code>
    <status>false</status>
    <vin>t123</vin>
    </item>
    </getAktionenReturn>
    </getAktionenResponse>
    how can i solve this problem?
    the background is that I return a vector with Java Objects. I thought apache axis deserielizes automatically the vector and the bean inside??
    I'm pretty new to webservices...
    Pleas help!
    Thanks!

    As per the below link, I assumed its better to avoid collections and go with plain array of objects.
    Please let us know if I am wrong.
    http://www-128.ibm.com/developerworks/webservices/library/ws-tip-coding.html
    Regards,
    Venkat S

  • Error when testing a webservice - Exception raised in class CL_SOAP_REGIST

    Dear coleagues,
    I've got an issue concerning the AS ABAP SOAP Runtime. The system is an ERP 6.0 with SP13.
    If I try to test the service in WSADMIN by using the test-button, I just get an exception after the internet browser opens:
    A Soap Core Exception was raised in Method CL_SOAP_REGISTRY::generate_wsdl(6)
    Technical Details of Soap Core Exception
    Message Text: SRT: ASSERT failed: object reference not bound
    Class: CL_SOAP_REGISTRY
    Method: generate_wsdl
    LocationID: 6
    Program: CL_SOAP_REGISTRY==============CP
    Include: CL_SOAP_REGISTRY==============CM00J
    Line: 59
    I did a look into the coding and think that the exception is raised since the methode
    Hi folks,
    I've got an issue concerning the AS ABAP SOAP Runtime. The system is an ERP 6.0 with SP13.
    At first I create a Web Service by using the context menue of an existing rfc-enabled function module. Afterwards the service is visible in SICF. If I try to test the service in WSADMIN by using the test-button I only get an exception in the opening internet browser:
    Cannot download WSDL from http://serverurl:8027/sap/bc/srt/rfc/sap/ZSTMA_FUNKTIONSTEST2?sap-client=100&wsdl=1.1: Invalid Response Code: (400) Bad Request. The requested URL was:"http://ciswi.sap.swm.de:8027/sap/bc/srt/rfc/sap/ZSTMA_FUNKTIONSTEST2?sap-client=100&wsdl=1.1"
    If I go onto the used url I get the following message:
    Your request could not be processed
    SRT: ASSERT failed: object reference not bound
    What has happened?
    A Soap Core Exception was raised in Method CL_SOAP_REGISTRY::generate_wsdl(6)
    Technical Details of Soap Core Exception
    Message Text: SRT: ASSERT failed: object reference not bound
    Class: CL_SOAP_REGISTRY
    Method: generate_wsdl
    LocationID: 6
    Program: CL_SOAP_REGISTRY==============CP
    Include: CL_SOAP_REGISTRY==============CM00J
    Line: 59
    I did a look into the coding and found out that the exception is raised since
    Hi folks,
    I've got an issue concerning the AS ABAP SOAP Runtime. The system is an ERP 6.0 with SP13.
    At first I create a Web Service by using the context menue of an existing rfc-enabled function module. Afterwards the service is visible in SICF. If I try to test the service in WSADMIN by using the test-button I only get an exception in the opening internet browser:
    Cannot download WSDL from http://serverurl:8027/sap/bc/srt/rfc/sap/ZSTMA_FUNKTIONSTEST2?sap-client=100&wsdl=1.1: Invalid Response Code: (400) Bad Request. The requested URL was:"http://ciswi.sap.swm.de:8027/sap/bc/srt/rfc/sap/ZSTMA_FUNKTIONSTEST2?sap-client=100&wsdl=1.1"
    If I go onto the used url I get the following message:
    Your request could not be processed
    SRT: ASSERT failed: object reference not bound
    What has happened?
    A Soap Core Exception was raised in Method CL_SOAP_REGISTRY::generate_wsdl(6)
    Technical Details of Soap Core Exception
    Message Text: SRT: ASSERT failed: object reference not bound
    Class: CL_SOAP_REGISTRY
    Method: generate_wsdl
    LocationID: 6
    Program: CL_SOAP_REGISTRY==============CP
    Include: CL_SOAP_REGISTRY==============CM00J
    Line: 59
    I found out that the exception is raised since CL_SRT_WSDL_GEN_FACTORY=>GET_WSDL_GENERATOR doesn't return an instance of the class referring to the interface IF_SRT_WSDL_GEN.
    If I test that method in SE24 using the name of the service definition in SE80 for the parameter WSD, the value '1' fpr the parameters TYPE and STYLE, an instance of the class CL_SRT_WSDL11_GEN is rendered.
    Could you give any hints how I could debug that issue to verify the import parameters when the static method CL_SRT_WSDL_GEN_FACTORY=>GET_WSDL_GENERATOR is called in the body of the browser call ?
    Or any other hints?
    Thank you very much and best regards
    Stefan

    The issue was due to missing authorizations of the RFC-user (type 'Communication') calling the webservice. The RFC-user itsself has been assigned before to the webservice in the http-service tree (transaction SICF). RFC-User needs (at least) the role SAP_BC_WEBSERVICE.

  • Com.sapportals.wcm.repository.ResourceException: Webservice exception

    Hi,
    When we try to upload any document to KM we get the following error,
    com.sapportals.wcm.repository.ResourceException: Webservice returned with exception in method 'getBOInstance'"",""n/a"",""com.sapportals.wcm.control.navigation.ResourceTreeControlInternal"",""sap.com/irj"",""B46853"",""ustca190"",""Server 0 0_69062"",
    or..
    Date,Time,Message,Category,Location,Application,User,Host,Node,
    "Aug 21, 2006,""22:04:43:704"",""Call failed"",""/System/Server"",""com.sap.portal.portal"",""sap.com/irj"",""B46853"",""ustca190"",""Server 0 0_69062"","
    ","""",""[EXCEPTION]"","""","""","""","""","""","""","
    ","""",""com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: IOError while working with the message. Check the nested Exception."","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:226)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:160)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:322)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:152)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.proxies.BOProxy.getBOInstance(BOProxy.java:615)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.BOProxyWrapper.getBOInstance(BOProxyWrapper.java:317)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.BOProxyWrapper.getBOInstance(BOProxyWrapper.java:296)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.BOProxyWrapper.checkRightsForCAF(BOProxyWrapper.java:887)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.SecurityManagerImpl.checkCAFResource(SecurityManagerImpl.java:297)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.SecurityManagerImpl.isAllowed(SecurityManagerImpl.java:178)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.CAFSecurityManager.isAllowed(CAFSecurityManager.java:131)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.generic.security.CollaborationSecurityManager.isAllowed(CollaborationSecurityManager.java:208)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.SecurityChecker.check(SecurityChecker.java:237)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.SecurityChecker.checkListChildren(SecurityChecker.java:138)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.cm.CmNamespaceAndContentManager.getChildren(CmNamespaceAndContentManager.java:2218)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.cm.CmNamespaceAndContentManager.getChildren(CmNamespaceAndContentManager.java:424)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.internalGetChildrenManager(CollectionImpl.java:1533)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.internalGetChildren(CollectionImpl.java:1550)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.doGetChildren(CollectionImpl.java:144)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.getChildren(CollectionImpl.java:124)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionLinkImpl.getChildren(CollectionLinkImpl.java:79)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.getChildren(InternalTree.java:1675)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.getFirstCallOpenResources(InternalTree.java:970)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.getFirstCallOpenResources(InternalTree.java:993)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.buildNewTree(InternalTree.java:599)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.renderTree(InternalTree.java:718)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.render(InternalTree.java:467)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.buildContent(InternalTree.java:2034)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.control.util.components.base.BaseCompositeComponent.buildComposition(BaseCompositeComponent.java:195)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:34)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:34)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:406)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:130)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)"","""","""","""","""","""","""","
    ","""",""at java.security.AccessController.doPrivileged(Native Method)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)"","""","""","""","""","""","""","
    ","""",""at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)"","""","""","""","""","""","""","
    ","""",""at java.lang.Thread.run(Thread.java:534)"","""","""","""","""","""","""","
    ","""",""Caused by: java.net.UnknownHostException: _ustwa057.kcc.com"","""","""","""","""","""","""","
    ","""",""at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.connect(Socket.java:452)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.connect(Socket.java:402)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.<init>(Socket.java:309)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.<init>(Socket.java:124)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:647)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:469)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:426)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:182)"","""","""","""","""","""","""","
    ","""",""... 58 more"","""","""","""","""","""","""","
    "Aug 21, 2006,""22:04:43:704"",""Webservice returned with exception in method 'getBOInstance'"",""n/a"",""com.sap.caf.km.repositorymanager.util.BOProxyWrapper"",""sap.com/irj"",""B46853"",""ustca190"",""Server 0 0_69062"","
    "Aug 21, 2006,""22:04:43:704"",""Webservice returned with exception in method 'getBOInstance'
    Looks like some kind of authorisation problem.
    Another noted feature is, when the user has all rights in portal - System Admin the upload is faster.
    but when we use the everyone group with read permission this error occurs and upload of a document takes between 15-30 minutes.
    Kind Regards
    Asif

    Check with the weblog for External libraries.
    Weblog External libraries:https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2361. [original link is broken] [original link is broken] [original link is broken]
    If u want more informations about the jar files check with this link
    JAR class finder:
    http://www.alphaworks.ibm.com/tech/jarclassfinder
    http://sourceforge.net/projects/classlocator
    Regards,

  • Webservice exception

    Hi All,
    I am trying to access a webservice running on XI from EP6 SP9. It is giving the following exception
    com.sap.engine.services.webservice.jaxm.soap.accessor.NetstedSOAPException: Problem in server response: [Not Found]..
    Can anybody help me with this please.
    Thanks
    Santhosh

    Thanks Rasmus. Here is the complete exception from the log files. We are trying to connect to XI web service from EP and are getting this expcetion.
    A
    #1.5#001143D4A1D1003A0000000A000005600003F6C24D7EC7AA#1115739314747#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#kcfergus#52092#####SAPEngine_Application_Thread[impl:3]_39##0#0#Error#1#/System/Server#Java###Exception ID:10:35_10/05/05_0111_5748450
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : WebService9.XIAbstractPortalComponent
    Component class : com.xom.global.enterprise.portal.wsdl.webservices.service.packagename.XIAbstractPortalComponent
    User : kcfergus
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:824)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    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:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: Problem in server response: [Not found].
    at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:197)
    at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)
    at com.xom.global.enterprise.portal.wsdl.webservices.service.packagename.XIService.mi_BAPI_CREATENOTIF_SYNC_OUTBOUND(XIService.java:166)
    at com.xom.global.enterprise.portal.wsdl.webservices.service.packagename.XIAbstractPortalComponent.doContent(XIAbstractPortalComponent.java:35)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more

  • Consuming Webservices Exception occurred in communication framework:Error in HTTP Framework:404conn

    Hi
    I am trying to  consume Webservices of external WSDL url http://202.83.160.22/WS-crpl-9001/ws-crpl-9001.asmx?wsdl  in sap which is located outside the  local sap network, When i tried to create client proxy by going to se80 and after completing the required steps it gives me error of Exception occurred in communication framework:Error in HTTP Framework:404conn,
    Its Been a two week that i am trying to figure out this error  I already posted the question on Scn last week but no body bothers to answer me,
    I tired All suggestion and way out that different sites suggest like by going on to tocde Sicf -> client ->proxy setting ->https log and give the host name and port no of system where these wsdl file actually located, I also tried to save this url  locally  on my desktop and then I gives me error of Exception occurred in library handler Incorrect value: Unknown Namespace http://www.w3.org/2001/XMLSchema
    Please Please help me I have done lot of search spent lot of nights to figure it out but couldnot be able to fix please give some way to solve this issue as I am in a real trouble
    Waiting for your Responses.
    Regards

    Hi thanks for your response .
    Yes WSDL file opening successfully in browser,
    When I goto tocode SMICM->GOTO->TRACE FILE->DISPLAY START
    IT gives these error
    after creating client proxy again for http://202.83.160.22/WS-crpl-9001/ws-crpl-9001.asmx?wsdl wsdl url which are provide by a service provider out side sap
    please HELP me to resolve this issue
    thanks

Maybe you are looking for

  • Can not connect to home wi-fi.

    Typed in password and nothing happens.  It will not even tell me if the password is incorrect.  Does anyone had a similar problem or suggestion.  This is a brand new phone.  it is upgrade to 4.4

  • Update 10.5.4 to 10.5.8 error

    When I try to update 10.5.4 to 10.5.8 - either via Software Update or manually with a combo update I get this error: The Following install step failed: run preinstall script for MacOSXUpd10.5.8. Looking into private/var/log/install.log, I've found th

  • Old JSP pages loading // how to get new ones?

    I am new to the forum and hope that experts can help. I am running a JSP application on an Apache/tomcat setup. I encounter the problem that although I update a webpage (say 'example.jsp') with a date of 12 Jan 2009, the server continues to use a ver

  • Bapi is used to 'post incoming payments (t-code F-28)'

    hi all can any one tell which bapi is used to 'post incoming payments (t-code F-28)'. thanks in advance, lokesh

  • How much vibration is to much vibration on a new 17" unibody.

    I just received a new 17" Unibody with 7200 hard drive and I notice that it vibrates enough to annoy me when I have it on a table and in my lap. So does anyone else have a vibration problem? I assume that apple will just say that it's normal operatio