There are two things you may want to look at. First, `hostname` must
resolve to your host's IP address -- even if it's 127.0.0.1. Second, there
may be an fsc daemon running causing the trouble. Try running fsc -shutdown.
> There are two things you may want to look at. First, `hostname` must
> resolve to your host's IP address -- even if it's 127.0.0.1. Second, there
> may be an fsc daemon running causing the trouble. Try running fsc -shutdown.
> On Mon, Nov 19, 2012 at 9:31 AM, David Pérez <san...@gmail.com> wrote:
>> More information:
>> java version "1.6.0_22"
>> OpenJDK Runtime Environment (IcedTea6 1.10.6)
>> (rhel-1.43.1.10.6.el6_2-x86_64)
>> OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
>> I have saved the hello world script to a file called "hello".
>> It freezes with:
>> $ ./hello
>> $ scala hello
>> El lunes, 19 de noviembre de 2012 11:37:50 UTC+1, David Pérez escribió:
>>> Dear Scala gurus,
>>> I have written some scripts in Scala.
>>> But now, I cannot even run a hello world script like this:
Thanks Paul!!!!
It has solved my problem.
I wonder why I do need this parameter in one equipment and don't in other
ones.
I think -nc means no compile daemon. Does it?
Is this a Scala bug or a misconfiguration?.
On Mon, Nov 19, 2012 at 5:32 PM, David Pérez <san...@gmail.com> wrote:
> Thanks Paul!!!!
> It has solved my problem.
> I wonder why I do need this parameter in one equipment and don't in other
> ones.
> I think -nc means no compile daemon. Does it?
> Is this a Scala bug or a misconfiguration?.
The compile daemon is an optimization to make startup of the script faster.
But has some known issues on certain systems related to TCP/IP
configuration (here's an in-flight attempt to fix one of them [1])
> On Mon, Nov 19, 2012 at 5:32 PM, David Pérez <san...@gmail.com> wrote:
>> Thanks Paul!!!!
>> It has solved my problem.
>> I wonder why I do need this parameter in one equipment and don't in other
>> ones.
>> I think -nc means no compile daemon. Does it?
>> Is this a Scala bug or a misconfiguration?.
> The compile daemon is an optimization to make startup of the script
> faster. But has some known issues on certain systems related to TCP/IP
> configuration (here's an in-flight attempt to fix one of them [1])