Search found 4 matches

by porg
Sat May 27, 2017 4:57 pm
Forum: newLISP and the O.S.
Topic: Guiserver on Win10
Replies: 10
Views: 12158

Re: Guiserver on Win10

OK, had a brain moment - so since the port was already bound, i tried different ports and it listens on them successfully - but i still get no gui display. So just ran lsof to get he pid of the process occupying newlisp's port, and i killed the process: >lsof -i:64001 COMMAND PID USER FD TYPE DEVICE...
by porg
Sat May 27, 2017 4:49 pm
Forum: newLISP and the O.S.
Topic: Guiserver on Win10
Replies: 10
Views: 12158

Re: Guiserver on Win10

Tried installing open jdk 1.8 - same issue: >sudo java -jar guiserver.jar newLISP-GS v.1.66 on Linux double buffering supported. listening on 64001 Exception in thread "main" java.net.BindException: Address already in use (Bind failed) at java.net.PlainSocketImpl.socketBind(Native Method) at java.ne...
by porg
Sat May 27, 2017 4:44 pm
Forum: newLISP and the O.S.
Topic: Guiserver on Win10
Replies: 10
Views: 12158

Re: Guiserver on Win10

Yeah - i have java installed, open jdk 1.7

I trigger the guiserver lisp similar to my windows install and the command line says its listening on a specific port. I wait for the ide to start, thinking that java needed to spin up to display the gui itself (which never appears).
by porg
Mon May 22, 2017 2:44 am
Forum: newLISP and the O.S.
Topic: Guiserver on Win10
Replies: 10
Views: 12158

Re: Guiserver on Win10

I have the exact same issue, except on ubuntu 16.04

It works fine on my windows 7 box. What the hell guys?