Is anybody using OC4J 1.0.2.2.1 under Solaris?

What JVM are you using with OC4J 1.0.2.2.1 ? Is Sun's latest
JavaTM 2 Platform, Standard Edition v1.3.1_01 for Solaris
compatible with this version of OC4J ? Any comments on this new
OC4J will be appreciated..
Thanks

My original question was specifically for OC4J 1.0.2.2.1 not
1.0.2.2. If you go to OC4J download page at oracle site, you
will see this latest patch release (1.0.2.2.1). We are trying to
find out if there are any issues with this new version before we
upgrade our production environment to 1.0.2.2.1 from 1.0.2.2 on
solaris.

Similar Messages

  • Has anybody used SOA server on Web Logic

    Dear all,
    Has anybody used SOA server 10.1.3.4 on weblogic 9.2 ?
    How is the BPEL different from normal SOA 10.1.3.4 on oc4j ?
    Regards
    Abhishek

    Thanks Robert,
    We already have DSC 7, so if it�s easier and/or quicker, I�ll probably end up using that. I guess what I need to do run through the Introduction to DSC so I at least know the basics of it.
    One question, do I need to have the customer�s equipment to configure the DNP connection so I can test communication with the Server Explorer? Or do I just need to know the format of the Tags to configure so he can test it.
    Thanks Again
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • How to run a 10g Report from form in client using OC4J

    Hi,
    Every time we make a report, in order to test it we have to deploy in application server.
    In our application we make the report is written as a PDF in the server and shown in the client browser using WEB.SHOW_DOCUMENT.
    Is there a way we can do this in the development environment?
    Like this: I create a report (i.e. RDF). Now in my development machine I want the form (we use a Oracle Form as a parameter form, not the Reports para form) to have a button, and when I press this button the report has to run, create the PDF in my machine and show it my client browser.
    How to do it using OC4J??

    Steps to take.
    (1.) In command prompt type RWSERVER SERVER=repserver1 to star the rep server.
    (2.) If you get "Javaw.exe The procedure entry point psoasyn could not be located in the dynamic link library orapls10.dll." error do one of the following
            (a.) Type the full name for the server. D:\OracleDevR2\bin\rwserver SERVER=repserver1
                   or, if it does not work
            (b.) Add D:\OracleDevR2\bin to the system env. variable PATH
    (3.) Start OC4j
    (4.) Now you can access the jobs using URL like:
        http://192.161.11.143:8890/reports/rwservlet/showjobs?server=repserver1
          where 192.161.11.143 is your machine's IP address.

  • How GET Output to Excel with Oracle9i Report using OC4J

    how GET Output to Excel with Oracle9i Report using OC4J.
    I FINISHED THE SETPS CONCIDERING THE JSP CODE NEEDED TO GET THE EXCEL OUTPUT ON LOCAL MACHINE.
    I NEED TO PUBLISH THIS REPORT THROUGH APPLICATION SERVER.
    THE QUESTION IS:
    1- HOW TO START AN OC4J INSTANCE FROM ORACLE 9I DS FOR THIS REPORT?
    2- WHERE (PATH) TO PUBLISH THE REPORT ON THE APPLICATION SERVER?
    3- WHAT IS THE DEFAULT URL TO RUN THIS REPORT AND WHERE TO PUT IT?
    4- HOW TO MAKE MAPPING FOR DIRECOTRY PATH TO TRANSLATED AS URL FOR THIS REPORT?
    5- IF ANY ONE CAN GIVE ME THE FULL CODE TO RUN AND CALL SIMPLE JSP REPORT TO BE VIED IN INTERNET EXPLORER.
    THANK YOU

    Hi,
    I can't answer to all your questions, however I can tell you that:
    2) The directory where to put the report file is specifiend in a file named
    <serverName>.conf
    in the sourceDire property
    <property name="sourceDir" value="/directory/dove/mettere/i/report"/>
    that you can find under ORACLE_HOME/reports/conf
    3) The URL is
    http://<server IAS address>:<port number>/<jsp file path>/<repName>.jsp?server=<report server name>&userid=<user>/<pwd>@<DB conn string>[&<param>=<valore>[&...]]
    5) In IE you have only to set the previous URL in the address bar.
    Hope this helps you
    Bye
    Raffy

  • How to Use / Configure Eclipse Ganymede to use OC4J in SOA / OAS

    Hi all
    Just wanted to share this with you all,
    For quite a while now I've been trying to get eclipse to add applications and delopy applications to the OC4J embedded in the OAS/SOA but found very little help out there but I seem to have found a work around
    I know that I could have used the OC4J standalone but we needed to use the one in the SOA
    Note that the OC4J found in OAS/SOA components is managed by OPMN so you cannot stop or start it from eclipse however you can deploy applications and BPEL processes to it from eclipse. You can also associate applications with the oc4j in the OAS in your eclipse project. If you need to stop and start OC4J in the OAS, then use opmnctl.
    The reason eclipse will not use OC4J in the SOA/OAS is because eclipse tries to start the OC4J but seeing as that is managed by opmn, it fails but if you had a way of telling eclipse that it it did not need to start the OC4J (it has already been started), then eclipse will use it happily without trying to start it
    Here goes
    Start the SOA/OAS Components using opmnctl startall from command prompt
    In Eclipse Goto Window > Show View> Other > Server > Server
    The Server View should now open up
    Right Click > New > Select your version of the OC4J > Click Next > Point the Oracle J2EE Home to OAS_HOME\j2ee\home > Click Next > Fill in Details as they apply to you > Next > Select Any applications(If any )that you want associated with the OC4J and click Finsh
    The the server state should say “stopped”
    Close Eclipse
    For (OEPE i.e. Oracle Enterprise Pack for Eclipse)
    Open the plugin.xml file found at ECLIPSE_HOME\dropins\wtp\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.205.v200805140145\plugin.xml
    If you don’t have the above folder structure, then you maybe using the Standard version of Eclipse Ganymede in which case it may be @ ECLIPSE_HOME \plugins\org.eclipse.jst.server.generic.oc4j_1.5.205.v200805140145\plugin.xml
    Search for the following String "<extension point="org.eclipse.wst.server.core.serverTypes">"
    Make sure the id attribute for the serverType element corresponds to your version of the OC4J in the OAS i.e. id="org.eclipse.jst.server.generic.oracle10131". This corresponds to 10.1.3.x i.e. 10.1.3.1 and above
    Either change the value of the initialState attribute to initialState="started" ot remove the initialState="stopped"
    Save the file
    If you are using OEPE, then there is a further step, you need to open %ECLIPSE_HOME%\ configuration\org.eclipse.core.runtime and delete .mainData.1. It will be recreated once eclipse starts up again
    It seems that OEPE writes server information to this file and will not read the plugin.xml if this file exists. This rule applies to every change that you make to \plugins\org.eclipse.jst.server.generic.oc4j_1.5.205.v200805140145\plugin.xml
    Startup eclipse
    The server state should now say “started” i.e. if you used initialState="started"
    You should now be able to deploy your BPEL Process or Other application to the OC4J in the OAS
    This workaround is only valid if the SOA Components are running
    Happy programming
    NOTE. If you need to Stop and Start the OC4J, you will need to use opmnctl from outside eclipse. Trying to stop and start the OC4J from eclipse will fail as OC4J in the OAS is managed by OPMN.
    Hope this helps someone out there!!!

    Hello,
    Java Beans Integration
    http://forms.pjc.bean.over-blog.com/article-4018331.html
    Hope it helps,
    Jose.

  • Anybody using 11g RAC Database with OIM 9.1.0.2?

    Hi,
    We have poor performance problems with 11g RAC Database with OIM 9.1.0.2.
    It looks like the issue could be because of RAC Ccluster.
    Anybody using 11g RAC Database with OIM 9.1.0.2?
    If so, What is the JDBC Driver r u using? Also what App Server (Weblogic or OAS etc) ?
    Appreciate your input.
    Regards
    Vijay Chinnasamy

    We are using weblogic 10.3. And I am sorry to tell you that we are yet to move to production.
    We are planning to have Database in RAC, so i just thought of taking inputs from you.
    can you tell me under what operations you face the poor performance issue?
    For us the max no. of users in production is around 6k. So I am wondering how this RAC availability will affect the performance.
    Thanks for sharing your inputs.

  • Is anybody using RDX Removable Disk Backup System

    I´m sorry, this a new post about an old discussion but I would like to start a fresh dialogue for today; 2011.
    Is anybody using RDX Removable Disk Backup System (with or without T.Machine).
    An affordable alternative to LTO tape? Proved compatibility with Mac OS?
    Is it possible to insert a RDX drive as a second optic unit inside a Mac Pro?
    Any happy RDX+mac user, so far?
    Thanks.

    I'm not using RDX on a Mac, but I do have one client I'm using RDX for a Windows server.  While RDX is somewhat cost effective over LTO/Ultrium, IMHO it probably wouldnt' be the best for Time Machine.  Time Machine expects the previous backup to be online and if you switch cartridges, TM would have to create a new backup from scratch.  Then if you switch back the cartridges, your TM bundles are out of sync.  I'm not saying it's not possible, but that this is not the "normal" way TM works.  So you need to understand what you need to do if you were planning to switch cartridges.  (If you weren't planning to switch cartridges, then a "normal" external or internal hard drive is more cost effective than RDX.)
    RDX cartridges are basically 2.5" SATA hard drives.  The RDX "drive" is, for the most part, just a SATA to USB converter.  (Or SATA to eSATA or whatever interface you get.)  On the PC the advantage is that you don't have to "safely remove hardware" and you don't lose the drive letter.  On the Mac, a "normal" external hard drive is almost as convinient as RDX, since there's no drive letter to worry about.  The RDX's advantage on the Mac would be not having to plug/unplug a USB cable on the external units.  I suppose you could get an internal eSATA RDX to put into a Mac.  I don't know of anyone doing that.
    I did use my client's USB RDX drive on his Macbook, just to see what we could do with it.  While it worked, we didn't do extensive testing so I can't comment on long term satisfaction with OSX.  But so far it's been reliable with Windows for almost two years.  (Windows Server 2008 with Backup Exec 2010.)  However since RDX is basically just a hard drive, I've gotten the client to realize that in a year or two, we'll probably have to start replacing cartridges, assuming his data size doesn't grow beyond the RDX capacity.  This is based on the assumption that the RDX cartridges would have similar longevity to laptop hard drives, which have 3-5 year warranties.  We probably will get more lifespan than that, but better to have the client plan in the budget now, rather than have backups fail.

  • Has anybody used the microsoft JDBC 2.0 driver for sql server 2000?

    Hi,
    Has anybody used the JDBC 2.0 driver for sql server 2000 downloadable from the
    microsoft website?When I try using it with WL 6.1 sp1 it says it can't load the
    driver.I try viewing the class file from the jar file using the jar utility it
    gives an unknown Zip format error.Anybody has any solution for this ?If anybody
    has managed to work with this microsoft driver i will be grateful if they provide
    me with a solution.
    Thanks
    Thomas

    Hello Thomas,
    You may want to download the driver again and install it again.
    heres a sample xml tag in the config.xml:
    <JDBCConnectionPool
    DriverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
    InitialCapacity="3" MaxCapacity="12" Name="MSpool"
    Password="{3DES}fUz1bxR0zDg=" Properties="user=uid"
    Targets="myserver"
    URL="jdbc:microsoft:sqlserver://mydbserver:1433"/>
    ensure that you follow the instructions from Microsoft. For using 2000
    driver you will need to have
    Install_dir/lib/msbase.jar and Install_dir/lib/msutil.jar in addition to
    Install_dir/lib/mssqlserver.jar in the CLASSPATH.
    hth
    sree
    "Thomas" <[email protected]> wrote in message
    news:3c91ec0e$[email protected]..
    Hi,
    Has anybody used the JDBC 2.0 driver for sql server 2000 downloadable from
    the
    microsoft website?When I try using it with WL 6.1 sp1 it says it can't load
    the
    driver.I try viewing the class file from the jar file using the jar utility
    it
    gives an unknown Zip format error.Anybody has any solution for this ?If
    anybody
    has managed to work with this microsoft driver i will be grateful if they
    provide
    me with a solution.
    Thanks
    Thomas

  • Anybody using Hypersonic SQL in JSP?

    Hello,
    Does anybody use Hypersonic SQL?
    I implement a guestbook system with JSP that
    saves data in Hypersonic SQL. This system
    runs on www.mycgiserver.com. My JSP program
    has thread safe option set to false to make
    sure one thread is reading and writing the database
    at a time. However, every once in a while, the
    database will be wiped out mysteriously.
    So I am just wondering that this happens to
    anyone else? Is this a Hypersonic SQL's bug
    or it's the server that goofs up or I did something
    wrong with the JSP setting? Any ideas or
    comments please? Thanks !!!

    Hi there!
    I use Hypersonic locally and on mycgiserver.com. Luckilly, I haven't encountered your problems so far. I use a similar approach, I have a bean that handles a singleton-connection to the DB, and that will queue up all requests. But so far , I haven't had that much load on the app, so maybe I'll get back in this matter, with the same problem... Anyone att mycgiserver that had an id�a?
    regards
    Markus

  • Load Balancing OBIEE using OC4J

    Hi All,
    I would like to know if there is a way of load balancing 2 instances of OBIEE using OC4J.
    Please advice if possible and the steps required to achieve that.
    A small correction ... we have 2 instance of OBIEE and 2 of stand alone of OC4J
    Is there any way we can attempt to load balance the two???
    Regards,
    maabajaber
    Edited by: maabajaber on Sep 22, 2010 4:19 AM

    Hi All,
    A small correction ... we have 2 instance of OBIEE and 2 of stand alone of OC4J.
    I believe OC4J stand alone can do this but i dont know how
    Is there any way we can attempt to load balance the two.
    Regards,
    maabajaber

  • Who is anybody using a WISM with FWSM on a CAT 6500 Switch?

    Hi
    Who is anybody using a WISM with FWSM on CAT 6500 switch ?
    Are there any problem,if use?
    And How can I set them to connecting each other ?
    I have founded a document relate it on the cisco website that name is Integrating Cisco WiSM and Firewall Service Module.
    I have a question concern it.
    Why do I have make a VRF to communication each other ?
    Please let me know.

    As far as the FWSM is concerned you can have each of the wireless vlans come in to the same context of the FWSM and then just add those vlans to the FWSM as separate vlans.

  • Has anybody used DocumentBuilder.parse(URL)

    Hi friends
    Has anybody used DocumentBuilder.parse(URL) for make document object.
    I have the following piece of code
    <code>
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    System.out.println("| Start | Fetch xml"); // ------------ 1
    Document document = builder.parse("http://some url that gives back XML");
    System.out.println("| Stop | Fetch xml"); // ------------- 2
    </code>
    Now the problem is .. once in a while the code will hang at point 1 and will never reach point 2. Exception handling has been done.. but there are no exceptions being logged. The code simply hangs.
    Please let me know if you have also faced the same or similiar problem.
    Thanking in anticipation
    Partha.

    Is it similar with a file URL instead a http URL.
    Use
    Document document = builder.parse("file://c:/xmlFile");
    instead of
    Document document = builder.parse("http://some url that gives back XML");

  • Anybody using cTable UI element in real life projects?

    Hi guys,
    just curious, since there is very few content about the client side table (available since NW 7.30) Web Dynpro ABAP UI element here on SDN ( sap help link )
    Is anybody using this UI element in a more ore less complex application? Since I'd like to discuss several things like the "useAvailableHeight" attribute or the personalization features but I don't know if anybody cares. However, cya!

    Hi Johns,
    BizTalk is OLTP system, yes. But latency is an issue in my case. I need <100 msec latency for the MessageBox round trip for most cases. In some cases I need <10 msec.
    And SSD is so cheap, we could replace burned disk each couple months, if we need. It would be still cheaper than good hard-drive subsystem.
    And we tolerate some message lost. At last we use now the custom made HA solution and didn't find any problems with, no lost messages.
    Leonid Ganeline [BizTalk MVP]

  • Anybody using jikes in production environment?

    anybody using jikes in production environment?
    thanks,
    -ramu

    "Joe Herbers" <[email protected]> wrote in message
    news:3aa69c84$[email protected]..
    We were going to use jikes when we switched to 1.3, but had a few problems
    with it. It compiles much faster than Sun's JDK, but it would
    occasionally crash. We could recompile the stuff that crashed andproceed,
    but that concerned us (I don't recall if there was anything else). So we
    bought the latest version of VisualCafe (Professional and Enterprise
    Editions have a fast 1.3 compiler) since we had used their 1.1 compiler in
    production in the past.We've been using Jikes for months now without any serious problems. I've
    never known it to crash. (Jikes 1.12, JDK 1.3, Redhat Linux 6.2, WL 5.1) The
    caveat I could offer you is that Jikes is much more willing to generate
    warning messages than javac. In particular, I've noticed that it will throw
    annoying messages on Weblogic's ejbc-generated code unless you specifically
    suppress warnings.
    -- Brendan Smith
    -- periopcare.com

  • Where will the System.out.println write to when using OC4J -9iAS 9.0.3?

    Hi:
    We are using OC4J 9.0.3 that is bundled into 9iAS 9.0.3 on Windows 2000. We are starting/stopping OC4J using Enterprise Manager Web Site. Is there a way to display java logs (System.out's in the code) somewhere when we access a web application that is deployed on OC4J?
    If not, can we start/stop oc4j using console in 9iAS?
    When I start it like
    C:\9iASHOME\j2ee\home>start java -jar oc4j.jar
    even though it looks like Oc4j is started, I get an Internal Server error when I display a page. I can display the same page whenever I start oc4j from Enterprise Web Site.
    Thanks!!

    <ORACLE_HOME>\opmn\logs\<OC4J_NAME>.defualt_island.1

Maybe you are looking for

  • I can't find my data after migrating to new MacBook Pro

    I just finished migrating data from an older model MacBook Pro to a newer one both using OS 10.9.5. After the migration I can no longer see or access my backups on Time Capsule. It may be a permission problem. Any suggestions?

  • In VIEWING (to print) my iTunes music (in finder), how can i view subfolders without clicking on the  triangle of each main folder?

    In VIEWING (to print) my iTunes music (in finder), how can i view subfolders without clicking on the  triangle of each main folder? I am trying to print a list of all my music. For example, main folder is BEATLES.  Subfolders are Magical Mystery Tour

  • Making hidden javascript fields pass accessibility checks

    I have created a fillable PDF form.  In the date field, I was required to add a pop-up calendar using which creates lots of hidden fields of javascript from formrouter.com.  The calendar feature works fine. All of those fields needed to create this c

  • Basic midi playback problems

    I am playing with the demo for logic express 7 and having a bit of a problem with playing back midi. I am inputting from a korg sp 300 through an edirol ua-20 and it records ok but only seems to play back from logic through the korgs speakers. I want

  • Link to download Apps

    I have sent myself two links to try and download apps to my blackberry. I load the site to come up on my blackberry and i can't click on anything to actually download the app. What is wrong?? I have even tried typing in the page into my browser manua