Error when registering a portlet provider

I got the following error when registering a new portlet provider:
An error occurred when attempting to call the providers register function. (WWC-43134)
The following error occurred during the call to Web provider: 301: Moved Permanently (WWC-43147)
May I know what I may have done wrong?
I was able to open the portlet provider page by itself
Thanks

Can you double check whether the provider node is accessible from the portal middle tier (ping)?

Similar Messages

  • Error while registering SMS portlet

    Hi,
    portal version 9.0.4.0.99
    I am getting the following error while registering SMS portlet using the external application SMSExternalApp.
    SOAP: Caught SOAPException (SOAP-ENV:Client): For input string: "3782 "
    [java.lang.NumberFormatException]
    Illegal External Application data, Could not authenticate the user to the Push
    Service. Please reenter the correct External Application data for authentication
    I followed the instructions as per "Installation Guide for SMS Portlet Beta" available in OTN. I was able to deploy the SMS Portlet provider but while publishing the SMS portlet and creating the external application "SMSExternalApp" it fails. Please let me know what is the cause for this error.

    Hi Ramya,
    In order to be able to use the OracleAS Portlet for SMS, you need to get yourself a trial/registered account with the OracleAS Wireless Service Team:
    http://www.oracle.com/technology/tech/wireless/messaging.htm
    Once you have created an account, you can use the access codes specified by the wireless team, for the username/password fields.
    Thanks,
    Harsha

  • An error when registering SQL server driver

    Hi
    I have got the following error when register SQL server drive
    "RemoteMsDataBase.java": Error #: 302 : cannot access class com.microsoft.jdbc.sqlserver.SQLServerDriver; neither class nor source found for com.microsoft.jdbc.sqlserver.SQLServerDriver at line 19, column 63
    the code that cause error
    // register the SQL driver
    DriverManager.registerDriver(new com.microsoft.jdbc.sqlserver.SQLServerDriver());
    // connect to the DB by using the driver.
    String connString = "my_dbserver:1433;databasename=my_database";
    String strDBConnect = "jdbc:microsoft:sqlserver://" + connString;
    conn = DriverManager.getConnection(strDBConnect, userName, passwd);
    To include jars to my classpath do this:
    javac -deprecation -classpath msbase.jar;msutil.jar;mssqlserver.jar *.java

    javac -deprecation -classpath msbase.jar;msutil.jar;mssqlserver.jar *.javaSpecify the full path for jar(s), example,
    javac -deprecation -classpath .;c:\myjars\msbase.jar;c:\myjars\msutil.jar;c:\myjars\mssqlserver.jar *.java
    Hope it works.
    Sudha

  • Portal V2 - java error when registering provider

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

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

  • Error 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 during register discussion forum provider

    Hi,
    I have AS 10.1.2.0.0.
    I deployed the Discussion Forum successfully -> I can access the provider test page.
    But when I try to register the forum provider in Portal I get the following error:
    Internal error (WWC-00006)
    An unexpected error occurred: Invalid column index (WWC-43000)
    Any help would be highly appreciated as there is no support through OS for it and I don't have any idea what's going wrong...
    Best Regards
    Manfred

    Hi
    Yes, the registratio was ok, and when access the URL :
    http://diesel.agencia.anp.gov.br:7778/df/providers
    Congratulations! You have successfully reached your Provider's Test Page.
    Checking for components:
    Portlets are:
    DiscussionForum_Portlet
    The application.log file is undedr another directory:
    %OC4J_HOME%/j2ee/OC4J_Portal/application-deployments/df/OC4J_Portal_default_Island_1/application.log
    and there is a lot of errors on it. I´ll send it by email for you.

  • RFC connection error when registering PROGRAM ID.

    Hi,
    I created a RFC connection of type T.
    I gave the following parameters ->
    gateway host: hostname and then ip-address
    gateway service: sapgwxx
    Registered program id: xxx
    It is giving me the following error:
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program sapgwxx not registered
    Error Details     LOCATION: SAP-Gateway on host <hostname> / sapgwxx
    Error Details     DETAIL: TP sapgwxx not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 2696
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1777
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Can anyone help me in troubleshooting the issue.
    Also I am not able to register this program id in Visual Admin -> Services -> JCo RFC Provider. Here it is giving me an error. Can anyone guide me in this?
    Points to be rewarded for any kind of small help.

    Thanks Ramesh.
    I followed the blog. Here are the steps that I did.
    RFC destination:
    1. To create the RFC go to TCODE: SM59  <b>-> Done</b>2. Create new destination of type T (TCP/IP) <b>-> Done</b>
    3. Make sure you select Registered Server Program option before writing your program ID <b>-> Done</b>
    4. Write you program ID (remember it's case-sensitive) <b>-> gave the SID name</b>
    5. In the gateway host and gateway service write the values of your "Application system" - business system (not the XI server) <b>-> Typed the gateway hostname and gateway service "sapgw<instance no>", that I got from SMGW.</b>
    But still I face the same problem. It get the following error:
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program <SID name> not registered
    Error Details     LOCATION: SAP-Gateway on host xxxxx / sapgwxx
    Error Details     DETAIL: TP <SID Name> not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 2719
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1777
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Thu Nov  1 10:39:43 2007
    Error Details     VERSION: 2
    Kindly help me out.

  • 403 error when registering proxy server (non-central AE)

    Hi all.
    I'm getting 403 error when trying to register proxy server in my local non-central Adapter Engine. When listing the ProxyServer servlet available commands (http://host:port/ProxyServer/),  it says that "xi_jpr_register_bindings" security role is required, but my local UME has not that role.
    Thanks,
    Gari.

    Thanks a lot Prateek.
    Your reply was very helpful because it works now. One of the configuration steps in the page says to use the Security Provider service of the Visual Administrator to verify that some security roles are assigned to the appropriate user groups. The Scurity Roles section (inside Security Provider service) in my Visual Administrator does not show the roles and groups directly. I had to navigate to ProxyServer and MessagingSystem components so that the roles and groups where visible to me and assign them to my user.
    Should I see them into Security Roles section directly? The roles and groups are not visible from User Management Section.
    Thanks again.
    Gari.

  • Portlet not available error when customizing Omni Portlet

    Hi,
    I've created a webcenter page with a omni portlet on it. Configuring this portlet for the first time is OK. However customizing this same portlet later on will always give me the portlet unavailable error, together with this stacktrace.
    SEVERE: oracle.adf.model.portlet.binding.PortletBindingException: Portletmodus 5 kan niet worden ingesteld voor portletbinding OmniPortlet1_1., Please check the privileges before executing this operation
         at oracle.adfinternal.view.faces.renderkit.html.portlet.ADFPortletServlet.process(ADFPortletServlet.java:473)
         at oracle.adfinternal.view.faces.renderkit.html.portlet.ADFPortletServlet.process(ADFPortletServlet.java:343)
         at oracle.adfinternal.view.faces.renderkit.html.portlet.ADFPortletServlet.doGet(ADFPortletServlet.java:315)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Adding adf security does not help.
    Any suggestions are greatly appreciated. Note that I have the same problem with different portlets, so it has nothing to do with this specific OMNI portlet I guess.
    Jaco Verheul

    The timing... :) having the same issue. Is there any resolution to this or should I also open an SR to get the patch/fix?
    Also, to help others searching for this error...
    Portlet unavailable when trying to click customize for an OmniPortlet.
    Portlet unavailable
    <!--Unable to set portlet mode 5 for portlet binding OmniPortlet5_1, Please check the privileges before executing this operation-->
    <!--oracle.adf.model.portlet.binding.PortletBindingException: Unable to set portlet mode 5 for portlet binding OmniPortlet5_1, Please check the privileges before executing this operation
         at ...
    -->
    Steve
    Message was edited by:
    ssaxer

  • Error when register SQLServer driver

    Hi
    Error #: 302 : cannot access class com.microsoft.jdbc.sqlserver.SQLServerDriver; neither class nor source found for com.microsoft.jdbc.sqlserver.SQLServerDriver at line 19, column 63
    i have got the previous error when code the following code
    DriverManager.registerDriver(new com.microsoft.jdbc.sqlserver.SQLServerDriver());
    // connect to the DB by using the driver
    String connString = "217.52.98.102:1433;databasename=FleetWatch";
    String strDBConnect = "jdbc:microsoft:sqlserver://" + connString;
    conn = DriverManager.getConnection(strDBConnect, "sa", "");
    with best regards

    >
    Error #: 302 : cannot access class
    com.microsoft.jdbc.sqlserver.SQLServerDriver; neither
    class nor source found for
    com.microsoft.jdbc.sqlserver.SQLServerDriver at line
    19, column 63Do you hae the JAR for the SQL Server driver in your class path ?

  • Error when registering the Provider

    I have been following "How to build a portlet using an existing
    java component".
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/pdk/
    articles/how.to.build.java.portlet.existing.component.html
    When I register the provider I get the following error:
    An error occurred when attempting to call the providers register
    function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call terminated by
    uncaught Java exception: java.net.UnknownHostException:
    pronetdev (WWC-43000)
    An unexpected error occurred: java.net.UnknownHostException:
    pronetdev
    at java.net.InetAddress.getAllByName0(InetAddress.java:599)
    at java.net.InetAddress.getAllByName0(InetAddress.java:544)
    at java.net.InetAddress.getAllByName(InetAddress.java:537)
    at HTTPClient.HTTPConnection$EstablishConnection.run
    (HTTPConnection.java)
    (WWC-43000
    Thanks,
    Tom Henricksen

    Hi Agent Gibbs,
    Looking at the Provider URL, I guess you are running it from JDeveloper. I don't think you can register this Provider with Oracle Portal - the reason, in my opinion, is that the embedded OC4J in JDeveloper ( or any other "regular OC4Js ) are not wired with the required JPDK Jar Files.
    The JPDK takes care of the communication between Oracle Portal and Portlets & Providers.
    If you have an EAR File, you need to deploy it in OC4J_PORTAL ( you will find this in the Portal Middletier ). Else, you can create your own OC4J in the Portal Middletier & try this ( just picked up from one of the Portlet README Docs...):-
    1. In the Enterprise Manager, navigate to the OC4J instance that contains the application.
    2. Click on your newly deployed application to view a page displaying properties of the application.
    3. Click General under the Administration : Properties section.
    4. In the Library Paths section, you can add a library. To add a library path, click "Add Another Row".
    5. Add the following jar files :
    ../../../../portal/jlib/pdkjava.jar
    ../../../../portal/jlib/ptlshare.jar
    ../../../../webcache/jlib/jawc.jar
    ../../jazn.jar
    5.Finally, Click Apply.
    6.Restart the OC4J.
    Good Luck !
    Regards,
    Sandeep

  • Error when register Url Service Sample provider

    Hello, I followed the 'URL Services Installation Instructions' described in portalstudio in order to set up URL services in my portal environment.
    I did succeed in invoking provider test page (http://<myserver>:<myport>/servlets/urlsample), but I'm not able to register the url service provider in Oracle Portal.
    When I click Apply button in the 'Create Provider' form I get the foolowing error message.
    Please help. Marco
    An error occurred when attempting to call the providers register function. (WWC-43134)
    The following error occurred during the call to Web provider: java.lang.NoSuchMethodError: oracle.portal.provider.v1.http.DefaultProvider: method getDebugLevel()I not found
    at oracle.portal.provider.v1.http.URLProvider.register(URLProvider.java:658)
    at oracle.portal.provider.v1.http.ServletProviderResponse$SoapWriter.marshalRegisterProvider(ServletProviderResponse.java:640)
    at oracle.portal.provider.v1.http.ServletProviderResponse$SoapWriter.access$1(ServletProviderResponse.java:635)
    at oracle.portal.provider.v1.http.ServletProviderResponse.registerProvider(ServletProviderResponse.java:116)
    at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:632)
    at oracle.portal.provider.v1.http.HttpProvider.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    (WWC-43147)

    java.lang.NoSuchMethodError has occured because its not able to locate the method 'getDebugLevel'.
    This is thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
    I guess you are not using the proper version of JPDK for the URLServices that you are using.
    Try looking at the URLServices installation/release notes for the version your are using for the JPDK version. Check this version against JPDK.
    Sriram

  • Error when registering a provider

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

    Sancho,
    This question is probably better suited to the Oracle Portal Development Kit forum.
    Thanks

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

  • Urgent(error while registering a web provider on portal)

    Hi!
    When i am trying to register any webprovider(even the
    sample provider which comes with jpdk ) on the portal ,I am
    getting the following ora-exception
    An error occurred when attempting to call the providers register
    function. (WWC-43134)
    An unexpected error occurred: ORA-29516: Aurora assertion
    failure:
    Assertion failure at joncomp.c:127
    jtc_active_clint_init_ncomp_slots(oracle/xml/parser/v2/DTD, 0)
    returned 0 (WWC-43000)
    Could anyone please suggest the cause of this error or what can
    be done in this case .This is really urgent for me as my project
    plan is getting delated because of this problem

    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

  • Double up quotes (apostrophe)

    Hello I have a variable which contains a french string with a quote: L'experience.... This string could come from XML-File, text file or error messages. How is it possible to double up the single quote to insert this string into a database? A simple

  • MacBook Air:     Will 802.11n Wi-Fi  work in a 'remote' location.

    Hello, could I seek some guidance from Macbook Air users? Brief Background: I live in a small town in Thailand some 320 kms south of Bangkok. This is not at the end of the world and technology is slowly catching up e.g. but no 3G here. There is Wifi

  • Setting the Line size at runtime

    Hi All,     I am printing a classical report. Usually we set the Page width statically ie by using Line-Size.     But I need a way to change this value at runtime. Is there a way out to this problem? Thanks & Regards, Abhijeet.

  • Finder View Options, For All Sub Folders

    If I understand how View Options work in Finder windows ... I can set View Options for a particular folder to always open up in a particular View Options setting. I can set that very same View Option as the Default View Option for all the rest of the

  • Safari - Yahoo problems

    Aaargh! The following functions do not work on Yahoo when I use Safari: New, Reply, Forward, Move, Options . . . and a few more. I have two Macs, and this happens with both. Yahoo support can't help. My ISP can't help. Yahoo works fine with Firefox,