Process Scheduler Issue Chart
problem
Process scheduler is not booting up and throws following error "message error writing to HTTP stream"
cause
java library is not pinging to the proper directory in psprcs.cfg
solution
set the following parameter in psprcs.cfg:
jvm shared library=
* it should point the jvm.dll for windows environment and jvm.so for unix
Services Running Under Process Scheduler
PSPRCSRV:( PSPRCSRV.EXE)
- The server agent is responsible for starting all server processes
- Ever fifteen seconds it looks into the process request for server processes that are scheduled to run
- if nothing is scheduled the server agent "sleeps for 15 seconds and checks again
- if a server process is scheduled the server agent combines the data in the table (PROCESS REQUEST TABEL,PSPRCSRQST) with the process file information found in PSPRCS.CFG and launches the process then it sleeps again.
PSDSTSRV:( PSDSTSRV.EXE)
- The distribution agent posts the reports and system log files to the report repository
- when the PSPRCSSRV server detects that a process has finished it sends the post report "BEA TUXEDO" service request to the distribution agent to initiate the transfer of the report
PSAESRV:( PSAESRV.EXE)
- processes application engine requests
- this server must be configured to run if any application engine requests are to be processed by this process scheduler domain
PSAEOSRV: (PSAEOSRV.EXE)
- this is a specialized application engine server to run application engine based programs with a proces type of optimization engine.
- using a BEA TUXEDO request the PSAEOSRV server communication to the PSOPTENG service
- this process the majority of the programe logic
PSOPTENG(PSOPTENG.EXE)
- process the core tasks in an optimization engine program
PSDAEMON(PSDAEMON.EXE)
- A New daemon process that can be set upto run continuously
- when the process schedular is running and is intented for recurrent application engine jobs
No comments:
Post a Comment