One Application deployed OK;  my app always gets error "404 Not Found"...

I am trying deploying my application from within JDeveloper 10.1.3.4 to the standalone oc4j on the localhost, before deploying it on an application server. I am a newbie and I am doing this by following a tutorial. The tutorial application is deployed fine, but my application always gets the "404 Not Found" error after deployment.
The standalone oc4j is set up on my Windows XP PC by running the <jdev_home>\jdev\bin\start_oc4j.bat file, and works fine because the tutorial application is deployed and runs fine.
For the tutorial application, deployment is the last chapter (Chapter 10). I started from the nearly completed tutorial application from the end of Chapter 9, and went throug all the steps in Chapter 10 and the application is deployed and invoked successfully.
My application starts with the login.jspx page. The applilcation runs perfectly when invoked directly within JDeveloper by right-clicking login.jspx and selecting Run. But when going through the same steps as with the tutorial application, my application always gets "404 Not Found" in the browser.
The steps of deployment are:
1. Right-click the ViewController project, select New and then Deployment Profiles/WAR File, to create the deployment profile. When creating this profile, I entered "ZBV" as the custom root context.
2. Right-click the deployment profile (ZBV.deploy), and "Deploy To..." the standalone oc4j on the localhost, and accept the default configuration. The messages in the log window in JDeveloper are all clean without error.
3. Open a browser, enter the url "http://localhost:8888/ZBV/faces/staff/login.jspx and get "404 Not Found". I have undeployed and gone through the same steps several times and always got the same error. I use /staff/login.jspx after ZBV/faces because in the Application Navigator, the login.jspx file is located in the ViewController/Web Content/staff folder.
I wonder what could be wrong with my application. In the tutorial it is said that both an .ear file and a .war will be created but only the .war file needs to be created because of the dependency of the ViewController project on the DataModel project set in the application. My application has this dependency set therefore I went throug the same steps as with deploying the tutorial application.
I hope the experienced and experts and gurus will shed light on me with their experience and wisdom.
Many thanks!
Newman

Hi, Shay,
You are right. I checked the log and found one notification message:
Unable to dispatch JSP Page : Exception:java.io.FileNotFoundException: /staff/Login.jspx
The capital L is a typo when creating the page file. During development you never need to type the file name but just click, and I always thought it was login.jspx. When that is corrected in the url string, the application is invoked and runs as it should. The one letter drove myself crazy for a whole day.
Sorry and thanks! And to Dom too!
Regards,
Newman

Similar Messages

  • Paypal link/code works in IE but getting Error 404: NOT FOUND! in FireFox

    Hi, I just got off the phone with paypal about this problem I'm having. Here is my
    site wwwdotbankruptcyrecoveryprogramdotcom. If you open it in IE and click
    on the "Click here to order now" graphic button it works and will take you to
    paypal. If you open the site in FF and do the same you will get Error 404: NOT FOUND!.
    Paypal was not much help they just said that DW is doing something to the code
    when displayed in FF.
    Any help with this would be greatly appreciated...thank you...

    Try this....find this code, and change this:
    <div style="text-align: center;"><span style="color: black;">
    <span style="color: black;"><span style="color: black;">
    <a href="&lt;form action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot;&gt;">
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="74RRP9AQ95BVS">
    <input type="image" src="http://bankruptcyrecoveryprogram.com/order-button.jpg"
    border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    </a><br />
    </span></span></span>
    To this:
    <div style="text-align: center; color: black;">
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="74RRP9AQ95BVS">
    <input type="image" src="http://bankruptcyrecoveryprogram.com/order-button.jpg" border="0" name="submit"
    alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    </div>
    <br />
    See that that does for you.
    Gary

  • Getting "Error 404--Not Found" while connecting to OLT session

    Hi all,
    I am getting "Error 404--Not Found" error while connecting to OLT session. I had tried re-starting all the services including the database services but to no avail.
    Below is the description :
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    If anybody had faced similar issues, please do let me know the resolution for the same.
    Thanks,
    Sunny

    Is that the first time you connect to OLT?
    If yes, please check OATS release notes.
    Thx
    JB

  • When launching firefox I get error 404 not found how do I fix that I upgraded to 3.2.20 (1)

    I upgraded to 3.6.20 (1) yesterday and it was working find. When I open firefox it automatically says "Error 404 not found" and nothing else but blank underneath. Any solutions I checked the plug in and it wants to download Quicktime 7 and it keeps referring to a MAC and I have Windows XP

    Hi jahhaas,
    Take a look at the troubleshooting steps outlined for Windlows 7 in this article:
    http://support.apple.com/kb/HT1923
    Cheers,
    GB

  • Error 404--Not Found while accessing web app through Weblogic 6.1

    Hi everybody,
              I am new to Weblogic and recently installed Weblogic6.1
              on my machine and I am trying to access my application using weblogic
              and it gives
              Error 404--Not Found
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.4.5 404 Not Found
              I have uploaded the WAR file of my application using the Admin
              console. The WAR file is place under
              \bea\wlserver6.1\config\mydomain\applications\screen.war.
              What am I doing wrong ?
              Thanks is advance.
              PS: I am also including my web.xml file
              <?xml version="1.0" encoding="ISO-8859-1"?>
              <!DOCTYPE web-app
              PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
              "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              <web-app>
              <session-config>
              <session-timeout>-1</session-timeout>
              </session-config>
              <!-- Action Servlet Configuration -->
              <servlet>
              <servlet-name>action</servlet-name>
              <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
              <init-param>
              <param-name>application</param-name>
              <param-value>resources.nmr.ApplicationResources</param-value>
              </init-param>
              <init-param>
              <param-name>config</param-name>
              <param-value>/WEB-INF/struts-config.xml</param-value>
              </init-param>
              <init-param>
              <param-name>debug</param-name>
              <param-value>2</param-value>
              </init-param>
              <init-param>
              <param-name>detail</param-name>
              <param-value>2</param-value>
              </init-param>
              <init-param>
              <param-name>validate</param-name>
              <param-value>true</param-value>
              </init-param>
              <load-on-startup>2</load-on-startup>
              </servlet>
              <!-- Action Servlet Mapping -->
              <servlet-mapping>
              <servlet-name>action</servlet-name>
              <url-pattern>*.do</url-pattern>
              </servlet-mapping>
              <!-- PDF servlet configuration -->
              <servlet>
              <servlet-name>pdf</servlet-name>
              <servlet-class>com.abbott.gprd.servlets.PdfServlet</servlet-class>
              </servlet>
              <!-- PDF servlet Mapping -->
              <servlet-mapping>
              <servlet-name>pdf</servlet-name>
              <url-pattern>/pdf</url-pattern>
              </servlet-mapping>
              <!-- MIME Mapping -->
              <mime-mapping>
              <extension>mol</extension>
              <mime-type>chemical/x-mdl-molfile</mime-type>
              </mime-mapping>
              <!-- The Welcome File List -->
              <welcome-file-list>
              <welcome-file>index.jsp</welcome-file>
              </welcome-file-list>
              <!-- Application Tag Library Descriptor -->
              <taglib>
              <taglib-uri>/WEB-INF/app.tld</taglib-uri>
              <taglib-location>/WEB-INF/app.tld</taglib-location>
              </taglib>
              <!-- Struts Tag Library Descriptors -->
              <taglib>
              <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/nmr.tld</taglib-uri>
              <taglib-location>/WEB-INF/nmr.tld</taglib-location>
              </taglib>
              </web-app>
              

    hmm
              it all looks ok to me
              what happens if you try to access an image or something in your war (ie
              something not java related)
              also - i have seen on some machines that localhost doesnt work but 127.0.0.1
              does work
              your app should be trying to access index.jsp which should be in the root
              directory of your war
              does index.jsp exist and is it in the root directory of your war?
              lastly - i noticed you have a startup servlet. Put a system.out in the init
              method of the servlet. If the servlet is being deployed OK then you should
              see some output in the console
              "Ravi" <[email protected]> wrote in message
              news:[email protected]...
              > I am specifying the same http://localhost:7001/screen and it still
              > gives the same error.
              >
              > Following is part of my cofig.xml where myapp is specified.
              >
              > <CustomRealm
              >
              ConfigurationData="user.filter=(&(cn=%u)(objectclass=person));user.dn=ou
              =people,
              > o=example.com;server.principal=cn=admin,
              >
              o=example.com;membership.filter=(&(member=%M)(objectclass=groupofuniquen
              ames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.ho
              st=ldapserver.example.com;server.ssl=true;group.dn=ou=groups,
              > o=example.com"
              > Name="defaultLDAPRealmForNovellDirectoryServices"
              > Notes="This is provided as an example. Before enabling this
              > Realm, you must edit the configuration parameters as appropriate for
              > your environment."
              > Password="{3DES}/4XkW5rmVvBHzFtI9SRK/g=="
              > RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              > <Server ListenPort="7001" Name="myserver" NativeIOEnabled="true"
              > TransactionLogFilePrefix="config/mydomain/logs/">
              > <Log FileName="config/mydomain/logs/weblogic.log"
              > Name="myserver"/>
              > <SSL Enabled="true" ListenPort="7002" Name="myserver"
              > ServerCertificateChainFileName="config/mydomain/ca.pem"
              > ServerCertificateFileName="config/mydomain/democert.pem"
              > ServerKeyFileName="config/mydomain/demokey.pem"/>
              > <WebServer DefaultWebApp="DefaultWebApp"
              > LogFileName="./config/mydomain/logs/access.log"
              > LoggingEnabled="true" Name="myserver"/>
              > <ServerDebug Name="myserver"/>
              > <ExecuteQueue Name="default"/>
              > <KernelDebug Name="myserver"/>
              > <ServerStart Name="myserver"/>
              > </Server>
              > <Application Deployed="true" Name="screen"
              > Path=".\config\mydomain\applications">
              > <WebAppComponent Name="screen" Targets="myserver"
              > URI="screen.war"/>
              > </Application>
              > <SNMPAgent Name="mydomain"/>
              > <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
              > <ApplicationManager Name="mydomain"/>
              > <JTA Name="mydomain"/>
              >
              > Thanks in advance.
              > Ravi.
              >
              >
              > "Matt Krevs" <[email protected]> wrote in message
              news:<[email protected]>...
              > > what url are you specifying?
              > >
              > > i would guess that http://localhost/screen-web would work. Hard to say
              > > without also seeing your config.xml
              > >
              > > The critical item in config.xml is the value of URI in the
              webappcomponent
              > > element for your application
              > >
              > > eg if it was
              > >
              > > <WebAppComponent Name="myapp-web" Targets="myerver" URI="myapp-web"/>
              > >
              > > then the url you would call is http://localhost/myapp-web
              > >
              > > "Ravi" <[email protected]> wrote in message
              > > news:[email protected]...
              > > > Hi everybody,
              > > > I am new to Weblogic and recently installed Weblogic6.1
              > > > on my machine and I am trying to access my application using weblogic
              > > > and it gives
              > > >
              > > > Error 404--Not Found
              > > > From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              > > > 10.4.5 404 Not Found
              > > >
              > > > I have uploaded the WAR file of my application using the Admin
              > > > console. The WAR file is place under
              > > > \bea\wlserver6.1\config\mydomain\applications\screen.war.
              > > >
              > > > What am I doing wrong ?
              > > >
              > > > Thanks is advance.
              > > >
              > > > PS: I am also including my web.xml file
              > > >
              > > > <?xml version="1.0" encoding="ISO-8859-1"?>
              > > >
              > > > <!DOCTYPE web-app
              > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
              > > > "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              > > >
              > > > <web-app>
              > > >
              > > > <session-config>
              > > > <session-timeout>-1</session-timeout>
              > > > </session-config>
              > > >
              > > > <!-- Action Servlet Configuration -->
              > > > <servlet>
              > > > <servlet-name>action</servlet-name>
              > > >
              <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
              > > > <init-param>
              > > > <param-name>application</param-name>
              > > > <param-value>resources.nmr.ApplicationResources</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>config</param-name>
              > > > <param-value>/WEB-INF/struts-config.xml</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>debug</param-name>
              > > > <param-value>2</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>detail</param-name>
              > > > <param-value>2</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>validate</param-name>
              > > > <param-value>true</param-value>
              > > > </init-param>
              > > > <load-on-startup>2</load-on-startup>
              > > >
              > > > </servlet>
              > > >
              > > > <!-- Action Servlet Mapping -->
              > > > <servlet-mapping>
              > > > <servlet-name>action</servlet-name>
              > > > <url-pattern>*.do</url-pattern>
              > > > </servlet-mapping>
              > > >
              > > > <!-- PDF servlet configuration -->
              > > > <servlet>
              > > > <servlet-name>pdf</servlet-name>
              > > >
              <servlet-class>com.abbott.gprd.servlets.PdfServlet</servlet-class>
              > > > </servlet>
              > > >
              > > >
              > > > <!-- PDF servlet Mapping -->
              > > > <servlet-mapping>
              > > > <servlet-name>pdf</servlet-name>
              > > > <url-pattern>/pdf</url-pattern>
              > > > </servlet-mapping>
              > > >
              > > > <!-- MIME Mapping -->
              > > > <mime-mapping>
              > > > <extension>mol</extension>
              > > > <mime-type>chemical/x-mdl-molfile</mime-type>
              > > > </mime-mapping>
              > > >
              > > >
              > > > <!-- The Welcome File List -->
              > > > <welcome-file-list>
              > > > <welcome-file>index.jsp</welcome-file>
              > > > </welcome-file-list>
              > > >
              > > > <!-- Application Tag Library Descriptor -->
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/app.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/app.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <!-- Struts Tag Library Descriptors -->
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/nmr.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/nmr.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > </web-app>
              

  • Error 404 not found for PAPIWS Console deployed in WLS

    Hi, All,
    I created 07-papiws-wls103-XAFDIDS.ear in OBPM 10.3.1 Admin Center, and deploy it to WLS 10.3 successfully.
    The problem is when I try to access PAPIWS console by http://192.168.48.1:8901/papiws/PapiWebService, Error 404 not found reported.
    Any ideas? Thanks in advanced.
    Best Regards,
    Bill

    Let's start by clearing up some confusion.
    PORTS
    In version 11.1.1.x here are how the common ports are defined by default:
    1. HTTP Server - 8888
    2. WLS_FORMS - 9001
    3. WLS_REPORTS - 9002
    4. WLS Admin Server - 7001
    So, if you understand how ports work in general, you should see that there are two ways to run a form. You can either go through HTTP Server or call WLS_FORMS directly. This means that both of the following would work, although one would be a direct path and the other would route the request through the HTTP Server:
    <li>http://ie1fdtfc5zl1s:9001/forms/frmservlet?config=frmdemo
    <li>http://ie1fdtfc5zl1s:8888/forms/frmservlet?config=frmdemo
    Port 7001, will always be the Admin Server port by default for the Classic domain. By default, the only thing you can do from here is access EM or WLS Console.
    As for the tns issue, by default, both the Builder and runtime will expect to find tnsnames.ora in the Instance Home \config so be sure you are adding the correct entries to the correct file.
    You can hard code a path to the file which you prefer be used by setting TNS_ADMIN in default.env (e.g. TNS_ADMIN=C:\Oracle\mytnsdirectory). This will apply only to running forms and not the Builder.
    Also, here is something which often is confusing to many people.... just because you launched your form from the Builder does not mean that the running form has anything to do with the Builder at that point. In other words, when you click on the RunForm button in the builder all you are doing is passing a url to a browser. The browser and the form are not using any of the Builder's settings except those which may have been passed in the URL (e.g. username/password). ALL running forms are considered "runtime". This means all of the environment configuration information for a running form will need to be set in default.env. The Builder, on the other hand will rely on the System variable, Windows Registry (or shell if on Unix).

  • I am getting a 404 not found message on my mac before the web page closes down

    I am getting a 404 not found message on my mac before the web page closes down. How do I fix this?

    Is it an internal or external web page? Does this occur on all web pages? If not, post the URL of one that 404s.

  • I get Server error 404 not found when downloading OSX LIONHELP

    I get Server error 404 not found when downloading OSX LION HELP!!!

    See message 11600
    "David R. Pina" <[email protected]> wrote:
    >
    Hello everyone,
    I'm using weblogic 6.0 for AIX.
    I'm trying to setup a new web application.
    Right now, I just want to access html files, but the web server is not working
    well.
    I can access the file
    http://myhost/myapp/index.html
    but if I try to access file2.html
    http://myhost/myapp/file2.html
    file2.html is in the same directory, with the same permissions and I get
    the 404
    error message
    At the beginning, I couldn't access index.html, because I created the directory
    "myapp"
    with user "root". Later, I changed the ownership to "wlowner" for "myapp"
    directory
    and for "index.html"
    Then I created "file2.html" with user "wlowner", and provided the same permissions
    as index.html but I can't access it.
    Could someone tell what might be wrong ?
    Any clues ?
    Thanks,
    David
    Mexico City

  • Application Server Console returns EMDAEMON HTTP 1.1 404, Not Found

    Hello,
    Windows XP
    Version 10.1.2.0.2
    When I try to access the AS Console through the following URL:
    http://192.168.1.100:18100/emd/console/
    I get the following error:
    EMDAEMON
    HTTP/1.1 404 , Not Found
    But I'm able to access AS Portal through the following URL:
    http://192.168.1.100:18101/emd/console/
    I'm able to access all the other following URLs:
    http://192.168.1.100:7777/
    http://192.168.1.100/portal/page/portal/TOPLEVELSITE/Welcome
    http://192.168.1.100:5500/em/console/
    http://192.168.1.100:7777/oiddas/
    I think the port number is messed up somewhere and I'm not sure how to correct and get the AS Console working again.
    emctl status iasconsole gives:
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://192.168.1.100:18000/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running.
    emctl status agent gives:
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.2
    OMS Version : Unknown
    Protocol Version : 10.1.0.2.0
    Agent Home : D:\oracle\appserver\OraInfra
    Agent binaries : D:\oracle\appserver\OraInfra
    Agent Process ID : 3728
    Agent Process ID : 3728
    Agent URL : http://192.168.1.100:18100/emd/main/# MEDIUM if number of ta
    rgets is from 11 to 50.
    Started at : 2008-01-06 20:16:23
    Started by user : SYSTEM
    Last Reload : 2008-01-06 20:22:01
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 78.03%
    Agent is Running and Ready
    It would be helpful if someone can guide me in the right direction. Thanks for your time.

    Hello, thanks for the input. Running in separate boxes is not a viable option at this point. I tried to update the iasconsole and agent ports based on the document here:
    http://download.oracle.com/docs/cd/B14099_07/core.1012/b13995/ports.htm#i1038847
    So I used the following commands to update the ports:
    emctl config agent port 18139
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Oracle Enterprise Manager 10g Agent configuration update succeeded.
    emctl config iasconsole port 18119
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://192.168.1.100:1156/emd/console/aboutApplication
    0 [main] ERROR emSDK.config - java.util.MissingResourceException: Can't find bu
    ndle for base name oracle.xml.mesg.XMLResourceBundle, locale en_US
    java.util.MissingResourceException: Can't find bundle for base name oracle.xml.m
    esg.XMLResourceBundle, locale en_US
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle
    .java:839)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:808)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:579)
    at oracle.xml.util.XMLError.getMessageBundle(XMLError.java:500)
    at oracle.xml.util.XMLError.alloc(XMLError.java:508)
    at oracle.xml.util.XMLError.getMessage0(XMLError.java:419)
    at oracle.xml.util.XMLError.error0(XMLError.java:310)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
    ngParser.java:318)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:281)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:186)
    at oracle.sysman.emSDK.conf.TargetInstaller.parseTargetFromFile(TargetIn
    staller.java:1747)
    at oracle.sysman.emSDK.conf.TargetInstaller.modifyTargetFromFile(TargetI
    nstaller.java:1294)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:36
    86)
    16 [main] ERROR emSDK.config - java.io.IOException: Error parsing target from f
    ile D:\oracle\appserver\OraInfra/sysman/emd/iasTargetMod.xml :: Can't find bundl
    e for base name oracle.xml.mesg.XMLResourceBundle, locale en_US
    java.io.IOException: Error parsing target from file D:\oracle\appserver\OraInfra
    /sysman/emd/iasTargetMod.xml :: Can't find bundle for base name oracle.xml.mesg.
    XMLResourceBundle, locale en_US
    at oracle.sysman.emSDK.conf.TargetInstaller.parseTargetFromFile(TargetIn
    staller.java:1760)
    at oracle.sysman.emSDK.conf.TargetInstaller.modifyTargetFromFile(TargetI
    nstaller.java:1294)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:36
    86)
    Error parsing target from file D:\oracle\appserver\OraInfra/sysman/emd/iasTarget
    Mod.xml :: Can't find bundle for base name oracle.xml.mesg.XMLResourceBundle, lo
    cale en_US
    Oracle Enterprise Manager 10g Application Server Control configuration update fa
    iled.
    When I looked at iasTargetMod.xml the file is empty (0 KB size).
    After Starting the Application Server Control, I checked the status of both iasconsole and agent and are as follows:
    emctl status iasconsole
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://192.168.1.100:18119/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running.
    Logs are generated in directory D:\oracle\appserver\OraInfra/sysman/log
    emctl status agent
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.2
    OMS Version : Unknown
    Protocol Version : 10.1.0.2.0
    Agent Home : D:\oracle\appserver\OraInfra
    Agent binaries : D:\oracle\appserver\OraInfra
    Agent Process ID : 8176
    Agent Process ID : 8176
    Agent URL : http://192.168.1.100:18139/emd/main/# we can set it to 0 to
    use the OS default value.
    Started at : 2008-01-08 00:13:53
    Started by user : SYSTEM
    Last Reload : 2008-01-08 00:13:53
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 78.00%
    Agent is Running and Ready
    I also checked the following:
    emctl config listtargets
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    [192.168.1.100:18139, oracle_emd]
    [192.168.1.100, host]
    [orcl.168.1.100, oracle_database]
    [LISTENER_192.168.1.100, oracle_listener]
    After all this, I went to this URL:
    http://192.168.1.100:18101/
    - and logged in as ias_admin. The name for Infra and Portal are as follows:
    infra.192.168.1.100
    PORTAL.192.168.1.100
    When I clicked on infra.192.168.1.100 I get 'Internet Explorer cannot display the webpage' error.
    But when I click on PORTAL.192.168.1.100 everything is working and the status of all the components are up.
    I'm not sure how I should proceed at this point. Any pointers would be helpful. Thanks!!

  • Why I always get error 404 after I deployed war?

              Hi,sir
              I have a problem when I am using weblogic 6.1(sp2). I developed a webapp and packaged
              it into a war file. The process of deployment is no error. But when I want to visit
              the app via IE browser, I always get the error 404. The weblogic server told me as
              following:
              <2002-6-22 &#19979;&#21320;03&#26102;39&#20998;40&#31186;> <Error> <HTTP> <HttpServer(11051039,null
              default ctx,myserver) found no context for "/mw/main/signin". This request does not
              match
              the context path for any installed web applications and there is no default web application
              configured.>
              mw is webapp context root,
              main/signin is mapping name of servlet.
              By the way, I deployed a the example of security in bea's examples directory. Unfortunatelly,
              I met the same result.
              how can i do?
              thx for your response.
              

    It is a database bug (an ORA-0600 almost always is). In this case it is bug# 1725012. You can see the details from MetaLink. There are some patches (by platform) available you should see which may apply to you.

  • I am getting a 404 Not Found error when I try to access Yahoo Mail from Firefox. I can log in but Yahoo Mail will not open. It will open in IE. The problem is here at home.

    Not Found
    The requested URL /dc/launch was not found on this server.
    Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch Server at us.mg201.mail.yahoo.com Port 80

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Getting error : Jre not found when using Loadjava command

    Hi folks,
    I am getting an error when I run the below load java command on a 9.2.0.8 database on Sun/Solaris platform.
    Command:
    loadjava -user user/[email protected]:1529:OLS2 -thin -force -resolve -verbose filename.jar
    Error:
    /olcdbt/u01/app/oracle/product/9.2.0.8/bin/loadjava: /olcdbt/u01/app/oracle/product/9.2.0.8/jdk/jre/bin/jre: not found
    When I tried creating a new Jre soft link from $ORACLE_HOME/bin like : 'ln -s $ORACLE_HOME/jdk/jre/bin/java $ORACLE_HOME/jdk/jre/bin/jre' its giving a new error:
    jre was not found in /olcdbt/u01/app/oracle/product/9.2.0.8/jdk/jre/bin/../bin/sparc/native_threads/jre
    Strange thing here is that this was working fine in 9206 home and after upgrading to 9208 1 month back I am facing this issue. I am sure I am missing something here but not sure what.. Please help me resolve this issue.
    Regards,
    Raji.

    Dear my collegue, the best place to ask this question is JVM forum.
    Java in the Oracle Database

  • New Firefox 8 opens in 'about:home' page and whenever I enter any website I get into Google other than Google, I get a 404-Not Found error. Have tried all suggestions found in help so far with no fix.

    Entering any website, such as www.facebook.com or www.yahoo.com, for example, directly onto the address bar reads a 404 error. Entering them onto the Google entry bar, I get a Google page that looks more like Ask.com before getting a 404 error when clicking onto it.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Get error "server not found".

    "Server not found" is error message I get. Running Windows 7 with McAfee virus software/firewall. Can connect to internet via hardwire,but not via wireless modem.
    == This happened ==
    Every time Firefox opened
    == Yesterday

    I must of bought after you had tried. After having to resend info twice on each page to get thru the purchase process, I finally got the latest episode downloaded......Thats when my troubles started !
    Here is my post :
    http://discussions.apple.com/thread.jspa?threadID=359806&tstart=0

  • Firebug always shows GET NULL - 404 not found

    This is happen everytime where basic slideshow is used, no matter what kind of website.
    Ffirebug / google developer tool both shows that error...
    This is happen only with that specific slideshow module
    example here:
    http://lovemyweb.net/bug.html

    Hi kolazero,
    We've seen this come up a few times, so I figured I'd take the time to address this as directly as possible. I'll go into a fair amount of detail so you can understand exactly why it is happening, but the most important take away from this should be that this issue is harmless, and can be ignored.
    Now, we don't say that lightly. Normally any errors popping up on your sites are very high priority issues for us, and ones we investigate closely, but in this particular case, this is a "error by design" sort of error. We are actually aware that this error will pop up on certain browsers, we know where in the code it occurs, and we know why it happens. In fact, in that code, the engineer who implemented this left a very large comment to anyone else who came along later explaining exactly what happens, and why it happens so that there was no confusion on the matter.
    Let's get technical for a minute here. Slideshows are a bit special because they are a set of images where only 1 image is loading at a time (plus any thumbnails), so we handle them a bit differently than we do other images. When you place an image in the page using just the File > Place command, we simply insert that onto the page and let the browser handle the loading of that image all on its own. However, for slideshows, we know that there are slightly different rules we can use to improve loading times and user experience, and we take advantage of that in special code we use. If we let the browser load the images, and you had your slideshow on random, then the browser will load the first image, then the second, then the third, but you may be seeing them in the reverse order, which means you may be looking at images that haven't loaded yet. To avoid this issue, we control the loading of images, the order in which they load, and when the slideshow can go to the next slide, and we do it in an optimized way for your particular slideshow and configuration.
    Now, when we load images this way, we do so by loading images off the screen, waiting for them to finish, and them plugging them into the right location. This is a very common technique, and many websites and libraries out there do this same thing or something similar. When we do it, some browsers have issues with simply loading one image after another, so we use a trick and "clear" the images between each load. This saves us some headaches for older browser bugs, and also allows us to load lots of large images without your site slowing down the users machine more than is needed. However, unfortunately a side effect of this is that on some modern browsers, when we "clear" the images, they will try to load the in between state called "null". This results in the error that you are seeing in your browser console. The browser is trying to load something that doesn't exist on the server, and thus, will show the error that it doesn't exist (404).
    This issue has been around for a while, and it is one we are certainly aware of. It is on our backlog to investigate alternatives to this approach, and make improvements in this area in general, but unfortunately we have not had time to circle back around to this particular problem. We do realize that this can be a bit scary to see on your site, and we want to git rid of that sooner rather than later, but given priorities on other bugs, features, and areas of the application, it hasn't made it onto an engineers plate to look at yet. And given our resources and priorities at the moment, I'm not sure I can say when we will have a fix for this by, though, again, sooner rather than later is what we'd prefer. In the meantime, as I said earlier, this error won't cause your site any harm, and can just be ignored.
    Hopefully that clears things up a bit. And if you have any questions about it, feel free to ask and I will do my best to respond.
    Thanks,
    Andrew
    Muse QE

Maybe you are looking for

  • Kdenlive not rendering with title clip

    After doing a system upgrade kdelive will no longer render my project, which rendered fine before the upgrade. After I click render, it either gets stuck in "waiting" or it gives an error saying that rendering crashed. If I turn off the title clip, r

  • Zero out GL balances

    The assets were not working in current system because depreciation was not run for past few years. we are loading assets all over again. since the assets were not working, the postings were made to depreciation expense account as journal entries. sim

  • FAGLL03 gives output but not FBL3N

    Hello Experts We are working on Ecc 6.0. Issue is that for a GL account FAGLL03 / FAGLB03(drilldown) gives the line items posted for a GL but when I execute FBL3N for the same GL, system prompts the error that - No line item display possible for acco

  • Copy controls for Consignment

    Hi , I  have been working on all the  consignment types,i have tried to copy the standard document types i.e. cf,ci,cp,cr to zcf,zci,zcp,zcr but what happens is i am able to process the order by in delivery i get an error saying that tables have not

  • EMobility

    I have a user who is loged into the EMobility but he doesn't have the option to logout. I also don't see him logged using CallManager admin page. When I add the EMobility service to a Subscriber, do I have to enable this service from user device prof