Load on start up problem

hi every body,
I just try to populate the master(country,customer etc) details in the combo box of a dynamic page(jsp).
tell me the best way to fill the value of the combo box.
writing database stuffs(selecting country records) in the dynamic page (OR)
storing it in a application attribute and retreive the same and populate the value
in combo box.
I am trying the later one, i can load it but i cannot retreive it.
what i have done is, loading data in application object is occured
at starting the server(tomcat). I have added the "load on startup" attribute
in my web.xml
But i cannot get the data from application object.
i did all my database stuff in MastersLoader servlet's init() method.
immd reply appreciatable.
thanks
san

when you give a load on startup value as 1 for a servlet declaration in the web.xml the Server calls your servlet when u start it, and calls means the server loads your servlet anc calls the init method. so u may do whatever you like in init method like starting some other application, setting some parameters , etc

Similar Messages

  • Loading on start up problem

    I just got my imac and everything was fine for a week untill tonight. The finder application on my computer was on my dock but when i clicked on it,. it was undiscoverable. And when i tried to restart up my computer, at first it showed the loading circle with the apple above it and then a min later, it shows the loading circle with a circle and a slash through it above the loading circle. Can someone pleasseeee tell me whats going wrong? i really dont wanna haul this 45 min away to get help : /

    Suzanne,
    You did not mention anything about a Logitech board so I have absolutely no idea what you are talking about. When posting please make sure you are indicating all information that might be pertinent. For example when your computer was last working OK and what was done just prior to the problem otherwise we are taking stabs in the dark.
    Here is an article you can use to help debug your problem. Follow it to the letter and then report back.
    http://kb.wisc.edu/helpdesk/page.php?id=3810
    Roger

  • Start up problems, including from installation disc.

    Hello everyone in the Apple ether, I need your help!
    I have a powerpc based iMac G5 at home that I set up for my mum to use once I bought my macbook. I finally managed to win her over with talks of how much easier it would be for her to manage her photos in iPhoto, and everything was going really well. I recently came home after my final year at uni and some travelling to find that the computer is taking a long time to start up. This can be in both the grey apple loading screen but also once it logs in it can take a long time to display anything over than the desktop background, and even once it displays other items any attempt to open anything just results in a spinning wheel icon. At the worst case it has taken about 20 minutes to get going.
    Once it has fully booted, the machine doesn't appear to be working any slower than normal. I tried using disk utility in mac OSX and verifying permissions etc and that didn't do anything. I then tried googling the problem and came across this article on the apple web site. http://support.apple.com/kb/TS1417
    Starting in Safe Mode did not resolve the issue so after backing everything up I tried starting from the installation disc. This is not something I have ever done before and as someone that never really delves beneath the surface of her machines I was a bit scared of doing it. But I put the disc in and restarted and held down C just after I heard the chime, and shortly after it all went wrong. The screen went grey and all I could see was the image you get when it crashes (you know, the power sign with text over it saying you need to restart) with lines of code all down the left of the screen. I took a photo of the screen on my camera so can give details of the code if you need them. The last line said
    Kernel version:
    Darwin Kernel Version 8.8.3: Wed Oct 18 22:00:38 PDT 2006; root:xnu-792.15.4.obj-4/RELEASE_PPC
    panic: We are hanging here...
    After a few minutes on this screen the fan started working overtime and after about 5 minutes of that I just turned it off using the power button on the back. The machine has since started up normally (ie slowly) but is working fine.
    So I was wondering if anyone had any ideas how to fix the slow start up problem without booting from my install disc, or indeed if anyone could suggest why I can't boot from my install disc? Thanks very much for your time and help.

    It appears you experienced a kernel panic which is hardware related. A few suggestions for you to try:
    Except for the keyboard & mouse, disconnect all devices from the computer & try the suggestions mentioned in the following:
    http://docs.info.apple.com/article.html?artnum=106805 Mac OS X: "Broken folder" icon, prohibitory sign, or *kernel panic* when computer starts
    User Tips: Kernel Panics
    ==============
    Boot up from your Tiger or Leopard Install DVD while holding down the "c" key.
    Select the language you wish to use, and then choose *"Disk Utility"* from the menu bar.
    Your HD should appear in a panel on the left hand side of the window which opens. Select it and then click on the *"repair disk"* button in the right hand section of the window.
    Once this process has been completed restart your computer and run *repair permissions* from Disk Utility.
    * If Disk Utility (from the install DVD or HD)is unable to complete the repair, you will need to use a stronger 3rd party utility like DiskWarrior, Techtool PRO (not Deluxe) or Drive Genius.
    =============
    How much HD space is left on the iMac?
    How much RAM is installed?
    ==============
    Which "model" & "generation" G5 iMac does your mother have?
    Need this info so that the knowledgeable users can provide you with the proper troubleshooting solution(s).
    http://docs.info.apple.com/article.html?artnum=301724-en How to identify your iMac
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh355.html Getting information about your computer
    You can have this info displayed on the bottom of every post by going to 'My Settings' which is located in the column on the right under your name, and filling in the information asked for.
    Thank you

  • Photo Gallery start up problem

    I have a glitch and it's probably me … but here's what
    I know.
    About Don Booth's Photo Gallery:
    It's great. Everything is good - integrated with my CSS -
    looks nice.
    When the page loads all is well except the first image in the
    Gallery does not display in <div id="mainImageOutline"... (and
    the first thumbnail is not highlighted). While I'm building and
    testing this is OK. Just click a thumbnail and everything works
    well.
    In the demo, the Gallery is operational by default and starts
    up with the first thumbnail and Spry:detail produces the
    corresponding image (automatically). That's what I want.
    About my code:
    Except for a couple of "page layout" divs that I have,
    consistent with my own site-wide style sheet conventions, such as
    <div id="wrapper"> and <div id="maincontent"> I have:
    1. Copied Don Booth's xhtml code directly from the
    Spry_1_1_022408 download sample.
    2. Copied Don Booth's css code directly from the same
    download sample.
    3. Copied Don Booth's gallery.js directly (without change as
    far as I know).
    The only significant change (apart from CSS and xhtml
    structure) in my work is - I added an additional Spry:detail div to
    present additional datapoints from xml. This is not relevant to my
    question because the issue that concerns me is consistent if I
    remove this second detail div. The start-up problem remains.
    The URL for the gallery page in question is:
    http://www.yhqg.org/Celebration/quiltshow2008/galleryix/gallery.htm
    I imagine the problem is in gallery.js. You should know that
    javascript is a bit like dungeons and dragons to me.
    I have an error report:
    Error: dsPhotos is not defined
    Source File:
    http://www.yhqg.org/Celebration/quiltshow2008/galleryix/includes/gallery.js
    Line: 55
    So, when I see:
    var gAutoStartSlideShow;
    if (gAutoStartSlideShow == undefined)
    gAutoStartSlideShow = true;
    I imagine I'm looking at something useful but I don't know
    what to do with it, or if it is the right code to focus on. I
    respect the relationship with level 4 support engineers, but after
    trying to solve my own issue for a few weeks I decided it was time
    to submit my question. How do I get Photo Gallery to start up like
    the demo?
    Additional information:
    There is also a series of error reports that show when the
    Gallery is playing (for example):
    Warning: Expected end of value for property but found
    '-0.0775'. Error in parsing value for property 'opacity'.
    Declaration dropped.
    Source File:
    http://www.yhqg.org/Celebration/quiltshow2008/galleryix/gallery.htm
    Line: 0
    I don't think it is related, but that's what I know.
    I tried to copy my xhtml (below) but it caused this message
    to exceed allowed size. But I don't see that xhtml is the problem.
    You can see the source at the URL (above).

    Hi Latauro,
    Sounds like you need to turn your Slideshow into a Track, and then set the Track to display as 16:9 Letterbox; but first, you'll also need to encode your slides as wide Mpeg 2 clips (encode set to 16:9), too; to whatever duration you have them set in the Slideshow, currently (if they're not already wide encoded clips).
    It would be good to stick some same duration audible or silent same format and bit rate audio underneath each of the new movie slides, to present players a nicely packed VOB.
    Take care,
    Trai Forrester
    TFDVD Research Labs
    http://www.DVDVerification.com
    PS. If this helps you, would you please remember to declare the thread as "Solved". Although probably hopeless, someone should make a run to try and catch up with good Drew!! (see what happens Hal, when you take some time off?!

  • Load files into Stack Problems

    So what happen was this. I make GIFs as a hobby. But what happen was that 3 days ago, I opened my Photoshop CS5.1 Extended version 12.1 (x64) and did the usual thing.
    I went to Scripts and to Load Files into Stacks. I loaded my files and pressed OK. So here's the funny part, usually, the pictures will load by itself and eveyrthing will be in order. But what happen was that the layers load to around 6 to 7 layers and everything just disappear. Literally disappear. Like I didn't even load anything. No canvas, no images, nothing. I thought it was a bug or something so I reinstalled my CS5 but the problem remains.
    So I try with my CS6 Extended version 13.0 x64. (That I barely use because I'm still more comfortable with CS5.) And the same thing happens.
    I decided to Google it and nothing comes up. I do not know whether is it my laptop or something went wrong somewhere. This has never happen before for the amount of time I have CS5.
    I even change my scratch disc space. Last time it was on (C) with around 20GB space and nothing happens. So I changed it to my D drive and it has atleast 150GB space. I even tried closing every applications I have to test whether is it something related to my ram. But nothing happens. The problem remains.
    So I require some help because I asked around and it appears that none of my friends knows whats wrong.
    Here's my system information:
    Window 7 Ultimate Service Pack 1
    Intel (R) Pentium (R) CPU B970 @ 2.30GHZ
    6.00 GB Ram
    Running on 64-bit OS
    Graphics:
    Intel(R) HD Graphics Family

    When you start having problems with Photoshop.  Most of the time its because of something external to Photoshop or your user id Photoshop preferences.   Reinstalling Photoshop seldom fixes these problem. For User preferences survive across the reinstall. Third party plug-in may as well. Since you have the problem with both CS5 and CS6 it may have to do with the files your loading into the stack. For that something both version are trying to process.  CS5 and CS6 haves separate Preferences and third party add on must be installed into each though they may share plug-in if you use Photoshop Preferences to and a additional plug-in path and you use the same path for CS5 and CS6.

  • Font loading when starting Acrobat - Acrobat hangs

    I have the problem of a kind of "hang-up" of Acrobat 9 when opening a file. Actually this problem started with Acrobat 6 or 5 I think and I have not found a solution or a reason why. Also I did stopped searching for solutions some time ago and tried to live with this feature of Acrobat.
    Today I started searching again and found this here:
    http://www.adobeforums.com/webx/.3bc3a7f1/22
    I investigated some time in verifying that the font loading is causing my problem.
    This is what happens:
    - Acrobat is not running. I open a PDF file. Acrobat starts, the file is opening after a few seconds, fast enough. After 10 seconds or so the application hangs and does not react. A second tab is opening and when you look into the task manager you see that csrss.exe is running with 50% CPU usage on top of Acrobat with the remaining 50%. After - it seems a long time, like leaning back and having a cup of coffee - the system comes back an one can work with the PDF file just like normal.
    - When you just close the file and not Acrobat as such and open a new file, the hang-up does not occur.
    - Only when you close Acrobat and open a new file it happens again.
    My work-around after knowing this - after a few years of searching - is to to start Acrobat on booting the PC by putting the application into autostart and never close it during the day.
    I can not uninstall fonts. I need them all.
    Now the question: Is there anything new on this subject? Is there a way to disable font loading when starting Acrobat?
    I have tried some of the speed-up tools, that disable some plug-ins. They do not help.
    Thanks for some feedback and may be a better solution than mine.
    (If only Acrobat would load the fonts first, tell me it is loading the fonts and how long this takes, and then open the file I need to read - this would be nice ... )

    I use XP Pro and have the same problem on other computers with XP Pro.
    For the fun of it I un-installed Acrobat 9 and re-installed and - surprise surprise. No hang-up. Just perfect.
    I started and closed Acrobat several times and every time I think the hang-up, that used to be a minute and more before re-installing - is a little longer. At least it feels like.
    I remember I had the same observation when I upgraded to Acrobat 9. But a few days later the hang-up was there again.
    I will observe ... and keep you updated.
    I am using type 1 and true type fonts and Adobe Type manager to manage ma many fonts.
    On page display I have "use local fonts" checked. I don't see a difference, when I un-check.
    Ideas to solve the issue are aprreciated

  • HT1430 My ipad2 shut down randomly and than start. Problem is remain after reset. Please help!

    My ipad2 shut down randomly and than start. Problem is remain after reset. What is the solution.

    You can try restoring your iPad as new using iTunes on your computer. This will load a new copy of the iOS software onto your iPad.
    If this doesn't work you may have a hardware problem and will need to contact Apple Support.

  • Start up problems, get the circle with slash symbol then hangs forever

    I did a bad thing, I downloaded some software from the Internet. It was from Smith Micro. After the first re-start after installing, I had start-up problems with the "not allowed symbol" (a circle with a slash through it) coming after the Apple symbol then hanging forever.
    The Smith-Micro programs I down loaded were Spring Clean-up and Internet Clean-up. I have not used either program, just installed them.
    I have run Disk Utilities from my start-up disk, everything tested out perfectly. Tried a Safe Boot, computer started up but I couldn't do anything (useless for me). Tried to Zap P-RAM, didn't work. Tried booting in target mode, got a weird symbol ( can't even explain this one) and it just hung there. Unconditional reboot works, and I can use the computer like normal. Does the unconditional boot mess anything up. Should I use it from now on?
    I used the included uninstaller for both Spring Cleaning and Internet Clean-up, the computer still won't start-up normally.

    There's hardly any circumstance that requires the so-called "clean" install; it's a windoze-centric thing. Just reinstall, ensure that fixed the issue, then run Software Update. Snow Leopard's installer only replaces the OS components and basic Apple apps, such as TextEdit, Mail, Safari, Terminal, and Calculator, leaving *everything else* in place. In the future, always make a restorable backup before installing new stuff.

  • Itunes corrupted so I uninstalled, and now reinstall download will not finish loading at Starting Service

    Itunes was corrupted by an update so I uninstalled, and now reinstall download will not finish loading at "Starting Service"?

    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

  • Start-up problem with hp pavilion dv6t-7000‏: "Boot Device Not Found. Hard Disk (3F0)" error

    I started getting start-up problems with my hp pavilion dv6t-7000‏.  It happens intermittently. 
    The boot error is:
       Boot Device Not Found
       Please install an operating system on your hard disk.
       Hard Disk (3F0)
       F2 System Diagnostics
       For more information, please visit: www.hp.com/go/techcenter/startup
    Could a faulty BIOS update cause this problem?
    Anyone else who may have experienced a similar problem?
    I'd appreciate any help about this problem.  Thanks.

    Hi
    Please find the link given below might help you to fix your issue.
    Resolve Boot Device not Found Error Message
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • How do you stop Audigy programs from loading at start

    I posted yesterday regarding my sound card (Audigy 2 ZS Platinum) taking up a large amount of CPU.
    I went into my BIOS and basically assigned every free IRQ to my PCI cards and yet again changed the slot that the card sits on. Everything is back to normal and I think I might know why, which is where my question comes in.
    Thankfully, XP allows me to use the card without rebooting. If I do reboot, I have a feeling 3 things will happen.
    . A pop up window will appear at the top of my screen that allows me to control certain aspects of the card.
    2. A program will appear in my task bar (white with blue headphones) which allows me to run Creative Programs.
    3. My CPU will jack up again.
    Because I didn't have to reboot when i re-installed the card, these two programs are not running.
    My question is, how do I stop those two programs from loading at start up? I've closed them down in the past after a reboot and it does not help, so obviously something is loading with them.
    Any help would be greatly appreciated.
    Thank you.
    AMD Athlon XP (.8), 52MD RAM, XP SP2, ATI Radeon 9700 Pro

    That is not part of Firefox, but appears to be an add-on. You appear to have this add-on installed - https://addons.mozilla.org/firefox/addon/3481/
    For details of how to uninstall the add-on see the [[uninstalling add-ons]] article.

  • I had an iphone 4 and when I downloaded the IOS7 started having problems. Gone the phone keypad, could not type more names of my contacts in the phone search. I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of yo

    I had an iphone 4 and when I downloaded the IOS7 started having problems. Gone the phone keypad, could not type more names of my contacts in the phone search. I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of your phone contacts it takes to open or write

    dedegodoy wrote:
    I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of your phone contacts it takes to open or write
    What does that mean? What is your technical support question?

  • Blackberry Desktop Software - Request Option to Disable Software from Loading During Start-Up

    After Blackberry Desktop Software automatic updates. Software become part of Start-Up option or menu. I do not want Blackberry Desktop Software to automatically load during Start-Up. The Desktop Software does not have a user friendly option to disable the desktop software from loading during start-up. Am writing you to add this feature to your desktop software. I've just completed loading v5.0.1 and again I need to hunt and peck a way through windows to delete this software from loading during start-up. This software needs to have a user friendly option to disable the desktop software from loading during start-up. When I loaded v4.x.x when I bought my blackberry your set-up wizard had this disable option, but all your subsequent software upgrades change my windows start-up to load blackberry desktop manager software. Please add this feature to your software.

    Hello and Welcome to the Forums!
    In regards to your hope that RIM will see your message -- these forums are a user-to-user support channel, not a user-to-RIM conduit. As such, it is unlikely that they will see what you have written. However, if you have specific and constructive ideas for them, I have heard that they accept such via email to [email protected]
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Start up problem Nokia 2520

    Hi,
    My 2 weeks old Nokia Lumia 2520 has a start up problem. When I switch on the phone I only see a blue screen with an unhappy smiley face :-(
    The battery is fully charged and I tried holding the 'power on'button for 10 seconds, but it doesn't work. Anyone knows what to try next?

    I tried holding the 'volume down' and 'power on' buttun simultaniously, but it is still not starting properly. Now I am getting an exclamation mark....

  • Start-up problem keys won't work

    Hello out there,
    I have another start-up problem with a G5 2.0 GHz (7.2).
    I can't use any start-up keys (such as holding c oder s).
    I can't reset PRAM. Starting from CD works only when I unplug the hard drive. The keyboard works fine than.
    Any suggestions?
    Thanx
    Thorsten
    all from G3 to G5   Mac OS X (10.4.9)  

    I found an answer by myself.
    Holding the power button after switching on brings you to the open firmware.
    Now you can type:
    reset-nvram [enter]
    reset-all [enter]
    After that the startup keys worked again.
    Sometimes it's useful to refine your search

Maybe you are looking for

  • Deleting text in bckrd

    i was using a 06 theme and in the backround it would say the name of the theme for example im using pass through and it says it in the backround even if i try puttin a picture over it still there?? any ideas

  • Getting errors while running jsp on sunone web server 6.1

    While i created war file and delpoyed my application on web server6.1, it loads default jsp(welocme.jsp) page fine. but when I submit data it gives me following error. [06/Oct/2003:09:17:53] info ( 600): Internal Info: loading servlet /custapprec/bon

  • App installation fails with error 0xE8000004

    hello, i have purchased a navigation (GPS) application for iphone and ipad but installation fails with error 0xE8000004, even if the application is the only one (i have removed all other apps). I have tried on iphone and ipad and using different OS:

  • ITunes doesn't connect to speakers- no network, just speakers

    I have an iMac G5 and bought an AE to play music wirelessly through iTunes. iTunes is v 6.0.1. It has the pull down menu to select "stereo" (my name for the AE network) and there is a full set of bars for signal strength. When selecting "stereo" from

  • ORA-16795: database resource guard detects that database re-creation is req

    Hi, I have Data Guard with data broker (Oracle 10.2.0.4) set up with RMAN and RMAN catalog. I was recovering my primary from a corrupted datafile, when automatic failover took place. After I did the recovery, I tried to re-instate my primary, but ran