Application Error in Place order page

Hi all,
In istore site I got "Application error" in "place order" page for some customers, but other customers its working fine, and i checked the log file it shows CC holder is "Null". So please give some idea regarding this issue.
java.lang.NullPointerException
at
oracle.apps.ibe.shoppingcart.quote.ShoppingCart.savePaymentInformation
(S
hoppingCart.java:4077)
at
oracle.apps.ibe.shoppingcart.quote.ShoppingCart.savePaymentInformation
(S
hoppingCart.java:3819)
at
oracle.apps.ibe.shoppingcart.quote.ShoppingCart.saveCCPayment(Shopping
Ca
rt.java:4412)
at
oa_html.__ibeCCkpBHdrBillPay._jspService(__ibeCCkpBHdrBi
ll
Pay.java:2280)
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at
oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:4
56
at
org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:595)Thanks
Bala

Bala,
Most probably you need to clear the server cache or compile the JSP pages (depends on your application release) -- Please see (11.5.0/12: Oracle iStore Checkout Error: "500 Internal Server Error OracleJSP" [ID 577510.1]) for details.
Thanks,
Hussein

Similar Messages

  • I want to reinstall our Adobe Acrobat XI Pro because we have begun to get error messages. I followed the initial instructions but when I logged in I couldn't find "My Orders" page which is required to locate my order and install.  Any ideas?

    I want to reinstall our Adobe Acrobat XI Pro because we have begun to get error messages. I followed the initial instructions but when I logged in I couldn't find "My Orders" page which is required to locate my order and install.  Any ideas?

    Barbara,
    If you are looking for your  serial number, sign in to your Adobe account. On the Manage Accounts page that appears, all of your registered products and their serial numbers are listed in the Plans & Products section. For more information on locating serial numbers,please see Find a serial number
    Here is the link to download and install the software:
    Acrobat XI, X
    Pattie

  • I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading your order" pop up.  There was no error message all along when I created the book.

    I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading  your order" appeard.  There was no error message all along when I created the book. I tried several time but failed.

    preview the order and try again - http://support.apple.com/kb/HT1040
    If it still does not work boot into Safe Mode, preview again and try
    With the number of reports in the last few days it may be server overload - if so trying during a time of lower activity might help
    LN

  • How to Validate an order once "Place Order" button is pressed

    Hi,
    We have a requirement which is, When customer places an order, we need to check if that order has Item 'ABC' in it.. If so, There should be another item 'XYZ' should also be in there. if not, we should throw error message on Checkout page itself. We don't want to customize the JSP as we don't have expertise. Can any one suggest the PL/SQL APIs where we can include this logic? or any other logic?. We just want to understand which API will get executed as soon as they hit that 'Place Order' Button on Check out page.
    Thank you.

    Hi,
    I think it is too late to validate items during Place Order.
    I would suggest you should do it when you click the Checkout button.
    If you refer to ibeCScpViewA.jsp (which is used when we click on Checkout button)
    you can find ready code which loops over all the items in the cart.
    You can easily customize this page.
    If you still want to stick to Place Order, then you need to customize ibeCCkpOrdReview.jsp.
    but you will have to write a lot of code on your own.
    Hope it helps!
    Hrishikesh

  • DI API Error Code - 1, Error Message - General Error while adding order

    Hi All,
        While adding sales order using di api(in .net web application), i receives error(code-1, message-general error) if some particular items are inserted as line items. For all other items, it works fine.
        I put code to export the order to be added as xml if its giving such error. Then I have written one vb code which accepts xml as input and adds order from it. I tried exported xml with this application and it worked, without any change in exported xml order.
        So I thought if general error comes, .net web page should export order xml and import it again and then use add method. But its not working. Though exported xml gets imported and order gets created if I use the other vb code(i run this after some 5 to 10 min, after order is not created from web application).
        Please help me out of this problem.
    Thanks and Regards,
    Yogesh.

    Hi Yogesh,
    I am not sure about the cause for your problem, but I would recommend to:
    a) use SQL Profiler to find out (hopefully) where the transaction actually breaks and
    b) involve SAP Support to find out what doesn't work when you use these particular items.
    HTH,
    Frank

  • Capturing Application Error log from SXMB_Moni

    Hi,
    I wanted to capture the error information from Application error log from ECC sxmb_moni and forward that as email alert.
    We have already alert configuration in place with alert category using standard variables. Was wondering if I have to capture application error log from sxmb_moni what would be steps involved. Please let me know if anybody has worked on this and appreciate your help on this.
    Sample Error message from sxmb_moni of ECC system
    MT_Fault
    Error in Application System
    Detailed Information
    Process Order invalid
    Thanks
    Selvam
    Edited by: Selvam_muthu on Jun 23, 2011 5:40 PM

    Hi Selvam,
    As the exception is raised in ECC system, alert cannot be trigger, alert will get trigger when there is a error in PI system. To raise a email, write additional code in ECC to trigger the e-mail with proper error content

  • How to change the "Page Flow Error - Unsatisfied Role Restriction" page

    When you try to access a page and are denied authorization to it, Weblogic automatically redirects you to a
    "Page Flow Error - Unsatisfied Role Restriction" page, on the bottom of which tells you what roles you have to be in in order to access the resource. My question is how can I change this page to match the general look and feel of my application?

    I know you asked this almost a month ago, so you may have already figured it out... but you just need to add a handler for com.bea.wlw.netui.pageflow.UnfulfilledRolesException. Something like this:
    @jpf:catch type="com.bea.wlw.netui.pageflow.UnfulfilledRolesException" path="roles-error.jsp"
    You can put it at the class level of a specific page flow, or at the class level of WEB-INF/src/Global.app, which will apply it to all page flows.
    Hope this helps.
    Rich

  • Application error message

    My nokia asha 201 fails to use all apps, facebook, whatsapp, mail, twitter and even fails to go at internet instead it gives me the message of application error, out of memory, memory error so what should i do to restore all these functions on my phone.

    Emmanliko,
    Welcome to Nokia Discussions!
    You may need to restore your phones software. In order to do that, you must backup data on your phone before proceeding with this. Instructions can be found here at this page.
    Good luck

  • How can I monitor application errors?

    hi,
    How can i monitor and where in one place both the technical errors and application errors.
    for example , if i have File -> XI -> RFC
    and the RFC has errors where can i see this errors in one place?

    Hi Udi,
    The report RSALERTPROC does not need to run to deliver RWB alerts. These alerts are pushed directly to the receiver. Only if you want escalation processes or if you want to forward CCMS alerts to the Alert Mgmt. you need to schedule RSALERTPROC.
    From SP 14 on PMI-free alerting was introduced. That means before SP 14 one has to configure and activate the End-to-End Monitoring, and to schedule the report SXMSALERT_PROCESS_DATA_GET in order to extract the alerts from the PMI data. For SP 14 and higher, that's not longer necessary.
    If no alerts are being delivered, please check if "Suppress multiple alerts of this rule" is checked for your rule.
    For SP 14 and higher you could also have a look at the report sxmsalert_logreader. This report shows some information about alerts being created or not.
    You'll find more information about trouble shooting the alerting in SAP Note 913858.
    Also go thru these links:
    Alerts not getting triggered from Adapter Framework
    Alert  Configs...
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Regards,
    Abhy

  • Application Error when adding configurator item to shopping cart

    Hi All,
    We are getting application error while selecting the configurator model item in iStore pages in oracle apps R12.
    The view source shows following message:
    java.lang.NullPointerException
         at oracle.apps.ibe.shoppingcart.quote.ShoppingCart.addModelsToCart(ShoppingCart.java:7079)
         at oracle.apps.ibe.configurator.Configurator.addItemToCart(Configurator.java:272)
         at ibeCFgpLaunch.jspService(_ibeCFgpLaunch.java:1241)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at ibeCCtpBuyRoute.jspService(_ibeCCtpBuyRoute.java:2490)
    While selecting the normal standard item i got below error:
    Error:
    There is an error in order submission.
    ERROR_RETURNED (API=ASO_QUOTE_CUHK.Create_Quote_PRE)
    Also i checked all invalid objects , but i couldn't find any ASO or IBE related invalid objects.
    Please help, it was urgent..

    L S P.. wrote:
    Hi,
    Actually that notes says about invalid objects in ASO and IBE objects.
    But i couldn't found any invalid objects. Also i was cleared cache using functional administrator also.
    But still am getting this error.
    Please help on this.. It is on critical.Please log a SR if the doc did not help.
    Thanks,
    Hussein

  • HELP: "nsAppShell:EventWindow: firefox.exe - Application Error The instruction at 0x0770e1b0 referenced memory at 0x0770e1b0. The memory could not be written."

    Whenever I close Firefox, I get this error message: "nsAppShell:EventWindow: firefox.exe - Application Error The instruction at 0x0770e1b0 referenced memory at 0x0770e1b0. The memory could not be written."
    Help - How to get rid of this message/error?

    In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
    *Click the Firefox button at the top left, then click the ''Help'' menu and select ''Troubleshooting Information'' from the submenu. If you don't have a Firefox button, click the Help menu at the top and select ''Troubleshooting Information'' from the menu.
    Now, a new tab containing your troubleshooting information should open.
    *At the top of the page, you should see a button that says "Copy text to clipboard". Click it.
    *Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
    If you need further information about the Troubleshooting information page, please read the article [[Use the Troubleshooting Information page to help fix Firefox issues]].
    Thanks in advance for your help!

  • How to link B2C basket (order page), with backend or IPC or JCo

    Hi
    It is in the standard flow of the B2C application, when we add the campaign on the header of the Order page, on clicking Update the prices donot get update.
    If we click on the product catalog and again add same product to the basket, product to which the campaign is linked, we get updated prices.
    This is a standard flow of B2C application.
    If I come to change the Action class for Update, we need the fields to from salesDoc or Basket to get the Pricing condtions generated for the item on adding campaign to order jsp , using the stangard java class "PrepareIsaPriceAnalysisAction".
    i.e
    1.     IPC Connection Key: needed at header level of sales document.
    2.     IPC Document ID: needed at header level of sales document.
    3.     Item Id: present at sales document item level.
    In the Action class for B2C, we are just getting item id as standard and not other fields from salesdocument getHeader() method, as we get in B2B.
    If anyone in SDN, who has earlier worked on this issue and got some patch downloaded from SAP market place for standard appliaction of B2C. We are using service pack 4. Kindly help us in getting this issue resolved.
    I am able to get all the values of campaign related data on the page and I am able to add the campaign in the sales document, but not able to link with backend or not able to get or create IPC info from the Backend using standard Bapi's for getting the information.
    Kindly help in resolving the issue.
    Thanks a lot!
    Ekta
    Edited by: Ekta on Feb 19, 2009 10:53 AM

    Thanks Cormac!
    Thanks for the quick reply. We have informed our Basis team member. Hopefully applying the patch shall solve our issue. If in case any further assistance is required, I shall get back to you.
    Thanks!
    Ekta

  • DQ project portal application error

    Hi I am trying to open the project portal
    I got the application error with
    "The dataflow terminated unexpectedly and errors were reported. Check the log file for details about any errors. "
    All the server is running fine , sometimes working and some time not working ..pls help me to fix this issue
    The log file message is
    (1604|3396) Processing request
    RequestHandler::process_request
    Requesting dataflow history summary private.
    Cleanup Start.
    Cleanup End.
    Cleanup Start.
    Cleanup End.
    Cleanup Start.
    Cleanup End.
    Cleanup Start.
    Cleanup End.
    Cleanup Start.
    Cleanup End.
    Cleanup Start.
    Cleanup End.
    Pls help me to fix this

    java.lang.NullPointerException
    at oracle.adf.model.binding.DCBindingContainerReference.getDef(DCBindingContainerReference.java:111)
    at oracle.adf.model.BindingContext.findBindingContainerDefByPath(BindingContext.java:1650)
    at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:371)
    Solution: Place your webcenter project in a path with now spaces in its name
    oracle.jbo.NoDefException: JBO-25002: Definition oracle.webcenter.portalapp.pages.homePageDef of type Form Binding Definition is not found.
    at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:2703)
    at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:2715)
    Caused by: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/webcenter/portalapp/pages/homePageDef.xml"
    at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1163)
    at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2837)
    at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1204).....
    Solution: It only happens on my machine, so I delete the data in the Users > [Name] > AppData > Roaming > Jdeveloper > (everything inside here).Uninstall jdeveloper. Delete the whole Oracle Middleware folder. Reinstall Jdeveloper. Best thing that ever happened to me

  • Error While Running a page on JDeveloper

    Hi All ,
    I am getting the following error while running a page in Jdeveloper . Can any body help me?
    (AppsContext.java:686) at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:846) at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351) at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144) at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80) at runregion.jspService(runregion.jsp:96) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797) at java.lang.Thread.run(Thread.java:534) oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier ; (Could not lookup message because there is no database connection) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862) at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980) at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352) at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144) at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80) at runregion.jspService(runregion.jsp:96) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550) at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1328) at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169) at oracle.apps.fnd.profiles.ExtendedProfileStore.getMultiSpecificProfileFromDB(ExtendedProfileStore.java:368) at oracle.apps.fnd.common.WebAppsContext.setProfileValues(WebAppsContext.java:4177) at oracle.apps.fnd.common.AppsContext.setDBEnv(AppsContext.java:3407) at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2508) at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2398) at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2257) at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2072) at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1976) at oracle.apps.fnd.profiles.Profiles.getConnection(Profiles.java:2494) at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1304) at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169) at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148) at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147) at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008) at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931) at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570) at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827) at oracle.apps.fnd.common.AppsContext.(AppsContext.java:686) at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:846) at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351) at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144) at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80) at runregion.jspService(runregion.jsp:96) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797) at java.lang.Thread.run(Thread.java:534) ">

    check your DBC file, we have discussed this issue in the forum, search for SERVERRESP_ENABLED_FLAG

  • 'Unable to Launch Application Error' - Java Web Start Running Under MS IIS.

    I am attempting to render the following .jnlp in MS IE:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for LottoMadness Application -->
    <jnlp
       codebase="http://localhost/LottoMadness/"
       href="LottoMadness.jnlp">
       <information>
         <title>LottoMadness Application</title>
         <vendor>Rogers Cadenhead</vendor>
         <homepage href="http://localhost/LottoMadness/"/>
         <icon href="lottobigicon.gif"/>
       </information>
       <resources>
         <j2se version="1.5"/>
         <jar href="LottoMadness.jar"/>
       </resources>
       <application-desc main-class="LottoMadness"/>
    </jnlp>I've deployed the .jnlp, .gif, and .jar to MS IIS, running locally on my PC.
    When I attempt to render the .jnlp in IE I obtain an 'Application Error' window stating 'Unable to Launch Application'. Clicking details gives me:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost/LottoMadness/LottoMadness.jnlp
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)I have configured MS IIS for Web Start, by setting the Extension/Content Type fields to .jnlp and application/x-java-jnlp-file.
    (The .jnlp is basically from 'Programming with Java in 24 Hours', as this is the book I am learning Java from.)

    AndrewThompson64 wrote:
    I am not used to seeing references to a local server that do not include a port number.
    E.G. http://localhost:8080/LottoMadness/
    I have deployed the following HTML (HelpMe.html) to the web server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>Untitled</title>
    </head>
    <body>
    Help Me!
    </body>
    </html>When I attempt to render the URL in IE, I see the page just fine. The URL is use is:
    http://localhost/LottoMadness/HelpMe.htmlSo, I think my web server setup and usage is ok.
    >
    As an aside, what happens if (your MS IIS is running and) you click a direct link to..
    [http://localhost/LottoMadness/LottoMadness.jnlp|http://localhost/LottoMadness/LottoMadness.jnlp]
    When I click this link I get the error and exception I cited in my previous post.

Maybe you are looking for

  • 11gR2- webutil upload file to AS on two nodes RAC?

    Hellow experts plz help with the following issue, we are using 11gR2 forms on two node rac,webutil configured on both nodes. upload/download files to AS folder(UP_FILES) using our forms. node 2 is actually replica of node 1(forms,reports,UP_FILES). w

  • JMF- Problem in inbuilt Webcam using JMStudio

    Hi All, I am using Java Media Framework 2.1.1e and I am currently facing issues while accessing my inbuilt webcam using JMStudio I have tried to access my in-built Web-Camera from JMStudio app(of JMF..File->Capture->check 'Use video device'-> Press '

  • Officejet 6700 margin problems printing from Mac

    I recently purchased and setup a  new HP 6700 all in one wireless printer and have a problem that I can't seem to solve or find a solution for.  Printing from my Mac's leaves margins cutting the top and bottom off of documents.  I've printed the same

  • Export between OS versions

    dear all, Is it possible to export a schema from 32 bit Windows OS Database 10g to 64 bit OS database windows ? Thanks Kai

  • IdeaPad N20P Chromebook Battery Care

    Just got this laptop yesterday.  My old laptop had a removable battery, so I would keep it plugged in and take the battery out to conserve its lifespan.  The battery cannot be removed from this ideapad and I was not able to locate the settings for th