Hi all,
The error was the case sensitive 's' either, the actual command argument is
maxima.bat -S 7755
while I used
maxima.bat -s 7755 earlier. This was the issue.
Regards,
Brian Gee Chacko
----- Forwarded Message -----
From: Brian Chacko <brianchacko at yahoo.com>
To: "maxima at math.utexas.edu" <maxima at math.utexas.edu>
Sent: Friday, February 17, 2012 1:17 PM
Subject: Error using Sockets with Maxima
Hi,
I wanted my API to communicate with maxima using sockets the same way WxMaxima is being used. Using this method,? I created a local server application and try to connect maxima to the server using the command
[Path to maxima.bat]/maxima.bat -s 7755
I get the following error...
[Path to Maxima]\bin>maxima.bat -s 7755
Connecting Maxima to server on port 7755
Maxima encountered a Lisp error:
?Error in LISP:LAMBDA-CLOSURE [or a callee]: Could not connect
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
Error in
START-CLIENT [or a callee]: The tag RETURN-FROM-DEBUGGER is undefined.
Fast links are on: do (use-fast-links nil) for debugging
Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER.? Type :H for Help.
?1 (Abort) Return to top level.
dbl:MAXIMA>>
Could someone help me to resolve this?
Thanks in advance...
Brian Gee Chacko