load-on-startup is not working !!

Hello all ... I have a servlet....CSVReaderServlet.java
and following code in web.xml
<web-app>
<servlet>
<servlet-name>
CSVReader
</servlet-name>
<servlet-class>
com.xpedion.CSVReaderServlet
</servlet-class>
<init-param>
<param-name>root</param-name>
<param-value>/app/agents</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
</web-app>
having this all i expect when i start my weblogic ... servlet should run on start up, but it does not. If i make a call from browser then it runs perfect.
Any clue.... ??
Thanks
Ajay

Is there a particular reason you feel it necessary to post this over and over again?
http://forum.java.sun.com/thread.jsp?forum=31&thread=428054

Similar Messages

  • At YAHOO: "Sorry, comments didn't load correctly; things may not work." Spinning circle ... IE works correctly.

    AT YAHOO comment section: "Sorry, comments didn't load correctly; things may not work." I get a spinning radial circle - failing to load comments. Firefox 8 worked fine. Help?

    To cor-el,
    I followed your suggestions and ultimately through the process of elimination found the problem. One of the add-ons, "Do Not Track Plus" was the culprit! In that add-on under settings a presentation of all of the sites "blocked" appear. By un-checking the "Facebook Connect button" voilà! Problem solved. The Yahoo comment tab now loads and works correctly.
    cor-el - Thanks for your help and consideration. I very much appreciate it. You're a champ! ~ mitchell1568

  • Date/time icon and other movable icons on menu bar cannot be loaded on startup,but it works if manually loaded

    Strange things happened since my mbp 13' (MD-101) was upgraded to 10.8.4 ----------- time icon, battery icon,and language icon (these icons can be moved when held Command key and drag) cannot be loaded on startup, but they still can be loaded when you get into System Preferences and manually  turn them on, as well as iStat Menus
    However, some other icons didn't bother, things like BetterTouchTool, NewsBar. They are immovable!! I guess it is the key factor that the icon is movable or not making the difference.
    Someone please lend me a helping hand?
    I've attached some pictures in order to make my situation easier to be understood.
    these icons can't be loaded on my loggin in.
    but they can be loaded manually
    however, these icons will be loaded on startup
    I've almost despaired to resolve it . Thanks for your help!

    I have a similar issue. When the computer goes into "Hibernate" mode -- that is, it loses power while sleeping and it writes the contents of it's memory to disk in order to boot into that exact configuration when woken up -- many of my icons when Apple-Tab'ing to another application appear as static. They look like a slightly colorized version of the "static snow" you see when tuning into a station that doesn't exist on a UHF antenna television. Also, icons in Chrome such as web sites "favorite icons" or favicon.ico (the icons that appear in the URL bar and bookmarks) will be scrambled in the same fashion , at first , until the actual icon is loaded.
    Between this, my menu bar and finder icons not displaying, and being unable to boot into safe mode, I'm getting quite ******. I have no idea what the **** is going on with my Macbook Pro. The issue of the scrambled icons actually existed prior to installing an SSD and doing a fresh install of Mountain Lion. I may end up throwing in the towl and re-installing the operating system but I'm sure SOMETHING will happen. It seems the latest update, 10.8.2, is absolute garbage.
    What the ****, Apple? And I really don't want to take the computer to the morons at the Apple Store. They are not "geniuses" by any measure.

  • Why is my symbol loaded dynamically from library not working?

    Hope someone could help,
    The code in "Example1" work fine if the video symbol is located on the stage. But what I'm trying to do is load the video symbol from the library dynamically and that doesn't work as illustrated in "Example2".
    My question is why does Example1 work and Example2 not work?
    Example1:
    var youtube = $("<iframe/>");
    sym.$("video").append(youtube);
    youtube.attr('type', 'text/html');
    youtube.attr('width', '560');
    youtube.attr('height', '315');
    youtube.attr('src', 'https://www.youtube.com/embed/A3PDXmYoF5U');
    youtube.attr('frameborder','0');
    youtube.attr('allowfullscreen', '0');
    Example2:
    sym.myVideo;
    sym.myVideo = sym.createChildSymbol("video", "Stage");
    var youtube = $("<iframe/>");
    sym.$("myVideo").append(youtube);
    youtube.attr('type', 'text/html');
    youtube.attr('width', '560');
    youtube.attr('height', '315');
    youtube.attr('src', 'https://www.youtube.com/embed/A3PDXmYoF5U');
    youtube.attr('frameborder','0');
    youtube.attr('allowfullscreen', '0');
    Thanks in advanced,
    -Angel

    Have you tried a reset:
    Hold the Sleep and Home button down for about 10 second until you see the Apple logo.

  • CS3 Extension that initializes a JS-Object during startup is not working in CS4

    Here is a simple Extension that works fine in DW CS3 and doesn't work in DW CS4 (trial version):
    The File myObj_Startup.htm was placed in Folder Configuration/Startup. It initializes a quite simple Javascript-Object during Startup of DW.
    Content of myObj_Startup.html:
    <!-- MENU-LOCATION=NONE -->
    <HTML>
    <HEAD>
    <TITLE>beim &Ouml;ffnen</TITLE>
    <SCRIPT LANGUAGE="javascript">
    myObj =
         showMsg : function (msg)
             alert(msg);
    function onOpen()
       myObj.showMsg("startup");
    // SCRIPT ENDE
    </SCRIPT>
    </HEAD>
    <BODY onLoad="onOpen();">
    </BODY>
    </HTML>
    Besides this, an additional menuitem was defined in menus.xml to use the JS-object myObj:
    <menu mmstring:name="menus/DWMenu_File" id="DWMenu_File">
            <menuitem name="Test" command="myObj.showMsg('Testing');" enabled="true" domRequired="false" id="DWMenu_File_SIEMENSTEST" />
            <menuitem mmstring:name="menus/DWMenu_File_New" key="Cmd+N" command="dw.newDocument()" enabled="true" domRequired="false" id="DWMenu_File_New" />
    With Dreamweaver CS3 everything works out fine: I get a Alert-message: "startup" during Startup and when I'm clicking Menu->File->Test I get a Alert-message: "Testing".
    With Dreamweaver CS4  (trial version) I get a message: "startup" as well but when I'm clicking Menu->File->Test I get no message.
    Instead I get a Logfile "C:\Documents and Settings\user\Application Data\Adobe\Dreamweaver CS4\en_US\Configuration\Logs\DW JavaScript.log" telling me:
       JS Error:
           myObj is not defined
           filename:
           lineno: 0
           While executing DWMenu_File_TEST command in menus.xml, the following JavaScript error(s) occurred:
           ReferenceError: myObj is not defined
    Why is this simple extension working in DW CS3 and not working in DW CS4?
    Did they change the treatment of JS-objects initialized during startup?
    Is the object out of scope?
    Are such extensions not working in trial versions of DW CS4?
    I cannot explain this behavior - please help!

    Hi,
    I have an similar problem and couldnt find an workaround for the problem.
    When i add an new menu item to the menus.xml file, the menu item shows up, but my custom command (simple alert) wont trigger.
    Can somebody please help?

  • Google Chrome videos: "Couldn't load plug-in", flash not working.

    For some reason today I can't play any sort of YouTube videos, and flash player is simply not working anymore. This happen spontaneously, and I am almost certain that I didn't trigger anything that could do something to this degree. I've installed flashplugin from the AUR, did not fix it. Though YouTube and flash is working in Firefox.
    I got a notification from Google-chrome that it has been updated but that did not fix this problem.
    Thank you for any responses.

    In my case, I have NEVER had Flash working, on any of the browsers I have tried (Firefox 19, Chromium 25, Google Chrome-dev 27, Opera).  It's a fresh installation on a laptop I'm trying to set up for my 7-yr-old (to visit funbrain.com, Nick Jr, Disney Jr, etc).  Unfortunately, all these educational/game sites need Flash player.
    It's an old ThinkPad T23 (1G memory), and I've been trying to find *something* that is light enough to run on this system, yet will still run Flash (Ubuntu/Mint ran the sites too slow, and XP won't work with the USB wifi adapter).  Certainly not the best machine for this, but it's what I have that still works.
    Of course, you know that I'll get it working and find out the browser/flashplayer performance is just as unusable as it was with Mint...

  • Repairing permissions on a raid startup disk not working.

    Noticed that disk repair and permission repair do not work on a raid disk. Is there a fix?

    Known issue with Lion.
    Command line will work for now:
    diskutil repairPermissions /

  • The tilt on my ipad 2 has stopped working, already reset back to default and loaded 6.1, still not working

    Has anyone any ideas other than the Apple shop to fix the tilt issue, reset back to factory default, still not working, changed the locking position, and more or less given up. Seen lost of notices around Temple Run and how this seems to happen after installing that particular app.

    You have indicated you did a restore with no affect. You don't mention specifically if it is not working with multiple applications or not. I have had one or two apps that quit recognizing the tilt. If it is just one or two apps, delete and re-download/install those apps. If it is with all apps, then you are indeed looking at a trip to Apple to get it fixed. Or you can contact them through one of the options here: http://www.apple.com/support/contact/

  • ALT Startup will not work any longer, PRAM reset will not work any longer.

    Hi folks,
    I just bought and plugged in my Mac Pro to a new Belkin battery back up unit yesterday, and now when I try to restart using the ALT key it will not work, it starts up to my default drive only. When I try to reset the PRAM, using the option-command P-R keys it also boots to the default drive.
    Any suggestions would be appreciated.
    Jim

    Troubleshooting is sortof voodoo, if you do "a" and get response "b" then don't do it!
    There have been other problems, USB hub, cable, etc.
    OS X doesn't "need" PowerChute which also hasn't been updated in two years and can cause problems. APC works. APC's software for Windows is excellent though. Shame.
    As for why... I'll leave that for philosophy class.
    Wired keyboard? check. 1000VA or above? check. Any UPS also can have a strong EMF field around it that I guess could affect other electronics (cell phones etc and AC adapters have been known to cause problems and RFI).

  • Images are not loading or flash player not working EXCEPT in private browsing mode

    I recently used Auslogics Boost Speed to clear out my cache, defrag and optimize my computer. When I went to start my browser, none of my images from my regularly visited sites were loading. Nor were any of the sites that had Flash? I tried several sites to see if it was isolated but to no avail. It happens whenever I go to ANY of my sites. BUT...here's the weird thing...if I switch to "private browsing" THEN all the images load and my flash websites load and work? What happened? I must have changed something during the optimization that is no longer allowing me to load images or use Flash whenever I am in regular browsing mode. Can you help? @_@

    Your Web server is running on an operating system that is case-sensitive. You appear to have uploaded an Images folder, but not an images folder.
    You do not have a file here:
    images/squeeze-video_425x344_r9_c6.jpg
    But you do have a file here:
    Images/squeeze-video_425x344_r9_c6.jpg
    So you'll need to either change all your image/<whatever> links to point to Images/<whatever>, or upload another folder named images.
    Or, if you want to use a single folder, and if your local file system is not case-sensitive, you might be able to do it in DW's file panel. Here is a method that you might use to have all of them in a folder named images.
    BACK UP YOUR SITE FILES
    Rename Images to Foo (allow DW to update links)
    Rename Foo to images (allow DW to update links)
    Upload the images folder and any/all files that DW changed
    Delete the online Images folder
    HTH
    Mark A. Boyd
    Keep-On-Learnin' :-)

  • Satellite L300 - after Win8 load DVD drive is not working

    I have just loaded Windows 8 on my Satellite L300. The DVD no longer works with an error message 39 it says the driver is corrupt. Also external attached DVD's are not recognised. I cannot find a driver to reload.
    Any suggestions.
    Regards

    Check this article:
    http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/bulletinDetail.jsp?pf=true&soid=3516888
    If the TOSHIBA Recovery Media Creator or TOSHIBA Disc Creator are installed on the HDD, there might be a issue between Win 8 and mentioned software
    So uninstall these tools, then restart your PC using the Power-->Restart option in Windows 8. Your CD/DVD should be accessible now.

  • Need Help! Wierd loading percentage issue does not work in IE  but in other browsers it is ok, why?

    Hi!
    I have created a little test swf for my client and I have
    encountered a wierd problem because the loading percentage text
    field does not seem to function in IE 6 but the same file works
    fine when viewed in Firefox and Netscape. When I test the movie
    using simulate download in Flash it works well too. Is this a bug
    and how can be fixed?
    Please take a look online:
    http://www.attila.reinhardt.com/clients/accentcom/clientprofiles_cheyney.html
    I have also posted the related actionscript code below.
    Thank you for any help in advance,
    Attila

    << I Tried to post it through this link -
    http://input.mozilla.com/en-US/feedback#sad
    There was no visual clue that it took the feedback - just sat on the screen with my information in the text box. >>
    The same thing happens with me.

  • Startup Menu not working

    Hi,
    My laptop is Pavilion DM4-1160US. I had windows7 and when I tried to install Ubuntu, Windows7 damaged and Ubuntu installation also not completed. Now while restarting the system, I preseed Esc key and Startup Menu came. But none of the options in StartupMenu otherthan F1(system information) and Enter key is working. I need to enable F9 option so that I can select boot from Pendrive option and install ubuntu.

    Hey @anoop1234,
    Firstly, welcome to the HP Support Forums!
    From what you describe the issue is related to the failed Ubuntu installation wiping the boot records. It sounds the like the notebook is UEFI which is typical now, and will only show UEFI enabled devices on the boot table, otherwise you need to enable legacy mode in your bios.
    I did some searching and found the following pages on the Ubuntu support site. The main thing is to make your pendrive  UEFI compatible so it will show up as a valid boot device for your computer in UEFI mode.
    Try these paying particular attention to the UEFI and BIOS one and it should help you with your installation.
    Installation/FromUSBStick
    Installation/UEFI-and-BIOS
    Let me know if you had any trouble with this, or if you need more assistance. Good luck.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Load panel tui file not working on CVI2012 for Linux

    We are having problems with panels that look fine on Windows being difficult to read on Linux, presumably because most control and text fonts are VAL_DIALOG_META_FONT on Windows but the CVI for Linux run-time only has NISYSTEM.
    As a quick way to test different fonts on Linux I created a tui file from the uir file and then used global search and replace to change VAL_DIALOG_META_FONT to something that would hopefully look decent on Linux.
    Problem is that LoadPanel(0,"filename.tui",1) works on WIndows but throws error -46 on Linux.
    Whereas LoadPanel,0,"filename.uir,PANEL) works fine on Linux & Windows but the fonts are very hard to read on Linux.
    Is there a table somewhere mapping the VAL_FONT attribute magic numbers to corresponding fonts on Windows and Linux?
    It'd be nice to have some guidance on the default font mappings. But at the end of the day, I don't really care much about fonts unless the defaults are hard to read.
    I guess one other potential complication is the UIR file originally came from CVI 8.5, but CVI 2010 for Windows didn't say anything about needing to "convert" it.  Perhaps one of the attributes in the tui file is not valid on Linux, but is on Windows?
    Solved!
    Go to Solution.

    Loading TUI files in Linux it's an issue that we have recently discovered and it did not made it yet to the known issue list. I'm not 100% sure but I believe a workaround to that problem would be to go and manually edit that tui file and remove those attributes that generates errors. You can begin with  ATTR_TITLEBAR_STYLE and then look if one of the following are in the tui file: ATTR_DS_BIND_PLOT_STYLE, ATTR_DS_BIND_POINT_STYLE, ATTR_DS_BIND_LINE_STYLE, ATTR_DS_BIND_PLOT_COLOR and delete them. Then try to load the tui file again.
    On the other hand I think there is a workaround for your original problem: the predefined fonts (VAL_DIALOG_METAFONT) looks bad on Linux. I believe there is a way a user can change the underlying font and the size of a predefined font. In windows you can change it in the registry but in Linux you can define an environment variable: XAPPLRESDIR that points to a directory that should contain a file named cvi, a file where you can write font settings. Each line has to be of the following format: <appName>.<key>:<value>. If you want the settings you're writing to be persistent for all applications the put a "*"instead of the application name. 
    The list of possible key is: appFont (NIAppMetaFont), menuFont (NIMenuMetaFont), dialogFont (NIDialogMetaFont), e​ditorFont (NIEditorMetaFont), messageBoxFont (NIMe​ssageBoxMetaFont).
    The value have to be of the following form: <font family>-<font name>-<font size>
    Here is the only line I have in the cvi file: *.dialogFont : adobe-helvetica-19

  • Loaded 7.3-does not work-restored system-does not work-missing files?

    I downloaded 7.3 and got a message that it could not upgrade the version of IPOD software found on cpu. Please uninstall and try again. Did that. Also removed all Itunes and Ipod software versions. Still got message. Decided to restore computer to before the 7.3 download. Now get error message that ITunes cannot run because files are missing. Doesn't say which ones. Any idea on how to restore old version?

    My workflow is to basically backup my negative collection by scanning at the highest resolution possible and save them at full bit depth as Tiffs on offline storage. I then duplicate all the files as large JPGs and store them on my local machine. These are then all duplicated again and down sampled to 1024*768 to be synced with the iPad. After 2 1/2 years and a 16 page file documenting all the bugs, I finally got the small files to sync with an iPad 4. After all is said and done, it only took about 7GB to sync 50K Jpgs but did end up with a 20GB "Other" file that no one from Apple can explain. I have been seeing these "Other" files for a while and think they are some sort of memory corruption and the only way to get rid of it is to restore the ipad.
    Bottom line, iTunes for Windows is terrible, very buggy, and unsupported by Apple. They can only help you trouble shoot restarting problems but there is no escalalation path for things that don't work. iTunes basically has a lot of trouble with samll number of large files and even a large number of small files.
    I have been using Lighroom to convert the Tiffs to JPGs but ran into a problem that Adobe engineers didn't know about. Lightroom will only support a maximum of 512 mega pixels and won't load any files over this size. It appears it may load them as PSDs but not as Tiffs. Problem is Lightroom won't give any error message for files it won't load so there is no way to trouble shoot it.
    What does work flawlessly is using Photoshop/Scripts/Image Processor.
    In protest of Apples apathy I took every IOS device I ever purchased back to the Apple store and challenged them to either make them work or refund them. They gave a full refund for every device I erver purchased including $299 for the original touch which came out to about $3500. I even sent a letter to Tim Cook ([email protected]) but he didn't care either.

Maybe you are looking for

  • Help needed in a SQL

    Hi, We run a heavy batch load in many of our tables. Prior to the load we need to drop the indexes and then re create the indexes. I worte a dynamic sql like SELECT 'create index '||owner||'.'||a.index_name||' on '||owner||'.'||a.table_name||'('||col

  • Using a "Sum" Calculated Field on a "Count" query column?

    Here's my query using the Query Report Builder: SELECT Col1, COUNT(Col1) AS Count_Column FROM Table GROUP BY Col1 It generates a report that lists all the values of column "Col1" and how many times each value was used in Col1 For instance, if Col1 co

  • Capacity check problem in Project system

    hi, i have some questions for the Capacity check problems in Project System. 1. if one Person is assigned to diffierent Work Centers, for example,  person A is assigned to Work Center 01 under Plant 01, and Work Center 02 under Plant 02, how can i do

  • How to find who has created the condition records

    hi all, in POF1 condition records were created.for material and plant.how to find who has created condition records for the material and plant. is there any way to find who has created please help me out. thanks sunny

  • System not allowing to post profit center

    HI I am doing manual FI posting. system not allowing to post to desired Profit center. every time it is taking Dummy profit center. even if i am changing to System throughing message (Dummy profit center set ) i have not assigned the profit center to