Omniportlet: ServletError

The Omniportlet works fine when I ask it to render tables, but when it comes to defining charts I receive an Internal Server Error when clicking on the Layout tab. The application log says: java.lang.NoClassDefFoundError: oracle/dss/dataView/Model
I put the current bigraphbean.jar on the Linux server and set its exact path in the Enterprise Manager.
Do you have any ideas where to look for possible mistakes?

Ashok, Sabine,
I assume you're running in iAS902 environment. If so, it's likely that you hit the following bug documented in the release.notes.html:
Bug#2644629 CHART GENERATION REQUIRES BIGRAPH BEAN TO BE ON THE SYSTEM CLASSPATH
The BI Graph Bean jar files needs to be included wherever PDK-Java pdkjava.jar file is included. For example, in an Oracle9iAS Portal and Wireless install, pdkjava.jar is included in $IAS_HOME/j2ee/<OC4J_instance>/config/application.xml. In this case, add the following to that application.xml file:
<library path="../../../jlib/bigraphbean.jar"/>
<library path="../../../jlib/LW_PfjBean.jar"/>
<library path="../../../jlib/jewt4.jar"/>
This is a system vs. context classloader issue.
Just to be sure, also comment them out from your orion-application.xml. Then restart OC4J and try again.
Hope that helps,
--lei

Similar Messages

  • How can I use OmniPortlet and Web Clipping Portlet?

    How can I use OmniPortlet and Web Clipping Portlet?

    You find information on OmniPortlet and Web Clipping in the Portal Developer's Guide.
    o Building Portlets with OmniPortlet
    o Building Content-Based Portlets with Web Clipping
    Peter

  • Need to change colors of lines in an Omniportlet Line Chart

    I am running Oracle Portal on a 10g Web server. I have created an Omniportlet and I am displaying data in a line chart. Is it possible for me to define the colours of the lines in the linechart?

    Hi I didn't changed colors in line chart but I managed to redesign lot of omniportlets.
    What you can do is to re-define CSS.
    Add an HTML portlet in your page with some CSS embedded.
    To catch wich class are to be re defined, I recommand you to use firefox with the extension Webdevelopper.
    Use the "Informations - display element information" functionnality to catch wich class are used for your chart.
    Then redefine those classes in your custom CSS.
    Hope that will help

  • How to include HTML in XML for OMNIPORTLET

    I have an OMNIPORTLET where I need to display a list of names along with a link to a story if they have a story.
    The goal is to list that NAME and if they have a story then show a (STORY) with a link under the STORY, and then for those names that do not have stories nothing would show for the second column.
    example below:
    ACME Rockets
    ACME Skis ( [Success Story|http://www.oracle.com])
    ACME Sleds
    The feed works correctly in displaying the names, but I need some guidance on how to handle displaying the Story link.
    In the XML file I have a tag for REFERENCE_URL and then within that tag is the &lt;a href="..."&gt; coding using *&lgt;* type escape characters to insure the HTML comes across embedded in the case where there is a Reference story. Also, when there is not a story, then the tag is left blank.
    The file looks fine when I check it out, but then when I include it in the OMNIPORTLET and run the Test button on the first page of the portlet configuration, all of the ampersands in front of the less than and greater than escape characters show that they are turned into having an extra ampersand in front of them.
    In the OMNIPORTLET I am using:
    * an HTML View
    * in the Layout in the Repeating Section with in the table column I display the ##COMPANY_NAME## and then the ##REFERENCE_URL## expecting to have the Reference URL push out a live HTML anchor and link.
    What happens is that I get a text display of the anchor instead of it coming out in HTML code to actually be an anchor.
    i.e.: ACME Systems &lt;a href="http://www.oracle.com/examplelink.pdf" target="_blank"&gt;Success Story&lt;/a&gt;
    Any guidance on what I should change or another method to handle what I am needing to do?
    Thanks,
    Stephen
    Edited by: slsmith on Feb 5, 2010 2:27 PM

    The define the "should not alter part" as CDATA?
    http://www.w3schools.com/XML/xml_cdata.asp

  • How to install,configure and work with omniportlets

    Hi,
    What are the steps i need follow to install and work with omniportlets.
    What are the softwares in need install. Please give required steps.
    I downloaded.
    1.PDK-Java software, PortalTools (OmniPortlet & Web Clipping), and common libraries
    2.Download the preconfigured OC4J.
    Is there any additional softwares needed.
    I should install Application Server 10g?
    I have to create some demos using omnipotlets which are given in the page url:http://www.oracle.com/technology/products/ias/portal/omniportlet.html
    Thanks.
    NR

    Hi,
    working with omni portlets they given two installation methods.
    1. the preconfigured standalone OC4J with OracleAS PDK.
    2 Iinstall OracleAS Portal as part of the Oracle Application Server release, then most of the configurations are already done.
    I have
    OS: Redhat Linux 4
    Browser:Mozilla firefox 1.5.0.3
    database:Oracle10g.
    I performed 1 method but while openig link   http://172.16.122.249:8888/portalTools/omniPortlet/providers/omniPortlet
    i am getting the error
    Error occurred while rendering Provider Test Page - view the HTML source for more details
    I have to create some demos using omnipotlets which are given in the page url:http://www.oracle.com/technology/products/ias/portal/omniportlet.html
    what installations i need to done.
    Please help me.Thanks
    NR

  • Page parameters not working with Omniportlet in 10G

    Hi,
    I have a fresh install of 10G (infrastructure and Portal in separate homes on the same machine). I can create an SQL-based Omniportlet with parameters, and it works fine. When I create page parameters, I cannot map them to the Omniportlet parameters. The "Portlet Parameter Values" section shows my portlet as "No Parameters".
    I have verified that my page group has parameters and events enabled.
    Here is what I'm doing:
    1. Fresh install of 10G with Infrastructure and mid-tier in separate homes on the same machine.
    2. Log in as orcladmin
    3. Create new page group. Open page group properties and click on 'Configure' tab. Verify that parameters and events are enabled. Click Close button.
    4. Add Omniportlet to default region.
    5. Click 'Define' omniportlet
    6. Choose SQL. Enter SQL text 'SELECT table_name FROM user_tables WHERE table_name LIKE :tbl'
    7. Define database connection
    8. Define bind variable Tbl as ##Param1##
    9. Set default value of Param1 to %, and check 'Customizable'
    10. Click 'Next' and accept all defaults until the wizard is done.
    11. See results of query on page.
    12. Click 'Properties' on page header
    13. Click 'Parameters' tab.
    14. When the tab opens, the omniportlet is listed as (no parameters) in the Portlet Parameter Values section.
    15. Create page parameter tbl_name, set default value to %
    16. Cannot map page parameter to portlet parameter, because my portlet is listed as (no parameters)
    Is there anything I can do to make this work?
    Thanks

    Hello
    This is a known issue, that could be fixed easily:
    you need to refresh the OmniPortlet provider from the navigator.
    Regards
    Tugdual Grall

  • Display logged in user name in omniportlet

    I am getting error when I use portal.wwctx_api.get_user() in sql query in omniportlet. I saw a solution in the forum that I needed to create page parameter and get the user name in th epage parameter and use that parameter in omniportlet
    My question is that how do I set up the value for page parameter. I know only place I can set it up is default value for the page parameter. It doesn't work for me. Could anyone help me please?
    Thanks

    It is not possible use api in omniportlet, like wwctx_api....
    You will get to show username using parameters in VIEW tab from configuration of OmniPortlet.
    In Header Text fielder, put ##Param1##.....
    After you will need to setup parameter in properties of page.... In parameters tab, use SYSTEM VARIABLE for omniportlet.

  • How to wire OmniPortlet parameters in 11.1.1.4

    Is it possible to implement inter-portlet communication from JSR286 portlet to OmniPortlet provider?
    The old way which was based on JSR186 page parameter no longer works. The new way is I suppose to use public render parameter in the code of the consuming portlet. But how to use a public render parameter in OmniPortlet? I tried several different ways such as '##Param1##, ##ProductIdParam## and it did not work. I can't see a way to wire my public render parameter to OmniPortlet parameters.
    Here is some additional background. I am trying to implement old WebCenter tutorial on 11.1.1.4. There is a new version of the tutorial available but it does not include OmniPortlet, it was removed from the tutorial.
    It is no longer possible to follow the old version Oracle Fusion Middleware Tutorial for WebCenter Developers because WebCenter 11.1.1.4 implements JSR286 instead of JSR167, and Enable inter-portlet communication using Oracle WSRP V2 extensions option is no longer available.
    The following are tutorial instuctions that I could no longer follow because Navigation parameters could not be created:
    "On the Portlet Navigation Parameters page, let's create a navigation parameter based on the product ID.
    Navigation parameters are a WSRP 2.0 feature. This page enables you to specify external parameters to be consumed by the standards-based portlet, and only displays if you select the Enable inter-portlet communication using Oracle WSRP V2 extensions option on the first page of the wizard.
    In the Structure window for the MyPagePageDef.xml (page definition) file, expand executables, expand OmniPortlet1_1 then parameters, then select the portlet variable Param1. While the variable is selected, you should be able to view the properties for it in the Property Inspector. Set the pageVariable property to Products1_1_productId"
    Thank you,
    Igor

    Hi,
    you can find extract rules option under extract task in the workspace and HFM client. It will extract as .rle format and use rules migrator utility to convert it to .xml file.
    In the latest version 11.1.2.2.300 you have the option to view the rules in the graphical format in calculation manager.
    thank you
    Regards,
    Mahe

  • Problem with XSL filtering in OmniPortlet

    I have installed the portalTools apps on a standalone OC4J 9.0.3. I am trying to use OmniPortlet to call a web service that has a Document object as its return type. I need to use an XSL to transform the result, but I'm unable to set the XSL filter in the OmniPortlet wizard within portal. I put the URL of the XSL like so: http://<host>:<port>/test.xsl, but on apply I get the following error:
    Failed to load user defined filter.
    I can't save the changes without taking the XSL URL out. The XSL can be loaded in IE using this URL. Anyone run into this problem? Anyone use OmniPortlet successfully in this manner?
    Thanks,
    Jason

    Thanks, Tugdual. I had tested the xsl before, but made some changes that didn't fly. I can load the xsl fine now. I am getting this error now:
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] Data Source: wsds
    execute, start from row: 1 for all rows, 0 msec used.
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] XMLData.next => o
    racle.webdb.reformlet.ReformletException: Error occured while fetching XML data.
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] Error occurred wh
    ile rendering portlet - see provider log file for details
    3/12/03 4:15 PM omniPortlet: [id=(null), instance=3915_OMNIPORTLET_49587206] oracle.webdb.refo
    rmlet.ReformletException: Error occured while fetching XML data.
    at oracle.webdb.reformlet.definition.ReformletDefinition.render(Unknown Source)
    at oracle.webdb.reformlet.ReformletPortlet.renderShow(Unknown Source)
    at htdocs.omniportlet._reformlet__show._jspService(_reformlet__show.java:198)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    The log spits out the XML response returned by my web service, including my XML within the return tag, so connectivity doesn't seem to be an issue. Any additional help is appreciated, thanks!

  • Standalone Portal PDK - OmniPortlet Wizard - Where is it?

    So, I have the latest revision of the PDK. It is installed and configured properly. I have even registered it as a provider in the portal. However, I do not see where I can invoke the OmniPortlet Builder or the WebClipping Builder wizards like we have in the portal environment.
    Can someone point me to some documentation on this? Or am I missing something fundamental?
    Thanks,
    BradW

    Hi BradW,
    you can get all the documentation related to oracle portal from the following URL :
    http://download-east.oracle.com/docs/cd/B25221_03/portal.1013/b25601/toc.htm
    Hope it will be useful for you.
    Thanks & Regards.,
    Bala S Murugan.,
    SendRequestGetResponse At Gmail Dot Com.,
    http://balamurugan-portlets.blogspot.com

  • XML, XSLT and Omniportlet

    Hello, I hope I can find some help.
    Using 10.1.14.
    I'm importing an XML document. I don't know if it's in rowset/row format (don't know what that is).
    I use XSL to transform it. When I click "test", I see pretty much what I want. A table tag, a td with a value, a td with another value, this repeats 4 times. This is the number of "item" elements I have. Great. Everything is set to default.
    When I view my page, however, this is the response: Error fetching XML data. Or nothing, because I've tried many different configurations of XSL. When I view my page, it never works.
    this is my xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <record name="N/A" type="content">
    <item name="Title"><value>Disclosure of Position Reclassifications</value></item>
    <item name="Language"><value>eng</value></item>
    <item name="Other Language File Name"><value>/sm/srh/prh/cngc/dsc/Reclass_f</value></item>
    <item name="Content"><value>
    & lt;table border="0" cellspacing="0" cellpadding="0" width="450"& gt;
    & lt;tr& gt;
    & lt;td colspan="3"& gt;& lt;h2& gt;Disclosure of Position Reclassifications& lt;/h2& gt;& lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    ***LOTS OF HTML CLIPPED***
    Act& lt;/u& gt;& lt;/i& gt;& lt;/a& gt; does not appear on this web site.& lt;/p& gt;
    & lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    </value></item></record>
    this is my xsl:
    <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
    <xsl:template match="record">
    <table>
    <xsl:for-each select="item">
    <tr>
    <td><xsl:value-of select="@name"/></td>
    <td><xsl:value-of select="value" disable-output-escaping="yes"/></td>
    </tr>
    </xsl:for-each>
    </table>
    </xsl:template>
    </xsl:transform>

    Hi there,
    I think missunderstand some basics.
    to display XML documents, omniportlet takes in input onlu XML docs like this :
    <rowset>
    <row>my 1st line</row>
    <row>my 2nd line</row>
    <row> ... </row>
    </rowset>
    That means that the XML tags of your document MUST be ROWSET for the group and ROW for each element.
    Omniportlet will render the previous XML fragment like this :
    <table>
    <tr>
    <td>my 1st line</td>
    <td>my 2ndline</td>
    </tr>
    <table>
    So you got to write your XSL in order to transform your Initial XML in the rowset/row format. Omniportlet will take in charge of the HTML-table rendering.
    Otherwise, your XML is not written in a good way. It should have been like this :
    <?xml version="1.0" encoding="UTF-8"?>
    <record name="N/A" type="content">
    <Title>Disclosure of Position Reclassifications</Title>
    <Language>eng</Language>
    <OtherLanguageFileName>/sm/srh/prh/cngc/dsc/Reclass_f</OtherLanguageFileName>
    <Content>
    & lt;table border="0" cellspacing="0" cellpadding="0" width="450"& gt;
    & lt;tr& gt;
    & lt;td colspan="3"& gt;& lt;h2& gt;Disclosure of Position Reclassifications& lt;/h2& gt;& lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    ***LOTS OF HTML CLIPPED***
    Act& lt;/u& gt;& lt;/i& gt;& lt;/a& gt; does not appear on this web site.& lt;/p& gt;
    & lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    </Content></record>I recommand you to have a look at XML tutorials : http://www.w3schools.com/xml/xml_elements.asp
    XSL tutorials (if you need) : http://www.w3schools.com/xsl/
    I hope this could help you.

  • OmniPortlet: getting "500 Internal Server Error" message on edit

    hi,
    i've installed the jpdk and portalTools on oracle 9ias-rel.2 (portal 9.0.2.6). i can include omniportlets on my pages, but whenever i want to define/edit them i get the message "500 Internal Server Error" from listener (on the edit page).
    what have i done wrong?
    thanks,
    matthias
    Message was edited by:
    [email protected]

    Hi,
    Check this [forum|Record Working Time  iView Error in Portal;
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • Error using SAP datasource for OmniPortlet

    I have installed and configured PDK 9.0.4.0.2 on my iAS 10g system. Also installed and configured the SAP datasource for OmniPortlet. After I put an OmniPortlet portlet on a portal page then I begin to define the defaults for the portlet instance, I select "SAP - Use SAP R/3 system as a source of data" and press the Next button. I get the following error message: "Error: The listener returned the following Message: 500 Internal Server Error".
    Any help on this would be greatly appreciated.
    Thanks,
    Rick Wright
    The OC4J_PORTAL log file shows:
    04/03/26 10:57:48 portal: id=109822914181,1 Invalid status code encountered : status=500 reason=Internal Server Error name=content-fetcher2
    label=webPortlet url=http://sias01.somecompany.com:7777/portalTools/omniPortlet/providers/omniPortlet time=185ms content=<HTML><HEAD><TITLE>500
    Internal Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1><PRE>oracle.webdb.reformlet.ReformletException: ReformletPersonalizationObject
    is not an instance of SAPPersonalizationObject.<br> at htdocs.plugins._datasources._sap._sap__error__page._jspService(_sap__error__page.java:490)<br> [htdocs/plugins/datasources/sap/sap_error_page.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:251)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:575)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:537)<br> at
    htdocs.plugins._datasources._sap._sap__controller._jspService(_sap__controller.java:1039)<br> [htdocs/plugins/datasources/sap/sap_controller.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:272)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:121)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.include(EvermindPageContext.java:267)<br> at
    htdocs.omniportlet._reformlet__edit__defaults__data._jspService(_reformlet__edit__defaults__data.java:1290)<br> [htdocs/omniPortlet/reformlet_edit_defaults_data.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:272)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:121)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindPageContext.include(EvermindPageContext.java:267)<br> at
    htdocs.omniportlet._reformlet__edit__defaults._jspService(_reformlet__edit__defaults.java:1088)<br> [htdocs/omniPortlet/reformlet_edit_defaults.jsp]<br> at
    oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)<br> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:272)<br> at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)<br> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)<br> at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g
      (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle Application
      Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:251)<br> at
    oracle.portal.provider.v2.render.http.AbstractResourceRenderer.renderBody(Unknown Source)<br> at oracle.portal.provider.v2.render.RenderManager.render(Unknown
    Source)<br> at oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown Source)<br> at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown
    Source)<br> at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown Source)<br> at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown
    Source)<br> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br> at java.lang.reflect.Method.invoke(Method.java:324)<br> at
    oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)<br> at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown
    Source)<br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers
      for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)<br> at com.evermind[Oracle
    Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)<br> at
    com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)<br> at
    java.lang.Thread.run(Thread.java:536)<br></PRE></BODY></HTML>

    AIX/5.3 - OAS10g ( Portal version Default 9.0.4.0, won´t work!!! )
    Hi there...
    I did got some problems when I was installing a SAP OMNIPORTLET...but now , it´s working just fine ...
    Please ,
    1 - First , pay closely attention on the documentation and installation guide :
    http://www.oracle.com/technology/products/ias/portal/point_downloads.html#SAPDS
    2 - Make sure that you are using a CORRECT version. For PDK , must be 9.0.4.1;
    3 - Sapjco.jar version 2.0.2 isn´t available anymore, at SAP website. I have used sapjco.jar version 2.0.10, and please, follow ALL instructions, that´s include do the examples;
    4 - Make sure that all steps (Installing the OracleAS Data Source Plugin,Installing the JCo lib´s,Testing the Deployment, etc) describe on the installation guide, be complete successfully;
    5 - On my case, ´cause we have Infra and Middle , at same host ( hold on...it´s just a developed enviroment...), a did specify a CLASSPATH and LD_LIBRARY_PATH , at ..EMC > Middle > OC4J_Portal > Server properties > enviroment ..
    6 - My question now is... That plugin it´s just able to see a default BAPI´s? It´s possible to work with "Z" functions ?

  • Can I pass parameters from Procedure to omniportlet?

    hi,
    i have an Omniportlet that I need to pass a parameter of Employee Number.
    I create a procedure in PLSQL after that i make a Form based in this procedure, To use the Employee Number and I can pass this parameter to a form and it works, however I can't pass the parameter to the Omniportle.
    Can somebody help me?

    Hi,
    Program unit syntax :
    PROCEDURE sample(blk_nm varchar2,itm_nm varchar2,btn_nm varchar2) IS
    ---local variables declaration (if any)
    begin
    end;
    To call program unit from trigger:
    sample ('myblock','myitem','mybutton');
    Suresh
    null

  • Omniportlet import/export

    Hi,
    I am using Omniportlet to define a variety of portlets from different data sources.
    Now, I want to import/export these definitons so that i can replicate the same portlet instances on multiple application servers/deployments.
    This is a real-world scenario as we want to deploy these portlets in our portal product and we want reuse the omniportlet definitions on each product that we manufacture.
    Is there a way to do it and if yes, how?
    Thanks,
    Anil

    Please check the following setting which lets you enable/disable exporting Omniportlets
    To enable or disable the migration of OmniPortlet and Web Clipping providers, edit the following variable in the MID_TIER_ORACLE_HOME\j2ee\OC4J_Portal\applications\portal\portal\WEB-INF\web.xml file:
    <env-entry>
    <env-entry-name>oracle/portal/provider/global/transportEnabled</env-entry-name>
    <env-entry-value>true</env-entry-value>
    <env-entry-type>java.lang.String</env-entry-type>
    </env-entry>
    Set the value to false to disable export and import of OmniPortlet and Web Clipping providers.

Maybe you are looking for

  • IPad not recognized by Windows 7 PC

    How do I get the iPad to be recognized by my Windows 7 PC?  The Apple Mobile Device Driver is installed and reported as working properly.  iTunes is an updated install, but iTunes will not recognize the iPad.  Reports iPad has been detected, but coul

  • Customer  Open Interface sample code?

    Hi I am trying to import some data (customers) from a legacy system into oracle. I would like to use the oracle customer open interface but can anyone please give me some sample code how they did the import? Thank you alpha

  • Need to transfer music using ipod to new computer.

    i need to transfer my music using ipod to a new computer.

  • Might Mouse and Right Click

    Well, I just recently got my MacBook Pro, and along with it a keyboard and the mighty mouse. I just converted from PC, so I'm very used to the right click. I know the right click is possible with the mighty mouse, but is there any way to make it more

  • Attachments with Adobe Interactive Forms in WDA

    2) I would not do that. I would rather use some GOS/ content server/ archive link. I believe there is a object (like BOR object) you can use to link the files with, right? And using this CS/GOS/AL approach will not damage your DB performance because