Problem in Service Registry

Hi All,
I am facing problem with Service Registry.
( CAF ---> Administrative tools --> External Service Configuration -->Service Registry)
Few days back it was working fine, but now i am getting the following exception when i click on the Srevice Registry Link.
   java.lang.NullPointerException
    at com.sap.caf.mp.mmr.adapter.ServiceDefinitionTypeConverter.convertExternalInterface(ServiceDefinitionTypeConverter.java:507)
    at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.getExternalInterfaces(MMServiceRetrievalAdapter.java:547)
    at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerBean.getExternalInterfaces(MMServiceRetrievalAdapterCallerBean.java:158)
    at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.getExternalInterfaces(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.java:477)
    at com.sap.caf.mp.core.data.service.DataServiceBridge.getExternalServices(DataServiceBridge.java:201)
    ... 47 more
Full Trace
java.lang.RuntimeException: com.sap.caf.rt.exception.CAFBaseRuntimeException: Exception in method getExternalInterfaces.
     at com.sap.caf.wd.services.registry.VwOverview.loadServices(VwOverview.java:661)
     at com.sap.caf.wd.services.registry.VwOverview.wdDoInit(VwOverview.java:133)
     at com.sap.caf.wd.services.registry.wdp.InternalVwOverview.wdDoInit(InternalVwOverview.java:275)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
     at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
     at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:789)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:767)
     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
     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: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:380)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:358)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:926)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:259)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
     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)
Caused by: com.sap.caf.rt.exception.CAFBaseRuntimeException: Exception in method getExternalInterfaces.
     at com.sap.caf.mp.core.data.service.DataServiceBridge.getExternalServices(DataServiceBridge.java:208)
     at com.sap.caf.wd.services.registry.VwOverview.loadServices(VwOverview.java:657)
     ... 46 more
Caused by: com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method getExternalInterfaces.
     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.getExternalInterfaces(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.java:493)
     at com.sap.caf.mp.core.data.service.DataServiceBridge.getExternalServices(DataServiceBridge.java:201)
     ... 47 more
Caused by: java.lang.NullPointerException
     at com.sap.caf.mp.mmr.adapter.ServiceDefinitionTypeConverter.convertExternalInterface(ServiceDefinitionTypeConverter.java:507)
     at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.getExternalInterfaces(MMServiceRetrievalAdapter.java:547)
     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerBean.getExternalInterfaces(MMServiceRetrievalAdapterCallerBean.java:158)
     at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.getExternalInterfaces(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.java:477)
     ... 48 more
Regards,
Ashutosh Rastogi

Hi Palani,
First try to create a destination for a particular WSDL. See is it works.
Also please let me know how the services are created and published.
Regardsa
Raghu.

Similar Messages

  • Problem in Service Registry of VC 7.1

    Hi Experts,
    I have created a Service Registry Destination for my ABAP Backend System in NWA, Where I have many Web Services Published.
    When I see in SR using http://<Host Name>:<Port No>/SR, I am able to find the Web Services that are published from my ABAP Backend System and also all the details are as same as i have defined in the SR Destination Creation.
    But, When I select the Service Registry in Search In and Type and then click on Advanced Search, A window is opened for Select Classifications, but there i am able to find two folders named Flat and Group Classifications and both the folders are empty.
    I have created the System in SLD.
    1. Whether after creating the SR Destinations, we need to Publish all the Web Services?
    2.. Where to find this port and proxy?
    Also, After creating the service regidtry destination, I am not able to view the "Select Details" link in Service Registry. How to get this link?
    Please let me know, where I went wrong.
    Thanks,
    Regards,
    Palani
    Edited by: Palani Appan on Sep 19, 2008 9:38 AM
    Edited by: Palani Appan on Sep 19, 2008 12:23 PM
    Edited by: Palani Appan on Sep 19, 2008 12:28 PM

    Hi Palani,
    First try to create a destination for a particular WSDL. See is it works.
    Also please let me know how the services are created and published.
    Regardsa
    Raghu.

  • 500   Internal Server Error - Problem Opening Service Registry Page

    Hi,
    When i try open enterprise service page (http://localhost:50000/sr) i am getting following error,
    "500   Internal Server Error" and "Failed to process request. Please contact your system administrator."
    and the Java exception stack says,
      com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response content type. Server returned code (500) with message <OK> and content type <text/html; charset=utf-8>.
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.handleSOAPResponseMessage(SOAPTransportBinding.java:471)
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:966)
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:703)
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:673)
        at p1208540892498.UDDI_Inquiry_SoapBinding_Stub.find_tModel(UDDI_Inquiry_SoapBinding_Stub.java:125)
        ... 95 more
    could any one please help me in finding out the problem. I am new to CE 7.1.
    Thanks in advance.
    Regards,
    Prasad Babu.

    Hi Eduardo,
    as I work my way up through the landscape I have hit the same issue in our Regression PI system.
    Do you have a solution ?
    Thank you and kind regards,
    Petr.

  • SAP NW CE 7.11 Service Registry lists is not displayed

    Hi experts,
    I have a problem that Service Registry lists is not displayed in CE 7.11.
    I deployed componts relate with Enterprise Service Repository. (SAP_XIESR,ESREG-SERVICES,ESREG-BASIC) and executed task "Configuration of ESR in CE" in Configration Wizard.
    But I can`t stil see WSDL Port Type name lists in Service Registry.
    Please tell me any idea.
    For reforence,
    SAP CE 7.11 SP06
    Thanks and regards,
    Jun

    Hi Srikishan
    Thanks for reply.
    I have activated SAP* user & then able to login in NWA.
    But found that UMEBackendConnection RFC is already present in Configuration Management -->Security Management -->Destinations & connection test also successful.
    When I reverted changes & tried to start the java again got the same error.
    JCO_ERROR_RESOURCE: Destination UMEBackendConnection does not exist".
    So here,I think that Java unable to connect or identify backend destination.Is there any way we can bypass this check?
    Regards,
    Mahesh Phegade

  • SAP NW CE 7.11 Service Registry lists are not displayed

    Hi experts,
    I have a problem that Service Registry lists is not displayed in CE 7.11.
    I deployed componts relate with Enterprise Service Repository. (SAP_XIESR,ESREG-SERVICES,ESREG-BASIC) and executed task "Configuration of ESR in CE" in Configration Wizard.
    But I can`t stil see WSDL Port Type name lists in Service Registry.
    Please tell me any idea.
    For reforence,
    SAP CE 7.11 SP06
    Thanks and regards,
    Jun

    Hi,
    Although I have not encountered this error in my installation copy - you can try the following:
    Take the zip file for NWDS to another machine and install it. If you do get the same error - then the zip file was damanged in the transfer - if not then probably it is an issue with the Microsoft Installer files that you are using. If you are using a legal version of Windows then upgrade to the latest updates and then try again. You can try the same steps after shutting down and restarting your PC.
    Most probably the zip file is damaged since the MSI has run successfully.for the CE WAS.
    p256960.

  • Factory Instantiation Problem when publishing WSDL in Service Registry

    I have installed SOA Suite 10.1.3.1 and OSR 10.1.3. and am trying to publish a WSDL for a new business created as admin. This causes an UDDI error, though:
    "Invalid WSDL location! WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating factory implementation.: oracle.j2ee.ws.wsdl.factory.WSDLFactoryImpl."
    I checked the jars in {oracle.home}/j2ee and couldn't find WSDLFactoryImpl in any of these. It is contained in orawsdl.jar under jdeveloper and bpel, though.
    Anyone seeing the same problem or are you guys able to use the OSR and publish services ? Hints on how to patch the OSR classpath ? (I am running it as standalone within OC4J).
    cheers,
    Diego

    yes, I do have one tip:
    ..don't install in the "home" instance. Well, to be more precise, don't install in the same instance as your BPEL PM and ESB - which by default is the "home" instance.
    You have to create a new instance (e.g. "registry") for your OSR, see "Integrating Oracle BPEL Process Manager with the Oracle Application Server Service Registry", page 2-32, step 6 in the "Oracle BPEL Process Manager Administrator's Guide".
    Maybe also have a read in
    Re: Anyone successfully installed SOA [Advanced] & Service Registry 10.1.3.1 ?
    good luck :-)
    Message was edited by:
    Diego Tognola

  • Problems While Publishing a Service in Service Registry

    Hi folks,
    while I was following the diffrent steps that were described in this blog:
    /people/bv.pillai/blog/2007/09/18/configuring-publishing-enterprise-services-from-sap-business-suite-system-into-nwce-netweaver-composition-environment-services-registry
    i´ve get an error.
    After execute the trx a pop up window asking me the mndt user and pass of the '/ESRegistryWS/BasicAuthConfig' path. I ´ve insert the user and pass of the administrator´s account in the CE. is that ok? .
    I get this error Msg.
    "Exception raised during physical system publication. Code : '10150'"
    Can anyone help me with this problem please?
    Thanks for all.
    Diego.
    Thanks for all,
    Diego.

    Lei Ji, you can do what Mohd Tauseef told me.
    try to change the ServiceRegistry Logical Port
    In NetWeaver Administrator under SOA Management _Business Administration _Web Services Administration
    Client Proxy Name: ServicesRegistrySi
    Authentication: User name/password
    Role: SERVICES_REGISTRY_READ_WRITE
    have you done it? this is the only role that i used in CE.
    Greatings.
    Diego.

  • Problem with the Browsing of Services Registry in Visual Composer

    Hi,
    I have tried to connect Visula Composer of CE 7.1 to the Services Registry for ES Workplace by configuring 3 Web Service destination on my local server:
    1. UDDI_DESTINATION
    2. CLASSIFICATION_DESTINATION
    3. Backend destination "HU2"
    as stated in the tutorial "How to Browse an Enterprise Services Registry in Visual Composer" (https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/605303db-9d5f-2a10-e0a2-c0e1c8af9e96&overridelayout=true).
    After the configuration, I opened up the "Search" dialog in Visual Composer and selected "Service Registry" for the "Search in" drop down list and then clicked on the link "Advanced Search". An error message "XMSG_COULD_NOT_LOAD_CLASSIFICATIONS" was then displayed. I have tried to google the error message but to my surprise there wasn't even a single result for that.
    Could anyone please help me on this?
    Thanks in advance.
    Regards,
    Joon Meng

    Hi Mike,
    Thanks for your reply. It is actually my intention to try out with the Services Registry for ES Workplace. The thing is, I was able to connect my NWDS to the SR, but not in Visual Composer.
    Below are the URLs for both destination.
    1. UDDI_DESTINATION: http://sr.esworkplace.sap.com/uddi/wsdl/uddi_v3_service.wsdl
    2. CLASSIFICATION_DESTINATION: http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl
    I tried to open the first URL in my browser and a WSDL document was displayed, but for the second URL an error message "503 Service Unavailable" was returned.
    Does this mean that the second URL "http://sr.esworkplace.sap.com/ClassificationService/CS?wsdl" might be the cause of the problem?
    Regards,
    Joon Meng

  • BEA Aqualogic Service Registry Installation Problem

    I am getting the following error while installing the Aqualogic Service Registry.
    [echo] Building scripts ...
    [echo] Platform is Windows
    [echo] Preparing 'admin' account ...
    [echo] Preparing account_list ...
    [echo] Preparing permission_list ...
    [echo] Preparing approval management ...
    [java] java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
    [java]      at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    [java]      at javax.crypto.KeyGenerator.getInstance([DashoPro-V1.2-120198])
    [java]      at com.systinet.uddi.config.CipherHelper.<init>(CipherHelper.java:82)
    [java]      at com.systinet.uddi.config.CipherHelper.getApiInstance(CipherHelper.java:51)
    [java]      at com.systinet.uddi.config.XMLConfigurable.<clinit>(XMLConfigurable.java:22)
    [java]      at com.systinet.uddi.config.XMLConfigurator.createConfigurable(XMLConfigurator.java:23)
    [java]      at com.idoox.config.xml.XMLConfigurator.getConfigurable(XMLConfigurator.java:113)
    [java]      at com.idoox.config.xml.XMLConfigurator.init(XMLConfigurator.java:423)
    [java]      at com.idoox.config.xml.XMLConfigurator.init(XMLConfigurator.java:333)
    [java]      at com.systinet.uddi.config.ConfigHelper.addConfig(ConfigHelper.java:341)
    [java]      at com.systinet.uddi.config.ConfigHelper.init(ConfigHelper.java:84)
    [java]      at com.systinet.uddi.util.Register.main(Register.java:58)
    [java] Exception in thread "main"
    Java returned: 1
    Installation failed. If accessible, see "D:\bearegistry20\log\install.log".
    To correct installation parameters and resume installation click Recover.
    You may also want to consult Service Registry dev2dev page at http://dev2dev.bea.com/.
    I know the problem is due to old JCE installation.I have downloaded the JCE 1.2.2 and tried to solve the problem.But I could not solve the problem.I will be highly grateful if somebody can show me how to solve the problem.I am having SUN JDK 1.4.2.

    I'm facing the exact same problem.
    <Nov 2, 2007 3:05:14 PM MET> <Error> <HTTP> <BEA-101216> <Servlet: "Registry Servlet" failed to preload on startup in Web application: "registry.war".
    I'm curious to get an idea what is causing it.
    Looks like a config file with some touch in the security space is read but the read ends prematurely.
    Thanks
    Falk

  • Problems with discovering services from Service Registry in VC and NWDS

    Hello,
    I have followed step 1 "Brokered Service implemented in own system" in blog
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID1803376250DB00062216078043496017End?blog=/pub/wlg/8788
    in order to publish  a service from PI to the Services Registry (SR).
    It works fine and I can find the service in the SR and also test it successfully.
    However I can't discover the service from within Visual Composer or NWDS.
    I succeed in discovering standard SAP Enterprise Services from VC and NWDS.
    I'm working on CE 7.1 EHP 1 and PI 7.1 EHP 1.
    Does anyone know what the problem could be?
    // Best regards  Hans

    Hello Hans,
    Sorry, may be I should have been more specific.
    First, I want to verify that you're using at least Ehp1 SP2.
    The information that I need is the complete system details:
    Name, Host, SLD System ID, Type, ABAP Client.
    In addition, please reverify that you have a valid link to the endpoint.
    Only if you're using a version Ehp1 SP2 onwards, here are the seetings that you should fill:
    1. Open NWA>'SOA Managment'>'Application and Scenario Communication'
    2. Press on 'Single Service Administration' link
    3. Press on 'Customer Proxies' tab
    4. In the 'find' text box select for 'sr' and press on 'Go' button
    5. Select the 'ServicesRegistrySi' (This is the proxy to the Services Registry backend)
    6. Press on 'Configuration' tab
    7. Select the 'ServicesRegistrySiPort' (If it's the only result it will be marked by default)
    8. Press on the 'Edit' button and insert your SR URL
       (for example: http://sr.esworkplace.sap.com:80/ServicesRegistrySiService/ServicesRegistrySiPort)
    9. Press on the 'Security' tab and insert the requried authentication if needed
       In this example it will be:
       username: <your user namr>
       password: <your password>
    10. Save this configuration
    11. Defined proxy (if needed): NWA>'SOA Managment'>'Technical Configuration'
    12. Press on 'SOA Middleware Global settings and type the proxy's settings
    12. Save settins
    14. Now you can work with Service Registry in VC (server)
    In case you're using a lower version than Ehp1 SP2, please use the following link to configure your system:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e058a805-68b2-2b10-6a8b-fc570f1c37d1&overridelayout=true
    BR,
    Hezi.

  • Oracle Service Registry Installation Problem

    Hi,
    during the installation of the Oracle Service Registry I get the error "10210":
    [java] install:
    [java] uddi.class.path.jars_zips:
    [java] oracle.data:
    [java] changeDBParams:
    [java] [style] Processing C:\oracle\registry_10_1_3\etc\db\data\operationalBE.xml to C:\oracle\registry_10_1_3\etc\db\data\operationalBE.xml.new
    [java] [style] Loading stylesheet C:\oracle\registry_10_1_3\etc\bin\operationalBE.xsl
    [java] [move] Moving 1 files to C:\oracle\registry_10_1_3\etc\db\data
    [java] [copy] Copying 1 file to C:\oracle\registry_10_1_3\app\uddi\conf
    [java] [style] Processing C:\oracle\registry_10_1_3\app\uddi\conf\tmp.xml to C:\oracle\registry_10_1_3\app\uddi\conf\database.xml
    [java] [style] Loading stylesheet C:\oracle\registry_10_1_3\etc\bin\database.xsl
    [java] [delete] Deleting: C:\oracle\registry_10_1_3\app\uddi\conf\tmp.xml
    [java] [delete] Deleting: C:\oracle\registry_10_1_3\etc\db.properties
    [java] importData:
    [java] [echo] Importing system data ...
    [java] importGroup:
    [java] [echo] c:\oracle\registry_10_1_3/etc/db/data/groups.xml
    [java] importFile:
    [java] [echo] c:\oracle\registry_10_1_3/etc/db/data/taxonomyTModels.xml
    [java] importFile:
    [java] [echo] c:\oracle\registry_10_1_3/etc/db/data/comparators.xml
    [java] importTaxonomy:
    [java] [echo] c:\oracle\registry_10_1_3/etc/db/data/taxonomy/ebxml-org_specifications.xml, ...
    c:\oracle\registry_10_1_3/etc/db/data/taxonomy/systinet-com_release-date.xml
    [java] [java] WARNING: application_core.com.systinet.uddi.util.limit.LimitChangesProcessorImpl - An exception getting the default xsl transformer tModel has occurred.
    [java] [java] EXCEPTION: <dispositionReport xmlns="urn:uddi-org:api_v3">
    [java] [java] <result errno="10210">
    [java] [java] <errInfo errCode="E_invalidKeyPassed">Cannot find TModel with key uddi:systinet.com:limit:defaultmessageemailxslt !</errInfo>
    [java] [java] </result>
    [java] [java] </dispositionReport>
    [java] [java] org.systinet.uddi.client.v3.UDDIException: <dispositionReport xmlns="urn:uddi-org:api_v3">
    [java] [java] <result errno="10210">
    [java] [java] <errInfo errCode="E_invalidKeyPassed">Cannot find TModel with key uddi:systinet.com:limit:defaultmessageemailxslt !</errInfo>
    [java] [java] </result>
    Who can help me ?
    Thanks in advance
    Boris

    Hi Boris,
    I am the product manager for the Oracle Service Registry. Please contact me at [email protected] and I'll try to help you resolve this install issue.

  • Problem with the cfg-wizard - Service Registry and SLD Client

    Hi,
    I try to complete the initial activity for configuring the Registering Services Registry instance in SLD (http:
    localhost:port\nwa\cfg-wizard)  but when i start the wizard i found this error:
    Error: Getting WBEMClient failed: com.sap.sldserv.exception.SldServiceRuntimeException: Destination SLD_Client not found. Destinations are defined in the Destination service.. Please check that destination SLD_Client is maintained correctly.
    I don't know what is that error. Anyone can help us?
    regard.

    Hi ,
    I am facing an issue while running  SLD configuration wizard in SAp NW 7.3.
    Find the error message below.
    com.sap.sldserv.exception.SldServiceRuntimeException: Getting WBEMClient failed: com.sap.sldserv.exception.SldServiceRuntimeException: Destination SLD_Client not found. Destinations are defined in the Destination service.. Please check that destination SLD_Client is maintained correctly.
    Can anyone guide on this issue.
    ~Viswanathan

  • Publish of a Service over Service Registry -   com.sap.esi.uddi.sr.api.exce

    Hello
    I try to publish a Service over the Service Registry UI but this results in a  com.sap.esi.uddi.sr.api.exceptions.SRExceptionerror code: null detail message: java.lang.NullPointerException->java.lang.NullPointerException
    Is the problem the schema import or the two address locations ?
    We use ESR CE 7.1 SP3
    Kind regards
    Gerald Eder
    The WSDL looks like :
      <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://test.com/soa/" xmlns:i0="http://test.com/soa" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://test.com/soa/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:import namespace="http://test.com/soa" location="http://pwwdev.test.com/Appl/Corp/Services/SOA/SOAServer/customerid.asmx?wsdl=wsdl1" />
    - <wsdl:types>
    - <s:schema targetNamespace="http://test.com/soa/">
      <s:import schemaLocation="http://pwwdev.test.com/Appl/Corp/Services/SOA/SOAServer/customerid.asmx?schema=schema1" namespace="http://test.com/soa" />
      </s:schema>
      </wsdl:types>
    - <wsdl:service name="CustomerID">
    - <wsdl:port name="CustomerIDBinding" binding="i0:CustomerIDBinding">
      <soap:address location="http://pwwdev.test.com/Appl/Corp/Services/SOA/SOAServer/customerid.asmx" />
      </wsdl:port>
    - <wsdl:port name="CustomerIDBinding1" binding="i0:CustomerIDBinding1">
      <soap12:address location="http://pwwdev.test.com/Appl/Corp/Services/SOA/SOAServer/customerid.asmx" />
      </wsdl:port>
      </wsdl:service>
      </wsdl:de

    Hi Rajesh,
    Many thanks for your prompt reply, however this note 1267817 was already applied before posting message.
    B/W I have observed that in spite of the error the service published multiple times in the registry (perhaps each try to publish resulted a entry in SR).
    Really crazy error, any other suggestion??
    Regards, Immy.

  • Error publishing service in Service Registry

    Hi experts.
    I've configured Service Registry in a SAP PI 7.11. Everything seems to work correctly but I can't publish services there. When I try to publish from Directory or directly in Service Registry by wsdl I'm getting this error:
    com.sap.aii.ib.core.uddi.RegistryClientException: Services registry is not available; for more information, see the log
         at com.sap.aii.ib.server.uddi.RegistryClientDelegateProvider$EjbRegistryClient.publishPhysicalSystems(RegistryClientDelegateProvider.java:440)
         at com.sap.aii.ibdir.server.wsquery.WSQUDDIPSPublishTB.execute(WSQUDDIPSPublishTB.java:91)
         at com.sap.aii.ibdir.core.simulation.DefaultTaskBroker.execute(DefaultTaskBroker.java:171)
         at com.sap.aii.ibdir.server.simulation.TaskQueryService.specialQuery(TaskQueryService.java:33)
         at com.sap.aii.ib.server.query.SpecialQueryServiceProvider$SpecialQueryServiceImpl.specialQuery(SpecialQueryServiceProvider.java:63)
         at com.sap.aii.ib.server.query.QueryServiceImpl.specialQuery(QueryServiceImpl.java:443)
         at com.sap.aii.ib.server.query.QueryServiceBean.specialQuery(QueryServiceBean.java:112)
         at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:592)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy1646.specialQuery(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor761.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:592)
         at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:362)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:327)
    I think is a authorization problem but I have role to read and write in service registry. I can see this error in Service Registry Trace
    Invalid Response code (401). Server [http://xxxxxx:50000/uddi/api/publish/] returned message [Unauthorized].
    Any idea? Maybe the user you have to fill in Service Registry Configuration Wizard?
    Regards
    Edited by: Christian  Abad Chico on Feb 20, 2012 1:00 PM

    Hi,
    It looks like you are missing some Services Registry preconfiguration. Please find a description how to configure the Services Registry under the SAP Help document below:
    http://help.sap.com/saphelp_nwce711/helpdata/en/47/d391d7b8fc3c83e10000000a42189c/frameset.htm
    There is also a wizard that you can use for this purpose:
    http://help.sap.com/saphelp_nwce711/helpdata/en/f7/6182bd68434595ba5105a0a346efcc/frameset.htm
    Hope this helps,
    Greg

  • Error while importing Web Service from Services Registry

    I am trying to import a WebService in NWDS for CE 7.1 EHP1. This webservice is from an ABAP system and is published on the local service registry.
    However, during import, I get the following error, what might be the problem:
    java.lang.reflect.InvocationTargetException
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:453)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Caused by: com.sap.caf.foundation.caf_import.CAFDTImportException: Cannot find imported schema for referred type {n0,char10}
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:233)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformElementDecaration2Attribute(XSD2CAFTypesTransformer.java:571)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.iterateThroughModelGruop(XSD2CAFTypesTransformer.java:539)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformComplexTypeDefinition(XSD2CAFTypesTransformer.java:490)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:256)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclaration(XSD2CAFTypesTransformer.java:181)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclarations(XSD2CAFTypesTransformer.java:114)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transform(XSD2CAFTypesTransformer.java:101)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.tranformImportedWSDLs(CAFDTWSDLImporter.java:350)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.doImport(CAFDTWSDLImporter.java:195)
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:441)
         ... 1 more

    I am trying to import a WebService in NWDS for CE 7.1 EHP1. This webservice is from an ABAP system and is published on the local service registry.
    However, during import, I get the following error, what might be the problem:
    java.lang.reflect.InvocationTargetException
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:453)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Caused by: com.sap.caf.foundation.caf_import.CAFDTImportException: Cannot find imported schema for referred type {n0,char10}
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:233)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformElementDecaration2Attribute(XSD2CAFTypesTransformer.java:571)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.iterateThroughModelGruop(XSD2CAFTypesTransformer.java:539)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformComplexTypeDefinition(XSD2CAFTypesTransformer.java:490)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:256)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclaration(XSD2CAFTypesTransformer.java:181)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclarations(XSD2CAFTypesTransformer.java:114)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transform(XSD2CAFTypesTransformer.java:101)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.tranformImportedWSDLs(CAFDTWSDLImporter.java:350)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.doImport(CAFDTWSDLImporter.java:195)
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:441)
         ... 1 more

Maybe you are looking for