---------- Forwarded message ----------
From: Henry Minsky <[EMAIL PROTECTED]>
Date: Thu, Jul 17, 2008 at 2:07 PM
Subject: Re: error -> org.openlaszlo.sc.CompilerError Errors from
compiler, output file not created
To: Mamye Kratt <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]


Another note says

Hi Axel,

On 5 Nov 2006, at 15:01, Axel Luttgens wrote:

>From times to times, a Tiger box suddenly won't let a user launch any
additional application; the application's icon briefly appears in the
Dock, then just vanishes.
Fortunately, already running applications aren't affected; it thus
remains possible to log out, then log in again, somehow "curing" the
phenomenon (until its next occurrence).

The only clue about what is happening appears in console.log: for each
unsuccessful launch attempt, following crude message gets written:
RegisterProcess failed (error = -50)

Sounds like you might be hitting the maxuserproc or maxuserfiles
limits in the kernel. You might try investigating with lsof and
tweaking the limits with sysctl if necessary...

 HTH




On Thu, Jul 17, 2008 at 2:04 PM, Henry Minsky <[EMAIL PROTECTED]> wrote:
> A note found using Google says
>
> On May 8, 2005, at 19:11, hadley wickham wrote:
>
>> When I try to use the TM command line tool, I get the following error:
>>
>> RegisterProcess failed (error = -50)
>> Abort trap
>
> In your ~/.bash_profile do you have something like:
>    export PATH="~/bin:$PATH"
> If so, change it to:
>    export PATH="$HOME/bin:$PATH"
>
>
>
> On Wed, Jul 16, 2008 at 9:17 PM, Henry Minsky <[EMAIL PROTECTED]> wrote:
>> Has anyone else seen this error?
>>
>> Mamye said she is getting it both on XP and Mac (??). It looks like
>> some kind of a unix
>> exec process error. I Googled it and didn't find much, except someone 
>> claiming
>> it was a manifestation of some apple bug where if you exec a process, the 
>> child
>> process needs to call execve() or something to map in the system
>> libraries or some other voodoo.
>>
>> I have not seen this happen before. I wonder if there is some memory
>> limit being run into that
>> kills the forked process?
>>
>> On Wed, Jul 16, 2008 at 6:02 PM, Mamye Kratt <[EMAIL PROTECTED]> wrote:
>>> Error from lzc:
>>>
>>> mamye-kratts-powerbook-g4-15:~/src/svn/openlaszlo/trunk mkratt$
>>> WEB-INF/lps/server/bin/lzc --runtime=swf9 demos/weather/weather.
>>> weather.html      weather.lzx       weather.lzx.js    weather.lzx.test
>>> mamye-kratts-powerbook-g4-15:~/src/svn/openlaszlo/trunk mkratt$
>>> WEB-INF/lps/server/bin/lzc --runtime=swf9 demos/weather/weather.lzx
>>> Compiling: demos/weather/weather.lzx to demos/weather/weather.lzr=swf9.swf
>>> Executing compiler: (cd /tmp/lzswf9/lzgen24922;
>>> /Users/mkratt/src/svn/openlaszlo/trunk/WEB-INF/bin/mxmlc
>>> -compiler.show-actionscript-warnings=false
>>> -compiler.source-path+=/tmp/lzswf9/lzgen24922 -output
>>> /tmp/lzswf9/lzgen24922/app.swf -default-size 240 320
>>> -library-path+=/Users/mkratt/src/svn/openlaszlo/trunk/lps/includes/lfc/LFC9.swc
>>> /tmp/lzswf9/lzgen24922/LzApplication.as)
>>> Stray error string from external compiler: RegisterProcess failed (error =
>>> -50)
>>> compiler output:
>>> Loading configuration file
>>> /Users/mkratt/src/svn/openlaszlo/trunk/WEB-INF/frameworks/flex-config.xml
>>>
>>> FAIL: compiler returned 134
>>> Done executing compiler
>>> Intermediate file /tmp/lzswf9/lzgen24922/app.swf: does not exist
>>> Compilation errors occurred:
>>> org.openlaszlo.sc.CompilerError: Errors from compiler, output file not
>>> created
>>
>>
>>
>> --
>> Henry Minsky
>> Software Architect
>> [EMAIL PROTECTED]
>>
>
>
>
> --
> Henry Minsky
> Software Architect
> [EMAIL PROTECTED]
>



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]



-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to