This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250980 - java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application
Summary: java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 applica...
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Platform (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 20:11 UTC by Lou Dasaro
Modified: 2015-09-07 01:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215911


Attachments
stacktrace (2.07 KB, text/plain)
2015-03-06 20:11 UTC, Lou Dasaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2015-03-06 20:11:10 UTC
Build: NetBeans IDE Dev (Build 201503060001)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
mr_lou_d: First time starting up with Python installed. Cannot run program "c:\jython2.5.3\jython
Jython needs to be upgraded!




Stacktrace: 
java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application
   at java.lang.ProcessImpl.create(ProcessImpl.java:0)
   at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
   at java.lang.ProcessImpl.start(ProcessImpl.java:137)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
   at org.netbeans.api.extexecution.ExternalProcessBuilder.call(ExternalProcessBuilder.java:295)
   at org.netbeans.api.extexecution.ExternalProcessBuilder.call(ExternalProcessBuilder.java:77)
Comment 1 Lou Dasaro 2015-03-06 20:11:12 UTC
Created attachment 152446 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-09 10:03:03 UTC
Python related.
Comment 3 Lou Dasaro 2015-04-09 18:07:48 UTC
Changed CWD to match target Python distro and muted exception raised for multiple Jython installations
Changeset: http://hg.netbeans.org/main/contrib/rev/758e2655f337
Should be available in build *201504100001* on http://bits.netbeans.org/dev/nightly/

See also Bug#251744