Appserver error: No servers available

Hello All,

In Progress\Openedge\bin directory it was not showing _dbutil.exe file....

Then i pasted the _dbutil.exe file from the Test server......

I am trying to start appservers..
Its giving error as "Unable to start the appservers"

After that i m trying to start the appservers it is showing error to start the appservers..

The Appserver Broker log is as...
[09/09/17@13:11:56.973+0530] P-007360 T-Main 1 --- --- D:\Live\JITS_Live\JITS_SRVR\log\asb_astra.broker.log opened.
[09/09/17@13:11:56.973+0530] P-007360 T-Main 1 --- --- Logging level set to = 2
[09/09/17@13:11:56.973+0530] P-007360 T-Main 1 --- --- Log entry types activated: UBroker.Basic,
[09/09/17@13:11:56.988+0530] P-007360 T-Main 2 UB Basic ubroker version: v101a (27-Oct-05) (8038)
[09/09/17@13:11:57.051+0530] P-007360 T-L-18000 2 UB Basic Started listener thread: L-18000 (8043)
[09/09/17@13:11:57.082+0530] P-007360 T-L-18000 2 UB Basic Starting 1 server threads ... (8053)
[09/09/17@13:11:57.098+0530] P-007360 T-S-0001 2 UB Basic Started server thread: S-0001. (8101)
[09/09/17@13:11:57.191+0530] P-007360 T-S-0001 1 UB ---------- Server exec error : CreateProcess: "D:\Progress\OpenEdge\bin\_proapsv.exe" -logginglevel 2 -logfile "D:\Live\JITS_Live\JITS_SRVR\log\asb_astra.server.log" -ubpid 7360 -Ms 1 -logname asb_astra -logentrytypes ASPlumbing,DB.Connects -logthreshold 0 -numlogfiles 3 -ASID 1 -ubpropfile "D:\Progress\OpenEdge\properties\ubroker.properties" -pf D:\Live\JITS_Live\JITS_SRVR\pf\jits_asb.pf error=2 (8109)
[09/09/17@13:11:57.191+0530] P-007360 T-S-0001 2 UB Basic ERROR: cannot start server. (8100)
[09/09/17@13:11:58.207+0530] P-007360 T-L-18000 1 UB ---------- Exception unbinding broker (not bound) : asb_astra (8525)
[09/09/17@13:11:59.207+0530] P-007360 T-Main 2 UB Basic ubroker v101a (27-Oct-05) done. (8041)
[09/09/17@13:11:59.207+0530] P-007360 T-Main 1 --- --- Log Closed



Please help me why this has happened
 

LarryD

Active Member
Did you check the Progress Kbase for this 8109 error? The fact that the _dbutil.exe was missing from your installation seems to indicate that your installation was not successful, something happened and something bad occurred in the OE bin directory, or perhaps you didn't choose to install "complete". It could also be an issue with the Progress environment variables, but since you were missing _dbutil.exe it leans towards the Progress install or a disk issue.

Anyway, one possibility according to Kbase 21454:

Cause:
Error 2 on Windows is 'path not found'. This means the system had trouble in finding either the binary or the related files. The _proapsv does not exist in %dlc%\bin directory


Fixes:
Reinstall app server product and verify _proapsv exists in %dlc%\bin directory
 

GregTomkins

Active Member
A suggestion, try executing this line:

"D:\Progress\OpenEdge\bin\_proapsv.exe" -logginglevel 2 -logfile "D:\Live\JITS_Live\JITS_SRVR\log\asb_astra.server.log" -ubpid 7360 -Ms 1 -logname asb_astra -logentrytypes ASPlumbing,DB.Connects -logthreshold 0 -numlogfiles 3 -ASID 1 -ubpropfile "D:\Progress\OpenEdge\properties\ubroker.properties" -pf D:\Live\JITS_Live\JITS_SRVR\pf\jits_asb.pf

...independently from a command prompt. You will likely get the same error. Then try figuring out what needs to change to make it work. Most likely one of the files, such as D:\Live\JITS_Live\JITS_SRVR\pf\jits_asb.pf, isn't where you think it is. You might also try to execute just _proapsv.exe by itself and see what happens, but I'm not sure which of these parameters might be mandatory.
 
Hey thanks for the replies.....

I checked the Progress DLC folder and found that _proapsv.exe was not present.

Pasted this exe file from backup.

Initially 1. the Progress was running fine.
2. Stoped the appservers and run the Offline backup for database
3. It showed the Low Disk space error for the C:\ drive.
4. Completed the Offline backup.
5. Started the Progress appservers. Appservers were giving error as "Unable to start"
4. After this error found _proapsv.exe missing.

So can anyone put some light that why the _proapsv.exe went on missing.

Thanks in advance
 

Casper

ProgressTalk.com Moderator
Staff member
Wild guess: Virus scanner? Check the logs of the virusscanner.
And I think you should make a fresh install of progress on this machine. The installation is either good or bad. If you start pastting stuff into your DLC directory then you will never be sure if you will run into problems in the future. It will only take 5 minutes to install progress, so that wont be a problem I suppose.


Casper.
 

sdjensen

Member
Error=2 indicates missing file.

Is this your local pc or a server? Could be the result of an virus or a hacker.
 
Top