Broker stops when loading empty p-file

mmniet

New Member
I have a problem configuring my webspeedagents.

When i configure to load a pf file with some databases all goes as it should be, the agents start without any errors. But when i place the line '-p c:\progress\work\somefile.p' (an empty p-file) to the startup of the agent and i then restart the agent, the agent stops. I get the following in the broker.log:
[09/01/08@10:54:22.803+0100] P-003336 T-Main 1 --- --- C:\PROGRESS\WRK\ais.broker.log opened.
[09/01/08@10:54:22.803+0100] P-003336 T-Main 1 --- --- Logging level set to = 2
[09/01/08@10:54:22.803+0100] P-003336 T-Main 1 --- --- Log entry types activated: UBroker.Basic,
[09/01/08@10:54:22.835+0100] P-003336 T-Main 2 UB Basic ubroker versie: v101b (13-Oct-06) (8038)
[09/01/08@10:54:22.913+0100] P-003336 T-L-3155 2 UB Basic Listener Thread gestart: L-3155 (8043)
[09/01/08@10:54:22.944+0100] P-003336 T-L-3155 2 UB Basic Starten van 1 Server Threads ... (8053)
[09/01/08@10:54:22.975+0100] P-003336 T-S-0001 2 UB Basic Server Thread gestart: S-0001. (8101)
[09/01/08@10:54:23.085+0100] P-003336 T-S-0001 2 UB Basic Server gestart: "C:\DLC\101B\bin\_progres.exe" -web -logginglevel 2 -logfile "C:\PROGRESS\WRK\ais.server.log" -ubpid 3336 -wtbhostname 172.28.30.137 -wtbport 3060 -wtaminport 3202 -wtamaxport 3502 -wtbname ais -wtainstance 1 -ubpropfile "C:\DLC\101B\properties\ubroker.properties" -logname ais -logthreshold 0 -numlogfiles 3 -logentrytypes DB.Connects -p c:\progress\ais\work\conf\startclient.p -weblogerror -pf c:\progress\ais\work\conf\leeg.pf (8108)
[09/01/08@10:54:31.272+0100] P-003336 T-S-0001 1 UB ---------- ServerSocketsIPC read() IOException : java.io.EOFException : NULL (8127)
[09/01/08@10:54:31.272+0100] P-003336 T-S-0001 1 UB ---------- ServerIPCException in getServerIPCMsg() : ServerIPC error: ubServerSocketsIPC.read() IOException: null. (8119)
[09/01/08@10:54:31.272+0100] P-003336 T-S-0001 1 UB ---------- Unexpected msg from server :
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- version= 109
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- type= 1 UBTYPE_ADMIN
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- src= 0 DEFAULT_UBSRC
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- rq= 0x1 UBRQ_ADMIN
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- tlvBuflen= 0x0
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- rqExt= 0x0
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- rsp= 0x0 UBRSP_OK
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- rspExt= 0x0
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- src= 0
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- adRq= 4 ADRQ_SERVER_TERMINATE
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- rsp= 0 ADRSP_OK
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- msglen= 0
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 1 UB ---------- buflen= 0
[09/01/08@10:54:31.288+0100] P-003336 T-S-0001 2 UB Basic FOUT: kan Server niet starten. (8100)
[09/01/08@10:54:31.304+0100] P-003336 T-L-3155 1 UB ---------- Uitzondering unbinding broker (not bound) : ais (8525)
[09/01/08@10:54:32.304+0100] P-003336 T-Main 2 UB Basic ubroker v101b (13-Oct-06) gereed. (8041)
[09/01/08@10:54:32.304+0100] P-003336 T-Main 1 --- --- Log Closed

i have searched in the knowledge base with the error-codes, but the solutions i found:
- the right rights as admin (i am admin of the machine)
- old progress version or reinstall progress (i fully removed progress using the uninstallation and i used the regedit to remove all known entries)
- reinstall java (i did, no solution)

hopefully anyone has a clue/hint or tip.

Further information:
i configured another agent for an other website and there were no problems loading a custom p-file at startup, i'm using OE 10.1B as you could already read in above log-quote.
 
fixed by adding '-p web/objects/web-disp.p.'. i thought the other agent didnt have this line, but in the custom p-file there is a run statement with this file. it works fine now
 
Back
Top