Reports 9i/10g J2EE Thin Client for Websphere Application Server 5.x /6.x

We are having Reports developed in 6i which needs to be migrated to Reports 9i/10G and we want to deploy these reports in web using Websphere Application Server 5.x /6.x without Oracle iAS.
Do we have Reports 9i/10g J2EE Thin Client for Websphere Application Server 5.x /6.x and if so please let me know.
Also if anybody has the configuration details please let me know?
Thanks in Advance.

No there is not. I don't think you can use reports services with Websphere - besides as far as I know it is not supported by Oracle (not anywhere in their support matrix).

Similar Messages

  • Reports9i J2EE thin client for WebSphere

    Hi,
    I need to deploy Oracle Reports9i rwservlet in IBM WebSphere 4.0 Application Server.
    I have seen the J2EE thin client for WebLogic available for download on OTN. How about one for WebSphere? Is it available? If not, is the Oracle Reports Team working on it and when would it be ready for download?
    Thanks,
    Bharat

    Hi Bharat,
    We are working on j2ee thin client for WebSphere. Most of the issues on WebSphere has been addressed, we are finalizing the work and it should be available soon.
    Thanks,
    Oracle Reports Team

  • J2EE Thin Client for BEA

    I need to run reports from WebLogic. I downloaded Oracle9i Reports - J2EE Thin Client (J2EE Thin Client for BEA). I am stuck on step 10 of Readme:
    10. Shut down the existing Weblogic server and restart it using startExamplesServer.cmd on the command line or use the link in the BEA program group. Invoke the Oracle9i Reports servlet http://<your_web_server>:<port_number>/reports/rwservlet
    If you see the Oracle9i Reports servlet help page, that means that Oracle9i Reports J2EE Thin Client has been installed and configured successfully.
    In my case http://<your_web_server>:<port_number>/reports/rwservlet results in
    Error 500--Internal Server Error
    java.lang.VerifyError: class org.omg.PortableServer.AdapterActivatorPOA overrides final method .
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at com.inprise.vbroker.orb.ORB.adapterManager(ORB.java:1101)
    at com.inprise.vbroker.ds.DSUser.(DSUser.java:282)
    at com.inprise.vbroker.ds.Init.init(Init.java:20)
    at com.inprise.vbroker.orb.ORB.installServices(ORB.java:922)
    at com.inprise.vbroker.orb.ORB.initialize(ORB.java:831)
    at com.inprise.vbroker.orb.ORB.set_parameters(ORB.java:950)
    at org.omg.CORBA.ORB.init(ORB.java:337)
    at oracle.reports.rwclient.RWClient.initCORBA(RWClient.java:537)
    at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:508)
    at oracle.reports.rwclient.RWClient.init(RWClient.java:220)
    at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1070)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:893)
    at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:842)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:782)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:504)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:349)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6291)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3575)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2573)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    Any suggestions?
    Thanks,
    Solomon Yakobson.

    This is not a JDeveloper component, so you won't find it here.
    Try the Reports forum:
    http://forums.oracle.com/forums/index.jsp?cat=19

  • IllegalStateException thrown-report run from Rep9i Thin Client for WebLogic

    Hi,
    I am facing a problem when trying to invoke 9i reports (JSP and RDF) from the Reports 9i Thin Client deployed on WebLogic 6.0sp1.
    After deployment, I have been able to invoke the rwservlet command help page i.e. http://....../reports/rwservlet successfully.
    However, on running any report, WebLogic throws the 'IllegalStateException' error. What could be the problem?

    Hi,
    Following message is displayed at WebLogic command prompt:
    <Mar 17, 2003 10:58:06 AM GMT+05:30> <Error> <HTTP> <[WebAppServletContext(36133
    02,web)] Servlet failed with Exception
    java.lang.IllegalStateException: Attempt to change ContentType after calling get
    Writer() (cannot change charset from 'ISO-8859-1' to 'null')
    at weblogic.servlet.internal.ServletResponseImpl.setEncoding(ServletResp
    onseImpl.java:607)
    at weblogic.servlet.internal.ServletResponseImpl.setContentType(ServletR
    esponseImpl.java:237)
    at oracle.reports.rwclient.RWClient.handleException(RWClient.java:867)
    at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1238)
    at oracle.reports.rwclient.RWClient.doGet(RWClient.java:300)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:213)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:1622)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Awaiting for input.
    Thanks,
    Bharat

  • How to configure oracle thin drivers for SUN APPLICATION SERVER

    hi all,
    I am working with EJB with oracle as back-end. I wants to know how to configure oracle thin drivers for the SUN APPLICATION SERVER. Please explain me breifly.
    Advanced thanks to all the replies.
    with regards,
    /kumaraswamy.n

    Kumaraswamy,
    Did you try searching the Internet? Here are the results of my Internet search:
    http://tinyurl.com/zo4gk
    And one of the first hits in the list was this:
    Deploying to a Sun Java System Application Server
    Good Luck,
    Avi.

  • Reposted: websphere J2EE thin client request

    Hi,
    I posted this question one month ago and the answer I got is the J2EE thin client for Websphere application server will be ready in two weeks, but after checking this site http://otn.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    It is still not there. But I saw IIS client already there.
    Please let me know if Websphere client will be available or not, so I can tell my boss to change to other reporting tools.
    Thanks.
    David

    Hi David,
    You can see we are working on j2ee thin client for various j2ee containers. Yes, we are working on websphere, but we hit few issues that needs to be addressed before posting to otn. Sorry for the delay. We will do our best to get this done as soon as possible.
    Thanks,
    Oracle Reports Team

  • Oracle9i Reports J2EE Thin Client

    Hi all,
    I tried to create a own report servlet with the Oracle9i Reports J2EE Thin Client.
    The reason I want to have a own report servlet is, I want to have a own path to access the reports. At the moment it is possible to access the reports with the following two URL's. http://HOST:PORT/reports/rwservlet or http://HOST:PORT/repdemo/rwservlet.
    But I want to access the reports with the following URL: http://HOST:PORT/mypath/rwservlet
    I did the following. I downloaded the OC4J version of the reports thin client, altered the paths in the reports.ear to 'mypath' instead of 'reports' and deployed the application in a new created OC4J instance within my Oracle 9iAS Server.
    After the application was deployed I added the two libraries zrclient.jar and rwrun.jar under the General Properties of the newly created reports application. When the path of this two libraries is showing to the extracted OC4J thin client I get the following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:195)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1931)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4366)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2541)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:616)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)
    When the libraries are showing to the rwrun.jar and zrclient.jar which are installed during the installation of 9iAS I get the following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError
    at oracle.ias.repository.IASSchema$Enc.d(IASSchema.java:1361)
    at oracle.ias.repository.IASSchema.init(IASSchema.java:159)
    at oracle.ias.repository.IASSchema.<init>(IASSchema.java:114)
    at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:64)
    at oracle.reports.utility.OIDConnection.init(OIDConnection.java:57)
    at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:407)
    at oracle.reports.rwclient.RWClient.init(RWClient.java:196)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1997)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4366)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2541)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:616)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
    at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)
    Does anyone know if it is possible to create an own reports servlet within a Oracle 9iAS installation. I guess we should be able.
    Thanks for your help
    Oliver

    Answered in another thread.
    -Jeff

  • Using SUN Ray thin client for UCCE CAD Agents

    Hi,
    Does anyone tested the thin client SUN Ray for  Cisco Agent Desktops? Is this supported by Cisco?
    We know that  Cisco supports Citrix for Cisco Agent Desktop but using thin client for  IP Communicator is not supported at all.
    Thanks.

    I guess it all depends on what the SunRay client is connecting to? If it's a VDI, terminal server, or something else as long as that platform is supported by Cisco/CAD then it should be okay - after all the SunRay is just a way of connecting to a desktop environment that then runs the CAD software.
    Hope you're SunRay deployment goes well!
    Jeff

  • Running Oracle Reports from JSF Application in Websphere Application Server

    Hi everybody;
    in our company we are developing jsf applications and we want to use our existing Oracle reports. Reports are deployed in Oracle Application Server 10G. Is there a way to call those reports from our jsf applications deployed in websphere application server.

    Calling reports is just constructing and submitting a URL. So constuct the url in your jsf app or create static hyperlinks in your jsf app to go to the needed url. The url should look something like:
    http ://hostname:7777/reports/rwservlet?report=myrep.jsp&userid=scott/tiger@dev10g&desformat=html&destype=cache

  • Requirements for running SOA 11g on Websphere Application Server

    Hello All,
    Could somebody please provide me with the requirements needed to run SOA 11g applications on Websphere Application Server(WAS) like what version of WAS is required etc.
    Thanks

    The latest release of SOA Suite 11g 11.1.1.4.0 (PS3) is certified on Oracle Weblogic Server and IBM WebSphere Server. Please refer certification related information here -
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    Release 11.1.1.1.x to release 11.1.1.3.x are supported on Oracle Weblogic Server only.
    OAS 10g is not a supported application server for 11g Soa Suite.
    Regards,
    Anuj

  • Policy Agent 2.1 for IBM WebSphere Application Server 5.0 can't install

    I install Policy Agent 2.1 for IBM WebSphere Application Server 5.0
    But Can't install success
    resone:
    Base Installation completed Successfully
    WebSphere 5.0 Agent ClassPath : C:/Sun/IdentityServer/j2ee_agents/lib/am_sdk.jar;C:/Sun/IdentityServer/j2ee_agents/lib/am_services.jar;C:/Sun/IdentityServer/j2ee_agents/lib/am_sso_provider.jar;C:/Sun/IdentityServer/j2ee_agents/lib/am_logging.jar;C:/Sun/IdentityServer/j2ee_agents/config/F__Program Files_WebSphere_AppServer_config_cells_tmbsp103_nodes_tmbsp103_servers_server1;C:/Sun/IdentityServer/j2ee_agents/locale
    WebSphere 5.0 Agent Boot ClassPath : C:/Sun/IdentityServer/j2ee_agents/lib/jdk_logging.jar
    WebSphere 5.0 Agent JVM options : -Damconfig=AMAgent -Dmax_conn_pool=10 -Dmin_conn_pool=1 -Dcom.iplanet.coreservices.configpath=C:/Sun/IdentityServer/j2ee_agents/config/F__Program Files_WebSphere_AppServer_config_cells_tmbsp103_nodes_tmbsp103_servers_server1/ums -Djava.util.logging.manager=com.sun.identity.log.LogManager -Djava.util.logging.config.file=C:/Sun/IdentityServer/j2ee_agents/config/F__Program Files_WebSphere_AppServer_config_cells_tmbsp103_nodes_tmbsp103_servers_server1/AMAgent.properties -Djava.protocol.handler.pkgs=com.ibm.net.ssl.internal.www.protocol -Dws.ext.dirs=C:/Sun/IdentityServer/j2ee_agents/lib
    The server.policy file was configured successfully.
    Global Security Settings Configured Successfully.
    sas.client.props file Configuration FAILED.
    soap.client.props file Configuration FAILED.
    sas.client.props /soap.client.props two file how to Configuration ??

    From your description, since the agent installs file with a different JRE, I would suspect it has something to do with the availability of JCE provider in the first JRE. By default, WebSphere's JRE is equipped with IBM JCE provider which is what the agent uses to encrypt the necessary
    information. If this provider is not configured correctly it could result in the error that you are seeing. Please check the WebSphere installation and make sure that the JRE used by it has the necessary IBM JCE provider configured. The java.security file for this should contain something like:
    security.provider.1=sun.security.provider.Sun
    security.provider.2=com.ibm.crypto.provider.IBMJCE
    security.provider.3=com.ibm.jsse.IBMJSSEProvider
    security.provider.4=com.ibm.security.cert.IBMCertPath
    security.provider.5=com.ibm.crypto.pkcs11.provider.IBMPKCS11
    Also, make sure that when you are installing the agent you specify the Java Home as prompted by the agent to point to the location where this JRE is installed. Typically this is under WebSphere/AppServer/java directory. HTH, Jerry

  • 10.1.0.5 Patch for Oracle Application Server 10g Release 1

    Hi Guys,
    Does anyone know what is the patch number for 10.1.0.5 Patch for Oracle Application Server 10g Release 1?
    This is a Oracle Application Server and not Oracle Database server.
    I tried searching on Metalink but not able to find it.
    Thanks in advance!
    Avinash.

    10.1.0.5 is not a version number for an OAS. It is only a version number for RDBMS.
    If you are running OAS 10.1.2.x with the Identity Managmenet/SSO (OID Server), & elected to have it install the Metadata Repository database for you, this was a RDBMS release below 10.1.0.5. The OAS patch to 10.1.2.2 or 10.1.2.3 required the RDMBS be updated to 10.1.0.5 first. This is the standard 10.1.0.5 update for your platform.
    use Advanced Search on Metalink
    To find the OAS 10.1.2.2 or 10.1.2.3 patch set, search for Oracle Fusion Middleware Server. Release 10.1.2.2 and 10.1.2.3. Look for the decriptions like "PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE" OR "PLACEHOLDER BUG FOR AS/DS 10G R2 PATCH SET 2 10.1.2.2"
    To find the RDBMS 10.1.0.5 patch, search for RDBMS Server, Release 10.1.0.5. Look for the Description containing something like "10.1.0.5 PATCH SET FOR ORACLE DATABASE SERVER"
    The patch number is different per platform, so I can't tell you the exact #s without more info (OS)

  • Which version of Websphere Application Server for BOE XI 3.1 SP3?

    Hi,
    We are planning to migrate from BOE XI R2 to BOE XI 3.1 SP3 and we have to decide which application server would be the best choice. In a document "SAP BusinessObjects Enterprise XI 3.1 SP3 for Windows u2013 Supported Platforms" WebSphere Application Server 6.1.0.7 is mentioned as one of supported application servers. What about versions following 6.1.0.7, are they also supported?
    Thanks,
    Marcin

    Hi,
    The version 5.7 RHEL should support the BOE Xi 3.1 Sp3.
    The patch need to be above RHBA-2007:0619-3
    For more details check the link for Supported platform Guide : [BOE Xi sp3 Supported Platform Guide|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3070682e-2a49-2d10-248b-c7428bcfb7f3]
    Regards,
    Rameez

  • Eclipse Plugin for debugging apps on the WebSphere Application Server 5.0

    Does anyone know about an Eclipse plugin for the debugging of the applications deployed on the WebSphere Application Server 5.0 like JBOSS-IDE for jboss???
    Any info would be highly appreciated.
    Thanks

    There is a new JBoss project with the aim to provide a world class IDE for JBoss. Its first release contains the debugging and monitoring of JBoss servers and the controlling of there life cycles as well as a very comfortable and sophisticated support for XDoclet.
    You can visit: https://sourceforge.net/projects/jboss/ for the download.
    Hope this helps,
    Nectarios Tsolakis

  • How to find document for WebSphere Portal Server and OIM Integration?

    Last time, I used WebSphere Portal Server and OAM that works well. Herein the document for integration http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b25347/websphr.htm.
    Now, I would like to use OIM to integrate with WebSphere Portal Server. Is there any document like above? If yes, please let me know where I can find it or give me a link.
    Hope to get your response soon.
    Thanks in advance.
    Message was edited by:
    user596181

    Is it possible to do that? I need to configure WebSphere Application Server and WebSphere Portal with enabling global security by using "Custom User Register" and LTPA to integrate with Oracle Identity Management (OIM).
    Any comment is highly appreciate!

Maybe you are looking for

  • How to turn off autocomplete in Mail app?

    Hi, I open Mail app and start composing a new e-mail. So far so good. After typing a letter in "to:" field, it offers me e-mail addresses. I just want to turn off this awesome (?!) feature. Is there a way to do it? Iphone 4, ios 5.0.1 Thanks in adv.

  • Generic DataSource by View on EKBE table.

    Hi All I am also trying to create View based on EKBE table . I am getting some errors even through  I have included at reference table ( EKBE,EKKO and T001)  with respective fields. View is Ok, only when I try to activate DataSource in  RSO2 , I am g

  • JAXB in JDeveloper 11gR1 PS1

    Hello, I'm using JDeveloper 11gR1PS1 and I've generated JAXB 2.0 bindings for an XSD I am using (right-click on the XSD and select "Generate JAXB2.0 Content Model"). In one complex type of the XSD, there's an element of type "xsd:string" whose presen

  • Importance of Global Consistency check

    Hello, I have always checked my rpd for global consistency without knowing the actual meaning behind it. But last night I created a logical column with the following expression: max(VALUEOF(NQ_SESSION......)) basically i created an aggregation over a

  • Create New Service Session at Solution Manager = Product System missing

    We have installed SAP EHP 1 for SAP Solution Manager 7.0 last year but not really use it. We have setup in the system landscape: Server (ecc6sbx) Databases (MCD) Product System (MCD) => SAP ERP Assigned them to logical component (eg ZECC6DEV) RFC des