load-on-startup not working in weblogic 9.1

Hi
I have the following xml tag in web.xml file
<load-on-startup>1</load-on-startup> for some servlets, i have given then sequence 1 to 5, but for some reason 5 is loading first and the whole application crashes because of this.
do i have to mention anything in weblogic.xml?
Any ideas how do i fix this

Sounds like a bug. I'd suggest opening a case with [email protected]
FWIW, I get a little nervous about inter-application dependencies like
this, but the feature should work.
-- Rob
Subramanian V wrote:
Hi,
I have two applications -
ear1 is deployed in zipped format with a deployment order of 110
ear2 is deployed in exploded format with a deployment order of 150.
But when I start up weblogic, its almost always ear2 which is deployed first.
The behaviour seems random and it looks to me as if Weblogic is just picking at
random the application to deploy first.
Is there any solution for this?
rgds

Similar Messages

  • load-on-startup 1 /load-on-startup not working in Weblogic 9.1

    Hi
              I have the following xml tag in web.xml file
              <load-on-startup>1</load-on-startup> for some servlets, i have given then sequence 1 to 5, but for some reason 5 is loading first and the whole application crashes because of this.
              do i have to mention anything in weblogic.xml?
              Any ideas how do i fix this

    You're right, your situation is very similar to the situation the other poster describes. However, the main similarity is that neither of you have given us any information about what is going wrong. We can't read minds or read what's on your screen. We need to see specific error messages, stack traces, and specific code that shows what you are trying to do.
              However, it's likely that you're running into problems with the issues with "tag reuse" and "tag pooling". You should first read the JSP specification in the areas that talk about this issue, although this will probably leave you with more questions than you started with.
              I'm guessing that your "<gui:button>" element doesn't have any attributes. It's possible that WebLogic is reusing a single "<gui:button>" tag instance for each occurrence in your page. You may have to figure out how to turn off tag pooling in the JSP compiler, but I'm not sure how to do that.
              It's possible that Websphere doesn't give you an issue with this because perhaps they didn't bother with the tag pooling optimization (it is a good thing to have it available).

  • Oracle Applications 11i Load Balancing does not work with RAC one Node

    Hi all,
    Could you help me to resolve this issue.
    Architecture environment is :
    - One APPS tier node
    - Two nodes Oracle Database Appliance (Primary node 1 holds INSTANCE_1 et Secondary node is configurured to holds INSTANCE_2), i.e RAC one Node.
    - The primary node have instance_name SIGM_1 and the secondary node have instance_name SIGM_2, but in RAC one node, the secondary instance is not alive.
    We convert our EBS 11i environment to RAC following note ID Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 11i [ID 823586.1].
    When testing Database failover, Oracle Applications 11i load balancing does not work anymore.
    The root cause is that, when the primary node of the Rac one node is down, the INSTANCE_NAME_1 is automaically relocating to the surviving node,.
    During test failover, we imagine that when the primary node goes down, the secondary node start or relocate database with instance_name SIGM_2, and in that case the Oracle Applications load balancing works.
    Currently, when the primary node goes down, the instance_name SIGM_1 is relocated on the secondary node, which cause failure of Oracle Applications Load Balancing.
    Thank you for your advice.
    Moussa

    This is something I observed a long time ago for Safari (ie: around version 1). I'm not sure this is Safari, per se, but OpenSSL that is responsible for the behavior. I'm pretty sure Chrome does this and I've seen some Linux browsers do it.
    What I have done at the last two companies I've worked for is recommend that our clients do not use SSL SessionID as the way of tracking sticky sessions on web servers, but instead using IP address. This works in nearly all cases and has few downsides. The other solution is to use some sort of session sharing on your web servers to mitigate the issue (which also means that your web servers aren't a point of failure for your users' sessions). (One of the products I supported had no session information stored on the web servers, so we could safely round-robin requests, the other product could be implemented with a Session State Server... but in most cases we just used IP address to load balance with). The other solution is to configure your load balancer to terminate the SSL tunnel. You get some other benefits from this, such as allowing your load balancer to reduce the number of actual connections to the web servers. I've seen many devices setup this way.
    One thing to consider through this is that - due to the way internet standards work - this really can't be termed a bug on anyone's part. There is no guarantee in the SSL/TLS standards that a client will return the same SSL Session ID for each request and there is not requirement that subsequent requests will even use the same tunnel. Remember, HTTP is a stateless protocol. Each request is considered a new request by the web server and everything else is just trickery to try and get it to work the way you want. You can be annoyed at Safari's behavior, but it's been this way for over 5 years by my count, so I don't expect it to change.

  • Updated my iPhone to new iOS6 and my Memory Loader app does not work!  Is there a fix for the problem as it seems I am not the only one coming across this issue?

    Updated my iPhone to new iOS6 and my Memory Loader app does not work!  Is there a fix for the problem as it seems I am not the only one coming across this issue?

    Other than what you have already done, you should clear the cache from your browser and, if you use it, your Facebook app.  Also, deleting old texts can free up some room.

  • Target Load order is not working properly in 11.2.0.2

    Hi,
    Mappings whihc are migrated from OWB10.2 version to 11.2 which contains multiple targets are not working in accordance with the target load order given in the mapping.
    The order in which targets are loaded changes between execution.
    To test is this a problem with migration we had created a smaple mapping containg 3 targets and mentioned loading order in each target table as well as in mapping property.
    The order in which the targets are loaded was random. But when we have 2 targets it seems to be working. But for migrated maps this is also not working.
    Is there any bug reported in 11.2.0.2 for this issue? Any help is highly appreciated.
    Thanks and Regards,
    Pnreddy

    Target load ordering is set to false by default in 11.2.
    You need to set it to true if you want your mapping to use it.

  • Navigation not working in Weblogic Server but working from JDeveloper.

    Hi
    I created a simple application with some page navigations (some declarative and some dynamic using Managed Bean).
    The navigation works fine when I run from JDeveloper. (Local System)
    So I deployed the application to the WebLogic server (Local system with a domain configured with ADF.)
    The pages are getting rendered correctly, bu on button clicks, the navigation is not happening from any of the pages.
    Could I have missed something or is there a way to track what the problem might be?
    JDev : 11.1.1.3
    Web Logic Server : 11gR1 (1.3) which comes with JDeveloper
    Thanks for any help.
    Sameer

    Hi John
    I am not using task flows. I just have some jspx pages defined in the unbounded task flow adfc-config.xml connected with navigation.
    I run from JDEveloper by right clicking on the jspx files.
    The URL when run from jdeveloper is as follows.
    http://127.0.0.1:7101/SessionsPOC-ViewController-context-root/faces/MainPage
    From Weblogic server I am using the link given in the Testing tab of the weblogic administration console.
    The URL is as follows.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root (default)
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/MainPage.jspx
    Actually, the URL given in the weblogic testing tab is not runnable. I am changing the link as follows to be able to run it.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/MainPage.jspx
    I have defined the MainPage.jspx in the web.xml 's Welcome page. But it is not taking it I guess.
    Also, I am able to run the other page by giving the following url. But the navigation buttons are not working in that page also.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/SecondPage.jspx
    Thanks
    Sameer

  • [Solved] ar9170usb loaded but WIFI not working

    Hi,
    I bought today my new USB WIFI adapter (TP-Link TL-WN822N), but its not working.
    ar9170usb module is loaded correctly, but wlan0 doesnt.
    dmesg| grep ar9170usb
    [ 3.007214] usbcore: registered new interface driver ar9170usb
    lsmod | grep ar9170usb
    ar9170usb 49413 0
    mac80211 211662 5 ar9170usb,carl9170,rt2800lib,rt2x00usb,rt2x00lib
    ath 14355 2 ar9170usb,carl9170
    cfg80211 146369 5 ar9170usb,carl9170,rt2x00lib,mac80211,ath
    usbcore 142192 9 ar9170usb,carl9170,rt2800usb,rt2x00usb,rt2870sta,usbhid,xhci_hcd,ehci_hcd
    lsusb
    Bus 001 Device 003: ID 0cf3:1002 Atheros Communications, Inc. TP-Link TL-WN821N v2 [Atheros AR9001U-(2)NG]
    Any ideas?
    Last edited by nexxx (2011-08-08 07:23:16)

    Solved my problem by blacklisting "carl9170", so only "ar9170usb" module is loaded.
    Blacklisting "ar9170usb" did not work here!
    Thanks
    EDIT:
    After update to Kernel 3.0 the ar9170usb module was removed. Now its not working anymore.
    When i load the carl9170 module,  it says
    [    2.979833] usb 3-1: firmware not found.
    Do I need any additional firmware?
    Last edited by nexxx (2011-08-08 07:19:49)

  • Debugging not working in weblogic portal

    When I am running my portal app built on weblogic portal 8.1, its throwing an error cannot start debugger. App might not be deployed properly.
    I have redeployed 2-3 times, and its running also fine, but debugger is not working.
    when the app domain starts few exceptions are thrown like,
    primary key voilated,
    jms connection pool could not connect
    Can this be the reason?

    well, from a debugging perspective, the application errors should not prevent a debugger from attaching to the VM. Can you be more specific about when you say the debugger is not starting?
    Thanks
    Mike

  • CDI not working in Weblogic 12c Embedded EJB Container?

    Hi,
    we are trying to use embedded ejb container from weblogic 12c (12.1.2.0) for our junit tests.
    As our application is running in weblogic 12c, we would like to run our tests  in same environment.
    But we encountered two problems, which brings me to the conclusion that CDI is not working correctly in embedded ejb container.
    1. CDI Interceptor are not working
    2. CDI Objects (@Inject) are null
    I can provide an error message, which I think is thrown, when container tries to access the interceptor, because if I delete the interceptors the error message gets no longer thrown:
    Caused by: java.lang.UnsupportedOperationException: authenticatedLookup is unavailable for BasicNamingNode types
          at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:234)
          at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:463)
          at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:274)
          at weblogic.jndi.internal.ServerNamingNode_12120_WLStub.authenticatedLookup(UnknownSource)
          at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:483)
    We just want to know, if CDI is not working in embedded ejb container, so we can go ahead and look for another solution for our junit tests.
    Stefan

    Hi There,
    If you have access to Oracle Support Portal, please go through below Knowledge Articles which can provide more information on your requirement:
    Sample Application Using Timer API (CommonJ) to configure Timer Based tasks in Oracle WebLogic Cluster 10.3.X Cluster (Doc ID 1614886.1)
    Clustered EJB Timer - The minimum time for recurring execution of a timer (Doc ID 1931091.1)
    Let us know if it helps.
    Cheers,
    Naveen

  • Startup not working Mac OSX 10.6.4

    Hey, im having trouble starting up my mac when i boot it up it gets to the Apple Logo and the whirly loading circle and then after a few minutes it just stops loading and freezes, but i can still heal the processor working.
    About my Mac:
    Imac about 2 years old, recently upgraded to 10.6.3 from leopard, and then downloaded the update to .4. My mac was recently fixed at an official apple store due to display issues as when i tried to boot up the screen wouldn't work, the mother board and almost all hardware was replaced at the store and when i got my mac back it was working fine.
    When this issue started it was after me force shutting down my computer 3 times after the computer freezing after me opening the game World Of Warcraft, this game was working fine before i updated to .4
    Side Notes:
    I am able to boot into my winxp partition but the Nvidia geforce 8800 gs card doesn't seem to be working.
    Things I've Tried:
    Booting from disc - not working, gives me the kernal panic error
    Safe mode boot - the bar gets around half way and stops, then the same thing happens as when i normally boot into osx
    Fsck -fy - seems to do nothing except after 2 tries it says the "Ok"
    resetting PRAM - not doing anything either
    Not sure what else I should say. Any help appreciated, and ive already booked a appointment to visit the apple store with my mac in a few days.
    Thanks!

    Hey, im having trouble starting up my mac when i boot it up it gets to the Apple Logo and the whirly loading circle and then after a few minutes it just stops loading and freezes, but i can still heal the processor working.
    About my Mac:
    Imac about 2 years old, recently upgraded to 10.6.3 from leopard, and then downloaded the update to .4. My mac was recently fixed at an official apple store due to display issues as when i tried to boot up the screen wouldn't work, the mother board and almost all hardware was replaced at the store and when i got my mac back it was working fine.
    When this issue started it was after me force shutting down my computer 3 times after the computer freezing after me opening the game World Of Warcraft, this game was working fine before i updated to .4
    Side Notes:
    I am able to boot into my winxp partition but the Nvidia geforce 8800 gs card doesn't seem to be working.
    Things I've Tried:
    Booting from disc - not working, gives me the kernal panic error
    Safe mode boot - the bar gets around half way and stops, then the same thing happens as when i normally boot into osx
    Fsck -fy - seems to do nothing except after 2 tries it says the "Ok"
    resetting PRAM - not doing anything either
    Not sure what else I should say. Any help appreciated, and ive already booked a appointment to visit the apple store with my mac in a few days.
    Thanks!

  • ListenerAdmin not working in WebLogic

    I seem to be having the same issue that folks are having within the Glassfish server. I've configured the APEX listener on WebLogic 11g (10.3.5). Followed the instructions to create the adminlistener and managerlistener and their respective groups: Admin and Manager and assigned the users apppropriately (followed the installation instructions). I've used listenerConfig to configure the listener but when trying to access listenerAdmin URL I get the dreaded 403 error. Any help would be appreciated.
    Thanks,
    Jack

    Hi Jack,
    could you post some additional information of what exactly you did and which version of APEX Listener you use?
    And did you try to reset your browsers authentication cache? As I've learned when investigating similar problems (also discussed here) both listenerStatus and listenerAdmin use the same realm for basic authentication ("APEX"). If your browser stores your authentication information for one of these realms (which it usually does) and you try to enter the other part, it resends these information, which can lead to a 403 (as discussed in Link http://localhost:8080/apex/listenerConfigure not working).
    Possibly this caching is even instance-independent (as the realm doesn't include any host/instance/... information), so if you've entered different credentials for another instance, this could be an explanation as well. Could you try to erase any entry concerning APEX Listener from your browser cache? Or try a different browser you ususally don't use, perhaps even a portable version of Firefox or something like that, where you can be sure you have a fresh start and can safely abandon everything once you've done?
    The latter case would only be relevant if you aren't even asked before you get the 403. So the question is: Can you enter the credentials at all, or do you get the 403 right away?
    Another possibility: Did you try with a simple password (without any special character)? And did you restart your WLS after adding those users? Possibly these changes aren't effective immediately.
    -Udo

  • Loading swf's not working

    Hello all. I have a 'UI' module that loads in other swf files
    based upon which button the user clicks. It is able to locate and
    load the swf files with no problems. The problem arises with combo
    boxes. Whenever the swf loaded with the loader has a combo box, the
    box does not work properly. When you select an item, sometimes you
    get that item, the one above it, one 2 after it, etc. I have no
    idea why this is happening and would greatly appreciate some help.
    I'll attach my small segment of loading code, maybe the problem is
    there but I don't see it.
    The function launcher is called by the buttons with a string
    to the location of the swf. The loader is able to find these swf's
    but the combo boxes just do not work properly.

    It appears that it was some sort of cache problem. I cleared
    all the private data in my browser and it worked with no problems
    with the new 3.0. I thought I did that the other day but I must not
    have. It's now working just fine.

  • jsp:include is not working on weblogic

    I have a problem I write the following code
    html>
    <head>
    <script LANGUAGE="javascript" SRC="js/tab.js"></script>
    <LINK href="stylesheets/global.css" type=text/css rel=stylesheet>
    <title>JobSpinner Status</title>
    </head>
    <body class="bodymargin" onload="setpage(1)">
    <jsp:include flush="true" page="JobSpinnerTab.jsp"></jsp:include>
    <form id="loginForm" action="/jobspinner/JobStatus.faces" method="post">
    <input type="hidden" name="loginForm" value="loginForm" />
    <nobr>
    It is working fine on four to five PC we have checked .
    But the problem is that it is not working on a particular weblogic Server 8.1 SP2 .
    Can someone help me .
    Regs
    Amit Verma

    Are other JSP tags working on the page?
    eg
    Server info = <%= application.getServerInfo() %> <br>
    Servlet engine version = <%=  application.getMajorVersion() %>.<%= application.getMinorVersion() %><br>
    Java version = <%= System.getProperty("java.vm.version") %><br>
    Java home = <%= System.getProperty("java.home") %><br>Your page might be being interpreted as HTML rather than passed through the JSP engine.

  • Automatic startup not working

    Hi !
    I have a problem I never encountered before. At a customers site
    they have installed an Oracle8i (8.1.7) on a W2K/SP2 server
    machine. The services startup automatically, but the instance
    ist not started. Maybe they messed something up during install.
    On my laptop I have nearly the same configuration, but a soon as
    I start the services using net start, the database is also
    mounted and online and I'm able to connect.
    Any tips for me ?
    TIA,
    Stefan.

    I've seen that a lot, after a time (days or weeks) the auto
    start stops working.
    I have never explained it and Oracle plain refuses to believe
    the problem exists. They say I have messed up the install and
    suggest a re-install.
    This is a real issue but I do not know what causes it. The only
    solution I have found is a re-install. The official way to autostart the db is the registry key
    'AUTOMATIC...)=true.
    But as you know windows does not work always as designed, I
    think that Oracle is not able to locate the problem why some
    installations work not correctly.

  • Form load rules are not working on display and edit forms

    Hi
    I have customized SharePoint 2013 list form using InfoPath 2013. I want to hide certain fields based on user group. I created rules on form load for that. These rules are working fine on New Form but are not working on display and edit form.
    What can I do?

    It could be because the value might have not changed ie, you might be checking for a particular value, the values might have got overwritten when the new form is saved, see if that value is blank or overwritten in display and edit forms.
    I would first check the form load rules and check those values again in Display form and edit form, if the values are not getting cleared/overwritten.
    It would be better if you could upload the screenprint.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

Maybe you are looking for

  • How to play audio in PDF file?

    I am nt able to play the audio embedded in PDF file. Can someone guide me to find what am I missing?

  • How to stop multiple windows in foxfire

    Sorry if this is in the wrong category, but didn't see anywhere else to ask it. I recently bookmarked some a few new pages. When I select them form the bookmark tool bar the cone up in a side window which I can't seen to enlarge to full screen. When

  • Create a BEx variable which should by default contain current date, etc

    Hi, I need to create 2 variables: ZDATE01 and ZDATE02. They will be used in the following situation: 0DATETO >= ZDATE01 and 0DATEFROM <= ZDATE02 to only display records on a current "key" date. ZDATE01 should be a variable that has current date pre-p

  • Any Program to connect JAVA for DB from SAP

    Any Program to connect JAVA for DB from SAP, Rather than JCO Is there any other option, Please tell that option , and how to do that, thank you, Regards. Jagrut BharatKumar Shukla

  • NEW XSERVE (migrate from PowerPC G5?)

    Hey folks! I just purchased a new XServe and was wondering how I can get my server migrated over from my Power PC G5. Obviously I'm not running Snow Leopard Server but rather Leopard Server on the G5. Can I just attach the XServe via firewire and "co