Apache starts but doesn't run -- no error file msg

Running this in the DOS box gives:
C:\orant9i\Apache\Apache>apache -k start
Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24 running...
and it starts TWO Apache.exe processes, one right away.
But http://localhost gives a 500.
There's no error log msg.
apache -k shutdown stops both processes,
one delayed a bit.
Starting the same Apache as a Service gives 1067 --
"process terminated unexpectedly"
This was part of an Oracle install which I can't get rid of thru the uninstall process -- it just won't run. I can run the Oracle Enterprise Mgr, but haven't tried any database stuff. I want to install MySQL.
Thanks for reading this far,
and I sure hope you can help,
Peter.
win2K, SP4 IE6

But http://localhost gives a 500. There's no error
log msg.
So what makes you think that a general Java forum can
help you with this?--because i searched on 'apache install' and got a lot of hits here.
>
You need to go where the Oracle-heads hang out
(http://technet.oracle.com). They have an Oracle Java
forum, which is the perfect place for this question.--this link is broken.  I did post at: http://forums.oracle.com/forums
but even there isn't primarily Apache which I would prefer.

Similar Messages

  • Starts but doesn't run

    15" Original MacBook Pro (3 years old) 2.3 GHz intel, 2GB DDR2
    Starts, login, desktop comes up, multiple programs open on boot... then the color wheel appears and all processes freeze... for a second I can move mouse, switch between apps with command-tab, even scroll across dock and icons will magnify normally.... so I let it sit to see if it will resolve and the screensaver starts and by this time the mouse and keyboard aren't registering and I can't exit screensaver
    rescue time, peer guardian, and tweetdeck are some third party apps that open on start-up... tweetdeck is the first to freeze... I try to force quit but nothing happens and everything else begins to freeze
    I verified and repaired with DiskWarrior but that was not the problem.
    Any ideas?

    "I try to force quit but nothing happens and everything else begins to freeze"
    And you still are unable to force quit any of the apps? Really strange.
    System Preferences>Accounts>Login Items. Disable rescue time, peer guardian,tweetdeck and any other apps you have.
    !http://i50.tinypic.com/izvwo1.gif!

  • Premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."

    premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."   Installation in German Language on WIN7 professional 64bit, Samsung SSD. What can I do to run that program?

    Jurgen Freund
    Premiere Elements 12 on Window 7 64 bit. What video card/graphics card does your computer use - AMD Radeon?
    I have found this YouTube video on the subject of Error 126 with details for resolving the problem.
    How to fix the ERROR 126 when you open OpenGL programs - YouTube
    The link was contributed in an old 2013 thread here by the ID danneomarre (see post 6 of the following thread)
    LoadLibrary failed with error 126: cant find the required
    Please let us know if that worked for you.
    Thank you.
    ATR
    Add On...When all is OK and working, please update 12 to 12.1 Update using an opened project's Help Menu/Update.

  • PLSQL compiles but doesn't run.. I've declared it everywhere but still..

    PLSQL compiles but doesn’t run.. I’ve declared it everywhere but still..
    Afternoon.. Hopefully a quick one for someone.. I’m trying to run a Concurrent Program in ORACLE Financials using a Data Template derived BI Publisher report.
    Error message received..
    SUBIXCLT module: UofS Expense Claim Tracking Report
    +--------------------------------------------------------------------------
    All Parameters: raisedby=:status=:claimant=:expense_date_from=:expense_date_to=:LP_ORDERED_BY=Expense Report Number
    Data Template Code: SUBIXCLT
    Data Template Application Short Name: PO
    Debug Flag: N
    {raisedby=, claimant=, expense_date_to=, expense_date_from=, status=, LP_ORDERED_BY=Expense Report Number}
    Calling XDO Data Engine...
    [060410_025628319][][STATEMENT] Start process Data
    [060410_025628324][][STATEMENT] Process Data ...
    [060410_025628329][][STATEMENT] Executing data triggers...
    [060410_025628329][][STATEMENT] BEGIN
    SUBIXCLT.claimant := :claimant ;
    SUBIXCLT.expense_date_from := :expense_date_from ;
    SUBIXCLT.expense_date_to := :expense_date_to ;
    SUBIXCLT.raisedby := :raisedby ;
    SUBIXCLT.status := :status ;
    SUBIXCLT.lp_ordered_by := :lp_ordered_by ;
    :XDO_OUT_PARAMETER := 1;
    END;
    l_flag Boolean;
    BEGIN
    l_flag := SUBIXCLT.BEFOREREPORT(L_ORDERED) ;
    if (l_flag) then
    :XDO_OUT_PARAMETER := 1;
    end if;
    end;
    [060410_025628356][][EXCEPTION] SQLException encounter while executing data trigger....
    java.sql.SQLException: ORA-06550: line 4, column 33:
    PLS-00201: identifier 'L_ORDERED' must be declared
    ORA-06550: line 4, column 1:
    PL/SQL: Statement ignoredThe Data Template
    The Data Template
    <?xml version="1.0" encoding="utf-8" ?>
    - <dataTemplate name="UofS_OutstandngExpenses_Report" defaultPackage="SUBIXCLT" dataSourceRef="FINDEV" version="1.0">
    - <properties>
      <property name="xml_tag_case" value="upper" />
      <property name="include_parameters" value="true" />
      <property name="debug_mode" value="on" />
      </properties>
    - <parameters>
      <parameter name="claimant" dataType="character" defaultValue="" />
      <parameter name="expense_date_from" dataType="date" defaultValue="" />
      <parameter name="expense_date_to" dataType="date" defaultValue="" />
      <parameter name="raisedby" dataType="character" defaultValue="" />
      <parameter name="status" dataType="character" defaultValue="" />
      <parameter name="lp_ordered_by" dataType="character" defaultValue="" />
      </parameters>
    - <dataQuery>
      <dataTrigger name="beforeReportTrigger" source="SUBIXCLT.BEFOREREPORT(L_ORDERED)" />
    - <sqlStatement name="Q1">
    - <![CDATA[
    SELECT DISTINCT
    erh.invoice_num,
    pap.full_name EMP_CLAIMING,
    DECODE(NVL(erh.expense_status_code, 'Not yet Submitted (NULL)'), 'CANCELLED', 'CANCELLED',
         'EMPAPPR', 'Pending Individuals Approval',      'ERROR', 'Pending System Administrator Action',
         'HOLD_PENDING_RECEIPTS     ', 'Hold Pending Receipts', 'INPROGRESS', 'In Progress', 'INVOICED', 'Ready for Payment',
         'MGRAPPR', 'Pending Payables Approval', 'MGRPAYAPPR', 'Ready for Invoicing', 'PAID', 'Paid',
         'PARPAID', 'Partially Paid',     'PAYAPPR', 'Payables Approved',     'PENDMGR', 'Pending Manager Approval',
         'PEND_HOLDS_CLEARANCE', 'Pending Payment Verification',     'REJECTED', 'Rejected',     'RESOLUTN',     'Pending Your Resolution',
         'RETURNED',     'Returned',     'SAVED',     'Saved',     'SUBMITTED',     'Submitted',     'UNUSED',     'UNUSED',
         'WITHDRAWN','Withdrawn',     'Not yet Submitted (NULL)') "EXPENSE_STATUS" ,
    NVL(TO_CHAR(erh.report_submitted_date,'dd-MON-yyyy'),'NULL') SUBMIT_DATE,
    NVL(TO_CHAR(erh.expense_last_status_date,'dd-MON-yyyy'),'NULL') LAST_UPDATE,
    erh.override_approver_name ER_Approver,
    fu.description EXP_ADMIN,
    erh.total,
    erh.description 
    FROM
    AP_EXPENSE_REPORT_HEADERS_all erh,
    per_all_people_f pap, fnd_user fu
    WHERE erh.employee_id = pap.person_id
    AND fu.user_id = erh.created_by
    AND NVL(erh.expense_status_code, 'Not yet Submitted') NOT IN  ('MGRAPPR', 'INVOICED', 'PAID', 'PARPAID')
    AND pap.full_name = NVL(:claimant, pap.full_name)
    AND TRUNC(erh.report_submitted_date) BETWEEN NVL(:expense_date_from, '01-JAN-1999') AND NVL(:expense_date_to,'31-DEC-2299')
    AND fu.description = NVL(:raisedby,fu.description)
    AND erh.expense_status_code = NVL(:status,erh.expense_status_code) &LP_ORDERED_BY
      ]]>
      </sqlStatement>
      </dataQuery>
      <dataTrigger name="beforeReportTrigger" source="SUBIXCLT.BEFOREREPORT(L_ORDERED)" />
    - <dataStructure>
    - <group name="G_XP_CLM_TRACKNG" source="Q1">
      <element name="INVOICE_NUM" value="INVOICE_NUM" />
      <element name="EMP_CLAIMING" value="EMP_CLAIMING" />
      <element name="EXPENSE_STATUS" value="EXPENSE_STATUS" />
      <element name="SUBMIT_DATE" value="SUBMIT_DATE" />
      <element name="LAST_UPDATE" value="LAST_UPDATE" />
      <element name="LP_ORDERED_BY" dataType="varchar2" value="SUBIXCLT.LP_ORDERED_BY" />
      </group>
      </dataStructure>
      </dataTemplate>The PL SQL..
    The PL SQL..
    CREATE OR REPLACE PACKAGE Subixclt IS
    L_ORDERED  VARCHAR2(50);
    RAISEDBY VARCHAR2(50);
    STATUS VARCHAR2(50);
    CLAIMANT VARCHAR2(50);
    LP_ORDERED_BY VARCHAR2(50);
    FUNCTION BEFOREREPORT(L_ORDERED IN VARCHAR2) RETURN VARCHAR2;
    EXPENSE_DATE_FROM DATE;
    EXPENSE_DATE_TO DATE;
    --RETURN VARCHAR2;
    END;
    CREATE OR REPLACE PACKAGE BODY Subixclt IS
    FUNCTION BEFOREREPORT(L_ORDERED IN VARCHAR2)RETURN VARCHAR2 IS
    BEGIN
    Fnd_File.PUT_LINE(Fnd_File.LOG,'L_ORDERED'||L_ORDERED);
    DECLARE
    LP_ORDERED_BY VARCHAR2(50);
    L_ORDERED  VARCHAR2(50);
    RAISEDBY VARCHAR2(50);
    STATUS VARCHAR2(50);
    CLAIMANT VARCHAR2(100);
    EXPENSE_DATE_FROM DATE;
    EXPENSE_DATE_TO DATE;
    BEGIN
    IF (LP_ORDERED_BY='Expense Report Number') THEN
         LP_ORDERED_BY :='order by 1 asc;';
      ELSIF (LP_ORDERED_BY='Person Claiming') THEN
         LP_ORDERED_BY :='order by 2 asc;';
      ELSIF (LP_ORDERED_BY='Submit Date') THEN
      LP_ORDERED_BY :='order by 4 asc;';
      END IF;
    RETURN(L_ORDERED);
    --RETURN NULL;
    END;
    END;
    END;Thanks for looking..
    Steven
    Edited by: Mr_Alkan on Jun 4, 2010 3:35 PM

    One has to initialise a session first for use with Oracle Apps if you want to make it run as a concurrent job.
    Any decleration within your package will not be recognised unless initialisation is sucessful.
    Investigate the built-in packages:
    FND_GLOBAL - for initialisation
    FND_SUBMIT - for setting session relevant parameters
    -- function returns true or false depending on whether the initialisation was sucessful or not
    create or replace function is_Init_OK (p_User_Name       in varchar2
                                          ,p_Responsibility  in varchar2
                                          ,p_Language        in varchar2) return boolean as
      b_Set_NLS   boolean;
      b_Set_Mode  boolean;
      r_ISet      fnd_Init := Get_Init_Set(p_User_Name, p_Responsibility);
      begin
        -- 1
        fnd_global.apps_initialize(r_ISet.User_ID, r_ISet.Resp_ID, r_ISet.App_ID);
        -- 2
        b_Set_NLS := fnd_submit.set_nls_options(p_Language);
        -- 3
        b_Set_Mode  := fnd_submit.set_mode (false);
        return (b_Set_Mode and b_Set_NLS and (    (r_ISet.Resp_ID is not null)
                                              and (r_ISet.User_ID is not null)
        exception
          when others then
            return false;
    end is_Init_OK;
    -- for example
    declare
      l_User_ID number = 'IMPORT_POST'; --- import post user
      l_Resp    number =  'Import and Posting responsibility' -- import posting responsibility
      l_Language varchar2(100) := 'AMERICAN';
      b_Init boolean := false;
      INIT_EXCEPTION exception;
    begin
      b_Init := is_Init_OK(l_User_ID, l_Resp, l_Language);
      if (not b_Init) then
        raise INIT_EXCEPTION;
      end if;
      -- conitnue with your processing
      exception 
        when others then
          when INIT_EXECPTION then
          when others then
    end;
    /

  • Trial version of Photoshop Elements 9 installed but doesn't run.

    I recently installed Photoshop Elements 9 on computer running Windows 7 and it installed correctly.  When I try to run edit or organzer the flashing bar starts but neither program runs.  Adobe support wouldn't help since it was a trial version. Any suggestions?

    Try making a direct desktop icon for the Organizer and see if you can launch the program directly from the desktop.
    On Windows right click anywhere on the desktop and select New >> Shortcut
    Browse to Computer OS C:
    And find the PSE Organizer application in Program Files or Program Files (x86) on Windows 7 - 64 bit.
    Inside the Adobe >> Photoshop Elements Organizer (yellow folder) you are looking for an application file “PhotoshopEementsOrganizer” with six small icons (e.g. representing thumbnails)
    Select it and click OK
    Click next
    Rename by taking out Photoshop Elements leaving just the word Organizer
    Then click finish
    You should now be able to launch directly form the desktop by double clicking on the icon.
    You can set up a similar direct link to the Editor application (.exe file which has the blue PSE icon). As before take out Photoshop Elements just leaving the description Editor and it will show up clearly on the desktop.
     It often helps if you right click on a desktop icon and choose “Run As administrator”
     

  • Since the last update my Numbers app in IOS, iPad3 and iphone5 will not open.  It works fine on my macbook pro.  It starts but before I can open a file it closes.

    Since the last update my Numbers app will not load in either my iPad3 or my iPhone5.  It works fine on my MacBook Pro.  The app starts but before I can open a file it closes.  Is this a common problem and do you know hwo to solve it?

    Hi Michael,
    If you've already restarted both your iOS devices after the update and Numbers for iOS still won't load, you might try clearing the documents temporarily out of iCloud, opening the apps, closing them, and then placing the documents back in iCloud.
    To do this, in Finder on your Mac, hold down the option key and then Go > Library > Mobile Documents > com~apple~Numbers.  Move the documents there out to the Desktop or other location of your choosing.  Then give iCloud time to sync.  Then try opening Numbers on iPad and on the iPhone.  If they open, then close them, and move the documents back into  Library > Mobile Documents > com~apple~Numbers and let iCloud sync again.
    That sometimes clears up the problem.
    SG

  • Java 1.5_16 Compiles my programs but doesn't Run?

    I am using Dr Java and I have a lot of old programs that I would like to run.
    I had to start over and re-download the Java JDK. I tried 1.6.7 but I got an error that it couldn't
    locate the source, so I went back to Java 1.5.16, which was the oldest version I could find on java.,
    and now my programs are compiling but when I run them, I get a message in the bottom bar
    "Running Main method of Current Document" and nothing happens (even after a few minutes).
    This is happening on very simple small programs that should run instantly.
    It is happening for all of the old programs that I am able to compile.
    I think I was using JDK 1.5.6 when I first wrote these programs.
    Any suggestions?
    Thanks,
    Jesi

    You're probably "running" one of the classes that doesn't produce any output. The main() method is intended to be an application's entry point, not someplace you just cram all your code. You'll want to learn about methods and how objects communicate with each other. Have a look at the following:
    The Java� Tutorial - Trail: Learning the Java Language
    Good luck!
    ~

  • "oemcrtl start oms" doesn't work, the error is "can't connect to OMS"

    I created the repository by emca successfully, "lsnrctl start" is no problem, but when I run "oemctrl start oms", I got error message "can't connect to OMS", I should check which configure files?

    Hi,
    May be this is unnecessary to say. Behalve your listener also the database where your management server repository resides has to be open. Then start the management server with the following command:
    "oemctrl start oms sysman/oem_temp@<name of your machine>" (so replace name of your machine). Should be working if you can open your database.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Kevin LI ([email protected]):
    I created the repository by emca successfully, "lsnrctl start" is no problem, but when I run "oemctrl start oms", I got error message "can't connect to OMS", I should check which configure files?<HR></BLOCKQUOTE>
    null

  • BIP Word Run Time Error: File or assemby name XDOUtilities not found

    Running BIP with Oracle Business Intelligence EE. When I try to log into BIP from MSFT Work via the BI Publisher Menu, I get the following error.
    File or assemby name XDOUtilities, or one of its dependencies, was not found.
    Run-time error '2147024894 (80070002)':
    File or assemby name XDOUtilities, or one of its dependencies, was not found.
    I'm running BIP 10.1.3.2.1 Build 87
    Thanks in advance for any assistance.

    The issue is caused by a bug in Microsoft Visual Studio.
    http://support.microsoft.com/kb/908002
    Unforatunately, we were not aware of this issue, and our build system did not have this patch installed. As it seems all our test environments worked correctly with BI Publisher Desktop. We are checking if we can release a patch or find another work around.
    The Microsoft site mentions the following work around:
    Note This problem does not occur when you log on by using a Microsoft Windows user account that has restricted permission.
    Sorry for the inconvenience.
    Klaus

  • Type Error: oE Started immediately after Auto Java update! Other threads just started but doesn't mention the relationship! Firefox reset does not correct

    Problem correlates exactly with the Java update time per event viewer! Problem is starting to gain traction as more users experience same! Can’t determine how to fix? Maybe an error in the Java update?

    I have also been having this problem, starting today, although my Firefox doesn't crash/close when the error box pops up - I can just close the box and carry on browsing.
    However, as with the person in the thread listed above, I found that disabling McAfee SiteAdvisor seems to stop it happening (it happened fairly at random, but in about half an hour of browsing with it disabled, I haven't had the error pop up, compared to within a few minutes when SiteAdvisor is enabled). It looks like there was also a SiteAdvisor update today, so that also correlates with the onset of this problem. Are other people getting this problem using SiteAdvisor? I don't know much about the mechanics of SiteAdvisor - could there be a link with Java too?
    Using Firefox 27.0, Windows 7 SP1, McAfee SiteAdvisor 3.6.5, Java 10.45.2.18.

  • Cannot update itunes10.6.3.  I get no errors. I repaired all of the apple programs and it still don't work.  Acts like it wants to start but doesn't.  Thanks in advance

    I cannot updated itunes 10.6.3.  I receive no errors.  I repaired all of the apple programs as suggested in other discussions but it still don't work.  Do I need to uninstall and start over again?

    Initially I received the usual message to update.  I replied to it but it did not respond.  I then tried to manually  update through iTunes and it did nothing.  Only reaction I get is that the cursor "flutters" for a second and than tries to go to the store for maybe a second and than nothing else happens.
    With that one, try updating using an iTunesSetup.exe (or iTunes64Setup.exe) downloaded from the Apple website:
    http://www.apple.com/itunes/download/
    Does that go through any better for you?

  • Time Machine stopped backing up but doesn't give warning/error

    Hi,
    by chance I noticed, that Time Machine doesn't backup up any more, but still doesn't give errors.  In Console I see the following for a now typical run:
    21.04.15 09:58:11,493 com.apple.backupd: Starting standard backup
    21.04.15 09:58:12,043 com.apple.backupd: Backing up to: /Volumes/drosera-backup-02/Backups.backupdb
    21.04.15 09:58:41,729 com.apple.backupd: 5.18 GB required (including padding), 96.84 GB available
    21.04.15 09:58:55,149 com.apple.backupd: Copied 23 files (93 bytes) from volume Macintosh HD.
    21.04.15 09:59:04,385 com.apple.backupd: Copied 36 files (93 bytes) from volume DATA.
    21.04.15 09:59:06,100 mds: (Error) Volume: Could not find requested backup type:2 for volume
    21.04.15 09:59:06,102 com.apple.backupd: Starting post-backup thinning
    21.04.15 09:59:07,668 com.apple.backupd: Deleted /Volumes/drosera-backup-02/Backups.backupdb/drosera/2015-04-20-183344 (24.0 KB)
    21.04.15 09:59:07,668 com.apple.backupd: Post-back up thinning complete: 1 expired backups removed
    21.04.15 09:59:07,762 com.apple.backupd: Backup completed successfully.
    The 5.18 GB are never backed up.  The backup drive (drosera-backup-02) is attached by FireWire.  I have checked the disk with First Aid, I have disconnected and reconnected it.  I removed the backup disk from Time Machine, stopped TM and reconfigured.  I stopped mds, ran backups and reenabled mds.  All to no avail.
    I am at a complete loss and I'd appreciate to get this running w/o having to remove all existing backups.  Any ideas or pointers?
    I'm running Mac OS X 10.7.5 on a Mac mini
    Cheers
    Frank

    Thx.  I had already tried the hints from mds: (Error) Volume: Could not find requested backup type:2 for volume to no avail.  Your tip to rebuild the Spotlight index would probably helped, too.  But just before getting yout comment and after reading http://pondini.org/TM/Works.html and http://apple.stackexchange.com/questions/69054/force-time-machine-to-perform-a-d eep-traversal I had simply removed /.fseventsd and reran a backup.  That seems to have fixed the problem (at least for the time being).
    Interesting side note: During the non-backup phase I created a new account on the Mac and ran TM.  This triggered a one-time working backup of the whole system, but all subsequent backups again failed silently.  Additionally the externally attached FireWire harddrive was always backed up correctly, only backups of the local drive failed.

  • ITunes starts but doesn't open

    After upgrade to iTunes v7.7, whenever I start the program I see the library-loading progress bar, but then the iTunes window itself doesn't open; however, according to the Windows Task Manager, itunes.exe is nevertheless running. No error message of any kind is displayed at any point.
    How can I get the blessed thing to show itself?

    Although this is sounding a bit like a library file issue, other problems can cause similar symptoms. The following document provides a good structure for sifting through the alternatives:
    iTunes for Windows Vista: Troubleshooting unexpected quits, freezes, or launch issues

  • Java Web Start application doesn't run in Tomcat

    I successfully did a Java Web Start example for me to learn then I tried another one where I encountered an error:
    This is what Tomcat 6.0.18 says. The deploy is successful but when I try to run the web start application
    with this htmlcode
    <A href="http://localhost:8080/ConvertorValutar/app/launch.jnlp">I get this error witch leads me to think that it can't find the jar correct ?
    type Status report
    message /convertorvalutar/
    description The requested resource (/convertorvalutar/) is not available.Appendix:
    This is how I am doing the JAR
    jar cfvm convertorvalutar.jar myManifest2.mf Java*.class IRata*.class The myManifest2.mf is
    Main-class: JavaWebStart_Convertor witch is the main class
    This way I am doing the WAR:
    del *.war /F /Q
    jar cfv convertorvalutar.war app/* WEb-INF/*This is the correct directory structure
    &#9474;   faWar.bat
    &#9474;   convertorvalutar.war
    &#9474;
    &#9500;&#9472;&#9472;&#9472;app
    &#9474;       ConvertorValutar.jar
    &#9474;       launch.jnlp
    &#9474;
    &#9492;&#9472;&#9472;&#9472;WEB-INF
        &#9474;   web.xml
        &#9474;
        &#9492;&#9472;&#9472;&#9472;lib
                jnlp-servlet.jarThis is the web.xml
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <!-- Standard Action Servlet Configuration (with debugging) -->
    <web-app>
         <servlet>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <url-pattern>*.jnlp</url-pattern>
         </servlet-mapping>
    </web-app>
    </web-app>This is the jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://localhost:8080/convertorvalutar/app">
    <information>
         <title>Convertor Valutar</title>
         <vendor>remus.dragos</vendor>
         <description>Simple Java Web Start Example</description>
    </information>
    <resources>
         <j2se version="1.5+"/>
         <jar href="ConvertorValutar.jar"/>
    </resources>
    <application-desc main-class="JavaWebStart_Convertor"/>
    </jnlp>Where is the problem?
    Edited by: remus.dragos on Dec 9, 2008 7:14 PM

    I did checked the names again and I found that the makeJar.bat had an "issue".
    It missed the del *.jar and I had 2 uppercase letters like ConvertorValutar, instead of convertorvalutar.jar.
    After that I rebuild the war and deployed and it works :)
    Thanks.

  • Program with generics compiles without -source 1.5 but doesn't run.

    This could probably be considered a bug in J2SE1.5 beta 1.
    A program with generics that is compiled with JDK 1.5 beta1 without the "-source 1.5" option behaves oddly: it compiles but sometimes fails to execute. It shouldn't behave like that. It should fail in the compilation, with a complaint about using the wrong version of the language.
    This odd behaviour doesn't always occur! In the small program below, I get that behaviour when using the EnumSet.range method.
    If I only use the basic EnumSet, it does executes.
    -- Lars
    import java.util.EnumSet;
    import java.util.*;
    public class Example {
         public enum Season { WINTER, SPRING, SUMMER, FALL }
         public static EnumSet<Season> warmSeason = EnumSet.range(Season.SPRING, Season.FALL);
         public static void main(String[] args) {
              System.out.println("Season: ");     
              for (Season s : Season.values()) {
              System.out.println(s);
              System.out.println("Cold Season: ");     
              for (Season s : warmSeason) {
              System.out.println(s);

    Example.java:6: warning: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
        public enum Season { WINTER, SPRING, SUMMER, FALL }
               ^
    Example.java:6: ';' expected
        public enum Season { WINTER, SPRING, SUMMER, FALL }
                           ^
    Example.java:12: ';' expected
            for (Season s : Season.values()) {
                          ^
    Example.java:17: illegal start of expression
            for (Season s : warmSeason) {
            ^
    Example.java:20: ';' expected
        ^
    4 errors
    1 warning

Maybe you are looking for