WWC-43273 Error

Hi!
While trying to register a new provider (following the steps in Section 6.3 of the OAS Portal Developer's Guide 10gR2 (10.1.4) I got the following error:
WWC-43273: An error occurred during the call to the WSRP Provider: %1.
Cause: A problem occurred while getting the service description. This may be
because the provider sent unsupported extensions.
Action: Try turning off extensions on the producer side or contact the WSRP
provider administrator or portal administrator.
The application is running on an OAS 10gR2 (10.1.2.0.2) instance on the same box. So by "turning off extensions on the producer side" that means in the Enterprise Manager console of that (10.1.2.0.2) instance? When I enter the producer url according to the instructions (http://myserver/sampleportlets/portlets?WSDL I get the XML output as specified on page 6-18 of the developer's guide.
Any comments? Thx!

I ran the PDA (Portal Diagnostics Agent) and it found no critical errors. It did say to set OPTIMIZER_MODE to CHOOSE in init.ora but that is no longer (not in 10g) a valid option; it should be ALL_ROWS.
I did find the following in the sampleportlets application log:
--- < start > ---
07/10/07 11:10:03 wsrp-samples: [id=4518914530624,1] ERROR: caught exception while handling request: oracle.webdb.wsrp.server.ContainerRuntimeException:
An internal error has occurred in method <init>
oracle.webdb.utils.PortalExceptionImpl: An internal error has occurred in method <init>
at oracle.webdb.wsrp.server.ContainerRuntimeException.<init>(Unknown Source)
at oracle.webdb.wsrp.server.ConsumerRegistration.<init>(Unknown Source)
at oracle.webdb.wsrp.server.Server.register(Unknown Source)
at oracle.webdb.wsrp.WSRP_v1_Registration_PortType_Tie.invoke_register(WSRP_v1_Registration_PortType_Tie.java:96)
at oracle.webdb.wsrp.WSRP_v1_Registration_PortType_Tie.processingHook(WSRP_v1_Registration_PortType_Tie.java:257)
at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:230)
at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:153)
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 (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
at com.evermind[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.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
at com.evermind[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)
Caused by: oracle.webdb.wsrp.server.ContainerIOException: Error getting connection from datasource with JNDI path "jdbc/portletPrefs"
at oracle.webdb.wsrp.server.PersistentCacheLoader.getConnection(Unknown Source)
at oracle.webdb.wsrp.server.PersistentCacheLoader.create(Unknown Source)
at oracle.webdb.wsrp.server.PersistentCacheGroup.create(Unknown Source)
... 20 more
Caused by: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
The Connection descriptor used by the client was:
//alpha:1521/orcl2
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:292)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:101)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.DriverManagerXADataSource.getXAConnection(DriverManagerXADataSource.java:120)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getPooledConnection(OrionCMTDataSource.java:197)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:39)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionPooledDataSource.getTheConnection(OrionPooledDataSource.java:254)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionPooledDataSource.getOPDSConnection(OrionPooledDataSource.java:329)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnection.getConnection(OrionCMTConnection.java:206)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnection.<init>(OrionCMTConnection.java:126)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnectionFinalize.<init>(OrionCMTConnectionFinalize.java:42)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ClassOptimizerFactory.getOrionCMTConnection(ClassOptimizerFactory.java:80)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:237)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:217)
... 23 more
caused by: oracle.webdb.utils.PortalExceptionImpl: Error getting connection from datasource with JNDI path "jdbc/portletPrefs"
at oracle.webdb.wsrp.server.ContainerIOException.<init>(Unknown Source)
at oracle.webdb.wsrp.server.PersistentCacheLoader.getConnection(Unknown Source)
at oracle.webdb.wsrp.server.PersistentCacheLoader.create(Unknown Source)
at oracle.webdb.wsrp.server.PersistentCacheGroup.create(Unknown Source)
at oracle.webdb.wsrp.server.ConsumerRegistration.<init>(Unknown Source)
at oracle.webdb.wsrp.server.Server.register(Unknown Source)
at oracle.webdb.wsrp.WSRP_v1_Registration_PortType_Tie.invoke_register(WSRP_v1_Registration_PortType_Tie.java:96)
at oracle.webdb.wsrp.WSRP_v1_Registration_PortType_Tie.processingHook(WSRP_v1_Registration_PortType_Tie.java:257)
at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:230)
at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:153)
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 (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
at com.evermind[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.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
at com.evermind[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)
Caused by: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
The Connection descriptor used by the client was:
//alpha:1521/orcl2
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:292)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:101)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.DriverManagerXADataSource.getXAConnection(DriverManagerXADataSource.java:120)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getPooledConnection(OrionCMTDataSource.java:197)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:39)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionPooledDataSource.getTheConnection(OrionPooledDataSource.java:254)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionPooledDataSource.getOPDSConnection(OrionPooledDataSource.java:329)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnection.getConnection(OrionCMTConnection.java:206)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnection.<init>(OrionCMTConnection.java:126)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnectionFinalize.<init>(OrionCMTConnectionFinalize.java:42)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ClassOptimizerFactory.getOrionCMTConnection(ClassOptimizerFactory.java:80)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:237)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:217)
... 23 more
caused by: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
The Connection descriptor used by the client was:
//alpha:1521/orcl2
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:292)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:101)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.DriverManagerXADataSource.getXAConnection(DriverManagerXADataSource.java:120)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getPooledConnection(OrionCMTDataSource.java:197)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:39)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionPooledDataSource.getTheConnection(OrionPooledDataSource.java:254)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionPooledDataSource.getOPDSConnection(OrionPooledDataSource.java:329)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnection.getConnection(OrionCMTConnection.java:206)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnection.<init>(OrionCMTConnection.java:126)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTConnectionFinalize.<init>(OrionCMTConnectionFinalize.java:42)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ClassOptimizerFactory.getOrionCMTConnection(ClassOptimizerFactory.java:80)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:237)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:217)
at oracle.webdb.wsrp.server.PersistentCacheLoader.getConnection(Unknown Source)
at oracle.webdb.wsrp.server.PersistentCacheLoader.create(Unknown Source)
at oracle.webdb.wsrp.server.PersistentCacheGroup.create(Unknown Source)
at oracle.webdb.wsrp.server.ConsumerRegistration.<init>(Unknown Source)
at oracle.webdb.wsrp.server.Server.register(Unknown Source)
at oracle.webdb.wsrp.WSRP_v1_Registration_PortType_Tie.invoke_register(WSRP_v1_Registration_PortType_Tie.java:96)
at oracle.webdb.wsrp.WSRP_v1_Registration_PortType_Tie.processingHook(WSRP_v1_Registration_PortType_Tie.java:257)
at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:230)
at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:153)
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 (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
at com.evermind[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.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
at com.evermind[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)
--- < end > ---
Goint to that server and running lsnrctl status I see instace orcl2, status "READY" is there. I also do not have any problems connecting to the orcl2 instance.
Perhaps portal settings are not pointing to the correct place? Where to look?
Thx!

Similar Messages

  • WWC-00000 error while creating the user

    Any one can help me on the WWC-00000 error while creating the
    user from the Admin tab of Oralce Portal. In fact I can't use
    the Login server administration. same problem exists.
    I granted DBA privileges to the PORTAL30, just to verify and NO
    use.
    I am using the latest version of Portal S/W on iAS9i 1.0.2.2.1
    - Suneel

    Hi Suresh,
    This error trace is not sufficient to understand the issue and at what step you got this error.
    First tell me, did you got the User Admin Tab in your portal access. if yes.. did you got the next step...which is Identity Management. Please elaborate when did you got this error (i mean at what step) after that only we can give it a try.
    Thanks,
    Vinod

  • WWC-41653 error on Partner Application

    We're trying to configure a partner application. After logging in to SSO we get the error message: "The partner application configuration is missing or expired. Please contact the administrator. (WWC-41653)"
    Does anyone have any tips on where to look for this configuration problem?
    Thanks in advance!

    We resolved this. Our problem was a mismatch in the listener_token.

  • Wwc-43176 error while registering a Provider

    Hi,
    I am not able to register any of the providers, it gives me the following error
    Error: The provider URL specified may be wrong or the provider is not running. (WWC-43176)
    I am able to look at the Registration URL by running index.jsp from JDeveloper. I also deployed it on a standalone OC4J & Application Server OC4J and got the Registration URL. When I try using the URL, I get the error
    Resolution in this regard will be very helpful
    Regards
    Yash

    hi all,
    I have the same problem: i can access the provider test page, but when i going to register the provider in the portal i got this stupid error message.
    The solution in my case was to update the pdkjava.jar and the ptlshare.jar files from my .ear file to the ones from the oracle 10g as instance (path_to_oracle_10g_as/portal/jlib/*)
    hope this help :)

  • WWC-51004 error when accessing the portal default page

    An unexpected error occurred: User-Defined Exception (WWC-51004)
    The specified user does not exist. (WWC-41406)
    Unexpected error encountered in wwsec_api.id_sso (User-Defined Exception) (WWC-41417)
    The system failed to retrieve the necessary HTTP request to the Login Server to validate this user. (WWC-41447)

    Dear Carlos,
    we are facing the same problem, how did you solve?
    Best Regards,
    Enrico
    Edited by: venuto on 14-dic-2010 11.39

  • Form with WWC-46000 error

    All,
    I have a form that gives an error message, "Document not found. (WWC-46000)", when clicking update.
    Can anyone please tell me what this message means or where I can find information on it.
    Thanks
    Chris
    null

    Chris,
    Pls provide more information. What is that form based on? What are the datatypes and so on.

  • Portal login - authentication failed (WWC-41419) error.

    Has anyone experienced this problem while trying to login to the default portal30 schema. My env is RH7.0, jdk1.3 and portal 30665. Please share your experience and resolution. Or maybe a clue where to look for error message would be appreciated.
    Here is the error
    Error: Authentication failed. Please try again. (WWC-41419)
    Thanks,
    Jun

    This thread has been moved from the Oracle9iAS Portal Forum to the Orac le9iAS Portal Security and Login Server forum. It is unlocked in the Oracle9iAS Portal Security and Login Server forum and responses should be posted there.
    Thanks,
    Rich

  • Please : WWC-43273 - ContainerException: Unable to load resource bundle

    Please Help :(
    Development Environment:
    Application : Hello World Portlet
    OAS : 10.1.2.0.2 Installed on LocalHost
    Development Tool : JDeveloper 10.1.3.2.0
    Portal Server : 10.1.4 Installed on LocalHost
    I have followed following Tutorial for the same : http://www.oracle.com/technology/obe/obe1014portal/standards_portlets/stdsplts.htm
    My EAR WSDL (http://localhost/HelloWorld/portlets?WSDL) in OAS is working perfectly fine yeilding following output :
    <?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://infra:80/HelloWorld/portlets/WSRPBaseService"/>
    </wsdl:port>
    <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
    <soap:address location="http://infra:80/HelloWorld/portlets/WSRPServiceDescriptionService"/>
    </wsdl:port>
    <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
    <soap:address location="http://infra:80/HelloWorld/portlets/WSRPRegistrationService"/>
    </wsdl:port>
    <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
    <soap:address location="http://infra:80/HelloWorld/portlets/WSRPPortletManagementService"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    However when i try to access the same via Register Provider wizard in Portal Server 10.1.4 i get this exception.
    An error occurred during the call to the WSRP Provider: Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (java.lang.RuntimeException: oracle.webdb.wsrp.server.ContainerException: Unable to load resource bundle "portlet.resource.CHelloWorldBundle")
    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(Unknown Source)

    Found the solution:
    I needed to choose the Servlet 2.3/JSP 1.2 (J2EE 1.3) when creating my JSR268 Portlet.
    Also the second change I needed to make was to use J2SE ver. 1.4.2_12. To do this change the default j2se ver. of JDeveloper(i.e ver. 1.5) from project properties > libraries node > edit/change j2se definitions screen and select java.exe from j2se1.4.2_12/bin

  • Error while copying page. (WWC-44262)

    Error while copying page. (WWC-44262)
    An unexpected error occurred: User-Defined Exception (WWC-44088)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    Error while copying page. (WWC-44262)
    Please specify a valid Name and Display Name. (WWC-44102)
    I am not able to make a copy of a page.

    Hi,
    Did you get an answer for this problem?
    Karl

  • I got the following error when I try to logon to oracle portal.WWC-41439:

    Hi,
    I got WWC-41439 error.Message is "You can't logon becuase there is no configuration information stored in ranabler confoguration table.
    Any solution?
    Regards,
    TLN Reddy.

    I got WWC-41439 error.Message is "You cannot login because there is no configuration information stored in the enabler configuration table. (WWC-41439)"I was having a similar problem. Assuming you are using R2 (really a 1.0 product - thanks marketing) here is what was going on in my case.
    I have Infrastructure on host_01.domainName and Portal on host_01.domainName (what Oracle calls the "Mid_Tier" even though the Portal Installation took place on host_02).
    Here is the error and the solution:
    If I goto http://host_02.domainName:7778/pls/orasso/orasso.home which is the "Access Partner Applications" page and then try to login - get the WWC-41439 error just like you.
    If you'll notice the login URL is
    http://host_02.domainName:7777/pls/orasso/ORASSO.wwsec_app_priv.login?p_requested_url=http%3A%2F%2Fhost_02.domainName%3A7777%2Fpls%2Forasso%2FORASSO.home&p_cancel_url=http%3A%2F%2Fhost_02.domainName%3A7777%2Fpls%2Forasso%2FORASSO.home
    Now if you click on the "The SSO Server (orasso)" hyperlink and then click-on the login URL - the url will be
    http://host_01.domainName:7777/pls/orasso/ORASSO.wwsec_app_priv.login?p_requested_url=http%3A%2F%2Fhost_01.domainName%3A7777%2Fpls%2Forasso%2FORASSO.home&p_cancel_url=http%3A%2F%2Fhost_01.domainName%3A7777%2Fpls%2Forasso%2FORASSO.home
    This works because ORASSO is a schema located in the databse on host_01.domainName.
    Bill G...

  • Error: Authentication failed. Please try again. (WWC-41419)

    I get this error when trying to login to portal.
    I checked the passwords and there are OK.
    I runed the Diagnostic tool and everything is OK.
    What can I do?
    The schema is portal30
    and the passwords are the default.
    null

    I try with de defaults passwords fro WEB but nothing change. I'd never change this passwords. (THe web-based)-
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Paul Encarnacion ([email protected]):
    Don't confuse the schema passwords with the passwords set for the web-based login as the lightweight user.
    In fact there is no way to "check that the password is correct". Once you assign or set a password, it is MD5 hashed and is irreversible, so you can't look at anything to determine if the password is correct or not.
    The WWC-41419 error indicates in fact that the password is wrong. Try one of the other seeded accounts, like portal30_admin/portal30_admin.
    If you log on to portal30_admin successfully, then you can
    1. go to the Administer tab;
    2. click on Login Server Administration on the Services portlet;
    3. click on Administer Users
    4. enter portal30 in the Edit User box and click Edit
    5. enter portal30_admin for the administrator's password (the account you're currently logged into)
    6. enter the new password for portal30, and again to confirm
    7. ok.<HR></BLOCKQUOTE>

  • Authentication Error WWC-41452

    We recently had to change IP addresses on our servers. Since then I get a WWC-4152 error for any attempt to connect outside our LAN. The message text:
    The address for which this authentication request was mad does not match your IP address.
    Our system is WIN/2K 8.1.7 & 3.0.8.
    Thanks

    Hello,
    I just ran across this one again after solving it a year ago. Try this:
    Login as both portal30 and portal30_sso and perform the following.
    select lsnr_token,ls_login_url, url_cookie_ip_check from wwsec_enabler_config_info$;
    You will see that url_cookie_ip_check='Y' which is the default. Note the value of lsnr_token (substitue for $1 below). To change the url_cookie_ip_check setting enter the following commands.
    update wwsec_enabler_config_info$ set url_cookie_ip_check='N'
    where lsnr_token='$1';
    You must perform this change logged in as both portal30 and portal30_sso!
    Good Luck!
    Trenton

  • ERROR WWC-41419

    How can I cope with this error message when I am trying to connect to Oracle portal?? what should I do?? any ideas??

    I try with de defaults passwords fro WEB but nothing change. I'd never change this passwords. (THe web-based)-
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Paul Encarnacion ([email protected]):
    Don't confuse the schema passwords with the passwords set for the web-based login as the lightweight user.
    In fact there is no way to "check that the password is correct". Once you assign or set a password, it is MD5 hashed and is irreversible, so you can't look at anything to determine if the password is correct or not.
    The WWC-41419 error indicates in fact that the password is wrong. Try one of the other seeded accounts, like portal30_admin/portal30_admin.
    If you log on to portal30_admin successfully, then you can
    1. go to the Administer tab;
    2. click on Login Server Administration on the Services portlet;
    3. click on Administer Users
    4. enter portal30 in the Edit User box and click Edit
    5. enter portal30_admin for the administrator's password (the account you're currently logged into)
    6. enter the new password for portal30, and again to confirm
    7. ok.<HR></BLOCKQUOTE>

  • Error while registering a new WSRP provider in Oracle portal

    Hi,
    I'm trying to add a new provider to the portal repository by registering a new WSRP provider in Oracle Portal. I'm getting the following error:
    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.LiteralObjectSeria (WWC-43273)
    Please help.
    Regards,
    Arunthomas
    Edited by: 845949 on Mar 21, 2011 2:57 AM

    what is the complete version of DS 4.0 ? also check the REPO_TYPE in AL_VERSION table, for local repo this will be NULL

  • Error while registering a WRSP Provider

    1.Followed the instruction given in "Creating Standards-Based J2ee Portlets" (http://www.oracle.com/technology/obe/obe1014portal/standards_portlets/stdsplts.htm)
    2.Created the .wsdl document by using the instructions given in "Registering WSRP Producers in Enterprise Configurations of Oracle Application Server Portal"
    (http://www.oracle.com/technology/products/ias/portal/html/1014_portal_release_notes.html#CHDJCGDE)
    3.I opened the ".wsdl" file created in the above step using IE browser, it looks good.
    the url is similar to "http://hostname:port/test_Kb1Portlets/portlets.wsdl"
    4.But, when I try to "Register Provider" using the url "http://hostname:port/test_Kb1Portlets/portlets.wsdl" it gives the following error
    Error      
    An error occurred during the call to the WSRP Provider: java.rmi.RemoteException: cannot connect to server: Not Found; nested exception is:
    cannot connect to server: Not Found
    Java stack trace from root exception:
    cannot connect to server: Not Found
    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)
    . (WWC-43273)
    If anyone have any idea about the error or any help will be greatly appreciated.
    Thanks,

    Hi Sharmila
    I appreciated your help but I cann't yet figure out the problem.
    First of all the listener is up.
    The datasources.xml file is like that:
         <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
              location="jdbc/emulatedPortletPrefs"
              xa-location="jdbc/xa/portletPrefs"
              ejb-location="jdbc/portletPrefs"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="portlet_prefs"
              password="portlet_prefs"
              url="jdbc:oracle:thin:@localhost:tcp:1521:infraDB.localhost"
         />
    where ifraDB.localhost is the Global database name
    and the 1521 is the port of the listener
    If you can point out any mistake please let me know!
    Thanks alot for the help!

Maybe you are looking for

  • PSE 7: Texture folder has JPG and PSD files?

    I noticed there are both file types in C:\Program Files\Adobe\Photoshop Elements 7\Presets\Textures\ Blue Pastels.jpg Burnt Red Pastel Paper.jpg Charcoal on Paper.jpg Dirt.jpg Feathers.psd Footprints.psd Frosted Glass.psd Granite.jpg Grass.jpg Lambsw

  • Help with conditional answer, cont'd "blank" discussion

    Got the answer to my blank question below, but the client has asked that when an item is overshipped, there should be a "0" in the backordered spot. When the amount shipped is the same as the amount ordered, it should be "blank". When the item ordere

  • How to implement a server side SOAP invokeable class????

    Here is my class public class ABCImpl public String exceute (String msg) { ...} ABCImpl.execute(...) requires a string parameter and return a string in XML format. It is invoked throught SOAP-RPC call by a remote client. How do I integrate class ABCI

  • Compaq Mini CQ10-101SA Windows XP - Unable to view entire software or webpages in a window

    Hi all! We have a Compaq Mini CQ10-101SA which is running Windows XP.  We have an issue with the display on certain webpages and software whereby you cannot see the entire page in the window.  While this has been somewhat "inconvenient" when viewing

  • MYOB Sync Cards Problem

    After syncing (Not the first time) MYOB has screwed up my address book-my email address is now on many customers cards and it has changed the salesperson on many cards. How-why. I am fixing manually- checking each card, Has this happened to anyone el