Startup sequence (WTC/WLEC/EAR)

Hello,
I am using WLS 6.1 SP3.
Is it possible to set up the startup sequences so that WTC is always started first;
then WLEC starts up and set its connection to Tuxedo; then the EAR file is deployed?
Cheers,

Thierry,
I think you should be able to edit the config.xml and specify that you want to
load the WTC (et. al.) startup class components before the ear by specifying a
LoadBeforeAppDeployments attribute in the StartupClass element. I have included
a config.xml 'fragment' below
<StartupClass Name="m1" LoadBeforeAppDeployments="true" DeploymentOrder="100"
/>
<StartupClass Name="m2" LoadBeforeAppDeployments="true" DeploymentOrder="200"
/>
<StartupClass Name="m3" LoadBeforeAppDeployments="false" DeploymentOrder="1300"
/>
<StartupClass Name="m4" LoadBeforeAppDeployments="false" DeploymentOrder="1400"
/>
Does that provide a solution?
Chuck Nelson
DRE
BEA Technical Support

Similar Messages

  • Correct startup sequence with external display/keyboard/mouse etc

    Most laptop vendors have docking stations or other devices that enable you to use the laptop with the lid closed in conjunction with an external display/keyboard/mouse etc.
    Since no such beast exists for the MBP, what is the correct startup sequence for the MBP to do the same thing? Do you plug some parts in first before/after initial power on then others later or what?
    Also, the resolution on my external display is much greater than what the MBP provides with its monitor. Will I be limited to comparable resolution on the external monitor or can/will the video card sense and use (to its limits of course) the potential resolution of the external display??
    Thanks

    Never mind. Found the answer:
    http://docs.info.apple.com/article.html?artnum=86286

  • Deployment order of MDBs vs EJBs in WL startup sequence

              This is a problem that follows on from my last posting.
              To recap, we have multiple WL servers not clustered, one acts as the JMS server that
              all of them use as their MDB jndi-provider-url so when a message (on a JMS topic)
              is published to the main server, all the WL servers receive it.
              The main WL server acting as the JMS server is started up first, then the others.
              The following problem can occur.
              A message can arrive at the main server while another server is booting up. The MDBs
              on this booting server can deploy it's MDBs before it's EJBs. Because this server
              is subscribing using the JMS server on the main server, the message is delivered
              and the onMessage() method is called. But this method may have to do lookups on EJBs
              that have not been deployed yet.
              So the question is, is it possible to ensure that all the EJBs deploy before the
              MDBs in a WL startup sequence? Does it require two separate JAR files to control
              the order, or can you control the order within a JAR file or have you simply no control
              over the order at all?
              Regs,
              Paul
              

    That's correct.
              "Paul Hammond" <[email protected]> wrote in message
              news:[email protected]...
              >
              > In my response to my own question I have seen in the WL docs that JMS
              servers are
              > deployed before EJB components, but within EJB components you can specify
              a deployment
              > order so presumably there by having separate JARs, one with EJBs, one with
              MDBs,
              > you can ensure your MDBs are deployed last?
              >
              > Paul
              >
              >
              >
              >
              > "Paul Hammond" <[email protected]> wrote:
              > >
              > >This is a problem that follows on from my last posting.
              > >
              > >To recap, we have multiple WL servers not clustered, one acts as the JMS
              > >server that
              > >all of them use as their MDB jndi-provider-url so when a message (on a
              JMS
              > >topic)
              > >is published to the main server, all the WL servers receive it.
              > >
              > >The main WL server acting as the JMS server is started up first, then the
              > >others.
              > >
              > >The following problem can occur.
              > >
              > >A message can arrive at the main server while another server is booting
              > >up. The MDBs
              > >on this booting server can deploy it's MDBs before it's EJBs. Because
              this
              > >server
              > >is subscribing using the JMS server on the main server, the message is
              delivered
              > >and the onMessage() method is called. But this method may have to do
              lookups
              > >on EJBs
              > >that have not been deployed yet.
              > >
              > >So the question is, is it possible to ensure that all the EJBs deploy
              before
              > >the
              > >MDBs in a WL startup sequence? Does it require two separate JAR files to
              > >control
              > >the order, or can you control the order within a JAR file or have you
              simply
              > >no control
              > >over the order at all?
              > >
              > >Regs,
              > >
              > >Paul
              > >
              >
              

  • Can't use MS keyboard to change startup sequence

    I'm using a MS Ergonomic Natural Keyboard 4000 with my Mac Pro (10.6.1); I can't select alternate sequences during the startup (Option to choose the startup device, or Cmd-Shift-Option-Delete to automatically select a FW external drive).
    One place told me that third-party devices weren't recognized early enough in the startup sequence to change the startup drive, this is sort of what MS also told me, they said I needed to make sure the USB keyboard option (or something similarly named) was activated in the BIOS…(do Macs even have BIOS?)
    Anyway if someone knows of a workaround (other than changing the startup drive in the System Preferences) that would be great.

    That ability is reserved for Macs that don't already have a built-in optical drive.
    I bet you probably looked at some of the guides online telling you to edit a plist file that supposedly unlocks the ability to create a bootable USB drive on a Mac that has a SuperDrive. But that's all it does. It doesn't change anything else about the process of Boot Camp Assistant creating the partition and requiring installation be done with the SuperDrive. All that modification does is literally "un-gray" a checkbox.
    Is it annoying that the SuperDrive must be used? No doubt, especially since this restriction was in not in place for older Macs. This is something that Apple would have to address via an SMC or other update, but the odds of that happening are less than those of you winning the Power Ball. It's a restriction you'll have to live with, unless you want to "upgrade" to a Retina display model.

  • Possible to replay first time startup sequence?..

    Does anyone know if it is possible to replay the Imac startup sequence? If so, how?
    I tried searching and could not find any info on it.

    Is this what you are looking for?
    Mac Start Up Sound
    I note you have an Intel iMac. If the above is not what you are looking for, suggest that you re-post over in the Intel-based iMac Forums
    This area is for G5 iMac issues. Unknown if the Intels have a slightly different start up sound.

  • 11g Startup sequence (for Linux installs)

    What are the typical startup sequences folks are using for starting WLS > SOA Server?
    Our 11g install is shaky at best. It has stabilized somewhat since I've gotten away from an apparently buggy jdk (1.6.0_18 I believe it was) and I'm now on 1.6.0_27.
    I've created nohup scripts to start WLS followed by the SOA managed server. Pretty much using the 'setDomainEnv.sh' for pre-setting the environment, but out of the box, I've found it is severely lacking.
    I've had to fight through missing class defs (too many to count) and still am plagued with a highly unstable environment... seems when our developer deploys anything new it crashes the SOA server...
    Our 10g OC4J install has been generally care free for the past couple of years (aside from an out-of-control DB Cursor leak in B2B that requires some attention every month or two), but I just can't seem to get 11g under control...
    Hoping I can build on others experiences with this... re-inventing the wheel is getting old... fast...

    I've had to fight through missing class defs (too many to count) and still am plagued with a highly unstable environment.I'm not sure exactly what issue you faced but 'setDomainEnv.sh' is not the only file which sets the classpath. Usually for a clustered production installation, node manager is used for better control. AdminServer has to be started first and then managed servers can be started in any sequence. You may like to refer -
    http://blogs.oracle.com/middleware/entry/startup_scripts_for_weblogic_and_soa_suite
    http://download.oracle.com/docs/cd/E17904_01/web.1111/e13708/toc.htm
    http://download.oracle.com/docs/cd/E17904_01/web.1111/e13740/toc.htm
    Regards,
    Anuj

  • Oracle 11gr2 Cluster startup Sequences

    Hi,
    What is the Sequences of starting Oracle RAC 11gr2 services?

    Hi,
    The Oracle 11gR2 clusterware startup sequence starting by Oracle High Availability Services Daemon ohasd
    see this link for more details :)
    http://www.oracle-home.ro/Oracle_Database/RAC/11gR2-Clusterware-Startup-Sequence.html
    Or
    From Metalink ID 1053147.1: 11gR2 Clusterware and Grid Home

  • What's your startup sequence?

    Hi guys,
    Just a quick question, and maybe silly, but I wondered what sequence other people's MacBooks booted in? The reason I ask is because I'm sure one phase didn't occur originally for me. Here's my sequence:
    Press power - Superdrive makes it's strange whirring noise.
    Chime
    Blank grey screen for 10 seconds (does anyone else get this? I'm sure I never used to but can't remember when it started)
    Grey Apple logo and spinning gear
    Blue screens
    Login Window
    It's not really a problem, I just wondered if it was normal behaviour. I've made sure the correct startup disk is selected in system preferences so it shouldn't be struggling to find OS X. Although I do have boot camp installed whether that makes a difference...
    Thanks everyone!

    Hi Andrew,
    I had this problem when I changed HD, startup took about 2 minutes instead of 25 seconds.
    Here is how I solved:
    *Reset NVRAM:*
    Right after you turn on your Mac press Option-Command-P-R until you hear two beeps.
    *Reset the System Management Controller (SMC):*
    - If the computer is on, turn it off.
    - Disconnect the AC adapter and remove the computer's battery.
    - Press and hold the power button for 5 seconds and then release the button.
    - Reconnect the battery and AC Adapter.
    - Press the power button to restart the computer
    I suggest you to try these two methods, i'm sure your startup sequence will improve, mine went back to normal 25 seconds!
    Kim

  • WES Startup sequence events

    Hi All,
    I'm going to try my best to explain my situation.  I have a Windows Embedded Standard 7 deployment released right now which boots up and runs fine.  I just want to tweak the startup sequence of events, if possible.
    We've written all the software that runs at startup from the services to the explorer shell replacement.
    I have 2 videos for you to watch.
    1) Explorer embedded start up for our device (Admin access only):
    http://youtu.be/Ge4otXvOUvY
    As you can see, I have to halt the auto login and enter the Admin user and password manually to login to the Admin account where explorer runs.  What I want you to take notice here after I begin login, is the full screen black-to-blue background with
    the typical Windows loading spinner running (This is Windows loading, not any of my software).  This spinner and background stays on the screen until Explorer is loaded and is ready to be displayed to the user.  There is no time where the user thinks
    something isn't happening.
    2) Normal embedded start up for our device:
    http://youtu.be/4nL0uuXuqYo
    As you can see, upon starting up, and our standard user automatic login, Winlogon displays a full screen black-to-blue background with the typical loading spinner running.  After some time, this fades out and displays the users desktop background color
    of red.  At this moment in time our explorer shell replacement is still loading and is not yet visible to the user, so the user keeps seeing the red screen for some time while it loads, then without warning our explorer shell replacement is loaded and
    is displayed on screen to notify the user the system is starting/doing something.
    So my question is: Is there some events that our explorer shell replacement can hook onto and also trigger and event to Winlogon when the application knows its loaded and visible and the full screen loading spinner will fade out and you'll immediately see
    our explorer shell replacement INSTEAD of now where it's a red background for some time?
    I've found an article explaining a little about how you can change the sequence of applications that run found
    here but I haven't given it a try yet.  I wanted to get community feedback first.
    Let me know if you need any more clarifications on this.
    Thanks.

    You can enable wallpaper with a custom shell. There was a post some time ago on the forum and it is in Chapter 7 of my book:
    Copy the wallpaper image file to a convenient folder in the file system. Example c:\users\test\Documents\myimage.bmp.
    Use Reg.exe to set up the registry:
    REG ADD "HKCU\Control Panel\Desktop" /v Wallpaper /d C:\users\test\Documents\myimage.bmp
    Finally call user32.dll:
    rundll32 user32.dll,UpdatePerUserSystemParameters
    You make the call to user32.dll on startup each and every time.
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • Changed startup sequence with OS 3

    after upgrading both my iphones (2G and 3G) show a different startup sequence.
    with 2.2.1:
    - apple logo
    - 1st page of summerboard with message "SIM Locked: OK or Unlock".
    - to unlock the SIM i type the password......
    with 3.0:
    - apple logo
    - the screen turns black for an instance
    - comes directly in locked position showing the wallpaper getting a message "SIM Locked".
    - after unsliding i get a message "SIM Locked: OK or Unlock". to unlock the SIM i type the password......
    is this a new security feature, is there a option to disable this ?
    tia mike

    Gulliver,
    great, it worked.
    What I did:
    - remove
    com.apple.BezelServices.plist
    com.apple.ATS.plist
    from the preferences folder als described in your article.
    - repair again permissions
    Restart.
    Result:
    - Safari starts up and is faster
    - Mail and adressbook start up again
    - photoshop CS 2 starts Up
    - Illusterator CS 2 Starts Up
    So all is solved.
    Thanks a lot.
    Absolutely recommendable tipp page!
    http://discussions.apple.com/thread.jspa?messageID=607542
    Maria

  • How to define my startup class in an .ear package?

    I am using WL6.0SP2 on solaris.
    I plan to package my application as an .ear file and to put all necesarry class
    files in there (it will has one .war file for the web tier and one .jar file for
    the EJBs).
    I want, when Weblogic loads my .ear file (i.e. my application), to execute my
    special startup class, which initializes some caches, etc.
    I do not want to define a startup/shutdown class in the console, because it is
    only specific to my application and this startup class is not present in the weblogic
    classpath during weblogic startup.
    The correct place should be in application.xml, but I don't see such thing in
    the DTD.
    Thank you,
    Ivaylo Zlatev

    There is no way to do this on the EAR level - you can use load-on-startup
    servlet(s) in your web component, or initial-beans-in-free-pool=1 EJB.
    Ivaylo Zlatev <[email protected]> wrote:
    I am using WL6.0SP2 on solaris.
    I plan to package my application as an .ear file and to put all necesarry class
    files in there (it will has one .war file for the web tier and one .jar file for
    the EJBs).
    I want, when Weblogic loads my .ear file (i.e. my application), to execute my
    special startup class, which initializes some caches, etc.
    I do not want to define a startup/shutdown class in the console, because it is
    only specific to my application and this startup class is not present in the weblogic
    classpath during weblogic startup.
    The correct place should be in application.xml, but I don't see such thing in
    the DTD.
    Thank you,
    Ivaylo Zlatev--
    Dimitri

  • 11gR2 Startup sequence of an instance

    DB Version: 11.2 and higher
    OS version: Unix, Unix-like
    Lets say i have a 2-node RAC and on one of the nodes the clusterware and Instance is down. Are the below mentioned sequence in the correct order
    Step1.
    # cd $GRID_HOME
    # ./crsctl start crsStep2--- Switch to grid user and get the ASM instance started
    $ su - grid
    $ sqlplus / as sysasm
    SQL> startup;Step3. Switch to oracle user and get the DB started
    $ su - oracle
    $ sqlplus / as sysdba
    SQL> startup;Hope this is same in 10gR2 with the exception of grid user and sysasm privilege.

    Unless you disable a service using "+crsctl disable <service>+".
    If after reboot a service fails to start then it can be one of 3 things:
    a) service is broke (some error causes the service to fail)
    b) dependent service failed to start (e.g. RAC instance using an ASM diskgroup cannot start if ASM instance is not available)
    c) service has been disabled
    By default, all services should be enabled for start - I have yet to see otherwise with a CRS installation (where a service is by default disabled from starting up).
    Note however that there could be separate moving parts - like ocfs or gfs for example serving as a clustered file system. Any CRS services that require this for cluster storage will fail to start if the cluster file system is not available.

  • Macbook Pro os 10.7.4 startup sequence and apps start slow

    Been running my Macbook Pro for a few months now and recently it takes forever to startup and apps take a very long time to start as well.
    I ran a diagnostic tool EtreCheck and this is what it said below. Can someone tell me what I need to do?
    Hardware Information:
              MacBook Pro - model: MacBookPro8,2
              1 2.2 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    System Software:
              Mac OS X 10.7.4 (11E53) - Uptime: 0 days 1:17
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (425.56 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8 
    USB Information:
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Kernel Extensions:
    Problem System Launch Daemons:
                     [failed] com.apple.xprotectupdater.plist
                 [not loaded]          ftp-proxy.plist
    Problem System Launch Agents:
    Launch Daemons:
                     [loaded] com.adobe.fpsaud.plist
                     [loaded] tc.tctechnologies.PaeFireStudio.plist
    Launch Agents:
    User Launch Agents:
                     [failed] [email protected]plist
                     [loaded] com.google.keystone.agent.plist
    User Login Items:
              iTunesHelper
              Canon IJ Network Scanner Selector EX
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins:
              EPPEX Plugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              GlancePlugIn.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              Google Earth Web Plug-in.plugin
    Bad Fonts:
              None
    Top Processes:
              5.4   %          firefox
              4.0   %          WindowServer
              1.6   %          EtreCheck
              0.6   %          fontd
              0.1   %          mds
              0.1   %          loginwindow
              0.0   %          Finder
              0.0   %          coreservicesd
              0.0   %          opendirectoryd

    More important then repairing permissions is to repair the disk.
    This will remove corruption from the directory of your system disk.
    Allan

  • How to enter BIOS to set startup sequence

    I want to set my BIOS to look to the CD-ROM first for booting. I can't find how to access the BIOS on startup to set this option. (Hint: it's not F8 ;-)
    HP Pavilion dv7 Notebook
    [email protected]

    Hi There
    As soon as you press the power key to start the com keep tapping f9 on the KEy Board
    Then select your bootable device
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

  • Possible bug: Stage rotates during startup sequence

    Hi,
    I'm almost ready to submit an iPad app to Apple but have an issue with the stage rotating during startup. My app is configured to use landscape mode, fullscreen turned on, auto-orient turned off, selected device iPad.
    When yo launch the app it shows the default png correctly in landscape mode, then rotates it briefly to portrait before snapping back to lanscape again when the app has fully launched.
    I tried a suggested workaround using
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.EXACT_FIT;
    That didn't seem to make any difference. I also tried
    stage.addEventListener( StageOrientationEvent.ORIENTATION_CHANGING, onOrientationChanging );
    public function onOrientationChanging( event:StageOrientationEvent ):void { event.preventDefault(); }
    but again this made no difference.
    Any help appreciated. This problem is preventing me from submitting to Apple as I do not believe they would let this pass.
    An earlier app of mine for iPhone which was packaged using an earlier (a very early, as in before year's MAX early) version of the packager did not exhibit this behaviour.
    Stefan

    thanks again. The initial issue is now resolved by using the addtional Default images. For some reason I've never seen this mentioned before, maybe it's because the Adobe docs mainly focus on iPhone.
    I've still got one remaining issue which the user in another post also witnessed and that is one where the stage briefly seems to resize to a samller size, then flicking back to normal size. This happens at the exact same time where previously the rotation has shown up. It's not a huge issue but annoying nevertheless. I'm also concerned that Apple will pinpoint issues like this upon submission.
    Any advise?
    Stefan

Maybe you are looking for

  • Setting the max and min bounds of a result set

    I'm trying to set the upper and lower bound values of a result set. Meaning, I want to limit the values in my result set to not be below/above a certain number, BUT I want any number in my result set that is below/above the lower/upper bound that i h

  • What is FRT on AT&T Status Shipping Page ?

    I recently ordered my iPhone and have been feverishly checking the status shipping page from AT&T. I'm just wondering what FRT is since I see it as listed with the phone as part of the shipment. Thanks.

  • Warning message for PI vendor change

    Is there an existing warning message that I can use for when a PI vendor partner is changed in a PO?

  • Memory (RAM) error

    Greetings! I'm currently experiencing this error message when trying to add the 3D effect - extrude and bevel on a simple object: "Not enough memory (RAM) to complete this operation". The object i'm applying this effect to is not a complicated one (j

  • Technical infrastructure required for SAP Business Objects

    Hello, I want to know where I can find information regarding to the technical infrastructure required for the product SAP BusinessObjects. Thanks in advance for your valuable information.