Unable to register WSRP producer

We develop portlets for Oracle Application Server Portal.
While trying to register WSRP producer we get error
500 Internal Server Error
java.lang.NoClassDefFoundError
at oracle.xml.xslt.XSLSAXPrintDriver.printAttributes(XSLSAXPrintDriver.java:460)
at oracle.xml.xslt.XSLSAXPrintDriver.startElement(XSLSAXPrintDriver.java:393)
at oracle.xml.xslt.XSLEventHandler.reportStartElement(XSLEventHandler.java:267)
at oracle.xml.xslt.XSLEventHandler.characters(XSLEventHandler.java:863)
at oracle.xml.xslt.XSLCopy.processAction(XSLCopy.java:188)
at oracle.xml.xslt.XSLNode.processChildren(XSLNode.java:480)
at oracle.xml.xslt.XSLTemplate.processAction(XSLTemplate.java:205)
at oracle.xml.xslt.XSLApplyTemplates.processAction(XSLApplyTemplates.java:242)
at oracle.xml.xslt.XSLApplyTemplates.processAction(XSLApplyTemplates.java:142)
at oracle.xml.xslt.XSLNode.processChildren(XSLNode.java:480)
at oracle.xml.xslt.XSLCopy.processAction(XSLCopy.java:178)
at oracle.xml.xslt.XSLNode.processChildren(XSLNode.java:480)
at oracle.xml.xslt.XSLTemplate.processAction(XSLTemplate.java:205)
at oracle.xml.xslt.XSLApplyTemplates.processAction(XSLApplyTemplates.java:242)
at oracle.xml.xslt.XSLApplyTemplates.processAction(XSLApplyTemplates.java:142)
at oracle.xml.xslt.XSLNode.processChildren(XSLNode.java:480)
at oracle.xml.xslt.XSLTemplate.processAction(XSLTemplate.java:205)
at oracle.xml.xslt.XSLStylesheet.execute(XSLStylesheet.java:581)
at oracle.xml.xslt.XSLProcessor.processXSL(XSLProcessor.java:318)
at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:387)
at com.sun.xml.rpc.server.http.ea.WSDLPublisher.publish(WSDLPublisher.java:58)
at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doGet(JAXRPCServletDelegate.java:284)
at com.sun.xml.rpc.server.http.JAXRPCServlet.doGet(JAXRPCServlet.java:76)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
at com.evermindhttp://Oracle Application Server Containers for J2EE 10g (10.1.2.0.2).util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
portlets that were already registered work fine, but when trying to update their producers we get the same error.
Versions:
Oracle Application Server 10g Release 2 (10.1.2.0.2) for Microsoft Windows x86
Oracle Database 10g Release 1 (10.1.0.2) Enterprise Edition for Microsoft Windows (32-bit)
We use WSRP 2.0.
We suppose that problem appeared after unsuccessfull attempts to deploy portlet which use Oracle ADF libraries.
While trying to deploy that portlet we've got java.lang.outOfMemoryError, and logs of WSRP instance contained no errors.
Any help would be appreciated.
Thanks in advance,
Yelena.

portlets that were already registered work fine, but when trying to update their producers we get the same error.
Versions:
Oracle Application Server 10g Release 2 (10.1.2.0.2) for Microsoft Windows x86
Oracle Database 10g Release 1 (10.1.0.2) Enterprise Edition for Microsoft Windows (32-bit)
We use WSRP 2.0.
We suppose that problem appeared after unsuccessfull attempts to deploy portlet which use Oracle ADF libraries.
While trying to deploy that portlet we've got java.lang.outOfMemoryError, and logs of WSRP instance contained no errors.
Any help would be appreciated.
Thanks in advance,
Yelena.--
Edited by: AMN on Jul 2, 2009 12:41 AM

Similar Messages

  • Unable to register portlet producer

    Hi All,
    I am working on Jdev 11.1.1.6.0 and trying to register WSRP portlet producer. I am getting this error:
    I have portlet producer application deployed on standalone weblogic server. There is no managed server involved.
    can you please guide me on this.
    oracle.portlet.client.container.PortletHttpRuntimeException: HTTP <unknown method> request to URL http://<server>:7001/<context root>/portlets/wsrp2?WSDL failed with status code 500 reason <unknown reason>. Check that the producer URL has been correctly specified, that the producer server machine and producer container are running, that the producer application is deployed correctly, and that the client can reach the server if behind a firewall.
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.checkAndReturnHttpException(ActivityServerWrapper.java:57)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.getServiceDescription(ActivityServerWrapper.java:118)
         at oracle.portlet.client.connection.wsrp.WSRPProducerInteractionHelper.getRegistrationProperties(WSRPProducerInteractionHelper.java:233)
         at oracle.portlet.client.connection.wsrp.WSRPProducerInteractionHelper.getRegistrationProperties(WSRPProducerInteractionHelper.java:221)
         at oracle.portlet.client.connection.wsrp.WSRPProducerInteractionV2Impl.getRegistrationProperties(WSRPProducerInteractionV2Impl.java:84)
         at oracle.portlet.client.connection.wsrp.WSRPProducerConnection.getRemoteRegistrationProperties(WSRPProducerConnection.java:447)
         at oracle.portlet.client.connection.wsrp.WSRPProducerConnection.getAvailableRegistrationProperties(WSRPProducerConnection.java:421)
         at oracle.portlet.client.connection.wsrp.WSRPProducerConnection.getAvailableRegistrationProperties(WSRPProducerConnection.java:387)
         at oracle.adfinternal.model.portlet.manager.ProducerConnectionManager.createWSRPProducerConnection(ProducerConnectionManager.java:358)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegistrationWizard$4$1.doWork(WSRPProducerRegistrationWizard.java:1618)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.portlet.wsrp.WSRPRemoteException: java.rmi.ServerException:
    start fault message:
    Internal Server Error (Caught exception while handling request: java.lang.NullPointerException)
    :end fault message
         at oracle.portlet.wsrp.v2.WSRP_v2_ServiceDescription_PortTypeJaxbToSoap.getServiceDescription(WSRP_v2_ServiceDescription_PortTypeJaxbToSoap.java:105)
         at oracle.portlet.wsrp.v2.ServerToWSRPv2.getServiceDescription(ServerToWSRPv2.java:23548)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.getServiceDescription(ActivityServerWrapper.java:78)
         ... 11 more
    Caused by: java.rmi.ServerException:
    start fault message:
    Internal Server Error (Caught exception while handling request: java.lang.NullPointerException)
    :end fault message
         at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:661)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:475)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:148)
         at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_ServiceDescription_Binding_SOAP_Stub.getServiceDescription(WSRP_v2_ServiceDescription_Binding_SOAP_Stub.java:80)
         at oracle.portlet.wsrp.v2.WSRP_v2_ServiceDescription_PortTypeJaxbToSoap.getServiceDescription(WSRP_v2_ServiceDescription_PortTypeJaxbToSoap.java:73)
         ... 13 more
    Regards,
    ND

    Hi All,
    I found out the issue. Apparently, somehow the WSRP container.jar file was there my EAR and also the project WAR file. If anyone gets this sort of problem, remove the WSRPcontainer lib from both EAR and from the project WAR/JAR.
    let me know if the problem still persists.
    Regards,
    ND

  • Error in registering WSRP portlet producer  with Oracle Portal 10.1.4

    Hi all,
    I am using OC4J 10.1.3.4.0 as producer of portlets and Oracle Portal 10.1.4 as consumer. I am encountering error in registering the producer WSDL. Here's the stack trace:
    An error occurred when attempting to call the providers register function. (WWC-43134)
    An error occurred during the call to the WSRP Provider: java.rmi.RemoteException: Runtime exception; nested exception is:
    deserialization error: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.encoding.DeserializationException: deserialization error: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.encoding.DeserializationException: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.streaming.XMLReaderException: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    Java stack trace from root exception:
    com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    at com.sun.xml.rpc.sp.Parser2.fatal(Parser2.java:2015)
    at com.sun.xml.rpc.sp.Parser2.fatal(Parser2.java:2000)
    at com.sun.xml.rpc.sp.Parser2.processStartElement(Parser2.java:2794)
    at com.sun.xml.rpc.sp.Parser2.parseContent(Parser2.java:3036)
    at com.sun.xml.rpc.sp.Parser2.parse(Parser2.java:2360)
    at com.sun.xml.rpc.streaming.XMLReaderImpl.next(XMLReaderImpl.java:105)
    at com.sun.xml.rpc.streaming.XMLReaderBase.nextContent(XMLReaderBase.java:23)
    at com.sun.xml.rpc.streaming.XMLReaderBase.nextElementContent(XMLReaderBase.java:41)
    at oracle.webdb.wsrp.PortletDescription_LiteralSerializer.doDeserialize(PortletDescription_LiteralSerializer.java:94)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.internalDeserialize(LiteralObjectSerializerBase.java:174)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.deserialize(LiteralObjectSerializerBase.java:84)
    at oracle.webdb.wsrp.ServiceDescription_LiteralSerializer.doDeserialize(ServiceDescription_LiteralSerializer.java:88)
    at com.sun.xml.rpc.encoding.literal. (WWC-43273)
    Note that when the producer is OC4J 10.1.3.1.1 then it works fine. The OC4J log file is also not throwing any exception. So, i think some problem with Oracle Portal 10.1.4.
    Thanks
    Tarun

    Please follow the instructions given in https://metalink.oracle.com/help/usaeng/Search/search.html#file with document id 341922.1

  • Error while registering with producer

    Hi
    I am getting an error which is described as follows.
    "Unable to register with the producer" This error occures when I try to register a consumer agaisnt a wsdl( WSRP consumption) using workshop. Can any one advice as to what coudl have cause this error.
    Thanx
    NA

    Hi Avi Klein,
    Yes exactly, I am using WebSphere V5 as a producer and SAP 2004s sp7 as consumer.
    In IBM WebSphere portal as Producer
    1) Created a sample JSR Portlet
    2) In Administration->Mange Portlets-> I provided this portlet as webservice
    In SAP Netweaver portal as consumer
    1) http://localhost:50100/irj/portal
    2) System Administration->Federated Portal->Myself as Content Consumer ->Manage my Producers
    3) WSRP Content Producer -> new (right click) -> wsrp content producer
       a) Provide General Parameters like producer name, producer id
       b) Define Producer URL
       c) http://hostname:port/wps/wsdl/wsrp_service.wsdl (OK)
       It will create object in browser
       d) (rightclick the object)Select System Connection Test
       Result of System Connectioni Test
            Producer object was found
            Received the WSDL file of the producer
            Required ServiceDescription and Markup port definitions found in the WSDL file
       e) Select Producer Registration
    Getting Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.remoteProducerRegistrationEditor
    Component Name : com.sap.portal.wsrp.coreconsumer.RemoteContentProviderRegistrationEditor
    an Exception occured when instantating class com.sap.portal.admin.editor.pane.EditorPaneWrapper.
    Exception id: 03:17_12/06/07_0001_12433650
    See the details for the exception ID in the log file      
    Thats all the process i did
    Thanks,
    Vamsi

  • Transitioning WSRP producer registrations from development to production

    Hi there,
    we're currently struggling a bit with the notion of producer registrations vs. the need for separating our development environment from production.
    Here's what we do:
    1. We create a producer connection in JDeveloper, but using the development server's portlet deployment as WSDL endpoint
    2. We then continue to create some pages, instantiating portlets from the newly created producer as we go along
    3. We deploy that to our development environment. All is well!
    4. We (at some time in our projects lifecycle) try to go ahead and deploy to production. For that, we'd like to change the URL of the producer connection while preserving all the pages we composed (at design time), so far.
    5. First, we simply change the producer url in connections.xml before starting to predeploy. -> Error, since the ID of the registration handle included in our local MDS doesn't match anything that exists in the actual production environment.
    6. Next, we try to predeploy/deploy the EAR file as is, then change the actual producer URL using WLST (setWSRPProducer, registerWSRPProducer, degisterWSRPProducer, etc) or the Fusion Enterprise Manager. -> Doesn't work either, since deregistration/registration invalidates all the existing portlet instance files we have in our original MDS/MAR file.
    So here's my question: What are best practices you can recommend when working with WSRP producers and a (clean) separation between development, testing and production environment? Are design-time producer registrations/portlet instantiations even possible in such a context? Should we perhaps use the preference data migration tool for migrating consumer registrations from one environment to the other? Even when one of those environments is unstable (dev) and the other supposed to be stable (production)? Or should we (at the portlet-level) disable consumer registrations entirely? If yes: How to do this in WebCenter?
    Help is deeply appreciated :-)!
    Cheers,
    Chris
    Edited by: ckesselh on Nov 3, 2011 8:14 AM

    Hi Chris,
    You raise good questions that I would love to explore further as well and it would be great if you could let me know what deployment approach you have come up with. Some of this is covered under section http://docs.oracle.com/cd/E17904_01/webcenter.1111/e12405/wcadm_imp_exp.htm and http://docs.oracle.com/cd/E17904_01/core.1111/e10105/deployer_role.htm which I am sure you have already reviewed. I have a much simpler problem with getting a Null Exception Error every time that I simply try to register a WSRP Producer with the sample .Net service - have you ever tried that and have come across the same issue?
    Thanks,
    Michael.

  • Federated Portal Network Blues - can not connect to WSRP producer

    Hi,
    I'd like to embed some JSR-168 portlets into my SAP EP but fail immediately when trying to add the WSRP content producer.
    I have a setup of two portals, one is SAP EP 2004s (SP13) and the other a JBoss Portal v2.6.4. I'd like to share my JBoss portlets to SAP and vice-versa for evaluating the interoperability of SAP systems with the real world.
    But alas, I'm struggling on the basic setup of my SAP EP...
    Here is my problem:
    When I configure a WSRP-producer it all seems to work right but I can not connect to it, e.g. I can not register and test the connection. The connection test fails because of :
    Producer object was found
    Could not retrieve the WSDL file; the handshake URL may not exist or may be invalid
    The SAP systems runs behind no proxy at all, so this can't be the issue. When testing the same WSRP producer URL from JBoss portal it all works fine. The URL I used was a WSRP test site from Oracle, see [http://portalstandards.oracle.com/portletapp/portlets?WSDL].
    Does anyone have a glue what might be missing on my SAP Portal? The standard log gives me no clues at all I've been tail minus effing the thing for hours...
    The SAP documentation - SAP Library, various E-Learning things - couldn't solve the problem for me...
    Thanks for your support!
    regards,
    Christian

    Hi,
    Unfortunately I do not have any experience with connecting to JBoss, but perhaps this document can help you analyzing your issue:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/703cfbbd-e85e-2a10-00a3-ecd502c08e82
    Good luck!
    Best regards,
    Jan Laros
    PS. Please award points when helpfull.

  • Portal Standards Website - WSRP Producer WSDL unavailable

    Hi,
    I'm trying to use the portal standards website as a WSRP producer to prototype some WSRP work I am undertaking. From reading the "Registering a WSRP Producer or Web Provider on OracleAS Portal / Verification Server" document I believe that to register Oracle's Sample WSRP Producer as a provider in JDeveloper I need to use the URL
    http://portalstandards.oracle.com/wsrp/jaxrpc?WSDL
    however if I try to hit this using a standard browser I just get a 404 Not Found error. Trying it in the WSRP Producer registration wizard in JDeveloper just gives a connection exception "Failed to read WSDL from http://portalstandards.oracle.com/wsrp/jaxrpc?WSDL:WSDL not found:"
    Is this WSDL no longer available?

    I have found the following manual:
    "Oracle® Application Server Portal Developer's Guide 10g Release 2" - Configuring Your Application Server to Run JPS-Compliant Portlets (including Data Sources's Configuration).
    I have followed the necessary steps, but when I tried to test it (Registering and Viewing Your Portlet's Section (create a WSRP Provider)), I have the same errorr:
    Internal error WWC-00006
    Unexpected error ORA-00932
    WWC-35000
    I have verified via web browser my WSRP Producer WSDL Page, and it is correct.
    I have tested with different users (orcladmin, portal, etc), even I have included them in PORTAL_ADMINISTRATORS group. But it doesn't work...
    Another thing I have tested is to apply 4640471 patch, although I am not sure it should be necessary, because in ReadMe file, it is only for Solaris Systems, and I am working with Windows Server 2003 SP1...
    I am really desesperate with this error, do you have any idea to solve it?
    Thank you and regards.
    Edited by: Mónica on 28-jun-2010 3:44

  • Configuring Custom JavaScript/CSS and YUI in WSRP Producer Portlet

    I am trying to find information on how to setup/configure WebCenter for WSRP Producer Portlets that have YUI and custom javascript/CSS. While we have gotten some of the YUI features and custom javascript/CSS to work, we find that some references are not loading such as custom CSS and images. This appears to be a result of the URL rewrite not occuring for some of these references. It appears that WebLogic Portal supports this capability and can be configured using a dependency file for such needs but I have been unable to find a equivalent for WebCenter.
    Any help would be greatly appreciated.
    Best Regards.
    Carl

    When you are providing javascript or css path,provide the absolute path.
    like src="http://<server>:<port>/portlet context root/images/some.png".
    In that way custom javascript/css will work.
    Regards,
    Hoque

  • Integrate OAS Portal with E1 - WSRP Producer

    Hello,
    I want to integrate OAS Portal with E1. I am following: "JD Edwards EnterpriseOne Tools Release 8.98 Portal Reference Guide for All Portals and Platforms" and I have a doubt about how to register a new WSRP producer for Oracle Portal Server.
    I am working with:
    - OAS Portal 10.1.4 (integrated with Windows Server 2003 SP1)
    - JDE E1 8.12 Tools 8.98
    - Each one are in a different physical machine.
    I am not sure what is exactlly WSRP producer. In the manual, it says that it is: JDE E1 HTML Web Server.
    When I amb in the second step to register the new WSRP (Provider Description (WSDL)) I have the following error:
    "Internal Error *(WWC-00006)*
    Unexpected error: *ORA-00932*: Inconsistent datatype waited an IN argument at position 2 that is an instance of an Oracle
    type convertible to an instance of a user defined Java class has obtained an Oracle type that could not be converted to a java class *(WWC-35000)*"
    In WSDL URL I have specified:
    http://HOST_E1:8083/jde/wsdl/WSRPService.wsdl
    And if it is acceded via web browser, the result is:
    - <definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <import namespace="urn:oasis:names:tc:wsrp:v1:bind" location="local.wsdl" />
    - <service name="WSRPService">
    - <port name="WSRPBaseService" binding="bind:WSRP_v1_Markup_Binding_SOAP">
    <soap:address location="http:///HOST_E1:8083/jde/WSRPBaseService" />
    </port>
    - <port name="WSRPServiceDescriptionService" binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP">
    <soap:address location="http:///HOST_E1:8083/jde/WSRPServiceDescriptionService" />
    </port>
    </service>
    </definitions>
    1) Is correct this result?
    2) In which file can I find the port number that I need to register the WSRP?
    I am not sure about this port, but it is the number port to enter to JDE's Web (http://HOST_E1:8083/jde/E1Menu.maf)
    3) Is necessary to do any step before?
    Thank you and regards

    I have found the following manual:
    "Oracle® Application Server Portal Developer's Guide 10g Release 2" - Configuring Your Application Server to Run JPS-Compliant Portlets (including Data Sources's Configuration).
    I have followed the necessary steps, but when I tried to test it (Registering and Viewing Your Portlet's Section (create a WSRP Provider)), I have the same errorr:
    Internal error WWC-00006
    Unexpected error ORA-00932
    WWC-35000
    I have verified via web browser my WSRP Producer WSDL Page, and it is correct.
    I have tested with different users (orcladmin, portal, etc), even I have included them in PORTAL_ADMINISTRATORS group. But it doesn't work...
    Another thing I have tested is to apply 4640471 patch, although I am not sure it should be necessary, because in ReadMe file, it is only for Solaris Systems, and I am working with Windows Server 2003 SP1...
    I am really desesperate with this error, do you have any idea to solve it?
    Thank you and regards.
    Edited by: Mónica on 28-jun-2010 3:44

  • License Error in WSRP Producer

    I am evaluating WSRP Producer with AL .NET Accelerator. When I try to register my instance of WSRP Producer in SharePoint using WSRP Consumer web part, I get the following error. I have confirmed that C:\bea\license.bea exists and confirms a proper evaluation license. Does anyone know what could be the problem? Thanks in advance.
      Recommendations follow:
    Missing, invalid, or expired license for AL .NET Application
    Accelerator-1.1-WSRP Producer.
    RECOMMENDATION: Please make sure the license.bea file in the BEA home
    directory contains valid license entries for this
    product/release/component.
    More Detail:
    WSRP Producer: license error, license sessions validation failed!
    FATAL: Missing, invalid, or expired license for AL .NET Application
    Accelerator-1.1-WSRP Producer.
    Recommendation:
    WSRP Producer: license error, license sessions validation failed!Here are my steps:
    1. Install ALDotNetWSRPProducer.exe
    Using default local IIS website
    2. Install ALDotNetPortletToolkit.exe
    3. Create a sample WSRP Portlet in Visual Studio
    3. Publish the portlet and modify wsrp-producer.xml. I added the following section under <portlets>:
              <portlet>
                   <handle>finportal</handle>
                   <!-- urls specified here are available for any mode to reference -->
                   <url id="view">http://myserver.com/wsrp/PortletPage.aspx</url>
                   <expiration-cache>10</expiration-cache>
                   <supported-locale>en</supported-locale>
                   <description lang="en">Login Page</description>
                   <display-name lang="en">Login</display-name>
                   <supports>
                        <mime-type>text/html</mime-type>
                        <portlet-mode>
                             <name>wsrp:view</name>
                             <!-- url is omitted so the first url for this portlet is used -->
                        </portlet-mode>
                   </supports>
                   <portlet-info>
                        <title lang="en">Login Page</title>
                        <short-title lang="en">Login</short-title>
                   </portlet-info>
                   <portlet-properties>
                        <property name="LastAccessed" type="xs:dateTime"/>
                        <property name="PreferredFormOfAddress" type="xs:string" defaultValue="Mr."/>
                   </portlet-properties>
                   <user-profile>
                        <item>UserProfileName/PropertyName</item>
                   </user-profile>
              </portlet>---
    Regards,
    Victor Barkalov
    Edited by vbarkalov at 05/26/2008 7:10 AM

    Creative Cloud Reverts to Trial Mode
    http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

  • WSRP Producer Registration and Firewall Problem

    Hi,
    I am trying to register a WSRP producer in JDev 11g TP3, and am running into a problem with our firewall, which requires authentication. The WSRP producer is on a system inside our firewall, however it references a WSDL outside our firewall (http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_bindings.wsdl).
    I have my proxy configured via preferences->Web Browser and Proxy to use the proxy server, but exclude our domain.
    The problem I have is that I can either Check the choice to "Use Proxy for contacting the Portlet Product", in which case I get an http 407 error trying to access the internal server, or uncheck the choice, in which case I get a timeout accessing the WSDL outside our firewall.
    Does anybody know how to configure the proxy settings to allow me to access a producer inside our firewall, which references a WSDL outside our firewall?
    Thank you!

    Peter,
    Firstly, thanks for your answer. Which log files are you referring to? I didn't find anything wrong in the richtextportlet application log. The error appears when trying to refresh a previously registered producer.
    I'm using both PDK-Java and WSRP portlets and the problem only happens with WSRP portlets. The app is using ADF security with a lightweight xml provider, I'm running the app in the embedded OC4J and the portlets are being consumed from the built-in portlet ready instance (OC4J_Webcenter) in an Oracle Webcenter 10.1.3.2.0 AS installation.
    Thanks again,
    Yoel

  • WSRP Producer registration (unstable behaviour)

    Hi,
    I'm currently using JDev 10.1.3.3.0 build 4157 and building a webcenter application which makes use of both WSRP and PDK-Java portlets. I'm getting strange errors with WSRP Producer registration: in order to simplify things this description refers to the RichTextPortlet which is a prebuilt portlet but the problem is happening with every WSRP portlet producer, not with PDK-Java producers:
    When I create the producer for the RichTextPortlet everything works perfectly, I run my app and personalize the portlet without problems. However, after several runs the portlets start to show the "Portlet unavailable" message and the server logs says something about the producer registration being wrong. When I test the producer connection in JDev it checks ok but if I try to refresh it, it fails. If I register an identical producer it works fine but the original producer doesn't.
    The exception I get when I refresh the producer registration is:
    oracle.portlet.client.container.PortletRemoteException: WSRP producer responded with an error (InvalidRegistrationException)
         at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.handleException(WSRPClientImpl.java:2462)
         at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.deleteRemotePortlet(WSRPClientImpl.java:1094)
         at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.delete(WSRPClientImpl.java:999)
         at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.refresh(WSRPClientImpl.java:1142)
         at oracle.portlet.client.containerimpl.wsrp.WSRPProducerImpl._refresh(WSRPProducerImpl.java:385)
         at oracle.portlet.client.containerimpl.wsrp.WSRPProducerImpl.refresh(WSRPProducerImpl.java:363)
         at oracle.adfinternal.model.portlet.manager.PortletProviderManager.refreshPortletProvider(PortletProviderManager.java:864)
         at oracle.adfinternal.model.portlet.manager.ProviderDT.refresh(ProviderDT.java:310)
         at oracle.adfdtinternal.model.portlet.wizards.registration.common.WizardUtils$3.doWork(WizardUtils.java:159)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.portlet.server.container.InvalidRegistrationException: oracle.portlet.wsrp.v1.InvalidRegistrationException: oracle.portlet.wsrp.v1.soap.InvalidRegistration
         at oracle.portlet.wsrp.v1.ServerToWSRPv1.destroyPortlets(ServerToWSRPv1.java:4835)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.destroyPortlets(ActivityServerWrapper.java:305)
         at oracle.portlet.client.techimpl.wsrp.WSRPClientImpl.deleteRemotePortlet(WSRPClientImpl.java:1088)
         ... 10 more
    Caused by: oracle.portlet.wsrp.v1.InvalidRegistrationException: oracle.portlet.wsrp.v1.soap.InvalidRegistration
         at oracle.portlet.wsrp.v1.WSRP_v1_PortletManagement_PortTypeJaxbToSoap.destroyPortlets(WSRP_v1_PortletManagement_PortTypeJaxbToSoap.java:220)
         at oracle.portlet.wsrp.v1.ServerToWSRPv1.destroyPortlets(ServerToWSRPv1.java:4785)
         ... 12 more
    Caused by: oracle.portlet.wsrp.v1.soap.InvalidRegistration
         at oracle.portlet.wsrp.v1.soap.runtime.WSRP_v1_PortletManagement_PortType_destroyPortlets_Fault_SOAPSerializer.deserializeDetail(WSRP_v1_PortletManagement_PortType_destroyPortlets_Fault_SOAPSerializer.java:94)
         at oracle.j2ee.ws.common.encoding.SOAPFaultInfoSerializer.doDeserializeSOAP11(SOAPFaultInfoSerializer.java:132)
         at oracle.j2ee.ws.common.encoding.SOAPFaultInfoSerializer.doDeserialize(SOAPFaultInfoSerializer.java:94)
         at oracle.j2ee.ws.common.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:180)
         at oracle.j2ee.ws.common.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:147)
         at oracle.portlet.wsrp.v1.soap.runtime.WSRP_v1_PortletManagement_Binding_SOAP_Stub._readBodyFaultElement(WSRP_v1_PortletManagement_Binding_SOAP_Stub.java:624)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:321)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
         at oracle.portlet.wsrp.v1.soap.runtime.WSRP_v1_PortletManagement_Binding_SOAP_Stub.destroyPortlets(WSRP_v1_PortletManagement_Binding_SOAP_Stub.java:76)
         at oracle.portlet.wsrp.v1.WSRP_v1_PortletManagement_PortTypeJaxbToSoap.destroyPortlets(WSRP_v1_PortletManagement_PortTypeJaxbToSoap.java:207)
         ... 13 more
    And its driving me mad...
    Hope someone can help.
    Thanks,
    Yoel

    Yoel,
    I think the WebCenter forum is probably the right place for this one.
    Oh, wait, I see you already cross-posted over there. You sneaky little devil ;)
    John

  • Register WSRP Provider failed

    Hi,
    I'm trying to register a WSRP provider (using WSRP Preview Portal) but it is failing.
    The Provider is deployed on a OC4J standalone version (running on the development machine).
    The URL is accessible through a webbrowser:
    http://10.1.40.87:8888/javaPortlets/portlets?WSDL
    here is the error message I get when finishing the registration process:
    An error occurred when attempting to call the providers register function. (WWC-43134)
    An error occured during the call to the WSRP Provider: Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (caught exception while handling request: oracle.webdb.wsrp.server.ContainerRuntimeException: An internal error has occurred in method <init>)
    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_Registration_PortType_Stub.register(WSRP_v1_Registration_PortType_Stub.java:183)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_Registration_PortType.register(Unknown Source)
    . (WWC-43273)
    Register WSRP providers running directly on the Portal-Machine is working.
    (http://hv-lr-nwa1.mdkbw.de/jsr168Portlets/portlets?WSDL)
    Is this a problem with the proxy settings? If yes: I can't see the 'Proxy Settings' part in the 'Services' Portlet (as I can see it in the 'normal', not the preview, portal) to change the settings.
    What else could cause this problem?
    Regards,
    Mario

    Hi,
    I've got a similar problem again. I was able to register and refresh WSRP providers for a while, but now I get an error message again.
    An error occured while trying to refresh the Provider. (WWC-43190)
    An error occured during the call to the WSRP Provider: 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:application/octet-stream
    at com.sun.xml.messaging.saaj.soap.MessageImpl.verify(Unknown Source)
    When I load a portal page with a portlet (from an earlier registered WSRP provider) I get now an error in the application log:
    ERROR: caught throwable: java.lang.NullPointerException java.lang.NullPointerException
    at com.sun.xml.rpc.soap.message.SOAPMessageContext.createMessage(SOAPMessageContext.java:118)
    at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:97)
    at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.webdb.wsrp.server.ContextFilter.doFilter(ContextFilter.java:86)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Unknown Source)
    I can't remember that I did changes to the OC4J-Config.
    What could be the reason for that?
    Regards,
    Mario

  • 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.

  • I have two issues. 1) unable to update Acrobat XI Pro and 2) unable to register product

    First issue: I have for the second time installed Acrobat xi pro and then click on "check for updates" from the help menu. And it shows that an update is available. But when I update it I am given the following error message:
    Error 1328. Error applying patch to file C:\Config.Msi\PT669B.tmp. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your patch vendor."
    When I click on "details" I am sent to adobe's "update error" page. Which states the following for error 1328: Error applying patch to [filename]. It's likely that something else updated the file, and the patch can't modify it. For more information, contact your patch vendor.
    I have tried uninstalling program and re-installing program but still get same error message from my attempt at updating. So I am not sure if program is update or not. And I do not know who my "patch vendor" is.
    Second issue: Unable to register product with Adobe. Because the option to do so from the "help" menu which lists "product registration" is greyed/dimmed out. Therefore not giving me the ability to register this product. Please let me know what is causing this problem.

    I am not sure, but will suggest some things to try. On the activate issue, it may be that your system already thinks it is activated and so you might try the deactivate and check. If that works, I would suggest you then uninstall, run http://labs.adobe.com/downloads/acrobatcleaner.html, remove anything left of the Acrobat folder, reboot, and reinstall. Hopefully you can open Acrobat and activate. Then do the updates from the Help menu.

Maybe you are looking for

  • See my error and my try  (ora-12528 ) after try new err ora-00202

    try to connect my 10g database but that give me this error ORA-12528: TNS:listener: all appropriate instances are blocking new connections some body give me idea i try this c:\>set oracle_sid=universi c:\>sqlplus sys as sysdba enter password : connec

  • Something interesting with check rule for VAT registration no.

    Hi Guys, I found something weird in sap with check rule for VAT registration no. If I set any of check rules for US and save(tcode oy17), then change the country of a customer from DE to US and save(not change the VAT registration no), the system pos

  • Reconforming project make Color crash...

    This is my second proj in Color 1/5 with the same result As far as i make some changes to the SENT seq-ce in FC (replace footage, for ex.) and try to reconform - Color quits! I've tryed to make new XML file of the edited (sent) SEQs and load it for r

  • Apple TV used as backup

    I have lost all my photos and music due to a crash on my pc. Pictures and music were syncronized with my Apple TV, is it possible to get them back? From the Apple TV to my PC??

  • "There were problems downloading some purchased items."? Itunes problem.

    Can't get my previously purchased songs in my library because they won't download. The error code is err = -3523? I think. I already reinstalled Itunes. Running this on Windows 7. Just recently got a new computer and am trying to get my songs on this