Registering Provider: SoapException

Hi,
I developed a JSP Portlet with the Portlet Wizard in the JDev. Well, I wanted to register the Provider in the Portal, but get the following error:
An error occurred when attempting to call the providers register function. (WWC-43134)
The following error occurred during the call to Web provider: oracle.webdb.provider.v2.utils.soap.SOAPException: Can't read deployment properties for service: unr:testemr1
java.lang.Object oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(oracle.webdb.provider.v2.utils.soap.SOAPContext, java.lang.String)
oracle.xml.parser.v2.XMLDocument oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(oracle.webdb.provider.v2.utils.soap.SOAPContext, org.w3c.dom.Element, java.lang.String)
oracle.xml.parser.v2.XMLDocument oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(oracle.webdb.provider.v2.utils.soap.SOAPContext, oracle.xml.parser.v2.XMLDocument, java.lang.String)
void oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, oracle.webdb.provider.v2.monitor.InternalPerfMonitor)
void oracle.webdb.provider.v2.adapter.SOAPServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
HttpServlet.java:853
void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
ServletRequestDispatcher.java:721
void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
ServletRequestDispatcher.java:306
boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
HttpRequestHandler.java:767
void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
HttpRequestHandler.java:259
void com.evermind.server.http.HttpRequestHandler.run()
HttpRequestHandler (WWC-43147)
I hope someone had the same error and can point me to the cause and how to fix.
Cheers,
Erik

Erik,
Thats right. The SOAPServlet could not read the deployment information. Please check if the following are in order,
1) You have the vaid deployment properties file (e.g. default.properties in the deployment folder at %OC4JHOME%/j2ee/home/applications/portletName/WEB-INF/deployment).
2) You specified the valid provider url during provider registration.
3) You have not entered any value in the Service Id field during provider registration.
Regards,
Abhinav

Similar Messages

  • Register Provider Error

    When I try to register the sample provider
    (URL: http://192.115.137.38:80/servlets/sample),
    I get:
    Provider Creation Failure!
    PRODUCT: wwc
    DOMAIN: wwc
    SUB_DOMAIN: pro
    NAME: general
    CONTEXT: wwerr_api_provider_registry.register_provider
    Location: http://portalstudio.oracle.com/servlet/page?_pageid=70&_dad=ops&_schema=OPSTUDIO&_mode=3&p_action=finish&p_node_live=2
    I can see the "Congratulations! You have successfully..." page from other machines.
    Can you help me find the problem?
    null

    Hi Bill,
    Your problem could be because of couple of resons. Try following:
    a) On your machine try giving URL http://192.115.137.38:80/servlets/sample
    Do you get a success page. This page would indicate to you location of provider.xml
    If a) is successful, then try registering the provider in portal.
    b) Before trying to register your provider with portal. On your web provider installation machine, go to $IAS_HOME/Apache/jserv/logs. Delete jserv.log and mod_jserv.log
    c) Try registering provider to portal.
    d) On your local web provider installation machine. Check following files for errors
    $IAS_HOME/Apache/jserv/logs/jserv.log
    $IAS_HOME/Apache/jserv/logs/mod_jserv.log
    Couple of reasons of errors:
    a) sample_portlets.jar is not specified in jserv.properties of your web provider machine
    b) web server on your web provider machine is not running
    null

  • HT204053 why do i need to register providing after creating my apple ID if not i cant have any download on my ipad

    why do i need to register providing after creating my apple ID if not i cant have any download on my ipad

    Hey exlondoner,
    If you are going to sell or give away an Apple product such as your MacBook Pro, you may want to follow the steps in this article -
    What to do before selling or giving away your Mac - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • Portal V2 - java error when registering provider

    Hi,
    (system setup is as follows)
    0. DOWNLOADED Portal V2 (OS = Windows 2000 Professional)
    1. Installed IAS-infrastructure) in directory c:\oracle\ias
    2. Installed IAS-midtier (portal & wireless) in directory c:\oracle\portal
    3. Tried to install PDK from the downloaded file and into the same directory as IAS-infrastructure (as per the installation guide) but was forced to provide a new directory. Installed successfully in c:\oracle\pdk (NOTE: All services for instances ias, portal and pdk were started using Oracle Enterprise Manager Website; the OC4J processes were up and running)
    The problem occurs when trying to register a new provider as indicated in:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDP/LIFECYCLE/TOC/LIFECYCLE.HTM (Installation). A Java error is displayed immediately after granting access and pressing "FINISH"
    Error messages are below:
    =================================================================================================
    An error occurred when attempting to call the providers register function. (WWC-43134)
    The following error occurred during the call to Web provider: oracle.webdb.provider.v2.utils.soap.SOAPException: Can't read deployment properties for service: JPDK_V2_SAMPLE_EVENT_WEB_PROVIDER
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    (WWC-43147)
    =================================================================================================
    Is something wrong with my installation?
    Should I de-install the PDK installed from the Portal V2 Distribution and re-install it with a standalone PDK download and hand configuration of the parameter files?

    Sorry, false alarm - it works OK now.
    The mistake was that while registering the new sample provider, I had entered the name of the new provider in "Service ID", instead of using one of the providers that were available - eg "sample"
    It worked OK when I used "sample"

  • Error registering provider

    Anyone seen this error before? thanks,
    -sancho
    An error occurred when attempting to call the providers register function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: Unexpected EOF. (WWC-43000)
    An unexpected error occurred: Unexpected EOF.
    at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:205)
    at oracle.xml.parser.v2.XMLError.error(XMLError.java:114)
    at oracle.xml.parser.v2.XMLError.error(XMLError.java:152)
    at oracle.xml.parser.v2.XMLReader.popXMLReader(XMLReader.java:380)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:968)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:237)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:201)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:169)
    at oracle.webdb.provider.web.SoapResponseGenerator.doParse(SoapResponseGenerator.java:109)
    at oracle.webdb.provider.web.SoapResponseGenerator.generateResponse(SoapResponseGenerator.java:69)
    at oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(HttpProviderDispatcher.java:802)
    at oracle.webdb.provider.web.HttpProviderDispatcher.registerProvider(HttpProviderDispatcher.java:263)
    (WWC-43000)

    Sancho,
    This error normally means that it is trying to parse the provider.xml and it ended abruptly. for example you closed the provider and had no close portlet </portlet>
    Definitely check the xml file for errors. Check to see if you have unbalanced tags. <description> but not </descritpion>
    Sue

  • Registering provider - error WWC-43176

    Hello,
    Sorry for possible inconvenience, but I cannot find solution for this issue. I read probably all ;-) posts regarding this error but I still can't register portlet provider.
    We have Oracle Portal, version: 10.1.2.0.2 (Build: 139) and on the same machine OC4J container which is portlet provider. (version 10.1.2.0.2)
    PDK Data from manifest
    Specification-Title: PDK for Java
    Specification-Vendor: Oracle Corporation
    Specification-Version: 10.1.2.0.2
    Implementation-Title: PDK for Java
    Implementation-Vendor: Oracle Corporation
    Implementation-Version: 10.1.2.0.2 August 11 2005
    Machine name used in examples below - portal.alfa-project.pl/
    OS is Linux - Linux portal.alfa-project.pl 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:54:53 EST 2006 i686 i686 i386 GNU/Linux
    Steps taken
    1. Portlet built using JDeveloper - ver 10.1.2.2.0 build 1929
    2. WAR created - verified that ptlshare.jar and pdkjava.jar in lib      directory in war archive are the same as on the server
    3. Portlet provider test in JDeveloper - result OK.
    4. Deployed to OC4J instance on http://portal.alfa-project.pl/, than tested URL - http://portal.alfa-project.pl/TestPortlet/providers/testportletprovider - result OK
    5. Register with provider name testportletprovider and url
    http://portal.alfa-project.pl/TestPortlet/providers - result ERROR WWC-43176 - in source of error page - exception - java.io.InterruptedIOException: Connection establishment timed out
    6. Login to portal repository database, commands executed
    select utl_http.request('http://portal.alfa-project.pl/TestPortlet/providers/') from dual ; - result OK
    select count(1) from all_objects where object_type like 'JAVA%' and owner = 'PORTAL' ; - result 689 rows returned
    7. Ping to host portal.alfa-project.pl - result OK (the same machine ;-))
    8. Metalink search - Doc ID:Note:266320.1 found
    Trying to execute described statement as SYS
    dbms_java.grant_permission( 'PORTAL','SYS:java.security.SecurityPermission', 'setProperty.cert.provider.x509v1', ''); - result error
    ORA-29532: java.lang.SecurityException: policy table update SYS:java.security.SecurityPermission, setProperty.cert.provider.x509v1
    Maybe this cause described error ?
    Thanks for help
    Regards
    Tom

    Have you tried to register your provider with other then english logged in user?
    If yes, plesase log out, and log in to english language Portal, and register your provider!
    I don't no if this Portal bug still exists in 10.1.2.0.2 (Build: 139).

  • ETW Access is denied when registering provider (wevtutil.exe)

    I´m trying to register a manifest based provider using wevtutil and get the following error:
    **** Warning: Publisher ExampleProvider resources are not accessible.
    So I run wevtutil gp ExampleProvider and get the following message:
    Failed to open metadata for publisher ExampleProvider. Access is denied
    The user account I´m working with have Administrator privilage
    and is part of the groups Event
    Log Readers, Performance
    Log Users, and Performance
    Monitor Users.
    I have located the problem area and it has to do with the channel.
    In the example manifest the channel looks like this:
    <channels>
    <channel name="MyChannel" chid="MyChannel" symbol="MyChannel" type="Debug" enabled="true" message="$(string.ExampleProvider.channel.MyChannel.message)">
    </channel>
    <importChannel name="Application" chid="appchnl">
    </importChannel>
    </channels>
    And when I remove this channel and use <default> in the event I get no warnings, do I not have access to write events to that channel or something (Application)?
    Thanks

    Did you try changing the ownership in safe mode?
    When did this problem (AFAYK) start? Can you think of anything which may have happened to cause it? Have you just started to look at Java? Or was SP3 installed recently? Check your Dr Watson log (from memory: right-click my-compter ~ manage ~ event viewer).
    ... and BTW... wait until you install Vista over the top of XP... Certain files that where exclusively accessible by the old XP Adminstrator are NOT owned by the new Vista Administrator (something about can't change UID's or something, and being opened exclusively during the Vista install) and of course the XP Adminstrator account no longer exists, so the files are verboten, but everything from you virus-scanner to google-desktop-indexer will still try to read them, repeatedly... "... and then Doc, all the little springs came flying out of the box, so I picked them all up (I think), and came to see you... Can you fix it" ;-)
    Cheers. Keith.

  • Register Provider problem

    When I try to register the sample portlet I get the message below. Could someone please tell me why this is failing?
    Provider Creation Failure!
    PRODUCT: wwc
    DOMAIN: wwc
    SUB_DOMAIN: pro
    NAME: general
    CONTEXT: wwerr_api_provider_registry.register_provider
    Location: http://portalstudio.oracle.com/servlet/page?_pageid=70&_dad=ops&_schema=OPSTUDIO&_mode=3&p_action=finish&p_node_live=3

    The sample provider that we include on PortalStudio is: http://portalstudio.oracle.com/servlet/sample
    Since the "portalstudio.oracle.com" name is published to the Internet, it is able to be registered. Most of the problems that I've seen are related to this. We plan to fix the error messages coming out of the wizard to be more clear as to what is causing the problems.

  • WSRP (register provider) error

    Hello,I try to register a provider to my portal (10.1.4)
    i deploy the war succesfull and now i testing this url to browser eg http://hostname:port/maping url/portlets?WSDL
    I see the xml succesfully...
    But when i try to register to portal i take the follow error:
    An error occurred during the call to the WSRP Provider: java.rmi.RemoteException: HTTP transport error: java.lang.NullPointerException; nested exception is:
    HTTP transport error: java.lang.NullPointerException
    com.sun.xml.rpc.client.ClientTransportException: HTTP transport error: java.lang.NullPointerException
    Java stack trace from root exception:
    java.lang.NullPointerException
    at HTTPClient.URI.<init>(URI.java)
    at HTTPClient.URI.<init>(URI.java)
    at oracle.webdb.wsrp.client.HTTPClientTransport.invoke(Unknown Source)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:82)
    at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(Unknown Source)
    . (WWC-43273)
    ***I run the wsrp -install optionaly to oc4j portal****
    Any solution?

    Check Note 335911.1 on metalink - you might be missing a few essential patches.

  • Error while registering Provider Urgent..

    The following error occurred during the call to Web provider: Unable to initialize new provider instance: oracle.portal.provider.v1.ProviderException: Unable to acces method setDataClass (WWC-43147)
    null

    This message indicates that the method setDataClass(String class) cannot be found while processing your provider.xml.
    verify that the containing element (a personalization manager?) does in fact contain the method.
    Have you tried running the provider in test mode (just enter the URL of the provider in your browser. If you are using JPDK 1.4 or later, it will help you debug your provider.xml).

  • Why OraclePortal gives "Internal ServerError" on registering provider?

    hello
    i have installed JWSDP, OC4j, and JAva Portlet Container. Then i deployed and bind my .war file (jsr 168 portlets) using the above installed products. When i give my WSDL file path for the registration of the provider it gives this error (Note: i have just deployed and bind the wsrp-samples.ear tht gets downloaded with portlet container)
    An error occured during the call to the WSRP Provider: An error occurred whilst invoking an operation on the Provider
    Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (java.lang.RuntimeException: oracle.webdb.wsrp.server.ContainerException: Error processing deployment descriptor "/WEB-INF/portlet.xml")
    at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:384)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:245)
    at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(OraWSRP_v1_ServiceDescription_PortType.java:60)
    (WWC-10001363)
    can somebody PLEASE help
    thanks
    Noorani

    Thanks Grall
    yes u r right. i was using jwsdp 1.3 . i have downloaded the version 1.2 and will try on that soon
    by the way i am using oc4j 10.0.3 rather than oc4j 9.0.4 as mentioned in the installation file. i search for oc4j 9.0.4 but found that u can only download 9.0.3(Oracle9iAS Containers for J2EE (9.0.3) Developer Preview) or Oracle Application Server Containers for J2EE 10g (10.0.3) Developer Preview (the one that i am using currently.
    would that matter too.
    Awaiting a reply
    thanks again
    Noorani

  • Why OraclePortal gives "InternalServerError" on registering provider?

    hello
    i have installed JWSDP, OC4j, and JAva Portlet Container. Then i deployed and bind my .war file (jsr 168 portlets) using the above installed products. When i give my WSDL file path for the registration of the provider it gives this error (Note: i have just deployed and bind the wsrp-samples.ear tht gets downloaded with portlet container)
    An error occured during the call to the WSRP Provider: An error occurred whilst invoking an operation on the Provider
    Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (java.lang.RuntimeException: oracle.webdb.wsrp.server.ContainerException: Error processing deployment descriptor "/WEB-INF/portlet.xml")
    at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:384)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:245)
    at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(OraWSRP_v1_ServiceDescription_PortType.java:60)
    (WWC-10001363)
    can somebody PLEASE help
    thanks
    Noorani

    Thanks Grall
    yes u r right. i was using jwsdp 1.3 . i have downloaded the version 1.2 and will try on that soon
    by the way i am using oc4j 10.0.3 rather than oc4j 9.0.4 as mentioned in the installation file. i search for oc4j 9.0.4 but found that u can only download 9.0.3(Oracle9iAS Containers for J2EE (9.0.3) Developer Preview) or Oracle Application Server Containers for J2EE 10g (10.0.3) Developer Preview (the one that i am using currently.
    would that matter too.
    Awaiting a reply
    thanks again
    Noorani

  • Registering Provider Problem

    Hello,
    I am trying to register a portlet (Java Portlet) in Oracle Portal. I follow "creating a java portlet document http://download-east.oracle.com/docs/cd/B14099_19/portal.1012/b14134/pdg_java_intro.htm#CHDDGGJE)" and successfully completed upto 6.5.2.3.3 (Deploying the WAR File). When I am trying to registering the portlet getting below error
    Error
    The producer URL specified may be wrong or the producer is not running. (WWC-43277)
    Here is my WSDL URL:http://sd1jc3b1:8888/PortalMessaging-Project-context-root/portlets?WSDL
    I ran this URL in browser,i got the below producer's WSDL document.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl">
    <import namespace="urn:oasis:names:tc:wsrp:v1:bind" location="http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_bindings.wsdl" />
    - <wsdl:service name="WSRPService">
    - <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
    <soap:address location="http://sd1jc3b1:8888/PortalMessaging-Project-context-root/portlets/WSRPBaseService" />
    </wsdl:port>
    - <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
    <soap:address location="http://sd1jc3b1:8888/PortalMessaging-Project-context-root/portlets/WSRPServiceDescriptionService" />
    </wsdl:port>
    - <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
    <soap:address location="http://sd1jc3b1:8888/PortalMessaging-Project-context-root/portlets/WSRPRegistrationService" />
    </wsdl:port>
    - <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
    <soap:address location="http://sd1jc3b1:8888/PortalMessaging-Project-context-root/portlets/WSRPPortletManagementService" />
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    I have been trying this since couple of days. Can some one help me what I am doing incorrect here? I really appreciate your help in this. Here are the versions I am using:
    Jdeveloper: 10.1.2
    Application Server Connection type: Standalone OC4J Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    thanks,
    -Kiran

    To resolve the Registration problem we need to follow the following link
    http://download-east.oracle.com/docs/cd/B25221_01/portal.1013/b25601.pdf
    (6.3 Configuring Your Application Server to Run JPS-Compliant Portlets).
    We need to create the Databse connection and table for the portals

  • WSRP: Can't Register Provider

    Hello,
    I was trying to review the registration process for producers on the verification server - I tried using the test url:
    http://portalstandards.oracle.com/wsrp/jaxrpc?WSDL
    and I get the following error
    Unexpected error - ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1665
    ORA-12535: TNS:operation timed out (WWC-35000)
    Any ideas on what I'm doing wrong?

    Hello,
    what I think: WSRP Portlets are supported by Oracle Portal uptill now
    Regards

  • Portal 10.1.4, registering WSRP provider

    Hi.
    When I'm trying to register a WSRP provider (WSDL URL is http://host:port/orajsr/portlets?WSDL) the exception is appears:
    &#1042;&#1086;&#1079;&#1085;&#1080;&#1082;&#1083;&#1072; &#1086;&#1096;&#1080;&#1073;&#1082;&#1072; &#1087;&#1088;&#1080; &#1074;&#1099;&#1079;&#1086;&#1074;&#1077; &#1087;&#1086;&#1089;&#1090;&#1072;&#1074;&#1097;&#1080;&#1082;&#1072; WSRP: java.rmi.RemoteException: HTTP transport error: javax.xml.soap.SOAPException: Unable to internalize message; nested exception is:
    HTTP transport error: javax.xml.soap.SOAPException: Unable to internalize message
    com.sun.xml.rpc.client.ClientTransportException: HTTP transport error: javax.xml.soap.SOAPException: Unable to internalize message
    Java stack trace from root exception:
    javax.xml.soap.SOAPException: Unable to internalize message
    at com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(Unknown Source)
    at com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(Unknown Source)
    at oracle.webdb.wsrp.client.HTTPClientTransport.invoke(Unknown Source)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:80)
    at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(Unknown Source)
    Caused by: javax.xml.soap.SOAPException: Invalid Content-Type:text/html
    at com.sun.xml.messaging.saaj.soap.MessageImpl.verify(Unknown Source)
    ... 6 more
    . (WWC-43273)
    I tried to set another content-types, not works.

    The Portal Developer's Guide provides a number of possible problems and solutions with registering WSRP producers. May want to begin there.
    You can get to the Portal documentation from OTN:
    http://www.oracle.com/technology/products/ias/portal/documentation.html
    Look for B.2.2.3 Error When Attempting to Register Provider.

Maybe you are looking for

  • HT4759 how do i reset my mobileme password?

    For some reason MobileMe is not recognizing my password.  As a result I cannot send or receive email on my MacBook Pro.  How do I reset my password?

  • ODI error

    Hi When i try to join the source table with the lookup table in ODI 11.1.6. I am getting the following error. Can anyone help me with that ODI-26066- AN unexpected error has occured java.lang.NullPointerException      at oracle.odi.ui.etlmodeler.dumm

  • Has anyone managed to watch Breaking Bad Season 5 on ATV without cursing?

    I am getting a lot of green pixel lines, pixalation in general, ghost images, overlapping layers, all kinds of digital distortion. I suspect the latest firmware because Netflix is really smooth and all HD.

  • BPEL interface migration to 11g : EXception while reading partner links.

    Hi All, I am migrating 10g BPEL interfaces to 11g using Jdev 11.1.1.4 Jdeveloper. After migrating an interface having partnerlink in to 11.1.1.4 Jdev , if I try to open any partner link it causes error: Failed to read the WSDL or Http Connection Erro

  • Missing video and photo editor apps

    hi , I'm jishnu and I'm writing this here very sadly. I restored my 603 , I used delete and restore option. My 603 is now runnin on belle fp2 . I restored two time with the same option but with belle fp1 . How to get back those apps. Even the gallery