• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Unexpected Error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am supporting a user who is receiving the following error when trying to run an application of ours:

General Tab

An error occurred while launching/running the application.

Title: Workflow
Vendor: Copyright 1999-2007 SunGard HE. All rights reserved.
Category: Unexpected Error



Launch Tab



Exception Tab

java.io.IOException: CreateProcess: "C:\Program Files\Java\jre1.6.0_01\bin\javaw.exe" "-Djnlpx.jvm=C:\Program Files\Java\jre1.6.0_01\bin\javaw.exe" -Djnlpx.splashport=3634 "-Djnlpx.home=C:\Program Files\Java\j2re1.4.2_08\javaws" -Djnlpx.remove=false -Djnlpx.offline=false -Djnlpx.heapsize=NULL,NULL "-Djava.security.policy=file:C:\Program Files\Java\j2re1.4.2_08\javaws\javaws.policy" -DtrustProxy=true "-Djnlpx.deployment.user.home=C:\Documents and Settings\tbrobyn\Application Data\Sun\Java\Deployment" -Djnlpx.deployment.system.home=C:\WINDOWS\Sun\Java\Deployment "-Xbootclasspath/a:C:\Program Files\Java\j2re1.4.2_08\javaws\javaws.jar" -classpath ";C:\Program Files\Java\j2re1.4.2_08\javaws\javaws-l10n.jar" com.sun.javaws.Main "C:\Documents and Settings\tbrobyn\Application Data\Sun\Java\Deployment\javaws\cache\http\Djava.sun.com\P80\V1.4.2_18\DMproducts\DMautodl\EMj2se" error=3

at java.lang.Win32Process.create(Native Method)

at java.lang.Win32Process.<init>(Unknown Source)

at java.lang.Runtime.execInternal(Native Method)

at java.lang.Runtime.exec(Unknown Source)

at java.lang.Runtime.exec(Unknown Source)

at java.lang.Runtime.exec(Unknown Source)

at com.sun.javaws.Launcher.execProgram(Unknown Source)

at com.sun.javaws.Launcher.executeInstallers(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)


Also the user is also running into a no JRE version found in launch file for system error.

I am inclined to think the first error has something to with Web Start caching files that are then not found or only partially cached.

For the second error i am at a loss. We have tried unistalling and re-installing java.

Incidently the user does not get the errors when using the Administrator account on her PC.

Any help appreciated.
 
It is an experimental device that will make my mind that most powerful force on earth! More powerful than this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic