Application Not Loading

Hi,
I have a J2EE Application developed using JDeveloper and the deployment file (.ear) build using Java J2SDKEE Deploytool.
I was able to deploy the application succesfully in 9iAS under OC4J_Home. The problem is that the Application status remains Not Loaded and I get HTTP 404 - File not found error, when I try to access the application in the browser using the URL
http://<ias_hostname>:7777/<application>
If anybody has faced similar problems and was able to sort it out, please help..
Thanks in advance,
Anoop.

Hi Steve,
Thanks for the reply,
I had added 'index.jsp' as the welcome file in
web.xml(forgot to mention it earlier). So that
shouldn't be the problem.
Thanks and Regards,
Anoop..Hi Anoop - good, that's one thing we don't need to check on then! What was the virtual path mapping you specified during the deployment process?
Is the HTTP server started correctly? Can you access the default page of the HTTP server, without any reference to the application?
There are three places to go and check to see that things happened correctly:
a) $OH/Apache/Apache/conf/mod_oc4j.conf
This file should contain a line that looks like
Oc4jMount /employeebenefitmanager/* home
where the context-path you entered is listed. This is the file that Apache uses to map incoming HTTP requests to OC4J applications.
To access this application I'd use
http://host:port/employeebenefitmanager
and the Apache server will then delegate the request to the OC4J Home instance which will then execute the local application which is bound to the root-context of 'employeebenefitmanager'. See c) below.
b) If you deployed to the OC4J_Home instance look in the
$OH/j2ee/home/config/server.xml and make sure there is an entry that corresponds to the file you deployed.
It should be something like:
<application name="EmpBft"
path="../applications/EmpBft.ear"
auto-start="true" />
If you deployed to another instance, change the j2ee/home to be j2ee/<instance-name> to find the file.
c) In the j2ee/home/config/default-web-site.xml file, there should be a line that lists the OC4J URL for your application
<web-app application="EmpBft" name="empbft-ws_web" root="/employeebenefitmanager"/>
And the root attribute should map the entry in the mod_oc4j.conf file.
Have a look through those and see if they can shed any light on it for you.
-steve-

Similar Messages

  • Set-up application not loading for Creative Cloud. Can anyone advise?

    Set-up application not loading for Creative Cloud. Can anyone advise?

    Please elaborate the issue and Supply pertinent information for quicker answers:
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.
    ~ Arpit

  • Flex 4 web application not loading (blank white swf)

    We've recently updated our code-base from the Flex 4 Beta 2 SDK to the Flex 4 final SDK.  The release builds using the final SDK do not load on all user's machines (the Beta 2 builds were all ok).  The flash player version varies on our systems, but in all cases the version is higher than 10.0.  All machines (we all use Win XP sp3) with the debug player will load the release version without a problem.  Some machines with the non debug player will load the application, others will not (it loads to a blank white swf and the Flex SDK does not load (the preloader is not visible)).
    In the compiler settings in Flash Builder 4, I've tried to add -debug=false -optimize=true but that had no effect.  I've also done a search for any debug-only code in the application (there are 2 "trace" statements in there) and have commented that code out.  Also no effect.
    Any suggestions as to where I should look next?

    Yup, we tried that, but it didn't fix anything.
    One thing we did do was go to http://kb2.adobe.com/cps/155/tn_15507.html on all of the computer where it didn't work.  After going there, the site loaded fine.  I'm not sure if going to the site had anything to do with it (I don't see how it would), but in all cases, after visiting that site, the application loaded fine.  Very strange.  I guess it could be that one of our load balancing servers wasn't serving the application correctly and it fixed itself in the time that we went to that site.
    Is it posible that the Flash player was not registered on the system correctly and by visiting that site, it registered correctly?

  • Applications not loading and possible malware, please help.

    I got my mom a mac because I knew she would click on anything, and this way her chances of doing anything too deleterious might be reduced.
    Anyhow, I think she downloaded something malicious. Now the screen saver, which originally pulled pictures from a folder in iphoto, now goes through a random set of photos in iphoto and also shows some really pixelated images that are superimposed on the photos. For example, there will be a photo, then the next image is a large, pixelated heart superimposed on the same photo. Then there will be another random picture, and then a different pixelated image on top of that photo.
    Then I noticed that applications were not loading. So far, software update does not work, safari does not work, and itunes does not work. She says she only uses firefox though and now it loads by itself on startup even when I never applied that setting. I saw another post where it was recommended to download clamX, but it would not load. I went to the apple site and downloaded the latest software update, but it would not open. I tried the disk utility, but it only showed green-nothing was wrong.
    I am at a loss of what to do, and even what is going on with the computer. I'm wondering what information has been compromised. I've tried doing a search on previous discussions, but am unsure of what key words to use. My mom does not have administrator privileges. This computer is mainly used for a filemaker pro app (which still works) and the internet/email.
    I appreciate any thoughts you might have and any advice. Also, if you have any ideas on how to make this more "mom-proof". She has a hard time knowing what should be avoided as there is some language barrier.
    Thank you.

    I appreciate your reply. It was never a problem before though. The screensaver was always a folder in iphoto.
    What can I do to find out why none of the applications work? I just tried downloading adobe reader since preview is not working, but even though it installed it won't start up.
    I appreciate any tips!

  • Flex Application Not loading in case of using RSL.

    If anyone can help, I release my Flex Application using RSL but now this appication is not loading on some system. I upload application.swf and framework_3.0.0.477.swz and also crossdomain.xml but application not uploading and getting error  #2032.

    Search the internet for solutions for that error.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Application not Loaded, Internal Server Error

    I am trying to Deploy EAR application in Oracle Application Server 9.0.4. The application is contain WAR and EJB Jar file.
    When it finish to deploy and instance is running but in that page display Internal Server Error. Etc.
    I am seeing in web application WAR the status is not loaded, but the EJB jar file is loaded.
    I have search for logs in my application but not show any error, this is error log from apache/logs/error.xxxxx.
    ==========================================
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0015: recv() returns 0. There has no message available to be received and oc4j has gracefully (orderly) closed the connection.
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0054: Failed to call network routine to receive an ajp13 message from oc4j.
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0033: Failed to receive an ajp13 message from oc4j.
    [Wed May 12 15:11:36 2010] [warn] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0078: Network connection errors happened to host: aegisapp2.acc.co.id and port: 3301 while receiving the first response from oc4j. This request is recoverable.
    Anyone know something about this?
    Thanks,
    Hakim.

    Hi,
    In several days since I deploy that EAR file, the application is loaded.
    I think this cause some wait and running process for that.
    Is someone happening the same?
    Thanks.
    Hakim.

  • Applications not loading

    My applications are not loading. They will bounce a few times and then just do nothing. Also, the upper right corner of the computer is blank when it usually displays the time and other things. If you happen to know what is causing this please let me know. Thank You.

    I am having a similar situation. (No problem with menu bar) My applications function normally for a time, and then stop. When I click on the firefox icon (for example) in the dock when it has been running for some time, it does not bounce. However, when I go to quit; it asks if I want to close multiple tabs, so I know it is running, just not visible. Restarting the computer always gets me back to work for an hour or so and then it happens again. This problem began with Firefox only and now is affecting mail, iphoto, etc. 2 days ago I removed my hard drive (Thinking my operating system was somehow corrupted) and did a clean install. The problem has persisted. After reading this thread; I tried the removal of the rm~/Library/Preferences/com.apple.systemuiserver.plist but did not find it. I still went through the process after opening Terminal and restarted. Still experiencing the problem.

  • Many Applications Not Loading - Very Slow Startup

    Hola!
    I have a MBP 15" bought last September, which I updated to Mac OS X 10.4.10 recently. The first noticeable change in performance came when I saw the fonts in my Dashboard had all changed - on the dictionary/thesaurus and stickies.
    Then came the following:
    1: Grey-screen startup went from hardly noticeable to about 40+ seconds.
    2: Desktop startup went from roughly 0.8 seconds to 30 seconds.
    3: Numerous applications will not open. At all. Activity monitor show them attempt to load, then 'not respond' and shut down. Only some applications won't open (iTunes; Photoshop CS, etc) - others like iPhoto and Firefox open then crash when loading GMail or Google/when accessing photo files/lots of data. Notepad and other smaller applications seem to work fine.
    Only 1/4 of my HD is full at the moment; and there doesn't seem to be any memory problems -- but I have no idea what is wrong, or what I am supposed to do to fix it. The disk has been scanned with Disk Utility for faults in itself and its performance and non have popped up.
    I am a heavy user (work and school!), and this is nothing short of distressing.

    Thank you for welcoming me, and for your reply; its only I carried out those suggestions and they did not improve the performance of my machine.
    However while I was carrying them out I discovered the following; that when I try to search through my Documents & etc (I was attempting to transfer files to USB flashdrive), Finder occasionally crashes and reloads the desktop. In addition, my CD drive refused to acknowledge a CD once inserted, and made a quizzical clicking-whirring noise. It refused to eject the CD until I restarted the machine and pressed eject during grey-screen startup.
    I was advised to boot from CD & load an archive of my HD; but I am afraid that wouldn't effect the problems I am having - even if my CD drive decides to work. Could this be not a software, but a hardware problem?

  • Labview based application not load using Windows XP in Virtual PC on a MAC?

    An application we want to use, Smart Vibration Sensorversion 2.0.0.46a,
    uses Labview runtime 7.1.  We are attempting to run this
    application in Windows XP using  Virtual PC verison 7.0.1 a Mac
    Powerbook G4 laptop.  The application appears to start to load,
    but then disappears.  No error messages are presented.  The
    application vendor, UpdateInternational, Ph:303-986-6761 teve,
    suggested that I contact NI to see if your product was compatible with
    Virtual PC or if you had any suggestions.  Any ideas?
    Thanks,
    Jeff

    Hi Jeff,
    LabVIEW is supported in Virtual PC however the DAQ driver are not supported. See the following Knowledge base for more information:
    http://digital.ni.com/public.nsf/websearch/55B080D2FCBBD20786256895007C5BED?OpenDocument
    Regards,
    Ankita

  • Applications not loading/crashing

    The phone isn't even 24 hours old and I'm experiencing a technical difficulty.
    The 2 applications I have loaded are crashing or closing directly after attempting to open them. Restarting, re-synching, resetting the phone and then resetting the network has not worked..... Did i get a funky phone? Unfortunately the programs I've downloaded (2) are really only good for work..... Had high expectations.... should've known better? If anyone knows how to fix it, I've been on hold for 15 minutes and support just hung up on me for a second time! Third times a charm right? 9 min and counting...........
    ideas? solutions? rants? raves?

    Hey Wall79,
    Try some of the tip users have posted in other threads like force quitting another application or syncing a new application to the iPhone. http://discussions.apple.com/thread.jspa?threadID=1644828 http://discussions.apple.com/thread.jspa?threadID=1698810
    To force quit Safari; launch safari> hold Home for about 7 seconds until the iPhone returns to the home screen.
    If the issues persist try the tips in this article: http://support.apple.com/kb/TS1702
    Remove the apps from the iPhone and iTunes, download them in iTunes and sync to the iPhone.
    Jason

  • Adobe Content Viewer Application not Loading in China

    I am having a problem viewing an application I uploaded to an Adobe Content Viewer account. I can see the application just fine in my dashboard after I log in, but when my contact in China logs in using the same username and password, the application does not appear in her dashboard. Do you know how to resolve this? Is there a firewall that is preventing users in China from seeing the application I uploaded?
    Thanks,
    Kate

    Yes, if Adobe's folios could be downloaded in China, it means Chinese Internet sencorship is gone. Imagine how many magazines are there for Chinese people to download that the government won't be happy to see if Adobe's folios is available to download. Sad for Chinese...

  • Java FX application not loading other machine

    Hi all,
    I have faced the problem when run the simple jafaFx sample application
    The code below :
    <html>
    <head>
    <title>EffectsPlayground</title>
    </head>
    <body>
    <h1>EffectsPlayground tttt</h1>
    <script src="http://dl.javafx.com/dtfx.js"></script>
    <script>
    javafx(
    archive: "EffectsPlayground.jar",
    draggable: true,
    width: 600,
    height: 560,
    code: "effectsplayground.Main",
    name: "EffectsPlayground"
    </script>
    </body>
    </html>
    It's Working fine in my machine
    Not working in other machine in Network
    I deployed in Tomcat
    Plz help me
    Navaneeth
    Edited by: Navaneethakrishnan.Shanmugam on Apr 22, 2009 6:56 AM

    Can't say much, based on the (lack of) information you provide. Except: ensure the other browser has JavaScript enabled, and uses the right version of Java.

  • Cloned Server - Application Not Loading Jinitiator

    Hi All,
    I have an EBS instance that is working fine (11.5.10 on Suse 9.0). I cloned this instance to another machine that has some Hardware. This process finished OK, I have started application, and it seems to work fine.
    I can enter through Browser and can login and select responsibility and Function. The problem is that when I select Function, it seems to load fast, but it doesn´t seem to do anything. No error, No Log in Jinitiator (seems to never start it). What should be happening?
    I am looking forward to your response.
    Thanks in advance.
    Nicolas.

    Hussein,
    Thanks for your response.
    I have cheked out those directories, and I found this log in the access_log file.
    200.49.154.27 - - [16/Apr/2009:08:37:27 -0300] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 248
    200.49.154.27 - - [16/Apr/2009:08:37:41 -0300] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE HTTP/1.1" 200 18457
    200.49.154.27 - - [16/Apr/2009:08:37:45 -0300] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=50265&navRespAppId=20003&navSecGrpId=0&transactionid=197040866&oapc=2 HTTP/1.1" 200 24303
    200.49.154.27 - - [16/Apr/2009:08:38:01 -0300] "GET /OA_HTML/RF.jsp?function_id=24933&resp_id=50265&resp_appl_id=20003&security_group_id=0&lang_code=US HTTP/1.1" 302 362
    200.49.154.27 - - [16/Apr/2009:08:38:06 -0300] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=XXCUS&resp_key=XXCUS+IT+SUPERUSER&secgrp_key=STANDARD&start_func=XXCUS_IT_EM&other_params= HTTP/1.1" 302 1
    200.49.154.27 - - [16/Apr/2009:08:38:06 -0300] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogin?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Flinux.local%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errText=Your%20session%20is%20no%20longer%20valid.%20Please%20login%20again. HTTP/1.1" 302 400
    200.49.154.27 - - [16/Apr/2009:08:38:07 -0300] "GET /OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Flinux.local%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errText=Your+session+is+no+longer+valid.+Please+login+again. HTTP/1.1" 200 8754
    It seems to be loosing session. What could it be happening?
    Thanks for your time.
    Best Regards.
    Nicolas.

  • Blank Desktop, Applications not loading...Help!

    Hi there,
    I have a G5, which is a couple of years old and until now has performed fine. However, I turned the computer on yesterday and the following occurs:
    - The Desktop has no icons (it just displays my background image)
    - No applications (including Finder) from the dock will open, except for System Preferences
    - The horizontal bar across the top of the screen is not displayed correctly
    - On restarting, the 'chime' no longer sounds
    I have been browsing the forums and seen a few people that have experienced very similar problems to me, but it is not clear what the final solution to the problem is.
    To make things worse, my hard drive back-up is not working, so I am a little frightened of anything happening to the important contents of my computer :-s
    If anyone has encountered this problem and can shed some light on how they cleared it up I would be eternally grateful!
    Many Thanks,
    Oliver

    Hi OliH-
    Greetings and welcome to the Apple boards.
    This may be helpful: Mac OS X 10.3, 10.4 or later: Return to default desktop, apparent "loss" of home directory
    If that isn't it, try creating a new user and then log in under that account and see if you get your desktop back.
    Luck-
    -DaddyPaycheck

  • Why does the creative cloud application not load?

    I am trying to upgrade lightroom 4 to 5, and i can't access it through the creative cloud app because it won't load. I even bought lightroom and photoshop creative cloud again, but it has to download through the cc app.

    Link for Download & Install & Setup & Activation problems may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/
    OR
    Some download & install troubleshooting links
    -Comodo Security kills download http://forums.adobe.com/thread/1460361?tstart=0
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    -http://forums.adobe.com/community/download_install_setup
    -http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html
    -http://helpx.adobe.com/x-productkb/global/errors-or-unexpected-behavior-websites.html
    -http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    -Server won't connect https://forums.adobe.com/thread/1233088
    -AND JUST FOR MAC USERS - Some 10.9.3 links
    -Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    -more Mac 10.9.3 https://forums.adobe.com/thread/1491469
    -Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/940869?tstart=0

Maybe you are looking for