Problem Summary:
================
All the PDF reports are completed with the following Error:
Error:
======
REP-3000: Internal error starting Oracle Toolkit.
REP-3000: Internal error starting Oracle Toolkit.
REP-0069: Internal error
REP-57054: In-process job terminated:Terminated with error:
REP-3000: Internal error starting Oracle Toolkit.
Solution:
=========
As a root user run this in background:
=======================================
1.
ps -efgrep X11
if there is session running then no need to do the 1st step. If not do the following . You can run even from the putty session also.
nohup /usr/lpp/X11/bin/xinit /usr/lpp/X11/bin/mwm -- :1 -vfb -force -x abx -x dbe -x GLX &
export DISPLAY=:1.0
xhost +
2. As a applmgr user
cd $ORACLE_HOME ie)
Edit the following file and check for the display setting and put the correct host entry.
/testapps/apps/tech_st/10.1.2/bin/reports.sh
DISPLAY=doyensys:1.0; export DISPLAY
xhost +
3. Now Bounce the concurrent
1 comment:
bash-4.2# nohup X11:2:respawn:/usr/lpp/X11/bin/xinit /usr/lpp/X11/bin/mwm -- :10 -vfb -force -x abx -x dbe -x GLX &
[1] 2097638
bash-4.2# Sending output to nohup.out
nohup: X11:2:respawn:/usr/lpp/X11/bin/xinit: No such file or directory
Post a Comment