INSTALLATION FAILED( ERROR: CreateProcess failed  ==   %1 is not a valid Wi

Whats wrong here? I am unable install jScreator on my XP professional SP2.!!
Below is the log file. System requirements are met but I get this error !!
file type: 0
file id: 0
length: 178
offset: 319579
file name: instructions.txt
file type: 5
file id: 1
length: 1009
offset: 319757
file name: Verify.jar
file type: 2
file id: 2
length: 729
offset: 320766
file name: launch.txt
file type: 4
file id: 3
length: 16766119
offset: 321495
file name: Windows-Sun-1.4.2_04.exe
file type: 6
file id: 4
length: 249333158
offset: 17087614
file name: windows.jar
ERROR: CreateProcess failed ==> %1 is not a valid Win32 application.

Cause
Windows ENV variable TEMP may result in this error.
Solution
To Correct this value: Start -> Settings -> Control Panel -> System -> Advanced -> Environmental Variables
Set the value for TEMP to a real directory on the machine: C:\temp as an example.
This corrected the behavior.

Similar Messages

  • HT1925 Can't update iTunes because of error message "iTunes.msi is not a valid installation package for the produce iTunes".  How can I fix this?

    I can't update iTunes because of error message "iTunes.msi is not a valid installation package for the product iTunes". How can this be resolved.  I am using a PC with Windows XP

    If you can, uninstall and reinstall itunes..... Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Hope this helps.

  • ERROR: Archive found, but is not a valid Flash archive

    Hello,
    I have created flash archive file and tried to install a new server using it. Both servers are exactly the same type of servers.
    While installing I get the following message:
    ERROR: Archive found, but is not a valid Flash archive
    The message appears despite the method of installation: http, ftp, nfs.
    The source server is using Solaris 10 10/08 (the latest).
    Did anybody faced similar problem ?
    Regards
    przemol

    Hi, Thanks for your comments,  its keep loading very big lengthy file...just copied some starting files.
    Also...original flar image taken from T5 and now executing on T4 server just for your info.
    Target server:
    root@ebsapptr1 # uname -a
    SunOS asgc-ebsapptr1 5.10 Generic_147147-26 sun4v sparc sun4v 
    Source server:
    root@ebsapp1 # uname -a
    SunOS ebsapp1 5.10 Generic_147147-26 sun4v sparc SUNW,T5140 
    # flar info -l askapp1.flar |more
    lost+found
    var
    var/sadm
    var/sadm/install
    var/sadm/install/admin
    var/sadm/install/admin/default
    var/sadm/install/logs
    var/sadm/install/logs/Additional_Software_install.A09241632
    var/sadm/install/logs/Additional_Software_install.B09241632
    var/sadm/install/logs/Additional_Software_install.A08292241
    var/sadm/install/logs/Additional_Software_install.B08292241
    var/sadm/install/contents
    var/sadm/install/.lockfile
    var/sadm/install/.pkg.lock
    var/sadm/install/gz-only-packages
    var/sadm/install/.pkg.lock.client
    var/sadm/install/.door
    var/sadm/pkg
    var/sadm/pkg/SUNWocfd
    var/sadm/pkg/SUNWocfd/install
    var/sadm/pkg/SUNWocfd/install/copyright
    var/sadm/pkg/SUNWocfd/save
    var/sadm/pkg/SUNWocfd/save/pspool
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/install
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/install/copyright
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/pkginfo
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/pkgmap
    var/sadm/pkg/SUNWocfd/pkginfo
    var/sadm/pkg/SUNWlucfg
    var/sadm/pkg/SUNWlucfg/install
    var/sadm/pkg/SUNWlucfg/install/copyright
    var/sadm/pkg/SUNWlucfg/install/r.AddNoUpdate
    var/sadm/pkg/SUNWlucfg/install/r.EtcDefLu
    var/sadm/pkg/SUNWlucfg/save
    var/sadm/pkg/SUNWlucfg/save/pspool
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/install
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/install/copyright
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/install/i.AddNoUpdate
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/inst

  • Need @ Solution Error 1325. Favorites is not a valid short file name.

    Hi all
    Can anyone out there help me please?
    Every time I try to get the latest upgrade for Adobe, the download goes smoothly but the installation halts at around 94% with the following error:
    Error 1325. Favorites is not a valid short file name.
    I have Windows 7 Ultimate N. This error doesn't appear to be limited to Adobe, it seems to arise in any installations that are downloaded from the web.
    Cheers
    N

    Something in your Windows registry is pointing to an invalid folder.
    Before trying to fix it manually, try http://fixitcenter.support.microsoft.com/Portal

  • Error 1325. Favorites is not a valid short file name.

    Hi all
    Can anyone out there help me please?
    Every time I try to get the latest upgrade for Adobe, the download goes smoothly but the installation halts at around 94% with the following error:
    Error 1325. Favorites is not a valid short file name.
    I have Windows Vista Home Premium SP1. This error doesn't appear to be limited to Adobe, it seems to arise in any installations that are downloaded from the web.
    Cheers

    Just tried it...it didn't work and I got the same error code.
    Thanks anyway. I don't suppose you have any other suggestions?

  • The database error text is: ORA-01843: not a valid month

    I am trying to use a date field as a query filter and I keep getting the
    following error:
    A database error occurred. The database error text is: ORA-01843: not a
    valid month. (WIS 10901).
    When I remove the query filter and run the query it works as
    expected. I want to be able to allow the users to use the date field in order
    to select a date range. Can someone provide me with some information on how to
    resolve this issue.

    SQL> SELECT (to_char(tO_date('09/29/2006', 'mm/dd/yyyy'))||':'||TO_CHAR(systimestamp,'hh24:mi:ss:ff6'))
      2  FROM dual;
    (TO_CHAR(TO_DATE('09/29/2006
    29-SEP-06:01:33:09:023000
    But you want mm/dd/yyyy hh24:mi:ss:ff6 format then use TO_CHAR function for format specifier
    SQL> SELECT to_char(to_timestamp((to_char(tO_date('09/29/2006', 'mm/dd/yyyy'))||':'||TO_CHAR(systimestamp,'hh24:mi:ss:ff6')), 'dd/mm/yyyy hh24:mi:ss:ff6'),'mm/dd/yyyy hh24:mi:ss:ff6')
      2  FROM DUAL
      3  /
    TO_CHAR(TO_TIMESTAMP((TO_CHAR
    09/29/0006 01:40:27:113000
    SQL> Khurram

  • Re-Install and "Error 1325. Resources is not a valid short file name."

    I am trying to reinstall the software (from install disk) and everytime I run it, I get this message "Error 1325. Resources is not a valid short file name." which then shuts down the install. I even downloaded the software from the website with the same error message. Anyone know how to fix this? I am trying to reinstall because the Palm Desktop will not run. If it matters I have a Palm TX.
    Thanks for any info,
    Brian
    Post relates to: Palm TX
    Message Edited by bpapiez on 10-24-2008 08:08 AM
    Message Edited by bpapiez on 10-24-2008 08:08 AM

    Hello and thank you for using the Palm Help Forums!
    From what I researched this issue seems to be caused by Windows. I did find a post elsewhere that someone else was able to resolve it. I hope it helps:
    http://community.macrovision.com/showthread.php?t=158002
    -Pat
    Post relates to: Treo 800w (Sprint)

  • M_View failed inrefresh throws error: ORA-12008/ORA-01843:not a valid month

    I am not able to refresh this matrialized view in 2 databases.Can some one help please
    ======================================================
    SQL> exec dbms_refresh.refresh('OID_SYNCH.OID_SYNCH_EMPLOYEES_HR');
    BEGIN dbms_refresh.refresh('OID_SYNCH.OID_SYNCH_EMPLOYEES_HR'); END;
    ERROR at line 1:
    ORA-12008: error in materialized view refresh path
    ORA-01843: not a valid month
    ORA-02063: preceding line from HR
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2251
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2457
    ORA-06512: at "SYS.DBMS_IREFRESH", line 685
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    ======================================
    DDL of Matrialized view is as:
    CREATE MATERIALIZED VIEW "OID_SYNCH"."OID_SYNCH_EMPLOYEES_HR" ORGANIZATION HEAP PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "OID_SYNCH_D" BUILD IMMEDIATE USING INDEX REFRESH COMPLETE ON DEMAND START WITH sysdate+0 NEXT trunc(sysdate + 1) USING DEFAULT LOCAL ROLLBACK SEGMENT
    DISABLE QUERY REWRITE AS ( select hr_person_id, hr_employee_status, hr_employee_number,hr_workbrain_id, hr_last_name, hr_first_name, hr_full_name,
    hr_known_as, hr_middle_names, hr_previous_last_name,hr_suffix, hr_email_address, hr_user_name,system_person_type, user_person_type, hr_start_date, hr_last_update_date,home_city, home_state, home_zip, home_country,home_last_update_date,position_name, job_name,work_location_code, work_location_desc,work_city, work_state, work_zip,work_country,work_last_update_date,hr_supervisor_name,hr_supervisor_id,hr_sup_last_update_date,termination_date
    from oid_synch_employees@hr )

    >
    I am not able to refresh this matrialized view in 2 databases.Can some one help please
    >
    Post the ddl for the source table.
    Also do a test. Create a table that is a clone of the MV table. Then try to do an INSERT INTO SELECT * FROM the source table into the clone table and see if you get an error.
    Don't forget to post the 4 digit Oracle versions of the source and target databases.

  • Import of a request failing : ERROR: connect failed due to DbSL load lib fa

    Hi,
    I am using ecc6, on hp-unix and oracle as database.
    When i try to import a request from stms, i get this error.
    DURING IMPORT ERROR:
        Transport control program tp ended with error code 0249
        Errors: connect failed due to DbSL load lib failure
    TP ERROR:
    Transport control program tp ended with error code 0249
        Message no. XT200
    Diagnosis
        An error occurred when executing a tp command.
          Command:        IMPORT E07K901512 DEV client100 U01 pf=/usr/sap/tr
          Return code:    0249
          Error text:     connect failed due to DbSL load lib failure
          Request:        E08K901525
    System Response
        The function terminates.
    Procedure
        Correct the error and execute the command again if necessary.
    THEN I TRIED TO IMPORT USING TP COMMAND:
    WITH OUT DIR_LIBRARY
    % ./tp connect DEV
    This is ./tp version 370.00.09 (release 700, unicode enabled)
    E-TPSETTINGS could not be opened.
    EXIT
    ERROR: System : Parameter SAPEVTPATH not set. Batch jobs cannot be started.
    Error in TPSETTINGS: transdir not set.
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0208
    tp finished with return code: 208
    meaning:
      error in transportprofil (param missing, unknown,...)
    % ./R3trans -d
    This is ./R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    unicode enabled version
    2EETW169 no connect possible: "environment variable DIR_LIBRARY is not set."
    ./R3trans finished (0012).
    % # export DIR_LIBRARY=/usr/sap/DEV/SYS/exe/run
    % ./R3trans -d
    This is ./R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = ORACLE                           --- ORACLE_SID =
    'DEV'"
    ./R3trans finished (0012).
    % ./tp connect DEV
    This is ./tp version 370.00.09 (release 700, unicode enabled)
    E-TPSETTINGS could not be opened.
    EXIT
    ERROR: System : Parameter SAPEVTPATH not set. Batch jobs cannot be started.
    Error in TPSETTINGS: transdir not set.
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0208
    tp finished with return code: 208
    meaning:
      error in transportprofil (param missing, unknown,...)
    COULD SOMEONE GIVE ME A SOLUTION TO OVERCOME THIS.
    YOUR SOLUTION AND GREATELY APPRITIATED.
    REGARDS,
    DHANANJAY

    Hi Dhanajay,
    Firstly check if R3trans -d is working fine.
    If so, please chek if the following parameters are set properly.
    DIR_LIBRARY=/usr/sap/<SID>/SYS/exe/run
    TRANSDIR = ....\trans
    <SID>/DBHOST = <HOSTNAME>
    <SID>/DBNAME = <SID>
    <SID>/DBTYPE = ora
    Execute the below command and check the transport profile:
    tp check all pf=/usr/sap/trans/bin/TP_DOMAIN_<SID>.PFL
    Please confirm the permission of the /oracle/ directory
    The permission of the /oracle should be 755.
    Also check if the import queue is not locked.
    Also please ensure the Kernel is of latest version, if not, please update the DBSL shared library.Please look at the note 19466.
    Finally you can try once distributing and activating the transport routes once.
    When you executed command R3trans -d logfile trans.log will be created.
    Please check this file for exact error information.
    Paste the log file here.
    Let us know the outcome.
    Regards,
    Sujit.

  • Plz help !!!Error ORA-04023: Object could not be validated or authorized

    Hi Folks,
    Came across this error in AWR reports production oracle 11gR2 database. Did anybody come across this error before or has any idea on this. Pls respond
    ORA-04023: Object SELECT SUM(VALUE), COUNT(INSTANCE_NUMBER), SUM(INSTANCE_NUMBER) FROM DBA_HIST_SYS_TIME_MODEL WHERE DBID = :B4 AND SNAP_ID = :B3 AND INSTANCE_NUMBER MEMBER OF :B2 AND STAT_NAME = :B1 could not be validated or authorized
    thanks

    928912 wrote:
    Hi Folks,
    Came across this error in AWR reports production oracle 11gR2 database. Did anybody come across this error before or has any idea on this. Pls respond
    ORA-04023: Object SELECT SUM(VALUE), COUNT(INSTANCE_NUMBER), SUM(INSTANCE_NUMBER) FROM DBA_HIST_SYS_TIME_MODEL WHERE DBID = :B4 AND SNAP_ID = :B3 AND INSTANCE_NUMBER MEMBER OF :B2 AND STAT_NAME = :B1 could not be validated or authorized
    thankswhat did you do to break this?
    bcm@bcm-laptop:~$ oerr ora 4023
    04023, 00000, "Object %s%s%s%s%s could not be validated or authorized"
    // *Cause: A number of attempts were made to validate or authorize an
    //         object but failed.
    // *Action: Please report this error to Oracle Support Services.

  • Deploy error: j2ee version "2.4" not a valid enumeration type.

    Hi!
    I'm tasked with upgrading from WL Server 9.2 to 10.0, and got a strange error when deploying, namely that the contents of the version field of the web-app tag is not a valid enumeration value -- despite what the xsd says about it:
    [wldeploy] weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    [wldeploy] problem: cvc-enumeration-valid: string value '2.4' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null>
    BUILD FAILED
    /home/lars/Programming/Eclipse/ampep/Aas/build.xml:562: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 102 failed: [Deployer:149026]redeploy application AmpEP on amplexServer.
    Target state: redeploy failed on Server amplexServer
    weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
      problem: cvc-enumeration-valid: string value '2.4' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null>The start of the web.xml in question is:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app
         xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
        version="2.4">If I remove the version attribute, it deploys under 10.0, but not under 9.2 (which we will be running until we're sure 10.0 works). Why is it going counter to the xsd? Is there something I can declare to make it happy? I notice the namespace ending in :<null>, is that a problem?
    Thanks in advance,
    -Lars Clausen

    Hi,
    I am also facing the same issue, Can you please tell me the solution if you have found anything...
    Regards
    Mani

  • Old Cs5 new box  installation create errors - when the serial number is OK - valid registration arrh

    Error "This serial number is not for a qualifying product..." when installing an upgrade or upsell
    Adobe upgrades and upsells require a qualifying previous product. If the upgrade or upsell installer can't find a previous product on your computer, it asks you to enter the serial number of a qualifying product.
    Try the solutions in this document if you receive the error “This serial number is not for a qualifying product. Please try another” when you enter a serial number in the Serial Number Upgrade screen.
    Can't find your serial number? See Find a serial number.

    Sanjeevmishra you need to locate a qualifying serial number in order to install an upgrade version of the software.  You can find your registered serial numbers by following the steps listed in Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • Error Box - "iTunesminiplay.resources is not a valid short file name

    Hi!
    I've tried 4 times to reinstall iTunes, and every time I get an error box with that error message you see in the subject box above. Then, once I hit the OK button, the installer completely shuts iTunes down. How does this get fixed?
    Thanks, Howard

    Have you tried the following user tip with that one, Salazar?
    ["not a valid short file name" and "invalid character" install errors|http://discussions.apple.com/thread.jspa?threadID=2368028]

  • PSE 9.0 error: ".....not a valid photoshop document"

    Platform is XP Pro...camera is Canon compact digital.
    I downloaded photos to desktop folder. PSE allowed me to open the first 3 photos from the folder to edit, then I got the above error message.
    However, when I right click on the photo in the desktopp folder to "open with Photoshop Elements" the PSE 9.0 editor opened all the photos.
    WHY?
    TIA,
    Doc

    I know this thread is a bit old, but I wanted to share my experience and solution in case anyone else runs into this.
    The other day, I spent many hours editing some photos for a client. I saved them all and closed Photoshop. When I tried to open the .PSDs, they all came up with this "Not a valid Photoshop document" error. I was freaking out. I could see the thunmbnails and previews with the MacOS Finder and could see the images just fine in Lightroom, but couldn't open them in Photoshop CC.
    Finally, I remembered that these were NOT supposed to be .psd files! They were supposed to be TIFFs. What happened was, when I edited them from within Lightroom into Photoshop, they opened as TIFFs. However, when I did "save as", I wanted to name them similarly to some other files I had. I clicked on one of the existing files to copy the file name in the Save As dialog to make it easier to name the new file I was saving, but I didn't realize it was changing the file extention from ".tif" to ".psd" as well. The older MacOS (version 9 and earlier) didn't rely on file extensions fo identifying file types, so it didn't hit me right away that this would be the problem. When I changed the incorrect .psd file extension to .tiff, the files opened in Photoshop just fine.
    SO... if you run into this "Not a valid Photoshop document" error, try figuring out if it's actually another file type (.jpg, .tif, .png, etc) by either getting the file info from another program or just experimenting with different file extensions. Chances are good that your file isn't actually corrupt, but just named improperly!

  • Error message "play.exe is not a valid Win32 application"

    when I click the play.exe file I get a error "play.exe is not a valid Win32 application" please can I have some help understanding why the player wont op

    some information would help understanding the issue-
    which operating system you are working on?
    which version of UPK was used to create this play.exe?
    does it work on other similar machines?
    -SD

Maybe you are looking for