[Mono-dev] Debugging Win32Exception on Process.Start

APS dev.malst at apsystems.it
Tue May 19 11:06:03 EDT 2009


Hi,

launching a java process with Process.Start I obtain an error like this:

System.ComponentModel.Win32Exception: 
ApplicationName='"/usr/bin/java"', CommandLine='-Xms20M -Xmx100M 
-Xincgc -jar "/home/monousr/myjar.jar" param1 param2 param3 param4 
"/home/monousr/"', CurrentDirectory=''
   at System.Diagnostics.Process.Start_noshell 
(System.Diagnostics.ProcessStartInfo startInfo, 
System.Diagnostics.Process process) [0x00247]
   at System.Diagnostics.Process.Start_common 
(System.Diagnostics.ProcessStartInfo startInfo, 
System.Diagnostics.Process process) [0x00096]
   at System.Diagnostics.Process.Start () [0x0002c]

Launching manually the same application with same params works. I 
would like to understand how to solve the problem, how can I see the 
output of the process or some log that explain better what is the 
problem? or you already know what the problem could be?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090519/1e35eb30/attachment.html 


More information about the Mono-devel-list mailing list