Upgrade to 1.6.0_14 causing Webstart launched application to fail

Hi, I am looking for a little help with changes made to Webstart and JNLP with update 14 for 1.6. I have an application that is packaged within a war and distributed to webserver to be launched with webstart. It has been working for 3 years without change (various versions of Java from 1.5 - 1.6.0_13) until just recently...
Stack Trace received when trying to run the app:
java.lang.SecurityException: class "com.cu.ajent.logger.AbstractAjentLogger"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(Unknown Source)
at java.lang.ClassLoader.preDefineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at com.cu.ajent.client.gui.core.MainWindow.main(MainWindow.java:287)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The funny thing is, this particular class only exists in one jar file with that package name and it is signed. I am wondering if this is a red herring error or if I am just completely missing something.
JNLP File that does not work with update 14 ONLY (all other versions of 5 and 6 work):
Notes: All jar files that are pulled through this descriptor AND the 2 extension JNLP files are from the same "signed" directory and are all signed by the same certificate at build time
<jnlp spec="1.0+" codebase="http://jeffl:8001/Ajility/" href="http://jeffl:8001/Ajility/Ajility.jnlp">
<information>
<title>Ajility Client</title>
<vendor>Columbia Ultimate</vendor>
<homepage href="http://jeffl:8001/Ajility/index.html"/>
<description>Ajility Client Installation with Java Web Start</description>
<description kind="short">Ajility Client</description>
<icon href="http://jeffl:8001/Ajility/cu/images/Ajility_logo.jpg" kind="default"/>
</information>
<security>
<all-permissions/>
</security>
<update check="always" policy="always"/>
<resources>
<java version="1.6"/>
<property name="java.naming.factory.initial" value="weblogic.jndi.WLInitialContextFactory"/>
<property name="java.naming.provider.url" value="t3://jeffl:8001"/>
<property name="java.security.auth.login.config" value="http://jeffl:8001/Ajility/cu/properties/jaas_client.conf"/>
<property name="appserver.connector.class" value="com.cu.ajility.appserver.weblogic.WebLogicConnector"/>
<jar href="http://jeffl:8001/Ajility/cu/lib/signed/AjilityGUI.jar" download="eager" main="false"/>
<extension href="http://jeffl:8001/Ajility/JNLP/signed_client_libs.jnlp" name="Ajility_lib"/>
<extension href="http://jeffl:8001/Ajility/JNLP/signed_wls_libs.jnlp" name="wls_lib"/>
<nativelib href="http://jeffl:8001/Ajility/cu/lib/swt-win32-dll.jar" download="eager" main="false"/>
</resources>
<application-desc/>
</jnlp>
Here is the version of the JNLP file that works ONLY with update 14 (fails on all other versions of java 5 and 6)
Notes: The ONLY jar files that are actually signed are the 2 that are referenced in this main JNLP file. None of the extension jars are signed.
<jnlp spec="1.0+" codebase="http://jeffl:8001/Ajility/" href="http://jeffl:8001/Ajility/Ajility.jnlp">
<information>
<title>Ajility Client</title>
<vendor>Columbia Ultimate</vendor>
<homepage href="http://jeffl:8001/Ajility/index.html"/>
<description>Ajility Client Installation with Java Web Start</description>
<description kind="short">Ajility Client</description>
<icon href="http://jeffl:8001/Ajility/cu/images/Ajility_logo.jpg" kind="default"/>
</information>
<security>
<all-permissions/>
</security>
<update check="always" policy="always"/>
<resources>
<java version="1.6"/>
<property name="java.naming.factory.initial" value="weblogic.jndi.WLInitialContextFactory"/>
<property name="java.naming.provider.url" value="t3://jeffl:8001"/>
<property name="java.security.auth.login.config" value="http://jeffl:8001/Ajility/cu/properties/jaas_client.conf"/>
<property name="appserver.connector.class" value="com.cu.ajility.appserver.weblogic.WebLogicConnector"/>
<jar href="http://jeffl:8001/Ajility/cu/lib/AjilityGUI.jar" download="eager" main="false"/>
<extension href="http://jeffl:8001/Ajility/JNLP/client_libs.jnlp" name="Ajility_lib"/>
<extension href="http://jeffl:8001/Ajility/JNLP/wls_libs.jnlp" name="wls_lib"/>
<nativelib href="http://jeffl:8001/Ajility/cu/lib/swt-win32-dll.jar" download="eager" main="false"/>
</resources>
<application-desc/>
</jnlp>
Can anyone give me an idea or a place to start?

Hello,
I am also having a problem with this upgrade to 1.6.0_14. Webstart was working find with us throughout java 6 but this upgrade broke it. Here is the JNLP. All of the jars are signed by our own certificate, but the error is saying that one of our jars is not signed. I am 100% positive that the jar is signed. In the release notes i saw them say that if we set an "insecure system property" that it throw this error? Here is our jnlp please help!
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+"
codebase="http://$$app.codebase$$:8080/smartwerks/webstart"
href="smartwerks.jnlp">
<information>
     <title>$$app.title$$</title>
     <vendor>Tyler Retail Systems</vendor>
     <description>$$app.title$$</description>
     <homepage href="http://$$app.codebase$$:8080/smartwerks"/>
     <description kind="short">$$app.title$$</description>
     <icon href="images/smartwerks_logo_icon.jpg" width="64" height="64" kind="short"/>
     <icon href="images/smartwerks_logo.jpg" kind="splash" />
     <shortcut online="true">
          <desktop/>           
          <menu submenu="Tyler Retail Systems"/>
     </shortcut>
     <update check="always" policy="always" />
</information>
<security>
     <all-permissions/>
</security>
<resources>
          <jar href="Smartwerks-client.jar" main="true"/>
          <jar href="lib/Smartwerks-common.jar"/>
          <jar href="lib/FastInfoset-1.2.3.jar" />          
          <jar href="lib/XmlSchema-1.4.5.jar" />               
          <jar href="lib/aopalliance-1.0.jar" />
          <jar href="lib/bsf-2.4.0.jar" />
          <jar href="lib/bsh-1.3.0.jar" />
          <jar href="lib/commons-codec-1.3.jar" />
          <jar href="lib/commons-collections-3.1.jar" />
          <jar href="lib/commons-lang-2.4.jar" />
          <jar href="lib/commons-logging-1.1.1.jar" />
          <jar href="lib/cxf-2.2.1.jar" />
          <jar href="lib/cxf-manifest.jar" />
          <jar href="lib/forms-1.0.5.jar" />
          <jar href="lib/geronimo-activation_1.1_spec-1.0.2.jar" />
          <jar href="lib/geronimo-annotation_1.0_spec-1.1.1.jar" />
          <jar href="lib/geronimo-javamail_1.4_spec-1.2.jar" />
          <jar href="lib/hsqldb.jar" />          
          <jar href="lib/imaging.jar" />
          <jar href="lib/informa.jar" />          
          <jar href="lib/jaxb-api-2.1.jar" />
          <jar href="lib/jaxb-impl-2.1.9.jar" />
          <jar href="lib/jcalendar.jar" />
          <!-- jasper reporting -->          
          <jar href="lib/iText-2.1.4.jar" />
          <jar href="lib/jasperreports-3.5.0.jar" />
          <jar href="lib/poi-3.2-FINAL-20081019.jar" />
          <jar href="lib/poi-contrib-3.2-FINAL-20081019.jar" />
          <jar href="lib/poi-scratchpad-3.2-FINAL-20081019.jar" />
          <jar href="lib/jxl.jar" />          
          <!-- java desktop -->
          <jar href="lib/jdic.jar" />
          <jar href="lib/jdic_stub.jar" />
          <nativelib href="lib/jdic_dll.jar" />
          <!-- JIDE -->
          <jar href="lib/jide-action.jar" />
          <jar href="lib/jide-beaninfo.jar" />
          <jar href="lib/jide-common.jar" />
          <jar href="lib/jide-components.jar" />
          <jar href="lib/jide-dashboard.jar" />          
          <jar href="lib/jide-dialogs.jar" />
          <jar href="lib/jide-dock.jar" />
          <jar href="lib/jide-editor.jar" />
          <jar href="lib/jide-grids.jar" />
          <jar href="lib/jide-pivot.jar" />
          <jar href="lib/jide-rss.jar" />
          <jar href="lib/jide-shortcut.jar" />
          <!-- java help -->
          <jar href="lib/jsearch.jar" />
          <jar href="lib/jh.jar" />
          <jar href="lib/jhall.jar" />
          <jar href="lib/jhbasic.jar" />
          <!-- jgoodies -->
          <jar href="lib/looks-1.2.2.jar" />
          <!-- misc utils -->
          <jar href="lib/log4j-1.2.11.jar" />          
          <jar href="lib/mail.jar" />
          <jar href="lib/neethi-2.0.4.jar" />
          <jar href="lib/pixie-0.99.0.jar" />
          <jar href="lib/syndiag2.jar" />
          <jar href="lib/velocity-1.5.jar" />          
          <jar href="lib/wsdl4j-1.6.2.jar" />
          <jar href="lib/wss4j-1.5.6.jar" />
          <jar href="lib/wstx-asl-3.2.6.jar" />
          <jar href="lib/xercesImpl.jar" />
          <jar href="lib/xml-apis-1.3.02.jar" />
          <jar href="lib/xml-resolver-1.2.jar" />
          <j2se version="1.6.0_5+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" />
</resources>
<application-desc main-class="com.tylernet.smartwerks.client.main.Main"/>
</jnlp>

Similar Messages

  • What causes The Report Application Server failed exception?

    My environment:
    Windows Server 2008 R2  8 cores 6 gig of ram.
    A Windows Service running:
    Oracle 11g
    Oracle 11.2 64 bit client
    C# 4.0 Framwork
    Crystal Reports Visual Studio 2010 13.0.2000
    This window service needs to create 1100 pdf documents generated by crystal reports per hour for a minimum of 8 hours straight.
    These pdf files are written on the local file system.
    The Windows Service runs 3 threads per core.  Each thread can run up to 5 individual CR .rpt files in a sequential order.
    After 4000 pdf documents created, I get the following errors.
    1) The Report Application Server failed
    2) Server is out of memory.
    3)  Not enough memory for operation.
    4) Invalid report file path.
    Using Windows Task Manager Resource Monitor I noticed the following:
    After running 3000 pdf report requests, I stopped the processing pdf reports and noticed hundreds of
    \BaseNamedObjects\CrystalReportXalanInitizeMutex(Pid of my process)
    Why are they there after a close and dispose of the ReportDocument object?
    I ran Reggate ANTS Memory Profiler 7.2 to check for memory leaks in my code and my code that I have control over is clean.
    Why am I getting the exceptions above?
    My code calls ExportReportToSream.  After persisting the stream to disk, I call Close and Dispose on the stream.
    My Code
    ==========================================================================================        public MemoryStream ExportReportToStream(String reportName, LogOnInfo logOnInfo, string reportParams, CrystalExportFormatType formatType)
                ReportDocument reportDoc = new ReportDocument();
                if (!System.IO.File.Exists(reportName))
                    throw new InvalidArgumentException("reportName '" + reportName + "' does not exist", EngineExceptionErrorID.InvalidArgument);
                try
                    lock (lockThis)
                        reportDoc.Load(reportName, OpenReportMethod.OpenReportByTempCopy);
                    ApplyLogOnInfo(reportDoc, logOnInfo);
                    //apply params if any
                    if (!String.IsNullOrEmpty(reportParams))
                        ApplyStringParams(reportDoc, reportParams);
                    return (MemoryStream)reportDoc.ExportToStream((ExportFormatType)formatType);
                //we need to use the try catch, finally so the report can be disposed properly
                catch (Exception)
                    throw;
                finally
                    DistroyReportDocument(reportDoc);
                    reportDoc = null;
            private void ApplyStringParams(ReportDocument reportDoc, string reportParams)
                if (reportDoc == null)
                    return;
                if (String.IsNullOrEmpty(reportParams))
                    return;
                string[] paramsArray = reportParams.Split('|');
                string[] subParamsArray = null;
                //apply report params
                ParameterValueKind type;
                string paramValue = string.Empty;
                ParameterField paramField = null;
                ParameterDiscreteValue discreteValue;
                int x = 0;
                int paramCount = 0;
                for (x = 0; x < reportDoc.ParameterFields.Count; x++)
                    // The ParameterFields object contains all parameters including the subreports.
                    // Subreport params have the name of the subreport.
                    if (reportDoc.Name.Trim().ToUpper() == reportDoc.ParameterFields[x].ReportName.Trim().ToUpper())
                        paramCount++;
    Edited by: Ludek Uher on Dec 15, 2011 7:57 AM
    Edited by: Ludek Uher on Dec 15, 2011 7:58 AM

    if (paramsArray.Length < paramCount)
                    throw new InvalidArgumentException("invalid number of arguments passed to report '" + reportDoc.Name + "' expected " + reportDoc.ParameterFields.Count + " received " + paramsArray.Length, EngineExceptionErrorID.InvalidArgument);
                for (x = 0; x < reportDoc.ParameterFields.Count; x++)
                    if (reportDoc.Name.Trim().ToUpper() != reportDoc.ParameterFields[x].ReportName.Trim().ToUpper())
                        continue;
                    paramValue = paramsArray[x];
                    paramField = reportDoc.ParameterFields[x];
                    type = paramField.ParameterValueType;
                    if (paramField.EnableAllowMultipleValue && paramValue.IndexOf(',') > -1)
                        subParamsArray = paramValue.Split(',');
                        ParameterValues currentParameterValues = new ParameterValues();
                        foreach (string subParamValue in subParamsArray)
                            discreteValue = new ParameterDiscreteValue();
                            discreteValue.Value = subParamValue;
                            currentParameterValues.Add(discreteValue);
                        paramField.CurrentValues = currentParameterValues;
                    else
                        discreteValue = new ParameterDiscreteValue();
                        discreteValue.Value = paramValue;
                        paramField.CurrentValues.Add(discreteValue);
            private bool ApplyLogOnInfo(ReportDocument document, LogOnInfo logOnInfo)
                TableLogOnInfo info = null;
                // Define credentials
                info = new TableLogOnInfo();
                info.ConnectionInfo.AllowCustomConnection = true;
                info.ConnectionInfo.ServerName = logOnInfo.ServerName;
                info.ConnectionInfo.DatabaseName = logOnInfo.DatabaseName;
                // Set the userid/password for the report if we are not using integrated security
                if (logOnInfo.IntegratedSecurity)
                    info.ConnectionInfo.IntegratedSecurity = true;
                else
                    info.ConnectionInfo.Password = logOnInfo.Password;
                    info.ConnectionInfo.UserID = logOnInfo.UserID;
      // Main connection?
                document.SetDatabaseLogon(info.ConnectionInfo.UserID,
                                            info.ConnectionInfo.Password,
                                            info.ConnectionInfo.ServerName,
                                            info.ConnectionInfo.DatabaseName,
                                            true);
                // Other connections?
                foreach (CrystalDecisions.Shared.IConnectionInfo connection in document.DataSourceConnections)
                    connection.SetConnection(logOnInfo.ServerName, logOnInfo.DatabaseName, logOnInfo.IntegratedSecurity);
                    connection.SetLogon(logOnInfo.UserID, logOnInfo.Password);
                    connection.LogonProperties.Set("Data Source", logOnInfo.ServerName);
                    connection.LogonProperties.Set("Initial Catalog", logOnInfo.DatabaseName);
                // Only do this to the main report (can't do it to sub reports)
                if (!document.IsSubreport)
                    // Apply to subreports
                    foreach (ReportDocument rd in document.Subreports)
                        ApplyLogOnInfo(rd, logOnInfo);
                // Apply to tables
                foreach (CrystalDecisions.CrystalReports.Engine.Table table in document.Database.Tables)
                    TableLogOnInfo tableLogOnInfo = table.LogOnInfo;
                    tableLogOnInfo.ConnectionInfo = info.ConnectionInfo;
                    table.ApplyLogOnInfo(tableLogOnInfo);
                    if (!table.TestConnectivity())
                        string strMsg = "ApplyLoginInfo failed to apply log in info for table " + table.Name + ",  Crystal Report: " + document.FileName + " DB: " + logOnInfo.DatabaseName + " UserID: " + logOnInfo.UserID;
                        throw new InvalidOperationException(strMsg);
                //verify logon info
                document.VerifyDatabase();
                return true;
            private void DistroyReportDocument(ReportDocument document)
                if (document == null)
                    return;
                 document.Close();
    Edited by: Ludek Uher on Dec 15, 2011 7:59 AM

  • Solaris 8 x86: Webstart launcher causes reboot

    Hello,
    My x86 PC has:
    - Elitegroup K7S5A mainboard
    - AMD Athlon K7 XP 2400+ Socket A thoroughbred CPU
    - AmiBIOS
    - 256 MB SDRAM
    - 2 Hard Disks with 40 GB each
    There was a resource conflict caused by SiS chipset. However, with a DCA floppy where the ata.bef file was patched, I was able to install the Solaris 8 x86 system successfully.
    During installation process, on the question whether there is a network connected to the computer, I checked "No". This is because my network card is not detected by the system and I will investigate on that later.
    Now, when I boot the system, the graphical system is coming up, but shortly after that the graphical system is terminated with the following message:
    The Webstart launcher has terminated unexpectedly.
    The Webstart launcher will restart following a system reboot.
    Is there any idea about this error?
    Thank you in advance!
    Thomas

    Did you configure the video card to use the "VGA" black&white driver?
    B&W video isn't supported with the Webstart installer. You need either a 8-bit pseudo-color or 24-bit
    true-color video mode. The workaround is to install in text mode, bypassing the configuration of the video
    card when you install from the "1 of 2" CD.
    Or try the following workaround:
    http://groups.google.de/groups?selm=wy3d1826y0.fsf%40tools.de

  • What launch application do I choose to upgrade to os maverick

    I have an Imac with os x 10.6.8 I am wanting to upgrade to maverick, but it is asking for a launch application? What am I supposed to select?

    Since you seen not to know too much about upgrading software and knowing where to do this,
    Before embarking on a major OS upgrade, it would be wise, advisable and very prudent if you backup your current system to an external connected and Mac formatted Flash drive OR externally connected USB, Thunderbolt or FireWire 800, Mac formatted hard drive. Then, use either OS X Time Machine app to backup your entire system to the external drive OR purchase, install and use a data cloning app, like CarbonCopyCloner or SuperDuper to make an exact and bootable copy (clone) of your entire Mac's internal hard drive. This step is really needed in case something goes wrong with the install of the new OS or you simply do not like the new OS, you have a very easy to return your Mac to its former working state.
    Then, determine if your Mac meets ALL minimum system install requirements.
    To install Mavericks, you need one of these Macs:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later),
    MacBook Pro (15-inch or 17-inch, Mid/Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    Your Mac also needs:
    OS X Mountain Lion, Lion, or Snow Leopard v10.6.8 already installed
    2 GB or more of memory (I would strongly advise having, at least 4 GBs of RAM or more)
    8 GB or more of available space
    Next,
    If you run any older Mac software from the earlier PowerPC Macs, then none of this software will work with the newer OS X versions (10.7 and onward). OS X Snow Leopard had a magical and invisible PowerPC emulation application, called Rosetta, that worked seamlessly in the background that still allowed older PowerPC coded software to still operate in a Intel CPU Mac.
    The use of Rosetta ended with OS X Snow Leopard as the Rosetta application was licensed to Apple, from a software company called Transitive, which got bought out, I believe, by IBM and Appe  could no longer secure their rights to continue to use Rosetta in later versions of OS X.
    So, you would need to check to see if you have software on your Mac that maybe older than, say, 2006 or older.
    Also, check for app compatibilty  here.
    http://roaringapps.com/
    If you have any commercial antivirus installed and/or hard drive cleaning apps installed on your Mac, like MacKeeper, CleanMyMac, TuneUoMyMac, MacCleanse, etc. now would be a good time to completely uninstall this apps by doing a Google search to learn how to properly uninstall these types of apps.
    These types of apps will only cause your Mac issues later after the install of the new OS X version and you will have to completely uninstall these types of apps later.
    Once you have determined all of this, you should be able to find the latest version of Mavericks by clicking on the Mac App Store icon in the OS X Dock and then login to the Mac App Store using your Apple ID and password.
    You can then begin the download and installation process of installing OS X 10.9 Mavericks from the Mac App Store.
    Good Luck!

  • Does upgrading OSX 10.6.8 cause PhotoShop 9.0.2 to stop working?

    Would upgrading OSX 10.6.8 cause PhotoShop 9.0.2 to stop working?

    A Safari upgrade will not affect PS. An OS X upgrade, however, could. See App Compatibility Table - RoaringApps.

  • TS1717 Since the upgrade to version 11 ITunes will not launch I'm running Windows 7

    Since upgrading to version 11 ITunes will not launch I have removed and reloaded again but it still will not launch.

    I was having the same problem.  I went into Control Panel and repaired quicktime, and now i am able to open itunes.  hope this works for you!

  • Upgraded to ios5 and now no non-apple applications installed on my iPad will launch when their icon is clicked

    Upgraded to ios5 and now no non-apple applications installed on my iPad will launch when their icon is clicked

    Try downloading any free app from the store (as that appears to reset something) and then re-try them - the free app can then be deleted.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Just upgraded Photoshop and now it will not launch

    Just upgraded Photoshop and now it will not launch.

    The rule of thumb I follow says to figure on 50 to 100 times the size of your largest file ever multiplied by the number of files you have open.  I have seen the scratch file exceed 300 GB once, an admittedly rare occurrence, but it often exceeds 200 GB when stitching large panoramas and the like.
    As an example—and stressing that I'm aware that others have even more scratch space than I do—I keep two dedicated, physically separate hard drives as my primary and secondary Photoshop scratch disks and a lot of GB free on my boot drive for the OS.  I also have 16 GB of RAM installed.
    Additionally, if you only have a single HD, i.e. your boot drive, you'd need it to be large enough to accommodate both the swap files of the OS as well as Photoshop's scratch.
    The scratch often exceeds 300 GB when working with very large pano shot, for instance; and in one extreme case I've seen it grow to over 800 GB.

  • Unable to launch application with webstart

    Hi all, hope someone can help
    I recently installed j2se 5.0 update 1 and uninstalled my earlier version of 1.4.2_06.
    Since uninstalling the earlier version I am unable to run my application, I get the following error:
    An error occurred while launching/running the application.
    Title: Uploader
    Vendor: Me
    Category: Launch File Error
    Could not parse launch file. Error at line 0.
    This is from the exception tab:
    JNLParseException[ Could not parse launch file. Error at line 0.]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Here is a copy of my jnlp file
    <?php
    header('Content-type: application/x-java-jnlp-file');
    echo '<?xml version="1.0" encoding="UTF-8"?>';
    echo '<jnlp spec="1.0+" codebase="http://www.******.com.au/uploader/fileuploader" href="fileuploader_jnlp.php">';
    echo ' <information>';
    echo ' <title>Uploader</title>';
    echo ' <vendor>Me</vendor>';
    echo ' <homepage href="index.html" />';
    echo ' <description></description>';
    echo ' </information>';
    echo ' <resources>';
    echo ' <j2se version="1.4"/>';
    echo ' <jar href="fileuploader.jar" main="true" />';
    echo ' <jar href="JimiProClasses.jar" />';
    echo ' </resources>';
    echo ' <application-desc main-class="fileuploader.FileUploader">';
    echo ' <argument>http://www.********.com.au/uploader/fileuploader/upload.php</argument>';
    echo ' <argument>25/</argument>';
    //echo ' <argument>100000</argument>';
    //echo ' <argument>thomas:test</argument>';
    echo ' </application>';
    echo ' <security>';
    echo ' <all-permissions/>';
    echo ' </security>';
    echo '</jnlp>';
    ?>
    The application runs fine if I uninstall version 5.0 and revert to 1.4.2_06
    but I would like it to be compatible with newer versions of java.
    P.S. Im not a programer so if you could explain to me in simple terms what Im doing wrong it would be great.
    Thanks in advance
    Dean

    I'm a programming illiterate having the same problem with the latest java.
    Unable to Launch Application
    Exception:
    JNLParseException[ Could not parse launch file. Error at line 0.]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(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)
    Wrapped Exception:
    java.io.EOFException: encoding.error.not.xml
         at com.sun.deploy.xml.XMLEncoding.decodeXML(Unknown Source)
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(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)
    What am I supposed to do? Java Web Start is supposed to be dummy friendly :(
    Edit: Problem solved! It seems the file wasn't completely removed and parts of it were corrupted under the java viewer-resources (old cache messing it up). Once removed the problems were gone, so anyone having this problem should check that out :D
    Edited by: Mr.O on Jul 21, 2008 10:32 PM

  • EMET 5.1 With Default Installation Causes Slow Launching of Applications

    What would I have to change to improve the speed when launching applications with EMET 5.1 running?

    What would I have to change to improve the speed when launching applications with EMET 5.1 running?

  • Java - Unable to launch application

    The problem: When I try to run ASDM on my Cisco 5550, I'm getting the dialog box "Unable to launch application". When I click on "Details", I see the error: "The application has requested a version of the JRE (1.5+) that is not installed".
    The system I'm running this on is a Mac Pro with OS X Lion 10.7.5, and the latest Java version 7u13.
    The initial lines of "show ver" on the firewall are:
    # show ver
    Cisco Adaptive Security Appliance Software Version 8.2(2)
    Device Manager Version 6.3(3)
    This is a relatively new problem; as recently as two weeks ago I was able to run ASDM with no problem. I suspect that the latest security-related Java updates have caused something to break.
    Any ideas?

    Solved this one on my own: The solution was to install the latest ASDM, 7.1.1_52. (This had occurred to me, but I didn't know if was compatible with the older ASA 8.2(2). It looks like it is!)

  • Java web start fails to launch application when java cache is off

    Hi,
    there's no problem when java cache is used but when java cache isn't used, my application fails to launch via jws (jnlp).
    the following is the error
    java.lang.NullPointerException
    at java.util.jar.JarVerifier.mapSignersToCodeSource(Unknown Source)
    at java.util.jar.JarVerifier.mapSignersToCodeSources(Unknown Source)
    at java.util.jar.JarVerifier.getCodeSources(Unknown Source)
    at java.util.jar.JarFile.getCodeSources(Unknown Source)
    at java.util.jar.JavaUtilJarAccessImpl.getCodeSources(Unknown Source)
    at com.sun.deploy.cache.DeployCacheJarAccessImpl.getCodeSources(Unknown Source)
    at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(Unknown Source)
    at com.sun.javaws.security.SigningInfo.check(Unknown Source)
    at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
    at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(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)
    this is the jnlp file
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" version="1.0" codebase="http://11.4.100.41" href="secuiNXG.jnlp">
    <information>
    <title>secuiNXG U start GUI</title>
    <vendor>secui.com Ltd.</vendor>
    <homepage href="/"/>
    <icon href="web_login_ci.gif"/>
    <shortcut online="true">
    <desktop/>
    <menu submenu="secuiNXG U"/>
    </shortcut>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.4+" initial-heap-size="50m" max-heap-size="250m" />
    <jar href="SES.jar"/>
    <jar href="skin_alloy.jar"/>
    <jar href="Borders.jar"/>
    <jar href="informa.jar"/>
    <jar href="jaxen-1.1-beta-12.jar"/>
    <jar href="jcelements.jar"/>
    <jar href="jctable.jar"/>
    <jar href="jdom.jar"/>
    <jar href="log4j-1.2.14.jar"/>
    <jar href="jnlp.jar"/>
    <jar href="jxl.jar"/>
    </resources>
    <application-desc main-class="secui.firewall.SecuiLogin">
    <argument>11.4.100.41:80</argument>
    </application-desc>
    </jnlp>Test Environment
    JRE : 1.6.0_19
    O/S : Windows 7 (32 bit)
    Browser : IE8
    I checked for other versions of jre but not using java cache didn't cause any problems.
    I checked for the release note of update 19 but I have no clue.
    Is there any way to launch java application without using java cache?

    greencosmos wrote:
    ..I had a problem changing the cache location. The button for this action is disabled. I can't figure out how to enable it.On my system, it is enabled when the 'cache files' box is checked, and disabled when it isn't.
    1) Without changing the location I assumed that deleting the cached files could be a similar job, so I clicked "Delete Files..." and deleted with all checkboxes checked.I am not convinced that would entirely clear the cache, but have done no specific tests to check.
    2) I unchecked "Keep temporary files on my computer".So it was checked when you were trying to change the cache location?
    3) Applied all the changes.
    4) I launched your demo.
    Result - It was launched without any prompt.
    I revisited the page with the URL and successfully launched the app. again.The application launched just fine, but no prompt.
    If you follow those (links and) steps I outlined exactly, does the file service demo launch twice for you?I'm sorry I don't exactly understand your question. .. Your description is enough to convince me that answer is 'yes'.
    ..I tried twice and it launched twice, but not twice at the same time(it launched once at a time).Surprise, surprise. That is the first mention in this thread of 'same time'/'simultaneously'. Care to share the other defining factors that you forgot to mention, or is guessing part of the 'fun' of helping?
    But still I'm having problems with launching my application.
    I assume that it could be jnlp syntax problem. The "main=true" subelement is missing.It is a good idea to validate the launch files of JWS based launches that are failing for any reason. For that purpose, I offer JaNeLA.
    Having said that, a missing main='true' will not be detected by JaNeLA, since it is not a compulsory attribute. ..But check them anyway.

  • Launch Application empty...

    Hi,
    Running Arch Linux 64bit on Acer 8930G 2.27GHz, 4GB DDR2, 160GBSATA and Nvidia GeForce 9700M GT 512MB using KDE 4.8 desktop environment.
    When I clicked on a hyperlink via an email mesage the Launch Application popped up and it is empty.
    Is that a bug? How do I fix it?

    Clicked a hyperlink from what? What kind of hyperlink was it? HTTP, magnet (a la TPB)?
    PS: 37 views because "Launch Application empty..." sounds like dyslexia. Some of them could've been caused by you, like for example refreshing the page a few times.
    You shouldn't expect help. Not immediate help, anyway. We're all volunteers here. And Arch is a DIY kind of distribution, where users are encouraged to solve their own problems. It's why you see so many solved topics coming from the Arch forums. It implies a certain mindset.
    Last edited by DSpider (2012-07-15 07:41:00)

  • Unwanted "launch application" box comes up when trying to download a file

    On trying to download an exe file from a web page, the download page comes up and immediately goes to the 'launch application' box.

    If you remove the mimeTypes.rdf file then all current download actions should be removed and Firefox should ask what to do.<br />
    You can still check if there is an action for such files in Tools > Options > Applications
    *http://kb.mozillazine.org/File_types_and_download_actions
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Hotsync error: SystemMgr.c, Line:4038, Error Launching Application

    When I try to hotsync, my plam displays this error message, and I must click "reset"- the screen goes blank, flashes the tungsten logo & music, and I set the date/time.
    I have not lost the info on my palm- I just need to sync it into my new computer.
    Please help!
    Thank you in advance.
    Post relates to: Tungsten E2

    I am having exactly the same problem on my LifeDrive. The entire message I get when I try to HotSync is:
    "A reset was caused on 11/30/06 at 1:09 am
    while running "":
    SystemMgr.c, Line:4038, error launching application"
    I also noted that, if I try to access "Files" from the launch window it also causes a reset, with the following information:
    "FileRegistry.c
    line:833
    can't open app DB"
    I hope that this additional information might help in recognizing a correcting the problem

Maybe you are looking for

  • PSE13 repeatedly crashing when opening more than one file at a time to layer images. [was: Feeling very frustrated.]

    Just bought Photoshop Elements 13.  I have a Macbook Pro that meets all the requirements.  I have installed and reinstalled the program but it just keeps crashing.  The program will load, when I choose the expert tab and try to open more than one fil

  • Graphic designer haing trouble connecting an Epson 3880

    I recently purchased the Epson Stylus Pro 3880 and use an Airport Extreme to hard wire connect via ethernet 2 macbook pros and my Apple TV. I want to be able to network the printer so that I can print from either computer. There is an open USB 2.0 po

  • SM30 issue in Quality after transport

    I have 18 fields in my custom table and there is a TMG for this table. In the dev system, I see all the fields in SM30, but after moving to QA, I see only 12 fields. Please help me in what could be the issue.

  • How can I purchase music for a friend on iTunes?

    I am looking to purchase some music for a friend on iTunes and have the musics show on that friend account. Is that possible? if so how can I do that?

  • OIM 10g Connector

    Hi, I have OIM 10g installed in my home PC. I want to do a hands-on with any one of the available OOTB connector. Please suggest any connector where i can deploy the target also in my PC. For example, if i am going to use AD connector , will i be abl