cancel
Showing results for 
Search instead for 
Did you mean: 

Java stack is not available after Offline backup

Former Member
0 Kudos

hi all,

Am facing this problem, in one of the XI system ,

after offline backup , am able to login in ABAP stack

but when i type sxmb_ifr am not able login to the java stack.

the log says, ORACLE NOT AVAILABLE,

ORA-27101 Shared memory realm does not exist.

ORA-1034

please advice

Regds

Sidharth

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Sidharth,

Since you are able to login to ABAP, the DB must be up, but to double check run "r3trans -d" at command prompt and verify the connectivity.

Secondly, you need to check whether java server processes are running... using JCMON.

If they are running, then try a stop SAP, reboot and start SAP; so that dangling shared memory will be free for use after reboot.

If not, then you may check why the java instace in failing to start, monitor jcontrol and jlaunch when the instance is starting and defaulttrace#.trc logs to know why the instance failed to start.

Otherwise there is no specific relation between offline backup and SAP applications.

Regards,

Saurabh.

Former Member
0 Kudos

Hi,

the error means

One of the reasons is that there was not enough memory available to create a shared memory segment.

On Unix this might be indicating that some kernel parameters are set too low (SHMMAX, SEMMNI, ...).

A previous shared segment that was not cleaned up correctly might also exist.

Check with you Unix engineer for possible causes/fixes.

Please stop icomplete sap and restart sever.

Thanks & Regards,

vidyadhar K

Former Member
0 Kudos

hi

may be oracle is not started or there is no sufcient meomory to create shared memory segment.

try to start oracle instanc using

connect to the databse as sysdba

and give command startup

once the instance start thn try to login java stack

and check services for oracle are running or not

Thanks

Ch.Bharathi

Former Member
0 Kudos

hi bharthi,

Am able to login to ABAP stack, Means ORACLE is up and running

the problem is occurring for the java stack , am not getting the integration builder page.

hope u got my problem.

and i have gone through other suggestions of friends

that try to check the listner ,

still problem is same.

Regds

sidharth

Former Member
0 Kudos

Try TCode - SLDCHECK and post the results. Make sure the SLD is running..

Also is this a recent installation? or have to done any upgrade by patching SPs in ABAP and Java?

If yes, Have you performed all post-inst steps?

ABAP n Java Stack Level?

Thanks

Vamsi

Former Member
0 Kudos

Check out

[http://www.dbmotive.com/oracle_error_codes.php?errcode=27101]

Former Member
0 Kudos

Hi,

Please check you database is running.

Just restart ur oracle service or ur server where oracle installed

Other reason may be probably means that the service is started, but not yet the instance. Use oradim to start the instance.

[http://www.club-oracle.com/forums/ora-01034-ora-27101-oracle-not-available-shared-memory-realm-does-not-exist-t667/]

Regards,

Muralidhar