Date: Sat, 1 May 2004 18:57:41 -0400
Reply-To: Don Henderson <donaldjhenderson@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject: Re: Application Broker & Application Server
Content-Type: text/plain; charset="iso-8859-1"
Gale,
I get a slightly different error message when my local Application Server is
not running:
Error connecting to the Application Server localhost:5001
I noticed that in yours it says "http:/localhost:5001" while my error
message says "localhost:5001" so assuming that the difference is not a
transcription error, it could be that you have not defined the server
correctly in your broker.cfg file. It should be:
Server localhost
Note that I was able to replicate your exact error message using:
Server http:\\localhost
You should not use http in your server definition. HTTP (Hyper Text Transfer
Protocol) is how browsers talk to web servers. The broker is a cgi
executable that talks to a SAS Application Server using TCP/IP sockets.
If this is not the problem, perhaps you might want to check your hosts file
to see if there is something strange about localhost. You could also try to
use 127.0.0.1 instead of localhost in your broker.cfg.
HTH,
-don h
----- Original Message -----
From: "GGould" <galegould2000@YAHOO.COM>
Newsgroups: bit.listserv.sas-l
To: <SAS-L@LISTSERV.UGA.EDU>
Sent: Saturday, May 01, 2004 1:04 PM
Subject: Re: Application Broker & Application Server
> Thank you for your help! With the groups advice, I have progressed
> onward to a different error. Now I am able to do the following:
>
> I start the Apache service. I start the SAS default service. I view
> http:\\localhost and see the Apache screen verifying Apache is running
> successfully. When I view http://localhost/cgi-bin/broker.exe? I am
> able to view the "SAS/IntrNet Application Dispatcher / Application
> Broker Version 8.2 (Build 1391)" page. However, when I click on
> "Application Dispatcher Administration", and ping the SocketService
> default I receive the following:
> "Error connecting to the Application Server http:\localhost:5001
> --------------------------------------------------------------------------
------
> This request took 2.38 seconds of real time (v8.2 build 1391)." When
> I try to view the Hello World sample, I receive this error: "Error
> connecting to the SAS server Can't open a socket connection to the
> service called "default". This could happen if the server is not
> running; check with the administrator." In yet, the log seems to show
> it is running okay, and I do see the minimized SAS/AppSvr 5001 at the
> bottom of the screen.
>
> Here is the log:
>
> NOTE: SAS/IntrNet Application Server Release 8.2 (build 369)
> Listen port number: 5001
> Programs: 1
> Authorization scheme: none
> Admin password: disabled
> Request read timeout: 30
> Request timeout: 300 seconds (maximum 900 seconds)
> Session timeout: 900 seconds (maximum 3600 seconds)
> Log display: Only requests with errors
> Log symbols: Only requests with errors
> Fri, 30 Apr 2004 22:59:21.207 Application server started.
> Fri, 30 Apr 2004 23:00:01.345 0 requests (0 user 0 internal 0 loadmgr)
> (0 errors) in the last
> hour.
>