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

Similar Messages

  • 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

  • Namespace Error, while creating proxy for a WSRP producer(Created on Exo)

    Hi ,
    I have implemented and deployed WSRP producer on Exo portal container. When I was trying to create proxy for the same in weblogic portal 10.2 its giving me the following error. Upon submiting the WSDL URL
    !ENTRY com.bea.wlp.eclipse.common 4 4 2008-12-08 13:46:27.540
    !MESSAGE NAMESPACE_ERR
    !STACK 0
    org.w3c.dom.DOMException: NAMESPACE_ERR
         at weblogic.xml.domimpl.ElementNSImpl.<init>(ElementNSImpl.java:74)
         at weblogic.xml.saaj.SOAPElementImpl.<init>(SOAPElementImpl.java:40)
         at weblogic.xml.saaj.SaajDocument.createElementNS(SaajDocument.java:63)
         at com.bea.wsrp.util.DomUtils.createChildElement(DomUtils.java:386)
         at com.bea.wsrp.util.DomUtils.addChildElement(DomUtils.java:406)
         at com.bea.wsrp.util.DomUtils.addChildElement(DomUtils.java:371)
         at com.bea.wsrp.bind.serviceDescription.GetServiceDescriptionRequest.writeTo(GetServiceDescriptionRequest.java:40)
         at com.bea.wsrp.client.ProducerAgentImpl.getServiceDescription(ProducerAgentImpl.java:129)
         at com.bea.wsrp.client.ProducerAgentImpl.getServiceDescription(ProducerAgentImpl.java:80)
         at com.bea.wsrp.client.ProducerAgentImpl.getServiceDescription(ProducerAgentImpl.java:68)
         at com.bea.wsrp.client.ProducerAgentImpl.getServiceDescription(ProducerAgentImpl.java:57)
         at com.bea.wlp.eclipse.wsrp.portletbuilder.wsrp.ProducerAgent.getServiceDescription(ProducerAgent.java:99)
         at com.bea.wlp.eclipse.wsrp.portletbuilder.wsrp.ProducerAgent.<init>(ProducerAgent.java:57)
         at com.bea.wlp.eclipse.wsrp.portletbuilder.wsrp.ProducerAgent.<init>(ProducerAgent.java:45)
         at com.bea.wlp.eclipse.wsrp.portletbuilder.wizard.wsrp.SelectProducerPanel$ProducerInfoRunner.run(SelectProducerPanel.java:690)
    Could any one help me to solve this problem.
    Thanks & Regards,
    Naresh

    Hi Nate,
    Please find the following wsdl.
    <?xml version="1.0" encoding="UTF-8" ?>
    <wsdl:definitions targetNamespace="http://localhost:8080/wsrp/services/Version" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8080/wsrp/services/Version" xmlns:intf="http://localhost:8080/wsrp/services/Version" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--
    WSDL created by Apache Axis version: 1.4
    Built on Nov 19, 2006 (02:31:34 GMT+00:00)
    -->
    <wsdl:message name="getVersionRequest" />
    <wsdl:message name="getVersionResponse">
    <wsdl:part name="getVersionReturn" type="soapenc:string" />
    </wsdl:message>
    <wsdl:portType name="Version">
    <wsdl:operation name="getVersion">
    <wsdl:input message="impl:getVersionRequest" name="getVersionRequest" />
    <wsdl:output message="impl:getVersionResponse" name="getVersionResponse" />
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="VersionSoapBinding" type="impl:Version">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getVersion">
    <wsdlsoap:operation soapAction="" />
    <wsdl:input name="getVersionRequest">
    <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.apache.org" use="encoded" />
    </wsdl:input>
    <wsdl:output name="getVersionResponse">
    <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/wsrp/services/Version" use="encoded" />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="VersionService">
    <wsdl:port binding="impl:VersionSoapBinding" name="Version">
    <wsdlsoap:address location="http://localhost:8080/wsrp/services/Version" />
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Thanks & Regards,
    Naresh

  • Error when extending portal domain to be a wsrp producer

    I have created a Weblogic Portal domain, and then created a Portal web application deployed in Weblogic Portal domain.
    Now, I would like to extend the domain to be a WSRP producer in order to consume som portlets in other Portals.
    When I try to extend the domain I get the following error:
    Domain Extension Application Failed!
    Domain Location: <DOMAIN_HOME>\base_domain2
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 14, in ?
    File "D:\Documents and Settings\E\Local Settings\Temp\WLSTOfflineIni61149.py", line 118, in create
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.ValidateException: Property "Name" of PKICredentialMapper with original name "Provider" is invalid. The property value is duplicated.
    Any ideas?
    Thanks in advance!!

    By default, portal domains include support wsrp producer - so there is
    no need to extend the domain.
    Subbu
    Espen Kj?lberg wrote:
    I have created a Weblogic Portal domain, and then created a Portal web application deployed in Weblogic Portal domain.
    Now, I would like to extend the domain to be a WSRP producer in order to consume som portlets in other Portals.
    When I try to extend the domain I get the following error:
    Domain Extension Application Failed!
    Domain Location: <DOMAIN_HOME>\base_domain2
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 14, in ?
    File "D:\Documents and Settings\E\Local Settings\Temp\WLSTOfflineIni61149.py", line 118, in create
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.ValidateException: Property "Name" of PKICredentialMapper with original name "Provider" is invalid. The property value is duplicated.
    Any ideas?
    Thanks in advance!!

  • Error in getting Username from UserPrincipal in WSRP Producer

    Hi,
    In WSRP Producer,we are trying to get the the username from the UserPrincipal which was sent by the consumer.
    String userID = this.getRequest().getUserPrincipal().getName();
    I'm getting an Null pointer exception in one of the Producer but the same kind of code is working in other producer.
    The two producers are in different domains. And the Consumer is same for the both Producers.
    Could anybody help me to find out what went wrong. ?
    Thanks,
    Mohan

    Hello,
    It is likely that your two producers are configured differently for security (SAML). For the producer that isn't working, it is likely that you just need the proper entries in your key store to get it to work. Look at the key store for the producer that is working, and try to ensure the other producer is similarly configured.
    Kevin

  • 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

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

  • 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

  • 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

  • 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

  • Invalid Handle Error for WSRP Struts Portlet

    Hi,
    I am in process of modifying our existing struts application so that I can access it as remote portlet. I followed the Integrating Existing Struts Application guide and created a portlet. When I tried to use this portlet, I started getting following error. Does anyone know where I might be going wrong? Thanks.
    Fault: {urn:oasis:names:tc:wsrp:v1:types}InvalidHandle
    The given portletHandle [portlet_1] is invalid or none of the supported portlet containers can handle this portlet.
    2005-04-22T16:32:08.282+01:00com.bea.wsrp.faults.InvalidHandleException: The given portletHandle [portlet_1] is invalid or none of the supported portlet containers can handle this portlet. at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doGetMarkup(MarkupServiceHandler.java:407) at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doService(MarkupServiceHandler.java:306) at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.doService(MarkupServiceHandler.java:282) at com.bea.wsrp.producer.handlers.AbstractServiceHandler.service(AbstractServiceHandler.java:78) at com.bea.wsrp.producer.handlers.markup.MarkupServiceHandler.service(MarkupServiceHandler.java:262) at com.bea.wsrp.producer.WsrpServer.processServiceRequest(WsrpServer.java:299) at com.bea.wsrp.producer.WsrpServer.service(WsrpServer.java:198) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) at com.bea.wsrp.producer.adapter.pageflow.WsrpPageflowFilter.doFilter(WsrpPageflowFilter.java:73) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    Hi Shanta,
    I have started writing a struts 1.1 based module and expose it as a wsrp portlet. Can you pls help me where and how to start on this?
    Thanks,
    Ravi

  • S1S8 CC -Xlist gives license error?

    Problem using f90: Sun Fortran 95 7.1 Patch 112762-11 2004/05/25.
    S1S8 CC "f90 test.f" correctly compiles and produces an executable file. However, "f90 -Xlist test.f" generates only a .lst file that contains:
    "**** WAR #1034: license error: This product cannot find a valid serial number.."
    Adding a 60 day temporary license (SCC080-xxx) with snit allows -Xlist to work correctly. However, if serial.dat contains only our enterprise license (SES080-xxx) the above error occurs.
    Any ideas or solutions welcome!

    Thanks for reporting the problem. This is due to the fact the Global Program Checking feature (i.e. the -Xlist option) does not handle the case where the original license file for S1S8 has been replaced by the new license file for SS8 release. We will fix it for the next patch.

  • App-V 5 Adobe Creative Cloud (CC) Enterprise Licensing Error 213:19

    Hello, I've posted this on Adobe forums but also posting here to see if anyone else has experienced/overcome this issue.
    I'm attempting to create an App-V 5 sequence for Adobe Creative Cloud Enterprise software, but I appear to be getting licensing errors when launching the App-V sequence.
    From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that the base packages can be created with serial numbers and can be included within build images etc as opposed
    to creating a trial package and then using a serialization file at install/launch time.
    To start with I've created a package using the Adobe Creative Cloud Packager tool (CCP) for just the Illustrator CC application which includes the serial number. I've  then sequenced this package using App-V 5 SP1.
    When I run this app-v sequence on a test machine , Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is 
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
    I've tested out modifying permissions on the following folders within the app-v package under root but this has no effect.
    C:\Program Files\Common Files\Adobe\Adobe PCD\
    C:\ProgramData\Adobe\SLStore
    I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch (startprocess event in userconfig file) with no success.
    Anyone tried this or have any ideas?

    Hello, thanks for the reply.
    I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
    I'm not getting any errors being reported in the App-V eventlogs.
    I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
    <UserScripts>
          <StartProcess  RunInVirtualEnvironment="true">
            <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
            <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="true"/>
     <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
          </StartProcess>
        </UserScripts>
    Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
    therefore allowing packages to be created using serial numbers and to be included within build images.
    As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
    Any other ideas appreciated.

  • Licensing Error 6 After Clean Installing Mac OS 10.8.

    I think it might have something to do with the fact that I forgot to back up the Photoshop Elements Library and Application Support files...I can't find any of the stuff they reference in the Licensing Error 6 Troubleshooting guide.
    Is there way I can reinstall the application without having to buy it again? Do I need to give Adobe some information or something?
    Thanks in advance for the help.

    Okay, that never works. PSE isn't a tidy package like most mac apps. The installer strews stuff all over your hard drive like buckshot, most of it in places outside where apple says programs should install things. You will need to download and run this:
    http://www.adobe.com/support/contact/cscleanertool.html
    Then manually delete all the bits you can find. Don't just check applications, but also hard drive>library>application support, and your username>library>preferences. (Let me know if you don't know how to find these.)
    You will need to do a complete install. If you are talking about PSE 10 (which version is this, by the way?), you can download the trial and enter your serial number into that.

  • Getting a License Error while installing UFT 12.01 trial version

    Hi,
           I am trying to install UFT 12.01 trial version but its throwing a License error.  I am clicking on "Install License" and selecting "Seat License"  and clicking on "Next"  It says "License Type set successfully".
    But next time when i click on UFT icon on the desktop (after restarting my machine) it throws same License Error.
    Please find the attached screenshots. Please help me to get UFT installed properly.
    Thanks in advance.
    Asha

    Asha,
    You may want to try reposting your question on the forums specifically for the UFT product. Here's the link.
    http://h30499.www3.hp.com/t5/Functional-Testing-QTP/ct-p/sws-Fun_Test

Maybe you are looking for

  • Error: Server BALAHSAN01:6400 not found or server may be down (FWM 01003)

    Hi All, I am a beginner with BO. I installed BOE (Version XI 3.0) on my machine. Just after the installation, all the tools were ok. After logging out of windows, I have the error "Error: Server BALAHSAN01:6400 not found or server may be down (FWM 01

  • Is there any way to register for changes in a NetworkInterface?

    Greetings. I'm interested to know if there's a way to register for changes to a NetworkInterface. Changes could include ifup/ifdown, a change in the displayable name, adding/removing InterfaceAddress or InetAddress, or even a change in the hardware a

  • Execute external program from java in the same virtual machine

    hello, I need some help. here is what i need: i'm developing a test tool and i need to execute the application to be tested from my test tool in the same virtual machine so that i can be able to connect to that application and catch events like click

  • Encoder edge counter using analog input

    I have using an 9215A USB (4AI). 2 AI are logging data in to a txt-file and the other 2AI will be used for counting the edges from a quadrature encoder (A and B pulse train). Every edge falling or rising I will write a line in the txt-file also show

  • Can you open Premiere CC file in Premiere 6?

    I created a file on my laptop in Premiere CC. I am trying to open it on my desktop with Premiere 6. I am getting an error message that says "The project appears to be damaged, it cannot be opened" ...even though it opens fine on my laptop in CC. This