Unable to Deply Web Application - Error

Hello Guys,
I have created a Web Application in Eclipse 3.2 and now I am trying to Deploy the Application in OAS 10g R3
I am getting the below error
Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Application Deployer for TEST STARTS.
Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST.ear
Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST.ear begins...
Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Unpacking TEST.ear
Nov 22, 2008 5:59:44 PM http://orcl.DEMOSRV home Done unpacking TEST.ear
Nov 22, 2008 5:59:44 PM http://orcl.DEMOSRV home Unpacking TEST.war
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Done unpacking TEST.war
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST.ear ends...
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Starting application : TEST
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initializing ClassLoader(s)
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initializing EJB container
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Loading connector(s)
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Starting up resource adapters
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initializing EJB sessions
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Committing ClassLoader(s)
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initialize TEST begins...
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home application : TEST is in failed state
Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Operation failed with error: Error loading web-app 'TEST' at D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST\TEST: Unknown filter subtag: servlet-name
Can anyone tell me if I am missing something in OAS? Or how do I fix this problem
Thanks
Satish

Oh yes, thank you for reminding me. It is the library. We needed space on the hard drive for some HD video while on vacation and the only way to make room was to burn some DVDs of my photos. I did it all nice and neat so I could put it back when I got home, but then I forgot. Probably not the safest way to do it!
Time to update to a 500GB hard drive I guess! Thanks for your help.

Similar Messages

  • Error: BeX-Web Application Error

    Hi All,
                            while running the dashboard which is integrated with Enterprise portal, we are getting the below error.These dashboards consumes data from the BEX query  directly using the SAP Netweaver connection Type.
      Error Desc:   BeX-Web Application Error
    Please find the more details in the attached sheet. can any one help me out to resolve this issue

    Hi
    Check weather BO system is up or not

  • Sharepoint FBA web application error: Server Error in '/' Application. when login to the web application

    Hello Team,
    I have configured FBA in SharePoint 2010. After the FBA i can get the SQL users using people picker and added users as a site collection admin.
    When i tried to access the site, it shows login page and i have given user name and password then pressed signin button, it's try to redirect the another page and showing below error,
    Server Error in '/' Application.
    Runtime Error 
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. 
    Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.
    This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly"/>
        </system.web>
    </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
    "An exception occurred when trying to issue security token: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported
    method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title>IIS 7.5 Detailed Error - 500.19 - Internal Server Error</title> 
    <style type="text/css"> 
    <!-- 
    body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} 
    code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} 
    .config_source code{font-size:.8em;color:#000000;} 
    pre{margin:0;font-size:1.4em;word-wrap:break-word;} 
    ul,ol{margin:10px 0 10px 40px;} 
    ul.first,ol.first{margin-top:5px;} 
    fieldset{padding:0 15px 10px 15px;} 
    .summary-container fieldset{padding-bottom:5px;margin-top:4px;} 
    legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} 
    legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px; 
     border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; 
     border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;'..
    I checked sharepoint logs and didn't see any log. but i can see below error logged in  Event viewer application logs,
    I tried changing all customErrors mode and still same error.
    Kindly help me on this, how to resolve the issue.
    Thanks in advance.
    JP

    Hi,
    According to your description, my understanding is that the error occurred when you accessed SharePoint site through form based authentication.
    How did you configure the form based authentication?
    Here is a link about the steps required to configure FBA in SharePoint 2010 for your reference, and check the steps to see if there anything wrong in your configuration:
    http://www.codeproject.com/Articles/352841/How-to-Configure-Form-Based-Authentication-FBA-in
    Through the common error message, we cannot find what exactly caused the error.
    Here is a similar thread for you to take a look:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/120ab535-63d2-4205-a51f-1987e9c0cf79/sharepoint-fba-the-content-type-texthtml-charsetutf8-of-the-response-message-does-not-match-the?forum=sharepointgeneralprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Unable to load web application

    Hello everyone,
    I have created a web application with a login.html page using the configure ADF Security Wizard. When i run the application from my computer, it runs perfectly. However, when i try running it from another host i get the following error after i enter the credentials in the login page (before redirecting to the welcome page):
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Any thoughts?
    Mohamed.

    Post to the appropriate developers forum under OS X Technologies.

  • Crystal Reports 2008 Web Application Error

    Post Author: Jeff Clark
    CA Forum: .NET
    Hello,
    I am using Crystal Reports 2008 and Visual Studio 2005 to create and deploy CR web applications. These applications are installed on a Windows 2003 R2 server with .Net 3.0. I have previously used CR XIR2 for this purpose but upgraded to 2008 because I needed the added functionality in cross-tab reports.
    Some of the reports in the web application are pulling from a MySQL database. I am using a JDBC driver (version 5.1.5) to connect Crystal to the database. When I was using CR XIR2, all I needed to do was add the path for the JDBC driver in the CRConfig.xml in "C:\Program Files\Business Objects\common\3.5\java" directory and everything worked great.
    The runtime files for CR2008 create a "C:\Program Files\Business Objects\common\4.0" directory, but there is no "java" subfolder and no CRConfig.xml. When I attempt to load one of the MySQL reports I get the following error.
    "Error in File %Report Name%.rpt: Failed to load database information. "
    Is there a way to load JDBC drivers in the CR2008 runtime files?

    Post Author: Argan
    CA Forum: .NET
    I do not believe any java dlls are packaged in the runtimes for .net (same goes for the crdb_xml.dll, which is a java dll). I do not have a cr 2008 deployed server at the moment so I can not verify this.
       If you want to use java based db connectivity you will probably need to deploy them with your application.

  • Could not start the hyperion workspace-web application Error 1067

    Hi,
    I have installed hyperion from scratch in a distributed environment...everything was working fine.......i.e. shared services, workspace, essbase, sql server, and hfm. I was able to logon and navigate different options in the hyperion products...but essbase stopped working when I re-started all four servers ....?
    (1) When I restarted all four servers and stopped and restarted all hyperion services as per giving sequence then everything works fine but essbase EAS console and workspace web console...i was getting error message " could not connect to administration server" whenever i try to connect EAS console to essbase then I went to services there I saw workspace agent and workspace web application service is down.
    (2) as soon as I started those both services then my shared services automatically stopped but I was able to logon in Essbase console and workspace console but my shared services are down...
    (3) as soon as I start shared service they started but my workspace agent and workspace web application automatically stopped...and when I try to start again workspace web application then I get this error "[ Could not start the hyperion workspace-web application services on local computer. Error 1067: the process terminated unexpectedly]"
    I have been searching online and googling but have a hard luck to get some best solution for this...can some one help me or guide me to walk through with this issue...
    Thank you very much in advance ...
    Regards,
    Safi

    I solved this issue...It was with Hyperion Services those were stop responding some how.....but I stopped each service and restarted then those started working again...
    Regards,
    Safi

  • DW 8 Tutorial - Developing a Web Application - ERROR

    Hi, I am new at this and using the Dreamweaver 8 Tutorial,
    Developing a Web Application. Everything went fine until the very
    end, when I tried to submit data to the document. I got the
    following error message. I have searched online for a solution and
    haven't been able to find it. I am new at this (obviously) and
    would appreciate any help you could give me. Here is the error
    message:
    Error Type:
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver] Operation must use
    an updateable query.
    /MySampleApps/send.asp, line 115
    Browser Type:
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR
    1.1.4322)
    Page:
    POST 59 bytes to /MySampleApps/send.asp
    POST Data:
    FIRST_NAME=s&LAST_NAME=s&EMAIL=s&COMMENTS=s&MM_insert=form1
    Time:
    Friday, August 01, 2008, 10:53:58 AM

    Oops!
    http://livedocs.adobe.com/dreamweaver/8/using/31_trou7.htm
    http://www.adobe.com/go/tn_18984
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com
    "Ken Ford" <[email protected]> wrote in message
    news:g71tvt$ro4$[email protected]..
    > It is a permissions problem with the database:
    >
    >
    > --
    > Ken Ford
    > Adobe Community Expert - Dreamweaver/ColdFusion
    > Fordwebs, LLC
    >
    http://www.fordwebs.com
    >
    >
    > "squatier" <[email protected]> wrote in
    message news:g6vj9i$c5n$[email protected]..
    >> Hi, I am new at this and using the Dreamweaver 8
    Tutorial, Developing a Web
    >> Application. Everything went fine until the very
    end, when I tried to submit
    >> data to the document. I got the following error
    message. I have searched
    >> online for a solution and haven't been able to find
    it. I am new at this
    >> (obviously) and would appreciate any help you could
    give me. Here is the error
    >> message:
    >>
    >>
    >> Error Type:
    >> Microsoft OLE DB Provider for ODBC Drivers
    (0x80004005)
    >> [Microsoft][ODBC Microsoft Access Driver] Operation
    must use an updateable
    >> query.
    >> /MySampleApps/send.asp, line 115
    >>
    >>
    >> Browser Type:
    >> Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322)
    >>
    >> Page:
    >> POST 59 bytes to /MySampleApps/send.asp
    >>
    >> POST Data:
    >>
    FIRST_NAME=s&LAST_NAME=s&EMAIL=s&COMMENTS=s&MM_insert=form1
    >>
    >> Time:
    >> Friday, August 01, 2008, 10:53:58 AM
    >>
    >>
    >>
    >>

  • Error After Deploying Web Application Error.

    Hi
    I have to do custom style and skin of my login page.I am using OBIEE11g Linux box.
    I tried below steps.
    1.Copied s_blafp,sk_blafp from below path
    /cerstransin/BI/Oracle_BI1/bifoundation/web/app/res
    then paste into /cerstransin/analytics/
    2.Copied web-inf from /cerstransin/BI/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/
    paste into /cerstransin/analytics/
    so now /cerstransin/analytics/
    available s_blafp,sk_blafp and Web_inf
    3.Renames s_company,sk_company
    4.I login in weblogic console install new web application based on target directory(/cerstransin/analytics/)
    5.Then
    /cerstransin/BI/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1/instanconfig.xml
    added below entry
    <URL>
    <CustomerResourcePhysicalPath>/cerstransin/analyticsRes</CustomerResourcePhysicalPath>
    <CustomerResourceVirtualPath>/cerstransin/analyticsRes</CustomerResourceVirtualPath>
    </URL>
    <UI>
    <DefaultStyle>company</DefaultStyle>
    <DefaultSkin>company</DefaultSkin>
    6.login em then restarted presentation server.
    After i open http:---:9704/Analytics / login page not loaded properlly.Could you please let me know the solution please. I tryied the
    below document steps only.
    in my login page we cant able to see proper(default page)(Not all the HTML components of UI are loaded
    Thanks
    Gram
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    Edited by: Raj on Nov 29, 2012 4:34 PM

    Arun,
    Do you see the application status active in the Admin console?
    Are you testing the web application by typing the complete URL in the browser that includes the name of the webpage including the context root , ipaddress/hostname and port number of Server..?
    404 indicates application doesn't exist.
    Please share the URL you are testing.
    Please check the server log if you found any deployment issues when deploying your application?
    Thanks,
    Vijaya

  • Unable to start VM:Application Errors

    When I try to start VM I recieve following application error:
    Instruction under "0x11df7c84" refers itself to memory under the address: "0x00000010". The memory cannot be "read".
    After clicking OK, I recieve next error message:
    Failed to open a session for virtual machine
    No error info.
    After clicking the details, I get following info:
    Result Code:
    RPC_S_SERVER_UNAVAILABLE 0x800706BA (0x800706BA)
    Component:
    ProgressProxy
    Interface:
    IProgress {c20238e4-3221-4d3f-8891-81ce92d9f913}
    Please help

    When reporting an error, it is usually essential to post exact product version numbers of VirtualBox, including the exact host and guest OS version involved.
    Perhaps the following, which I found in Google applies:
    https://www.virtualbox.org/ticket/12064

  • Sun Enterprise Server 8 - Web application error

    If you can help, I can be satisfied. When I try to deploy a .war file I always get this error in the following.
    <--
    A "com.sun.enterprise.tools.guiframework.exception.FrameworkException" was caught. The message from the exception: "java.lang.reflect.InvocationTargetException while attempting to process a 'error' event for 'deployWebModule'."
    The root cause is "javax.management.AttributeNotFoundException: id"
    See the HTML source for more detailed (stack trace) information.
    -->
    It is also accured while enterprise application deployment.
    What does it mean or what could I do recently?

    Just try to give few step into error checking debug logs and check where the error is....
    I find it to be an mismatch or wrong declaration of attributes and calling them...

  • Unable to specify web application Login Module

    HI all,
    i have the following problem with JDev11Tech Preview R2:
    I have jazn login module which i specify under the Tools -> Embedded OC4J preferences -> Authentication -> Login Configuration
    The login module data is filled into the system-jazn-data.xml under the:
    \jdevstudio1111_TechnPreview2\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config:
    <jazn-loginconfig>
    <application>
    <name>Insis</name>
    <login-modules>
    <login-module>
    <class>com.fadata.insis.security.InsisLoginModule</class>
    <control-flag>required</control-flag>
    <options>
    <option>
    <name>debug</name>
    <value>false</value>
    </option>
    </options>
    </login-module>
    </login-modules>
    </application>
    </jazn-loginconfig>
    But when i try to obtain the LoginContext i receive an exception
    "No LoginModules configured for Insis"
    I have that configuration working in JDev 10.1.3
    Thank you very much in advance!
    Krasimir

    Krasimir,
    in JDeveloper 11 the LoginModule is no longer configured in system-jazn-data.xml but in jps-config.xml (which also has a different format for creating it). So you can look at the jps-config.xml and figure it out yourself or wait for us to document how it works (which is a how-to I am planning to write but with very low priority for now).
    Frank

  • Error instantiating web-application

    Hello, Im new posting over here. I hope someone can help me with this problem.
    I'm working on a WebService that use this type of variable:
    byte[ ] file.
    But when I try to run the WebService return this:
    Error instantiating web-application
    Error compiling :C:\Proyectos Modernizacion\Transitos_Produccion\TransitosMigracionOracle\ViewController\public_html: Syntax error in source or compilation failed in: C:\Herramientas Desarrollo\jdevstudio10140\jdev\system\oracle.j2ee.10.1.3.42.70\embedded-oc4j\application-deployments\current-workspace-app\TransitosMigracionOracle-ViewController-webapp\transitos\view\runtime\MsgTransitosSoapHttp_recepcionCierre_ReqS.java C:\Herramientas Desarrollo\jdevstudio10140\jdev\system\oracle.j2ee.10.1.3.42.70\embedded-oc4j\application-deployments\current-workspace-app\TransitosMigracionOracle-ViewController-webapp\transitos\view\runtime\WsRegistrarTransitosSoapHttp_Tie.java:264: error #300: method getString_1() not found in class transitos.view.GuardarImagenDocumentosElement
    result = ((transitos.view.WsRegistrarTransitos) getTarget()).guardarImagenDocumentos(myGuardarImagenDocumentosElement.getString1(), myGuardarImagenDocumentosElement.getString_2(), myGuardarImagenDocumentosElement.getString_3(), myGuardarImagenDocumentosElement.getString_4(), myGuardarImagenDocumentosElement.getString_5(), myGuardarImagenDocumentosElement.getString_6(), myGuardarImagenDocumentosEl
    *If delete the parameter byte[ ] file WebService works fine. Is a problem that I use byte type on WebService through JDeveloprt?. This because on JBuilder, this WebService works fine*
    Thanks for help
    Regards

    1) Application name has to be "default"
    Change <web-app application="eleicoes" name="eleicoes-web" root="/eleicoes" />
    to
    <web-app application="default" name="eleicoes-web" root="/eleicoes" />
    2) Also I recommend you to put the war file under the applications directory instead of default-web-app
    Hope this helps
    -Debu Panda
    Oracle
    I did exactly that Rob.
    This is the files i am using:
    application.xml
    <orion-application autocreate-tables="true"
         default-data-source="jdbc/OracleDS">
    <web-module id="defaultWebApp" path="../default-web-app" />
    <!-- this is the line i insert -->
    <web-module id="eleicoes" path="../default-web-app/eleicoes/eleicoes-web.war" />
    </orion-application>
    default-web-site.xml
    <web-site port="8888" display-name="Default Oracle9iAS Containers for J2EE Web Site">
    <default-web-app application="default" name="defaultWebApp" />
    <!-- this is the line i insert -->
    <web-app application="eleicoes" name="eleicoes-web" root="/eleicoes" />
    </web-site>
    Any advice?
    Thanks for your time,
    Rafael Dittberner

  • Web Services Tutorial - Error instantiating web-application

    Hi all -
    I've been trying to follow the "Create a Web Service from a Java Class" tutorial in the JDeveloper help and I'm running into problems accessing the web-service. After starting the embedded OC4J server, I try to access the target URL and get the following error message:
    Error instantiating web-application
    Error compiling :C:\jdev\jdev\mywork\Application2\Project1\public_html: Syntax error in source or compilation failed in: C:\jdev\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\application-deployments\current-workspace-app\Application2-Project1-webapp\project1\runtime\MyWebService1_Service_SerializerRegistry12.java
    The thing is, I've actually tried the steps on a separate computer and it worked perfectly. But it seems like I have something misconfigured on this system which is giving me problems. Does anyone have any suggestions for my problem?
    Thanks

    I never did solve the problem. I decided to try out GeoServer for WFS and am very impressed. It was much easier to install and pretty feature-filled as well with a lot of documentation. I would definitely suggest checking it out to see if it will fit your needs.

  • Creation of webtogo application : error WTG-10342

    Hello,
    I'm creating a webtogo application. Using MDW I created publication items / publication. Using the packaging wizard I published it, setting default page to an html one having no specific code but a link.
    On the mobile (PC) device, setup is going well, synchronization too (I checked that the DB has the right data)
    But when clicking on the application link I get the error :
    WTG-10342: Class Not Found sync again as application file sync may have failed or please contact your system administrator.Any idea ?
    How can I have more detailed informations to understand and fix this problem ?

    Using the mode "Oracle Lite Web OC4J" instead of "Oracle Lite Web" I was able to have access to console log. The error seems due to :
    Error instantiating web-application Error loading listener 'oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack'So in JDeveloper (11g) I added all JAR libraries (hummm) and then I didn't have this error in OC4J but another more like "incompatible feature".
    So I came back to "Oracle Lite Web" mode but now I'm having
    java.lang.OutOfMemoryError: Java heap spaceThe machine (VMWare)has 1GB memory and do nothing but webtogo.
    Anyone has an idea ?

  • '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

  • Executed and failed alternatively while testing a bpel process

    I have created a bpel process such that the response from the bpel is posted to a Queue. I have deployed the bpel and esb process successfully. While testing the bpel process,it is completely executed for the first time.(no error in esb and bpel cons

  • How can I get access to Encore 2.0

    Jeff, I have tried to contact support several times about this problem, and every time they send me back to the forum, even after I link them to this post, and send them this excerpt from above: "If the software title you have purchased is affected b

  • Can't delete master record when matching when matching detail record exist

    Hi on the rel. property: Delete Record Behaviour = cascading Prevent masterless Operation =yes Automatic Query = yesCan't delete Record Master & Detail... On delete getting error msg. Can't delete master record when matching when matching detail reco

  • Please help me, how do I get rid of pop up windows

    Hi, I've had my Mac for around 3 years without any problems. I think my daughter has downloaded something that has opened up a virus ? Example: I click on an icon whilst doing my online shopping and this opens up a separate webpage and also a box at

  • My MacbookPro (A1278) shuts down inmediately after turning it on.

    I have a MacBook Pro (A1278) Mid 2010, and it began to run very slowly, i checked the Activity Monitor and found out that a Kernel_task was consuming almost the whole processor, i restarted the machine and after one second of the first gray screen, i