WebServices Navigator error

Hello,
We are running ECC 6 (NW 7 Ehp1). We are trying to publish web services. To test, we try transaction SOAMANAGER -> Application and Scenario Communication -> Single Service Administration. We select the Z... service and click 'Apply Selection'. This brings up information about the service and couple of links at the bottom. If we click on 'Open Web Services Navigator for selected binding', it opens a new window but returns an error: 'Internet cannot display the web page'.
The URL it tries to reach is
http://<hostname>:50000/wsnavigator/jsps/explorer.jsp?wsdl=http%3a%2f%2f<hostname>%2e<>%2e<>%2e<>%3a8080%2fsap%2fbc%2fsrt%2fwsdl%2fbndg_4.....%2fwsdl11%2fallinone%2fws_policy%2fdocument%3fsap-client%3d<SAP client#>&description=<Z service name>&name=WebServicesNavigator.
Clicking on 'Open WSDL document for selected binding' works fine and so does clicking on other WSDL links.
J2ee access server information shows the correct hostname and port 50000.
If you can provide any input of what is missing that causes this error, it would be great. Goes without saying, points will be rewarded.
Regards
Nirmal

Hi Anil
The SOAP Adapter will be in a disabled state, until some message goes through it. And once a message is sent the SOAP Adapter becomes enabled.
As to no channelID found error as Vinay said,
it could be an issue with the URL which you are using while generating your WSDL,
Your url should be in the following format if you are using a party,
http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel
Your url should be in the following format if you are not using a party,
http://host:port/XISOAPAdapter/MessageServlet?channel=:service:channel
Hope it helps you.
cheers
Sameer

Similar Messages

  • Runtime error while testing BAPI using Webservice Navigator

    Hi all,
    I created a webservice to a BAPI and tested in Webservice Navigator, while testing it is throwing the below error:
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
    Termination occurred in the ABAP program "SAPLCRM_LINK_DU" - in
    "CRM_LINK_SAVE_DU".
    The main program was "RSM13000 ".
    In the source code you have the termination point in line 15
    of the (Include) program "LCRM_LINK_DUU01".
    The program "SAPLCRM_LINK_DU" was started in the update system.
    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
    procedure "CRM_LINK_SAVE_DU" "(FUNCTION)", but it was neither handled locally
    nor declared
    in the RAISING clause of its signature.
    The procedure is in program "SAPLCRM_LINK_DU "; its source code begins in line
    1 of the (Include program "LCRM_LINK_DUU01 ".
    Thanks,
    Sanjani

    I have created customized teh bapi BAPI_ACTIVITYCRM_CREATEMULTI and created a webservice for it.
    I called BAPI_TRANSACTION_COMMIT in the Customized BAPI.
    I tested it in webservice navigator and could see the that OBJECT_ID was generated, but it is not getting updated in database table eventhough i called the Commit fm in my customized BAPI, it is showing an error with a popup as EXPRESS DOCUMENT "UPDATE WAS TERMINATED" received from author "xyz".
    Suggest me with some solution.
    Regards,
    Sanjani
    Edited by: Sanjani on Dec 2, 2010 2:26 PM
    Edited by: Sanjani on Dec 2, 2010 2:29 PM

  • Webservices return error NosuchMethod

    Hi Masters.
    I am very new in WebServices and WEBDYNPROS on Java.
    I generated an Webservices to connect to MDM repository that generation finished OK .
    the problem is when I trying to executes that WS since SOAIU editor always return the next message of error
    the xlsd I am testing is :
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ZWS_VENDOR_MDMVi" xmlns:urn1="urn:com.sap.mdm.ws.beans.zws_vendor_mdm" xmlns:urn2="urn:com.sap.mdm.ws.beans" xmlns:urn3="urn:com.sap.mdm.core.beans">
       <soapenv:Header/>
       <soapenv:Body>
          <urn:searchMDM_VENDORS>
             <urn:query>
                <!--Optional:-->
                <urn1:criteria>
                   <!--Zero or more repetitions:-->
                   <urn1:namedSearchCriteria></urn1:namedSearchCriteria>
                   <!--Zero or more repetitions:-->
                   <urn1:maskCriteria>1</urn1:maskCriteria>
                   <!--Optional:-->
                   <urn1:logicalOperator>1</urn1:logicalOperator>
                   <!--Optional:-->
                   <urn1:keywordCriteria>
                      <!--Optional:-->
                      <urn2:value>1</urn2:value>
                      <!--Optional:-->
                      <urn2:expressionOperator>1</urn2:expressionOperator>
                   </urn1:keywordCriteria>
                   <!--Optional:-->
                   <urn1:mDM_VENDOR_NUMBER>
                      <!--Optional:-->
                      <urn2:logicalOperator></urn2:logicalOperator>
                      <!--Zero or more repetitions:-->
                      <urn2:constraint>
                         <!--Optional:-->
                         <urn2:value>4300024</urn2:value>
                         <!--Optional:-->
                         <urn2:expressionOperator>EQUALS</urn2:expressionOperator>
                      </urn2:constraint>
                   </urn1:mDM_VENDOR_NUMBER>
                </urn1:criteria>
                <!--Optional:-->
                <urn1:resultDefinition>
                <urn2:fieldListType>ALL</urn2:fieldListType>
             <urn2:retrieveKeyMapping>false</urn2:retrieveKeyMapping>
             <urn2:loadAttributes>false</urn2:loadAttributes>
             <urn2:pageNumber>1</urn2:pageNumber>
             <urn2:pageSize>100</urn2:pageSize>
                </urn1:resultDefinition>
             </urn:query>
             <urn:reposInfo>
                <!--Optional:-->
                <urn3:dataLang>English [US]</urn3:dataLang>
                <!--Optional:-->
                <urn3:destinationName>MDM_Destination</urn3:destinationName>
                <!--Optional:-->
                <urn3:repositoryName>VENDOR_CATALOG</urn3:repositoryName>
                <!--Optional:-->
                <urn3:secureConnection>false</urn3:secureConnection>
                <!--Optional:-->
                <urn3:serverName>led1.la.holcim.net</urn3:serverName>
             </urn:reposInfo>
          </urn:searchMDM_VENDORS>
       </soapenv:Body>
    </soapenv:Envelope>
    the error WS is returned .
      <SOAP-ENV:Body xmlns:rpl="urn:ZWS_VENDOR_MDMVi">
          <rpl:searchMDM_VENDORSResponse xmlns:rn0="java:sap/standard" xmlns:rn1="urn:com.sap.mdm.ws.beans" xmlns:rn2="http://schemas.xmlsoap.org/soap/encoding/" xmlns:rn3="urn:com.sap.mdm.core.base" xmlns:rn4="urn:com.sap.mdm.ws.beans.zws_vendor_mdm" xmlns:rn5="urn:com.sap.mdm.core.beans">
             <Response>
                <rn1:executionStatus>
                   <rn1:status>Fault</rn1:status>
                   <rn1:description>com.sap.mdm.extension.session.ConnectionManagerEx.getMdmDestinationProperties(Ljava/lang/String;)Lcom/sap/mdm/session/NetWeaverMdmDestinationProperties;</rn1:description>
                   <rn1:fault>
                      <rn1:severity>Error</rn1:severity>
                      <rn1:text>java.lang.NoSuchMethodError: com.sap.mdm.extension.session.ConnectionManagerEx.getMdmDestinationProperties(Ljava/lang/String;)Lcom/sap/mdm/session/NetWeaverMdmDestinationProperties;
      at com.sap.mdm.ws.data.connection.AbstractWSConnectionManager.createUserSessionContextFromDestination(AbstractWSConnectionManager.java:101)
      at com.sap.mdm.ws.data.connection.BasicAuthenticationConnectionManagerImpl.createAuthenticatedSessionCtx(BasicAuthenticationConnectionManagerImpl.java:72)
      at com.sap.mdm.ws.data.EJBGateWay.createConnection(EJBGateWay.java:404)
      at com.sap.mdm.ws.data.EJBGateWay.executeOperation(EJBGateWay.java:210)
      at com.sap.mdm.ws.data.EJBGateWay.executeOperation(EJBGateWay.java:147)
      at com.sap.mdm.ws.gen.ejbs.ZWS_VENDOR_MDMBean.searchMDM_VENDORS(ZWS_VENDOR_MDMBean.java:47)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    any idea which is the problem . thanks in advaned.

    Hi Ravi.   thanks for you support.
    I made the test On WebService Navigator but the result was the same nosuchMethot. I am really doubing if componets are the currect version.
    Do you Know a guide over currect versions MDM componets are compatibility acorde My Netweaber 7.2  I have the next componets Installed right Now.
    MDM_EP
    1000.710.711.7.0.20110411202139
    MDM_JAVA_API
    1000.710.0.13.109.20141123194400
    MDM_WEB_SERVICES
    1000.710.710.13.0.20141201183346
    MDM_CONNECTOR
    1000.710.711.8.47.20130404190252
    MDM_WEB_SERVICES_RUNTIME
    1000.710.711.13.0.20141201183341
    MDM_JAVA_WD_FRAMEWORK
    1000.710.711.7.39.20130226190744
    Thanks in Advances

  • Testing by Webservice Navigator

    Hi,
    Can we test SOAP <-> PI <-> BAPI ( Sync) scenario in PI 7.11 by using webservice navigator? If yes, how? If Not, Why?
    When i test from RWB and Test configuration in ID, it is working fine.  When i am trying to test from WebserviceNavigator it is giving me error.
    Error : Web service returned error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "Server Error"
    Thanks,
    Ashwani

    >>Can we test SOAP <-> PI <-> BAPI ( Sync) scenario in PI 7.11 by using webservice navigator? If yes, how? If Not, Why?
    Yes. YOu can. Follow this  link
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/23725

  • Webservice Connection Error: Signed Content not in recognizable format

    Dear SAP experts,
    We're having a webservice connection error, when our trading partner is sending test messages to our server.
    They are getting this specific error,
    service: GIPPullAgent.Util:checkSignatureNoCache
    Error: [ISS.0086.9062] Signed Content not in recognizable format
    [ISS.0086.9062] Signed Content not in recognizable format
    Have you encountered this specific error?
    Kindly advise for any helpful tips.
    Thanks!
    Gerberto

    Hi,
    The issue was already resolved.
    We generated the correct Signature value which is needed in the WSDL.
    Thanks for your support!
    Gerberto

  • PI SOAP access to third party Webservice,Return ERROR

    Hi Experts,
    I have one soap synchronous scenario access to third party WEBSERVICE,Return error.While testing the wsdl in soap ui, I am getting response, messages showing successfully processed. I think it is pi to send  xmlns:ns1='http://tempuri.org/'  on both sides should not be a single quotation mark, but I don't know how to adjust  PI set. how do you see.
    1、SOAP UI submitted to Webserver XML
    [2014-05-26 08:47:24.662] --- Recv data from SocketId=272 Socket=10880
    POST /MWGate/wmgw.asmx HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://tempuri.org/MongateCsSpSendSmsNew"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: 10.0.0.253:8082
    Content-Length: 520
    <soapen:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
        <soapen:Header />
        <soapen:Body>
            <tem:MongateCsSpSendSmsNew>
                <tem:userId>DOA001</tem:userId>
                <tem:password>dennis</tem:password>
                <tem:pszMobis>1313773654</tem:pszMobis>
                <tem:pszMsg>1111</tem:pszMsg>
                <tem:iMobiCount>1</tem:iMobiCount>
                <tem:pszSubPort>*</tem:pszSubPort>
            </tem:MongateCsSpSendSmsNew>
        </soapen:Body>
    </soapen:Envelope>
    2、PI submitted to Webserver XML
    [2014-05-26 08:36:08.725] --- Recv data from SocketId=271 Socket=10704
    POST /MWGate/wmgw.asmx HTTP/1.0
    Accept: */*
    Host: 10.0.0.253:8082
    User-Agent: SAP-Messaging-com.sap.aii.af.sdk.xi/1.0505
    CallingType: SA
    content-id: <[email protected]>
    Content-Type: text/xml; charset=utf-8
    Content-Length: 417
    SOAPACTION: "http://tempuri.org/MongateCsSpSendSmsNew"
        <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>
            <SOAP:Header />
            <SOAP:Body>
                <ns1:MongateCsSpSendSmsNew xmlns:ns1='http://tempuri.org/'>
                    <ns1:userId>DOA001</ns1:userId>
                    <ns1:password>dennis</ns1:password>
                    <ns1:pszMobis>13637731567</ns1:pszMobis>
                    <ns1:pszMsg>Constant</ns1:pszMsg>
                    <ns1:iMobiCount>1</ns1:iMobiCount>
                    <ns1:pszSubPort>*</ns1:pszSubPort>
                </ns1:MongateCsSpSendSmsNew>
            </SOAP:Body>
        </SOAP:Envelope>
    3、SXI_MONITOR   Payloads content:
      <ns1:MongateCsSpSendSmsNew xmlns:ns1="http://tempuri.org/">
            <ns1:userId>DOA001</ns1:userId>
            <ns1:password>dennis</ns1:password>
            <ns1:pszMobis>13637731567</ns1:pszMobis>
            <ns1:pszMsg>Constant</ns1:pszMsg>
            <ns1:iMobiCount>1</ns1:iMobiCount>
            <ns1:pszSubPort>*</ns1:pszSubPort>
        </ns1:MongateCsSpSendSmsNew>
    4、PI channel

    Hi Nathan,
    Have you tried the SOAP HTTP Axis function.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380957f?overridelayout=t…
    https://help.sap.com/saphelp_nw04/helpdata/en/45/a39e244b030063e10000000a11466f/content.htm
    Configuring the Receiver Axis SOAP Adapter (SAP Library - SAP Exchange Infrastructure)
    Regards,
    Jannus Botha

  • Light Framework Page-Detailed Navigation error

    Hi,
    When i use the light framework page and change the number of display levels to 1
    the detailed navigation contents disappear.
    is this a  known error..? Is there anyway to get around this..?
    Thanks,
    rocky

    Rocky,
    This thread might give you a lead.
    Light Framework Top Level Navigation Error
    Good Luck!
    Sandeep Tudumu

  • Webservice navigator not opening

    Hello All,
    I have created a webservice for an RFC enable function module in ABAP..
    For the FM i have created a webservice definition and release the webservice using WSCONFIG...
    Now i am trying to test the webservice from WSADMIN...
    The webservice navigator is not displaying the page in the internet explorer..
    Couly you let me know the problem for the above and provide me the solution
    Thanks in advance
    Regards
    Shiva

    Hi Shiva,
    Check for this now.
    WADMIN -> GOTO ->Administration Settings ->
    enter          http://<host>:<J2EE port>/
    this should work.

  • Webservice from Portal Service - Import Param of WebService Method Error

    Hello,
    I have developed a portal service and after that I created a portal web service from that portal service... If I use a String variable for the import parameter of my webservice method everything works fine! But if I us a custom class for the im port parameter of the method I get an soap error when I call the webservice!
    Error:
    Service: MyService
    URL: Endpoint
    http://myportal/irj/servlet/prt/soap/com.sap.portal.prt.soap.MyServicec?style=rpc_enc
    Method: add1to1
    Exception: System.Web.Services.Protocols.SoapException
    Message: com.company.ImportClass
    The WSDL was generated Correctly:
         <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://namespace.com" elementFormDefault="qualified">
              <complexType name="ImportClass">
                   <sequence>
                        <element name="Import1" nillable="true" type="xsd:string"/>
                        <element name="Import2" nillable="true" type="xsd:string"/>
                   </sequence>
              </complexType>
         </schema>
    Thanks for your help!
    Johannes
    Edited by: Johannes Freitag on Jun 24, 2009 2:54 PM

    Hi Ozzie,
    in newer NWDS versions this wizard doesn't exist any more.
    [http://help.sap.com/saphelp_nw70/helpdata/en/1f/4554426dd13555e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/1f/4554426dd13555e10000000a1550b0/frameset.htm] describes how to create a web service from a portal service.
    I personally didn't create a web service by this description however. I just created a normal Java class and created a Web Service out of this class (using EAR deployment).

  • Testing  WSDL through webservice navigator

    HI All,
    Please elaborate  on how to test the WSDL link though webservice navigator.
    Di we require some different installations or what exactly is webservice navigator
    Edited by: solutionProvider on Dec 24, 2010 8:43 PM

    HI All,
    Please elaborate  on how to test the WSDL link though webservice navigator.
    Di we require some different installations or what exactly is webservice navigator
    Edited by: solutionProvider on Dec 24, 2010 8:43 PM

  • WebServices: compilation error occurred

    Created a webservice from a java class. The method that i am exposing in the webservice takes a java object (Serializable) as input and gives another java object (Serializable) as output.I am creating webservice from JDeveloper. While i am creating webservice from JDeveloper, While Specifying Custom Data Type Serializers, i have two xsds one for input object and one for output object. After creating the webservice if i try to deploy my webservice, it gives me an error
    Error compiling :C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\ObjectJava-MyEmpJavaProj-WS\WebServices: compilation error occurred
    and there is no further info on this. How can resolve this? any ideas?

    I'm having the same problem except I used a top-down approach and created the web service from the WSDL. I go to deploy the web service and then I get the error:
    Binding WebServices web-module for application {"application directory"} to site default-web-site under context root {"context-root"}
    Operation failed with error:
    Error compiling :C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\{"application directory"}\WebServices: compilation error occurred
    I'm assuming this refers to the .war file since that is what the \WebServices points to but I haven't been able to figure out what Oracle JDeveloper is having problems compiling.
    Thanks!

  • Code Navigation Error when using a SWC

    Does anyone else get this error, "Code Navigation Error,
    Source code could not be found..." when you attempt to navigate
    (Ctrl+left click) into a SWC? I have added the SWC to the project's
    library path.

    "myIP" <[email protected]> wrote in message
    news:gn6jqk$ek4$[email protected]..
    > Does anyone else get this error, "Code Navigation Error,
    Source code could
    > not
    > be found..." when you attempt to navigate (Ctrl+left
    click) into a SWC? I
    > have
    > added the SWC to the project's library path.
    You probly also should tell it where the source code is...

  • CUP "Navigation error"

    Hi Experts,
    Im writing to see if anyone can give me a hand solving this error.
    Im working with CUP (GRC-SAC-SAE 5.3_15.1) and when a I try to create a new account request, I fill in all the fields, assign a role and then perform the RAR analysis I get an everything is ok message (you have no conflicts and can proceed) but when I push the "Next" button I get a Navigation Error Page.
    Taking a look at the system logs I found this error that caught my attention "ERROR Requested navigation control not found
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest" so I proceed to check if my ume roles had this "loadcreaterequest"action and they didnt. So I checked the last initiation files at the SAP marketplace to see if I got the last ones, and I did (and besides this action was not  included in those roles).
    Nevertheless im copying down the whole log to see if anyone can drop me a light on this.
    Thanks very much and apreciate any help.
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@175:execute() : inside catch : calling getConversationDefn cnvCreateRequest
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@177:execute() :  inside catch  : calling getConversationDefn completed successfullycnvCreateRequest
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@179:execute() : inside catch : calling getScreenDefn scrRequestDetails
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@181:execute() : inside catch : calling getScreenDefn completed successfully scrRequestDetails
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@183:execute() : inside catch : calling getActionDefn loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@168:getActionDefn() : failed to get action defn. Action id is : loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@170:getActionDefn() : try to get action defn from new map
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@174:getActionDefn() : failed to get action defn even from New Map. Action id is : loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@176:getActionDefn() : failed to get action defn. Action id is : loadcreaterequest throwing exception
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR Requested navigation control not found even in catch block
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest
         at com.virsa.ae.commons.utils.framework.ScreenDefn.getActionDefn(ScreenDefn.java:177)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:184)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:436)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:466)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR Requested navigation control not found
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest
         at com.virsa.ae.commons.utils.framework.ScreenDefn.getActionDefn(ScreenDefn.java:177)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:184)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:436)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:466)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-04-25 16:06:17,714 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@94:execute() : Current Module: |AE| Conversation: |cnvCreateRequest| Screen: |scrRiskAnalysis|
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#AE#Conversation#cnvCreateRequest#Screen#scrTopNav#Action#cfg#
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvCreateRequest
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrTopNav
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdcfg
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@94:execute() : Current Module: |AE| Conversation: |cnvCreateRequest| Screen: |scrTopNav|
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigRequest#Screen#scrConfigRequest#Action#loadConfigRequest#
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigRequest
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrConfigRequest
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdloadConfigRequest
    2011-04-25 16:06:17,761 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@94:execute() : Current Module: |CFG| Conversation: |cnvConfigRequest| Screen: |scrConfigRequest|
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigRequest#Screen#scrLeftNav#Action#linkConfigSystemLogSearch#
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigRequest
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrLeftNav
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdlinkConfigSystemLogSearch
    2011-04-25 16:06:31,854 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@94:execute() : Current Module: |CFG| Conversation: |cnvConfigRequest| Screen: |scrLeftNav|
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigSystemLog#Screen#scrConfigSystemLog#Action#loadConfigSystemLogSearch#
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigSystemLog
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrConfigSystemLog
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdloadConfigSystemLogSearch
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully

    Hi Chinmaya,
    Thanks for your answer.
    Yes, I do have that option in my "Conifuration" tab. If I click that option I just see a page with another upgrade button.
    Should I push it?
    Regards,

  • Cross-domain Navigation Error

    Hi folks,
    I was just beginning to test out a site on my domain when I received the following error:
    Cross-domain Navigation Error
    Adobe InContext Editing does not support cross-domain navigation.
    For more details, please visit the Adobe InContext Editing Help and Support page.
    While I could not find any help easily, I thought I would post here with what I have discovered.  I am not entirely sure what "cross-domain navigation" is in the first place, but I had a few hunches.
    Initially, I was using a site set up with templates and library items.  Then, for the purposes of troubleshooting, I deleted all files and placed one HTML file in the folder with nothing but some text in it.  I still received the error message.
    On a whim, I decided to try InContext Editing in Internet Explorer instead of Firefox, and it worked.  I then downloaded and installed the latest version of Firefox (3.5.1), and the error message still appeared.
    Any ideas?
    Thanks in advance!

    Having the same troubles. Worse it goes into an endless loop where you can't get out of the error message cycle.
    http://sonomamountainbusinesscluster.com/

  • Webdynpro and webservice navigator security

    hi everyone,
    i dont know if this is the right forum but heres my question:
    how can i secure the webdynpro applications and the webservice navigator? by now, everyone in our lan can access the webdynpros or the webservices by using the navigator and could use the them, which is a little bit dangerous.
    so, how can i restrict the access to that gui? like portal sessions or something like that?
    regards,
    constantin wildförster
    Edited by: Constantin Wildförster on Jan 23, 2008 3:24 PM

    Hi,
    If some users have access to the web services Navigator, they comply with one of the following requirements:
    - belong to the Administrator group
    - assigned to an Administrator role
    - have the UME WSNavigator administrator action
    To prevent these users from accessing the web services Navigator, you should modify their access rights appropriately. You can check [Identity Management|http://help.sap.com/saphelp_nwce10/helpdata/en/b8/58414254259d35e10000000a1550b0/frameset.htm] for details.
    Hope this helps,
    Rossen

Maybe you are looking for

  • Old Agilent PNA SCPI

    Hi all, I realise I would be better posting this at the Agilent website, however aside from containing broken links all over the place, a broken search bar in the forum and the most complicated board to post on I have ever used (still can't find the

  • Mac executable file won't run on Mac

    I am trying to get a mac executable file to run on a mac. It has been authored in Captivate 5.0 PC version. I have tried to run it on a Mac book, about 5 years old and nothing opens at all and same on an old G4. I have had no other opportunity to tes

  • Went from 6.1.5 to 6.5.3 and love it!!

    With parallel calc (we got a 4 server box), on average, our calc times decreased about 40%. The question is now how to get the intelligent calc to function appropriately, especially with currency conversion.

  • I just upgraded to iTunes 10.2.1.1 and lost everything...

    How do I get back all my settings, music, playlist and inforamtion?

  • Calling instance variable...

    Hi, Just wondeirng if I defined some instance variables in a class. If I want to call the variables in another class. Is it like <class_of_variables_are_defined>.<variables> ?