I am running on SUSE Linux with AS Forms and Reports 10g.
I having difficulties when starting a new reports server that outputs to a display, and I would appreciate any suggestions as to how they can be overcome.
I am running on a single PC so have configured the system to use the namingservice.
namingservice.sh 14021 &
Naming Service Started Sucessfully
after this
> rwserver.sh server=test_server batch=yes
> rwdiag.sh -findAll
This
correctly shows the server.
However if I omit the
batch=yes part of the server launch then the error occurs.
To set up the display I used
> DISPLAY=:0.0; export DISPLAY
and to verify that the display was okay I used
> xclock&
But
> rwserver.sh server=test_server
gives the following error
Warning: Cannot find callback list in XtAddCallback
Unexpected Signal : 11 occured at PC=0xB7C8D60F
Function=(null)
Library=/usr/lib/oracle/AS/app/oracle/product/10.1.3/OracleAS_1/jdk/jre/lib/i386/server/libjvm.so
Note: We are unable to locate the function name symbol for the error just occured. Please refer to the release documentation for possible reason and solution.
Current Java Thread:
at sun.awt.motif.MLabelPeer.create(Native Method)
...