Starting/Stopping iAS and OC4J containers

I created the following two batch files to start and stop my iAS Infrastructure. I found that if I used the services settings of automatic all did not go well.
start.bat:
@ECHO OFF
cls
ECHO About to start the listener
net start Oracle9ias_InfraTNSListener
ECHO About to start the database
net start OracleServiceIASDB
ECHO About to start the OID monitor
e:\ora9iasinfra\bin\oidmon start
ECHO About to start the OID server
e:\ora9iasinfra\bin\oidctl server=oidldapd configset=0 instance=1 start
ECHO About to start the website
net start Oracle9ias_infraEMWebsite
ECHO About to start opmn and OC4j
e:\ora9iasinfra\dcm\bin\dcmctl start -ct ohs
e:\ora9iasinfra\dcm\bin\dcmctl start -co OC4J_DAS
stop.bat:
@echo off
ECHO About to stop the website
net stop Oracle9ias_infraEMWebsite
ECHO About to stop opmn and OC4j
e:\ora9iasinfra\dcm\bin\dcmctl shutdown
ECHO About to stop the OID server
e:\ora9iasinfra\bin\oidctl server=oidldapd configset=0 instance=1 stop
ECHO About to stop the OID monitor
e:\ora9iasinfra\bin\oidmon stop
ECHO About to stop the database
net stop OracleServiceIASDB
ECHO About to stop the listener
net stop Oracle9ias_InfraTNSListener
When I execute the batch files sometimes they work and sometimes they don't, for example after starting occasionally the Apache process has not been created, and sometimes processes won't stop.
However if I enter each command seperatly all works OK. Can anyone suggest a reason for this. Also after starting the website manager the process manager for both the infra and ias are started (I have both installed on the same machine - this works fine apart from this batch file problem.
Terry Bennett

Terry -- You will probably have better luck on the General Oracle9iAS forum at:
http://forums.oracle.com/forums/forum.jsp?id=466592
Thanks -- Jeff

Similar Messages

  • I can browse the web but when I go to play video or you tube it will start stop over and over almost like it is buffering could this be the router all other non iPad devices work

    I can browse the web but when I go to play video or you tube it will start stop over and over almost like it is buffering could this be the router all other non iPad devices work

    How are you trying to play them, in the iTunes store or the Music and Videos apps ? Downloaded and synced music and videos should be in the Music and Videos apps, and you can stop content that is only in the cloud from showing in them via Settings > iTunes & App Store > Music and Videos 'off' (under the 'show all' heading).
    If you don't have your music and films/TV shows in those two apps then you should be able to download them into those apps via the Purchased tab in the iTunes store app.

  • Start/Stop Buttons and infinite loop exit

    I am trying to make a GUI with a Start/Stop and an Exit button. Initially the button will have the label "Start". When i push it, its label should become "Stop" and an infinite loop function will begin. I want the loop to run until i press the Stop or Exit button.
    The problem is that when the loop starts i can't press neither of the buttons. The "Start" button changes its label into "Stop" only if i make the loop finite and it ends.
    Here is the source:
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    public class StartStopButtons extends JFrame{
        Component visualComponent = null;
        JPanel panel = null;
        JLabel statusBar = null;
         public StartStopButtons() {
              setSize(160, 70);
              getContentPane().setLayout(new BorderLayout());
            panel = new JPanel();
            panel.setLayout(new BorderLayout());
            getContentPane().add(panel, BorderLayout.CENTER);
            final JPanel panel_1 = new JPanel();
            panel.add(panel_1, BorderLayout.CENTER);
            final JButton startButton = new JButton();
            startButton.addActionListener(new ActionListener() {
                 public void actionPerformed(final ActionEvent e) {
                    String action = e.getActionCommand();
                    if (action.equals("Start")) {
                         System.out.println("Start Loop");
                         startButton.setText("Stop");
                         myLoop ();
                    if (action.equals("Stop")) {
                         System.out.println("Stop Loop");
                         System.exit(0);
            startButton.setText("Start");
            panel_1.add(startButton);
            final JButton exitButton = new JButton();
            exitButton.addActionListener(new ActionListener() {
                 public void actionPerformed(final ActionEvent e) {
                    String action = e.getActionCommand();
                    if (action.equals("Exit")) {
                        System.exit(0);
            panel_1.add(exitButton);
            exitButton.setText("Exit");
         public void myLoop() {
              for (int i = 0; ; i++)
                   System.out.println(i);
         public static void main(String[] args) {
              StartStopButtons ssB = new StartStopButtons();
              ssB.setVisible(true);
    }

    I works just fine. Here is the source and thanks for the help.
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.UIManager;
    public class StartStopButtons extends JFrame implements ActionListener, Runnable{
        Component visualComponent = null;
        JPanel panel = null;
        JLabel statusBar = null;
        Thread thread;
        JButton startButton;
         public StartStopButtons() {
            try {
                UIManager.setLookAndFeel(
                    UIManager.getSystemLookAndFeelClassName());
            } catch(Exception e) {}
              setSize(160, 70);
              getContentPane().setLayout(new BorderLayout());
            panel = new JPanel();
            panel.setLayout(new BorderLayout());
            getContentPane().add(panel, BorderLayout.CENTER);
            final JPanel panel_1 = new JPanel();
            panel.add(panel_1, BorderLayout.CENTER);
            startButton = new JButton();
            startButton.addActionListener(this);
            startButton.setText("Start");
            panel_1.add(startButton);
            final JButton exitButton = new JButton();
            exitButton.addActionListener(new ActionListener() {
                 public void actionPerformed(final ActionEvent e) {
                    String action = e.getActionCommand();
                    if (action.equals("Exit")) {
                        System.exit(0);
            panel_1.add(exitButton);
            exitButton.setText("Exit");
         public void actionPerformed(ActionEvent e) {
              String action = e.getActionCommand();
              if (action.equals("Start")) {
                   startButton.setText("Stop");
                   thread = new Thread( this );
                   thread.start();
              if (action.equals("Stop")) {
                System.exit(0);
         public void run() {
              myLoop();
         public void myLoop() {
              for (int i = 0; ; i++)
                   System.out.println(i);
         public static void main(String[] args) {
              StartStopButtons ssB = new StartStopButtons();
              ssB.setVisible(true);
    }

  • Worth it? Auto start/stop services and change iptables rules

    I have recently set up a crontab to start/stop services based on my schedule, such as when I'll be home or away. I intend to only have a service running when I'll probably use it.
    I also integrated rules for iptables into the start/stop of the services (systemd), so they automatically modify rules to accept/reject on their ports when the services start/stop.
    I am behind a router, so I only forward outside ports I use like ssh (which is not on port 22). I manually forward ports, but am looking at UPnP. This is my home network so I should be able to trust the devices on it.
    Now, to my question. Is it worth the time and effort to set this up? Would it be fine to just enable the services I use, let them run and always have firewall ports open for them? I feel like it's good to limit the time that ssh is running, but what about services not open to the Internet? Resources aren't really an issue. What do you guys think?
    I enjoyed learning about systemd, iptables, and cron in the process of setting it up. I'd just like to also learn about how much benefit there actually is, or if anyone has other ideas. Or if it's something that could go on the wiki (not really cron, but maybe the iptables/systemd stuff).

    I'd say, if resources aren't an issue; why limit the time ssh is reachable from the outside? You should have PasswordAuthentication and RootLogin disabled anyway so your vulnerability doesn't really decrease by updating iptables? This script probably works fine until you forget about it and it makes a boo-boo; making your machine unreachable.

  • Service start stop scripts and Nagios scripts

    Hello. Are there some "official" service start stop scripts somewhere? And: Has somebody already written a Nagios monitoring script for Oracle NoSQL? Thanks, Jesus.

    Hi. Yes, but I mean something like service kvclient start / stop / restart / status, and using e.g. daemon without nohup. Of course one can be written, e.g. I have a simple one based on a script I found in internet long time ago for Cassandra, but then by Murphy's Law you will probably have an "official" one in the .124 version : - ).

  • GIF animation start, stops halfway and fully repeats

    On something like this http://i.imgur.com/aQS9uF6.gif, the gif repeats suddenly halfway through, then plays as normal.

    Wait till the image is fully loaded before watching it.

  • Problem stop and start the ias 6.0

    Hi all,
    i have a problem when i stop and start the ias 6.0 sp2. The problem
    apparent is that when i stop the ias the IAS web connector plugin stop,
    then i start the ias and when i try to connect to a servlet in my ias
    the page i find in my brwser tell me "The documento contained no
    data.Try later again ..". Afte this i see that the IAS web plugin begin
    to start and then the same connect to the servlet works.
    Somebody can help me.
    Thanks in advance.
    Ignacio Ramos Garcia
    Division TSO
    Area de Telecomunicaciones
    Tecsidel
    C/ Enrique Jardiel Poncela, 6
    28016 Madrid
    Tel: (+34) 91 353 08 19
    Fax: (+34) 91 353 08 81
    <mailto:[email protected]>
    www.tecsidel.es

    Hi,
    This really looks like a problem, kindly let me know the following...
    - The O/S version & the web server with the service pack
    - What method are you using to start & stop the application & web
    server ?
    - What application are you invoking to see this error ?
    Regards
    Raj
    Ignacio Ramos Garcia wrote:
    Hi all,
    i have a problem when i stop and start the ias 6.0 sp2. The problem
    apparent is that when i stop the ias the IAS web connector plugin stop,
    then i start the ias and when i try to connect to a servlet in my ias
    the page i find in my brwser tell me "The documento contained no
    data.Try later again ..". Afte this i see that the IAS web plugin begin
    to start and then the same connect to the servlet works.
    Somebody can help me.
    Thanks in advance.
    Ignacio Ramos Garcia
    Division TSO
    Area de Telecomunicaciones
    Tecsidel
    C/ Enrique Jardiel Poncela, 6
    28016 Madrid
    Tel: (+34) 91 353 08 19
    Fax: (+34) 91 353 08 81
    <mailto:[email protected]>
    www.tecsidel.es

  • Starting/Stopping 9iAS Infrastructures with batch files

    I created the following two batch files to start and stop my iAS Infrastructure. I found that if I used the services settings of automatic, all did not go well.
    start.bat:
    @ECHO OFF
    cls
    ECHO About to start the listener
    net start Oracle9ias_InfraTNSListener
    ECHO About to start the database
    net start OracleServiceIASDB
    ECHO About to start the OID monitor
    e:\ora9iasinfra\bin\oidmon start
    ECHO About to start the OID server
    e:\ora9iasinfra\bin\oidctl server=oidldapd configset=0 instance=1 start
    ECHO About to start the website
    net start Oracle9ias_infraEMWebsite
    ECHO About to start opmn and OC4j
    e:\ora9iasinfra\dcm\bin\dcmctl start -ct ohs
    e:\ora9iasinfra\dcm\bin\dcmctl start -co OC4J_DAS
    stop.bat:
    @echo off
    cls
    ECHO About to stop the website
    net stop Oracle9ias_infraEMWebsite
    ECHO About to stop opmn and OC4j
    e:\ora9iasinfra\dcm\bin\dcmctl shutdown
    ECHO About to stop the OID server
    e:\ora9iasinfra\bin\oidctl server=oidldapd configset=0 instance=1 stop
    ECHO About to stop the OID monitor
    e:\ora9iasinfra\bin\oidmon stop
    ECHO About to stop the database
    net stop OracleServiceIASDB
    ECHO About to stop the listener
    net stop Oracle9ias_InfraTNSListener
    When I execute the batch files sometimes they work and sometimes they don't, for example after starting, occasionally the Apache process has not been created, and sometimes processes won't stop.
    However if I enter each command seperatly all works OK. Can anyone suggest a reason for this, maybe ordering is significant or a time delay may be required between certain actions?. Also after starting the website manager the process managers for both the infra and ias instances are started (I have installed both the iAS and the Infrastucture on the same machine - this all works fine when started as a series of individual commands but not when through batch files).
    Also If I try to use:
    SQLPLUS /NOLOG
    SQL>CONNECT sys/password@iasdb as sysdba
    SQL>Start
    I also get an 'unable to create a dedicated server' error. I can start/stop the database through the enterprise manager in either standalone or management server configuration without any errors. Can anyone shed any light on this?. I have set both TNS_ADMIN and ORACLE_SID correctly.
    Terry Bennett

    Thanks, I had read that and it was very informative. I did however solve my problem using a few other threads that have been posted about the runtime.runtime().exec commands. Thanks for you help.

  • Possible to Start/Stop Mark Clips In Timeline?

    Hello,
    I'm using FCP5 on a Dual 2.7 G5 running 10.4.2
    I captured a couple of DV tapes, added a Time Code Generator, and gave the footage to a client on DVD so that they could create a list of shots to not include in the final edit.
    I took this list and went through making cuts at the client's listed start and stop Time Codes. The problem I am having is some of the clips left on the timeline have camera start/stop points. I would like to mark these using "DV Start/Stop Detect" so that I could create new edit points between each start/stop of the camera.
    I can double click each clip in the timeline... opening it in the viewer... and then select "Mark>DV Start/Stop Detect" and this does exactly what I want. It is very tedious though. Is there anyway to automate this process for each clip in the timeline. I hope I explained what I am trying to do clearly. If not please ask questions and I can fill in details.
    Thank You,
    Matt

    Thanks for the suggestion. Yes, it would have been alot smarter to run the Start/Stop Detection as my first step after capturing. I'm new to FCP, and my old NLE (Premiere Pro 1.5) would break the Camera Start/Stops into separate .avi files on the hard drive and in the project window / browser. I just didn't think about it this time... but definitely will next time.
    What I ended up doing is using the track forward selection tool to select all the clips in the timeline that I wanted to mark. I created a new bin in the browser and put all of my clips in the timeline in this new bin (creating subclips?)
    Then I selected all of these clips in the browser and ran the Start/Stop Detect tool. After it finished I sorted all the newly marked clips in my browser by their in points. I then selected all of my clips, dragging them back into the timeline. I put them on a new track so that I could make sure everything lined up correctly. It did. It ended up being a pretty simple fix. Just had to think about it a bit over dinner.
    Thank You,
    Matt

  • Music Start/Stop Times with iTunes Match causes iOS Music App to glitch

    I set Start Time and Stop Time values for my music in iTunes to crop off non-music parts of tracks, but the Start/Stop Times cause the iOS Music app to glitch out when the track streams via iTunes Match. If a track has a Start Time set, the track will get stuck, and repeat the first fraction of a second of the track over and over, seemingly for the amount of the Start Time. And if the Stop Time is set, the NEXT track will glitch out. For example, if a track has a Start Time of 0:10, the track will glitch out for at least 10 seconds before the track actually starts playing. Sometimes the track never stops advances beyond 0:00.
    I think the problem caused by the fact that iTunes Match is streaming the entire track so the Music app just freaks out for the duration of the Start/Stop Times.
    Has anybody else experienced this? Is there a workaround?
    For now, I've just been searching my 22,000 song library for tracks with Start/Stop Times and exporting new hard-cropped files, but this is tedious, takes up hard drive space, and degrades the audio with lossy-to-lossy double-compression.

    I'm having the exact same problem and from my research I believe that the old process of being able to turn ITM off, sync your music to your iPad, and then turn ITM back on no longer work.  You are correct that going through this process wipes out your music.  It's only on IOS 6.0 on my Gen 3 ipad because on my gen 1 iPad, I can't upgrade to IOS 6.0 and the old process still works fine under IOS 5.0. 
    In order to get around this I created a massive playlist (a superset of all my other playists) that I downloaded by using the download button in order to get local copies of my music on my ipad 3.0. 
    It seems to be working for now but I can't force my ipad to keep all that music local anymore.  If I download other music or movies in the future (and become low on space) Apple makes the decision about what to remove from my local copy in order to fit the new content on the device. 

  • OC4J containers sometimes don't stop/start?

    Occasionally when I do opmnctl stopall or startall, an OC4J container will fail to start or stop. Sometimes I get the "forcibly shutting down..." message from opmnctl. Sometimes it just sits there. Sometimes it shuts down but a 'ps -ef | grep oracle' shows some hanging processes.
    Likewise sometimes on startup a component just won't start. It'll 'init' for a while, then drop back down to status = 'NONE'. But, I can go into OEM ASC and start it up there and it'll start right up!
    This is not consistent at all. This is 9.0.4 (10g).
    Any ideas? Anyone experience this sort of weirdness? So far it's not terribly confidence-inspiring.

    Depending on the environment, it may be necessary
    to modify the start, stop, and/or restart timeouts
    for components, as configured in $OH/opmn/conf/opmn.xml
    These elements, if not specified in opmn.xml for
    a component default to the following:
    start: 120 seconds
    stop: 60 seconds
    restart: 180 seconds
    The opmnctl startall/stopall commands result in the
    simultaneous start/stop of all configured components.
    If the machine is sufficiently powerful, this will
    result in all components completing the state
    transistion faster than if the components were
    started/stopped serially. Component initialization
    and shutdown can be resource intensive. Contention
    between components starting/stopping at the same time
    can lead to longer stop/start times compared to the
    time it takes to start/stop a component by itself.
    The different in behavior between OEM and opmnctl
    might be explained if a smaller set of components
    is being started/stopped by the OEM operation than
    the opmnctl operation. Another possibility is that
    the OEM operation is resulting in multiple, serial
    requests to start individual components instead of
    starting everything in parallel.
    How might this be investigated? $OH/opmn/logs/ipm.log
    now prints with timestamp command begin/end and info
    about the processes started/stopped as part of the
    command. You can see something like this:
    20:00:00 Request 4 Started. Command: start
    20:00:00 Starting Process: OC4J~home~default_is...
    20:00:00 Starting Process: HTTP_Server~HTTP_Ser...
    20:00:11 Process Alive: HTTP_Server~HTTP_Server...
    20:00:32 Process Alive: OC4J~home~default_islan...
    20:00:32 Request 4 Completed. Command: start
    This example shows a start command that resulted
    in the simultaneous start of HTTP_Server and an
    OC4J. HTTP_Server took 11 seconds to start,
    OC4J took 32 seconds to start.
    Compare the ipm.log output generated from the opmnctl
    and OEM operations. opmnctl and OEM use the same
    protocols to interact with opmn to perform process
    control requests.
    My guess is that the opmnctl operation is doing more
    work in parallel and is overloading CPU resulting
    in longer delays. I would be interested in seeing
    ipm.log output (at default log level) from the
    startall/stopall operation and a brief machine
    description.

  • Starting/Stopping Application Server Forms and Reports

    Hello,
    Are there any scripts (like dbstart and dbshut for Oracle DB) for starting and stopping "Application Server Forms and Reports". If not, any special suggestions?
    I must automatically start this application on Unix. I know that during starting some steps must be performedy by the root user (export DISPLAY env variable and issue the "xhost +" command) and later the oracle user must do some things( export ORACLE_HOME and DISPLAY and issue the "opmnctl startall" command). Does anybody have scripts like that?
    Regards,
    Tim

    If you're on 10.1.2, there is a script (requires an X Windows session). It's called runstartupconsole.sh, but you've got to update the install type to Portal in the ias.properties file if I remember right. It looks cool, but a shell script works better.
    Here is a shell script that does some of those things. You still need to run xhost+ after running a display if you're using something that requires a DISPLAY to start. Someone may have a better one, but this one works.
    We actually use one that starts all the different components individually except for Reports in rc scripts. That is the only thing we have that needs a Display set to start. So then xhost + is run & at the same time, the Unix sysadmin runs a script that start Reports from opmn.
    I hope this is useful.
    Cordially,
    Steve
    #!/bin/sh
    # =======================
    # Collect Global Variables
    # =======================
    # Collect server specific install location
    export ORACLE_BASE=/u01/app/oracle
    export MIDDLE_TIER_ORACLE_HOME=$ORACLE_BASE/product/ias/101202_EE/mt_maxportal_02
    export INFRASTRUCTURE_ORACLE_HOME=$ORACLE_BASE/product/ias/101202_EE/if_maxportal_02
    export SID=orcl
    # Collect current PATH and LD_LIBRARY_PATH for reuse
    export OLD_PATH=$PATH
    export OLD_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
    # Unset variables that can cause problems starting or stopping
    unset CLASSPATH
    case "$1" in
    start)
    # =======================
    # Start Infrastructure
    # =======================
    # Set environment to start infrastructure components
    export ORACLE_SID=$SID
    export ORACLE_HOME=$INFRASTRUCTURE_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Start Infrastructure Database Listener
    echo -n "Starting Infrastructure Database Listener: "
    $ORACLE_HOME/bin/lsnrctl start
    echo "OK"
    # Start Infrastructure Database
    echo -n "Starting Infrastructure Database: "
    $ORACLE_HOME/bin/dbstart
    echo "OK"
    # Start Infrastructure OPMN managed components
    echo -n "Starting Infrastructure OPMN Managed Components: "
    $ORACLE_HOME/opmn/bin/opmnctl startall
    echo "OK"
    # =======================
    # Start Middle Tier
    # =======================
    # Change environment for middle tier
    unset ORACLE_SID
    export ORACLE_HOME=$MIDDLE_TIER_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Start Middle Tier OPMN managed components
    echo -n "Starting Middle Tier OPMN Managed Components: "
    $ORACLE_HOME/opmn/bin/opmnctl startall
    echo "OK"
    # Start Application Server Control
    echo -n "Starting Application Server Control: "
    $ORACLE_HOME/bin/emctl startifdown iasconsole
    echo "OK"
    stop)
    # =======================
    # Stop Middle Tier
    # =======================
    # Set environment for middle tier
    unset ORACLE_SID
    export ORACLE_HOME=$MIDDLE_TIER_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Stop Application Server Control
    echo -n "Stopping Application Server Control: "
    $ORACLE_HOME/bin/emctl stop iasconsole
    echo "OK"
    # Stop Middle Tier OPMN managed components
    echo -n "Stopping Middle Tier OPMN managed components: "
    $ORACLE_HOME/opmn/bin/opmnctl stopall
    echo "OK"
    # =======================
    # Stop Infrastructure
    # =======================
    # Set environment to start infrastructure components
    export ORACLE_SID=$SID
    export ORACLE_HOME=$INFRASTRUCTURE_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Stop Infrastructure OPMN managed components
    echo -n "Stopping Infrastructure OPMN managed components: "
    $ORACLE_HOME/opmn/bin/opmnctl stopall
    echo "OK"
    # Stop Infrastructure Database
    echo -n "Stopping Infrastructure Database: "
    $ORACLE_HOME/bin/dbshut
    echo "OK"
    # Stop Infrastructure Database Listener
    echo -n "Stopping Infrastrucutre Database Listener: "
    $ORACLE_HOME/bin/lsnrctl stop
    echo "OK"
    reload|restart)
         $0 stop
    $0 start
    echo "Usage: `basename $0` start|stop|restart|reload"
    exit 1
    esac
    exit 0

  • Start/Stop OC4J outside of OS group

    Due to circumstances beyond my control (management) our development server has become our production server. We are running 9iAS 1.0.2.2.1. I have multiple OC4J instances running. Some are actually used for production, some are still in development mode.
    We have consultants needing to start and stop their development OC4J instances throughout the day. I don't want them hitting production instances and shutting things down.
    Does anyone know of a way to let them start and stop their instances without them being in the OS group that owns the software?

    Hi Stanley,
    In order to shutdown an OC4J instance, I use the following command:
    java -jar admin.jar ormi://<host>:<port> admin <password> -shutdown
    In order to execute that command, I only need to have read access
    to the file "admin.jar" and access to the directory in which
    it is located.
    By the way, how come your "consultants" couldn't tell you that?
    I hope I have given you a satisfactory answer -- and if I haven't,
    then I apologize for wasting your time.
    Just for the record, I am using OC4J version 9.0.2.0.0 on Solaris 7
    with JDK 1.3.1 -- is there some reason why you are still using
    an old version?
    Good Luck,
    Avi.

  • Traffic light icon (start/stop preconfigured OC4J) in JDeveloper 10.1.3.3

    Searched the forums and couldn't find this previously posted. I installed the base J2EE Edition of JDeveloper 10.1.3.3 on Solaris and had the start/stop preconfigured OC4J (Traffic light) icons on the menu. When I installed the Windows Install J2EE Edition of JDeveloper 10.1.3.3 on a Windows 2000 machine and started up JDeveloper, the icons are not displayed in the icon menu. Does anyone know the reason for this?
    thanks,
    rick

    Don't know how to delete this post, so I will just reply to it. You can disregard this post. I inadvertently downloaded the J2EE version vice the Studio version. Sorry and thanks! rick

  • What is the recommended maximum number of oc4j containers to create in iAS

    We have about 40 j2ee applications which we would like to deploy on iAS. Our developers requested that we have 1 container per application. Is it recommended to have 40 containers created in iAS. What are the best practices?
    Thanks.

    Unless you have a server/server farms with lots of memory i dont recommend you do create 40 OC4J containers.
    Can you someway group your applications ?
    you can create one OC4J instance for HR applications, one for maintenance, other for Call Center Applications, another for Finantial ,Department application and so on ...
    Also you can group by resources consumed/critical level, i.e. you create several oc4j container , separate applications wich require more memory ou more session ...
    In my environment i have several applications sharing common oc4j instances running ok
    Just some ideias.
    Best Regards

Maybe you are looking for