Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

libjvm.so error when starting reports server

621147Jun 13 2008 — edited Apr 22 2010
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)
...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2010
Added on Jun 13 2008
2 comments
2,556 views