MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

NetLink SEHException in getDefaultLaunchString

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98472] NetLink SEHException in getDefaultLaunchString
  • From: Joe Eddy <jceddy at gmail.com>
  • Date: Fri, 10 Apr 2009 04:56:35 -0400 (EDT)

Recently I have gotten this error a couple of times when running a
"compute" command through NetLink:

System.Exception: System.Runtime.InteropServices.SEHException:
External component has thrown an exception.
   at Wolfram.NETLink.Internal.NativeLink.getDefaultLaunchString()
 at Wolfram.NETLink.Internal.NativeLink..ctor(String cmdLine)
  at Wolfram.NETLink.MathKernel.Connect()
 at Wolfram.NETLink.MathKernel.Compute()
at Wolfram.NETLink.MathKernel.Compute(String input)
     at...

Restarting the machine fixes this, but it has come back at least once,
eventually, requiring another restart.  Any ideas about what would
cause this and how best to recover from it to avoid having to restart
the machine?


  • Prev by Date: Controlling axes lengths in Plots
  • Next by Date: Re: StringJoin with ToString
  • Previous by thread: Re: Controlling axes lengths in Plots
  • Next by thread: Replace Table[Sum...]...] with Functional code