Failure to load installer-desc extension if server is redeployed

Hello,
We have an application that is deployed using webstart using jre1.6.0_06 Everything works for a first time deployment to a client. However, if you stop the server, wipe it clean and then reload the same server configuration, the first time you attempt to run the application from the client it fails with
MissingFieldException[ The following required field is missing from the launch file: <application-desc> | <applet-desc>]
   at com.sun.javaws.Launcher.prepareLaunchFile(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)If you acknowledge the error the download fails. If you try to launch again no error is seen and everything works fine.
There seems to be some confusion on that first execution from a client that has some state in the cache. If you clear the client cache after redeploy of the server it also works without generating that first failure.
The above failure is seen while loading an extension. The client attempts to load a .jnlp file that makes reference to an extension of type <installer-desc> The extension is parsed correctly and all the jar and nativelib entries in the extension are seen and downloaded correctly ( I used the Fiddler proxy to watch the traffic between client and server). However we get the error about a missing <application-desc> tag - when processing this file, well ya, it isn't an application, it is an extension. Fiddler was able to parse the XML that was downloaded and there were no errors.
I tried to download the webstart client source but I could only get the 5.0 version. Looks like there were some extensive changes since the method names do not match up that well.
Any tips on how to debug this further?

This problem seems to be resolved if you run 1.6.0 Update 10 beta on the client.
It looks like extensive changes have been made to the way applets and webstart work in this update.

Similar Messages

  • Shortcuts not applied when using installer-dec extension jnlp

    Hi,
    I have written an installer for my application, it does some copying tasks and ask the user for some init issues.
    I have successfully created the two jnlp's required to launch the installer and then the application. Now, I changed the success behaviour of the installer so it asks for a restart.
    Problem is, Shortcuts for running the application are placed on desktop/startup folders only when application is first run. when the computer is restarted there are no shortcuts. So the user most find the web location again in order to run the program, this is not the behavior i was looking for.
    My main jnlp:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.6+" codebase="http://XXX.XXX.com/jws" href="testSP.jnlp">
        <information>
            <title>Title</title>
            <vendor>Vendor</vendor>
            <description>ServicePoint</description>
            <icon kind="shortcut" href="xxx.ico"/>
            <icon kind="splash" href="xxx.splash.jpg"/>       
            <offline-allowed/>
            <update check="always"/>
            <shortcut online="true">   
                <menu submenu="StartUp"/>
            </shortcut>        
        </information>
        <security>
            <all-permissions/>
        </security>
        <update check="timeout" policy="always"/>
        <resources>
            <property name="publish-url" value="$$context/publish"/>
            <property name="xxx.logdir" value="logs"/>
            <j2se version="1.6+"/>
            <extension name="setup"     href="installer/installer.jnlp"/>
            <jar href="sp/TestSP.jar"/> <!--version="1.0"/>-->
        </resources>
        <application-desc main-class="xxx.sp.Loader"/>       
             <!--
            <argument>"/m"</argument> /m - Manual start sp
            <argument>"/w"</argument> /w - Show window at startup
           -->
        </application-desc>
    </jnlp>My Installer jnlp:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" codebase="http://xxx.xxx.com/jws/installer"  href="installer.jnlp">
        <information>
            <title>Setup</title>
            <vendor>Vendor</vendor>
         <offline-allowed/>
        </information>
        <security>
            <all-permissions/>
        </security>
        <resources>
            <j2se version="1.6+"/>
            <jar href="SPInstaller.jar" download="eager"/>
        </resources>
        <installer-desc main-class="xxx.sp.Installer"/>
    </jnlp>This is the request for restart:
    installerService.installSucceeded(true);Any help will be greatly appreciated,
    regards,
    Raanan

    Well, No guessing. fixed the syntax, apparently extensions needs to appear after all the jars.
    New Main JNLP:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.6+" codebase="http://xxx.xxx.com:8081/jws" href="xxx.jnlp">
        <information>
            <title>title</title>
            <vendor>vendor</vendor>
            <description>ServicePoint</description>       
            <icon kind="shortcut" href="xxx.ico"/>
            <icon kind="splash" href="xxx.splash.jpg"/>       
            <offline-allowed/>       
            <shortcut online="true">   
                <menu submenu="StartUp"/>
            </shortcut>        
        </information>   
        <security>
            <all-permissions/>
        </security>
        <update check="timeout" policy="always"/>
        <resources>
            <j2se version="1.6+"/>   
            <jar href="sp/testSP.jar" main='true'/>       
            <jar href="sp/messages.jar"/>
            <jar href="sp/SP.properties.jar"/>
            <jar href="sp/TrackerRuntime.jar"/>
            <extension href="installer/installer.jnlp"/>
            <property name="publish-url" value="$$context/publish"/>
            <property name="logdir" value="logs"/>
        </resources>
        <application-desc main-class="xxx.sp.Loader">       
             <!--
            <argument>"/m"</argument> /m - Manual start sp
            <argument>"/w"</argument> /w - Show window at startup
           -->
        </application-desc>
    </jnlp>Still the same problem.

  • SQL Server 2008 R2 & 2008 R2 SP1 installation fails in Windows server 2012

    Hi All,
    I have a strange issue here. I have a Windows server 2012 VM where i want to deploy SQL 2008 R2 Enterprise edition.
    When i Run the setup every thing goes fine and during the installation wizard i get this error " The Folder path Program files contains  invalid characteristics. I get this error 3 - 4 times during the installation wizard and the installation fails.
    Below is the screenshot for the same.
    So i checked few articles regarding the compatibility issue and found the below article and upgraded my setup to SQL 2008 R2 SP1 using the below article.
    http://blogs.msdn.com/b/petersad/archive/2011/07/13/how-to-slipstream-sql-server-2008-r2-and-a-sql-server-2008-r2-service-pack-1-sp1.aspx
    Again i still see the same above errors and with that a new error related to a MOF File.
    Below are the contents of the error logs. Can some one assist on this issue.
    ======================================================
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068052692
      Exit facility code:            1212
      Exit error code:               1324
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2015-01-15 13:53:03
      End time:                      2015-01-15 14:04:29
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_135043\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.2500.0%26EvtType%3d0xA60E3551%400xD3BEBD98%401211%401
    Machine Properties:
      Machine name:                  ALPCLDSCOM01
      Machine processor count:       4
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      Installation location:         D:\SQLServer2008R2_SP1\x64\setup\
      Installation edition:          ENTERPRISE
      Slipstream:                    True
      SP Level                       1
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 E2KLAB\SCOMAC
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Automatic
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_135043\ConfigurationFile.ini
      CUSOURCE:                      
      ENABLERANU:                    False
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE,FULLTEXT,RS,SSMS,ADV_SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     D:\SQLServer2008R2_SP1\SP
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSVCACCOUNT:                  E2KLAB\SCOMAC
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 E2KLAB\SCOMAC
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           E2KLAB\Gautamr,E2KLAB\SCOMAC,E2KLAB\SCOM Admins
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    1
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_135043\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                1324
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_135043\BestPracticesPolicies_Cpu32_1.log
      MSI error description:         The folder path 'Program Files (x86)' contains an invalid character.
      Configuration status:          Passed
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Reporting Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                1324
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_135043\BestPracticesPolicies_Cpu32_1.log
      MSI error description:         The folder path 'Program Files (x86)' contains an invalid character.
      MSI status:                    Failed: see details below
      MSI error code:                1324
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_135043\sql_common_core_loc_Cpu64_1033_1.log
      MSI error description:         The folder path 'Program Files' contains an invalid character.
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_135043\SystemConfigurationCheck_Report.htm
    Gautam.75801

    Hi Alberto,
    Still the same issue.
    I installed the SQL 2008 R2 without SP1 and changed the service accounts to system account and  repaired the .NET using the .NET Repair tool
    Also changed the installation directory to D:\ Drive this time. Still same issue.
    log file:
    ===============
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068052692
      Exit facility code:            1212
      Exit error code:               1324
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2015-01-15 22:55:37
      End time:                      2015-01-15 23:07:32
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_225416\SQLSysClrTypes_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.2500.0
    Machine Properties:
      Machine name:                  ALPCLDSCOM01
      Machine processor count:       4
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       1
      Installation location:         D:\SQL Server 2008 R2 Datacenter edition for only Windows server 2008 R2\x64\setup\
      Installation edition:          ENTERPRISE
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Automatic
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_225416\ConfigurationFile.ini
      CUSOURCE:                      
      ENABLERANU:                    False
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE,FULLTEXT,RS,SSMS,ADV_SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              D:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           D:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   D:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSVCACCOUNT:                  NT AUTHORITY\SYSTEM
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           E2KLAB\Gautamr
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    1
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_225416\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                1324
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_225416\BestPracticesPolicies_Cpu32_1.log
      MSI error description:         The folder path 'Program Files (x86)' contains an invalid character.
      Configuration status:          Passed
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Reporting Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                1324
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_225416\BestPracticesPolicies_Cpu32_1.log
      MSI error description:         The folder path 'Program Files (x86)' contains an invalid character.
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150115_225416\SystemConfigurationCheck_Report.htm
    Any other suggestion i can try ?
    Gautam.75801

  • Use of installer-desc tag and the ExtensionInstallerService of the jnlp

    I have an application where, the properties file is outside the jar file. Each client machine has it's own copy of properties file. At some instances the user has to update the properties file ( to him it's a config file). This is ok with the system when i was not using Web start. Now with web start, i want to give the properties file to the user along with the download. ie. I don't want to post it explicitly, it should go with the installation(ie. download), but place it on a specified location on the client machine. I've seen the <installer-desc> tag, where i've seen there's someother jnlp file also related to the main jnlp file. I couldn't get the correlation. Can anybody help me giving me some info. about <installer-desc> and the ExtensionInstallerService of the javax.jnlp package. Please!! it's very urgent.
    Thanks
    Aparna

    As you have proberbly seen, I have a problem with the return from a <installer-desc> but here is how I did it.
    main.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="file or url goes here" >
    <information>
    <title>Main launcher title</title>
    <vendor>Company name</vendor>
    <offline/>
    </information>
    <resources>
    <j2se version="1.2+" />
    <extension
    name="Native installer"
    href="native.jnlp">
    </extension>
    <jar href="main.jar" main="true"/>
    </resources>
    <application-desc main-class="unic.app.launch"/>
    </jnlp>
    native.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="file or url goes here/">
    <information>
    <title>Native installation</title>
    <vendor>Company name</vendor>
    <offline/>
    </information>
    <resources>
    <j2se version="1.2+" />
    <jar href="native.jar" main="true"/>
    </resources>
    <installer-desc main-class="unic.native.install" />
    </jnlp>
    unic.native.install makes all connections with the ExtensionInstallerService (progressbar/heading/status) and installs native stuff. Works all fine, but when all is installSucceeded(false), JWS shows the error "Installation failed" ?? Don't see why..

  • ERP ECC 6.0 Cluster Installation under MS SQL Server 2005

    Hi,
    anybody in the world did a ECC 6.0 Cluster installation under MS SQL Server 2005 database?
    Can anyone please share some usefull documents to understand... This is new to me and doing it for first time.
    Pls help
    RGC

    Hi,
    I'm looking for a customized document for ECC installation (how to document) and not a SAP Standard one as i'm new to cluster. Please share if any.
    How to configure the nodes in three tier architecture?
    In which node the DB should be installed?
    In which node the CI should be installed?
    How to configure Central Point of Failure (CPOF)?
    How the ECC 6.0 cluster works and how to distribute the resources (SAP) across nodes?
    What are the resources that needed for failover from one node to another?
    Expecting help.
    rgds
    RGC

  • Solution (sort of) for Safari hangs/failure to load

    I and several others have been experiencing frequent hangs (or failure to load) with Safari 5.0.2 and 5.0.3 under OS X 10.6.5 and 10.6.6. Out of about 100 page loads, these hangs occur about twice. All pages stop loading and the progress bar stops at "http://www." It's not a full crash -- you can still switch between tabs and use the menu -- but no pages or page items will load.
    After much helpful back and forth with Apple tech support and other affected individuals, we seem no closer to finding the cause of these hangs, but I have discovered a "sort of solution". When the hang occurs, if you have another tab that has already fully loaded, go to that tab and choose Save as... from Safari's File menu, then Cancel. That will free Safari which will resume normal operations. (If you don't have another tab already loaded, you can usually switch to any other app and choose Save or Save as..., then Cancel.)
    No idea why this works, but it does and very consistently.

    If anyone knows any better about what I wrote, please let me and everyone else in this forum know.
    I will be adding this to my Linux 8i Installation Page:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html
    John Salvo
    null

  • Installer-desc arguments

    Is there an obvious reason why there isnt an option to pass parameters to an installer-desc class? I want to move my JNLP files to another server at some stage and want to make it as painless as possible - so I need to specify a host name and port number where the jnlp is located as an argument instead of having to remake the jar file/class.
    Thanks,
    DS

    For those who want to know, though you can't pass arguments to installer programs, you can still use the <property name="" value=""/> tag in the resources part of the jnlp file to acheive the same effect.

  • Error during installation of Microsoft SQL Server 2005

    Hello All,
    During installation of Microsoft SQL Server 2005 I have got the below error message
    "There was an unexpected failure during the setup wizard"
    From this link http://support.microsoft.com/kb/916760 i came to know that this error occurs just because I used SQL Server 2005 installations from a folder on a network share.
    After that i unstall everything & copy the installations in a local drive. But again when we restart the activity we got the same error message & the installation completed.
    Any hint why this happens..
    Thank You.
    Kind Regards,
    Jituda

    Hello Jituda,
    I think we need to focus on the error in the setup log first.
    Error: Action "InvokeSqlSetupDllAction" threw an exception during execution. Error information reported during run:
    Source File Name: datastore\cachedpropertycollection.cpp
    you might be able to see more detailed error information in the log.
    You may check if the following links help:
    http://www.sqlserverfaq.net/2008/12/17/sql-server-2005-setup-failing-to-install-on-cluster-with-unexpected-failure-while-performing-the-scc-checks/
    http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/f998b073-4378-4d02-95ac-c9afb31c7a60
    In addition, to clarify, the SQL4SAP.VBS script does not support Microsoft Cluster Service (MSCS). If you want to run the
    script in an MSCS configuration, you get an error message. In MSCS configuration need to install the SQL Server database software manually instead of using the script. Please see the corresponding SAP product installation guide under http://service.sap.com/instguides
    Kind regards,
    Qingqing Wang

  • When I recently update to photoshop 2014 I lost my access inside photoshop to perfect effects 8.  I still have it on my laptop but it is not available to load as an extension?

    When I recently update to photoshop 2014 I lost my access inside photoshop to perfect effects 8.  I still have it on my laptop but it is not available to load as an extension?

    What OS do you have?  You say you have explained what you had (computer/opsys) but I honestly don't see it here.  If you had mentioned that my advice would have been different; I believe you can only upgrade as far as Camera Raw 8.3 on an older Windows system.  There is more information here (look specifically for the "Revert to 8.3 ..." titles).
    Adobe Camera Raw Help | Camera Raw/DNG Converter 8.4 on Mac OS 10.6, Windows XP, and Vista
    What you've done/written in your last post confuses things further, unfortunately.  Photoshop 13.1 is strictly a Creative Cloud version.  The highest you can go is Photoshop CS6 13.0.1.3 with perpetual license.
    And as far as I can recall, that version can work on Windows back to XP:
    System requirements | Photoshop
    I don't think you're out of luck, but you seem to be leaping into doing things without having the full story, and are jumping to conclusions a bit too quickly.
    Here's what I suggest you try:
    1.  Remove Photoshop entirely with the Creative Suite Removal Tool: 
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    2.  Install Photoshop CS6 from your original media or from here: 
    Download CS6 products
    3.  Update the application using its own Help - Updates process.  That really should get you the latest Camera Raw version that will work.  If that does not bring you a Camera Raw that works with your Nikon, use the "Revert to 8.3" instructions above.
    -Noel

  • Load Flat File from App Server

    HI, all.
    I want load flat file from appliation server. I created CSV file and loaded it on app. server with FM ARCHIVEFILE_CLIENT_TO_SERVER. After I created datasource and tried load data in the infocube. In this procedure I encountered with two problem
    1. When I look file in AL11, I doesn't see cyrillic symbols, instead this symbols I see #.
    2. When I try load data with data source, I get exception RS_EXCEPTION 000 "File don't open"
    Anybody can help me resolve this problem?
    wbr, Fanil.

    Hi, kodanda pani KV.
    2. File is was closed.
    1. Can me you clearly explain what you meen?
    wbr, Fanil

  • Load a vhd on Windows Server 2012?

    All the engines look up the wrong thing.
    I have a .vhd I want to load on my windows 2012 server(Hyper-V non-gui machine loaded by support co.) so I can run it to demonstrate software contained in the vhd.  The OS of the vhd is Server 2008 r2 but that is not important methinks.
    I downloaded Microsoft Virtual PC to the server 2012 but get an error when I try to install it.
    How do I load or run a VHD on my Server.

    Virtual PC is a dead product and does not run on Windows 8 or Windows Server 2012.
    "windows 2012 server(Hyper-V non-gui machine loaded by support co.)"
    Need clarification here.  It's either Windows Server with the Hyper-V role installed or it is Hyper-V Server - they are two different products.
    And we need to know what is on the VHD.  Is it just an application or is it a bootable operating system instance?  (Hopefully it is not a bootable Windows OS as that would most likely be illegal).  If it is just an application, within Disk
    Management you can attach a VHD and then it works just like any other disk.  If it is a bootable operating system environment, then you call up the Hyper-V Manager console and create a VM (hopefully the provider provided configuration instructions for
    networking, memory, etc.) that points at the VHD as its system disk.
    .:|:.:|:. tim

  • Infopackage-Load Many Files from Application Server and later Archive/Move

    Hi All..
      I have a doubt,   I have a requirement of take many files to load into BI 7.0..  I used the infopackage before with option:
    Load Binary File From Application server
      I load information successfully... only with one file ...but If I can load many files (with different names) like the next list.. I think it's not a good idea modify the file name (path) on infopackage each time).. :
    *All of this files will be on one server that itu2019s map into AL11.. Like
    Infopfw
    BW_LOAD_20090120.txt
    BW_LOAD_20090125.txt
    BW_LOAD_OTHER_1.txt
    u2026.
    Etc..
    This directory it's not in BW server.. It's other server..but I can load form this location (one file by one)
    Could you help me with this questions:
    -     How can I Use an infopackage with routine that take all the files..one by oneu2026 in order of creation dateu2026and load into Target? Is it possible?.. I have some knowledge of ABAP.. but I don´t know exactly how I can say to system this logicu2026
    -     In addition is it possible move this files to other locationu2026 like into Infopfwarchive u2026 just to have an history of files loaded.
    I saw that in infopackage you have an option to create a routine.. in ABAP codeu2026 Iu2019m a little bit confused because I donu2019t  know how I can specify all the path..
    I try with:
    Infopfw
    InfopfwFile.csv
    Infopfw
    This is the abap code that automatically you see and you need to modifyu2026
    Create a routine for file name
    This routine will be called by the adapter,
    when the infopackage is executed.
              p_filename =
              p_subrc = 0.
    Thank you for your ideas or recommendations.
    Al

    Hi Reddy, thank you for your answer
    I have some doubuts.. when you explain me the option:
    All the above files are appending dates at the end of the file....
    You can load the files through infopackage by using Routines and pick the files based on date at the end of the file..***
    I need to ask you if you think that when you know the date of the file and the infopackage pick each file... thi can work for many files??... or how it's possible control this process?
    About this option, I want to ask you If when you menction Unix code... where it's programed this code?.. in the routine of BW Infopackage??
    ****Or
    Create two folders in your BW in Application server level, in AL11 (ask Basis team)
    I call it is F1 and F2 folders.
    First dump the files into F1 I assume that the file name in F1 is "BW_LOAD_20090120.txt", using Unix code you rename the file and then keep in the same foleder F1 or move to F2.
    Then create InfoPackage and fix the file name (i.e. you renamed), so you don't need to change everyday your file name at infopackage level.Because in AL11 everyday the file are overwrite.
    To I get BW_LOAD_20090120.txt file in F1, then I renamed to BW_LOAD.txt and loaded into BW, then tomorrow I get BW_LOAD_20090125.txt in F1, then I renamed to BW_LOAD.txt....
    so in this way it will work.You need to schedule the Ubix script in AL11.
    This is the way how to handle the application server...I'm using the same logic.
    Thank you soo much.
    Al

  • Desinger Workflow 2010: Unable to load workflow actions from the server. Please contact your server administrator?

    Hello,
    I am facing a problem from last some days..
    When I am trying to open/create/update workflows from Designer 2010, then designer giving me an error "Unable to load workflow actions from the server. Please contact your server administrator".
    I researched on internet for this error and found some possible reason like
    Login user Permission issue
    Error in custom actions
    So that I checked for permission for login user, but it has administrator rights. and I tried to open workflow by removing custom activity code, but still exist.
    also if I tried to create/update workflow for another site on same server then it works without any problem.
    Can anybody please help me?
    Many thanks,
    Nitin
    N i T i N

    Hi NiTiN4u,
    Thanks for your post.
    First, here are some troubleshoot workflow error form Microsoft site:
    http://office.microsoft.com/en-gb/sharepoint-designer-help/troubleshoot-workflow-errors-HA010237912.aspx#BM20
    Second, have you tried to close the site and open it again in SharePoint Designer 2010?
    Third, try to restart your IIS and share the results.
    SharePoint 2010

  • 11.2.0.2 Grid Installation for a Standalone Server FAILED!

    OS: OEL-5.5 x86_64 (kernel-2.6.18-194.17.4.0.1.el5, glibc-2.5-49.el5_5.7)
    Product: Oracle 11gR2 (11.2.0.2.0) x86_64 for Linux
    Hi,
    I was trying to perform a clean and full 11.2.0.2 installation for a Standalone Server (Single database + ASM + Restart), but unlike 11.2.0.1, this standalone patch, shipped as set of full installation files, has serious flaws mainly due to insane installation and configuration scripts. My environment is as follows:
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=/opt/oracle/product/11.2.0/db_1
    GRID_HOME=/opt/oracle/product/11.2.0/grid
    all owned by oracle:dba. ASMLib was configured with four 256 GB partitions on four physical disks.
    1. During grid installation the Prepare, Copy files, Link binaries, Setup files, Execute Root Scripts (root.sh), Update Inventory, Oracle Net Configuration Assistant all succeeded, but ASM Configuration Assistant FAILED and installation couldn't continue. That was because root.sh script (and inside it calling scripts) changed the ownership of ORACLE_BASE and GRID_HOME to root:dba, so that admin and diag directories creations in ORACLE_BASE were not permitted. After fixing that manually as root (immediately after executing root.sh), the installation continues and succeeds.
    2. During installation of Client software the error message window appears stating that cannot find the /opt/oracle/product/11.2.0/db_1/oui/bin/runInstaller.var file. By pressing the Continue button the installation continues ignoring this.
    3. If Oracle Scheduler Agent is selected for installation during Client software installation, the Oracle Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot start (https problem - cannot establish connection). To fix this, I had to deinstall Client software and install it again without Oracle Scheduler Agent.
    4. The Performance window in Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot display any graph ("Initializing" and "Transferring data from localhost..." never end).
    Are those issues known issues? If they are, why did Oracle ship that standalone patch without testing it before? Given that prior release (11.2.0.1) was free of any errors above, it is really beyond me to figure out this negligence.
    NJ

    Are those issues known issues? Have you created service request ? That would be much better to be sure about the workaround you found.
    Nicolas.

  • BPEL Server installation on JBOSS application Server on SUN SOLARIS

    I have a question about Oracle BPEL installation. For our project exists the requirement, to install BPEL Server on SUN SOLARIS, whereby the appropriate Version of Application server JBOSS already exists and it should be used.
    The version of the Oracle BPEL server for JBOSS, which we found on the Download side, is made available only with JBOSS (version 3.2.6) in a Package.
    During the BPEL server installation this bound JBOSS server version is installed automatically, without giving selection. Is there a BPEL installation for JBOSS on SUN-SOLARIS, which can be installed at the already existing JBOSS server?

    Hi There,
    Dis you get any good responces to your question ?
    Thanks
    [email protected]

Maybe you are looking for

  • I cannot get on itunes keeps saying error 7 windows error 193

    i cannot get on itunes keeps saying itunes was not installed properly error 7 windows error 193

  • Safari 4.0.3 will not open in Snow Leopard

    I did the Snow Leopard upgrade on Friday, and this morning I tried to open Safari 4.0.3. I can't. I get the following error: "You can't use this version of the application Safari with this version of Mac OS X. You have Safari 4.0.3". I also cannot do

  • ME98-MM70-71

    Hi, I  try to make an archive for old PO's in ME98 and after passing steps and coming to delete button I can not  see any archive file there .Also I face such kind of problem with MM_MATNR when archiving is this customizing problem or whatelse ? Thx

  • SSO with AD error:An error has occurred propagating the security context...

    Hi. On Windows 2003, I have installed BOXI Edge 3.1 with SAP Integration Kit. My primary and only use of the SAPIK will be for retrieving SAP data for BOXI reports. I DO NOT want to use SAP Authentication. For BOXI, I want to set up only AD Authentic

  • Some doubts about Combo Drivers onto T60 and T61.

    Hello guys, I am own of T60 (200742u) and T61 (7663b93) ThinkPad and I would like to know if I can use combo driver (code 39T2737) that it came with my ThinkPad T60 to newer ThinkPad T61. Is it compatible? Thanks in advance. Ricardo ThinkPad T60 and