Menu

background-typecheck-arbitrary seems to hang

Help
2010-05-16
2012-12-06
<< < 1 2 (Page 2 of 2)
  • JP Moresmau

    JP Moresmau - 2010-06-03

    1.111 was released yesterday, so you can update from the update site.

     
  • Han Joosten

    Han Joosten - 2010-06-12

    Hi, I missed your last message for some reason. So I only saw it today. Sorry for that.
    I tried to update to release 1.111, but I got all sorts of errors. So I started all over again with eclipse.
    I downloaded the plugin developement eclipse version again and installed it. Then I updated the 1.111 version of http://eclipsefp.sf.net/updates
    Then I got a warning that no valid haskell implementation was found. (ghc is in my path, and could be found pretty easili, I guess. It is in the default location at C:\Program Files\Haskell Platform\2010.1.0.0\bin )
    So I added a haskell implementation.
    Now it is time to get "Hello World" up and running.:
    I create a new haskell project, and edit the src/Main.hs
    However, I do nog get anything to work with ghc. (ghci does work however). I had a look at the error log. This shows that there are problems starting the scion server. I removed my previous one, expecting it to be part of eclipsefp 1.111.  Should I still build scion myself?

    The log shows this:

    !SESSION 2010-06-12 14:53:06.953 -------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_20
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
    Framework arguments:  -product org.eclipse.epp.package.rcp.product
    Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.rcp.product

    !ENTRY org.eclipse.core.net 4 0 2010-06-12 14:57:07.937
    !MESSAGE WinHttp.GetProxyForUrl for pac failed with error 'The proxy auto-configuration script could not be downloaded
    ' #12167.
    !SESSION 2010-06-12 15:04:56.859 -------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_20
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
    Framework arguments:  -product org.eclipse.epp.package.rcp.product
    Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.rcp.product

    !ENTRY net.sf.eclipsefp.haskell.core 2 0 2010-06-12 15:05:13.531
    !MESSAGE No valid Haskell implementation found. Possibly none was configured in the Haskell preferences.

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:15:10.859
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:16:46.312
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:16:49.328
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:16:53.750
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:16:55.265
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:16:58.687
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:17:02.703
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:17:04.718
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:17:11.453
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

    !ENTRY net.sf.eclipsefp.haskell.scion.client 4 4 2010-06-12 15:17:12.453
    !MESSAGE The Scion server could not be started.
    !STACK 0
    The Scion server could not be started.
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:163)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServer(ScionServer.java:85)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.start(ScionInstance.java:94)
    at net.sf.eclipsefp.haskell.scion.client.ScionInstance.runCommandSync(ScionInstance.java:207)
    at net.sf.eclipsefp.haskell.scion.internal.commands.ScionCommand.run(ScionCommand.java:138)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.lang.NullPointerException
    at java.lang.ProcessBuilder.start(Unknown Source)
    at net.sf.eclipsefp.haskell.scion.internal.client.ScionServer.startServerProcess(ScionServer.java:161)
    … 5 more

     
  • Han Joosten

    Han Joosten - 2010-06-15

    Oops. I feel stupid. I missed the first error messag. It turned out that I had a wrong proxy setting for IE downloads….
    However, I still have trouble installing 1.111. More on that at the post of xenoblitz on installing 1.111

     
<< < 1 2 (Page 2 of 2)

Log in to post a comment.