While installing Java -Add-in on ABAP server (NW 2004s), i'm getting the following error.
i'm getting the problem while implemeting the Central
Instance Java Add-in step. It failed to start the Java Engine. (Pls see
the attachment). When i checked the system on operating system level,
BSN was down. I try to re-start it with Startsap but system was not
able to start the oracle database. As orabsn, i tried to start the
database at sql level (sqlplus "/as sysdba" --> Startup), but it failed
with the following message:
rx2n0v3:orabsn 4> sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.2.0 - Production on Tue Aug 28 14:05:39 2007
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
Connected to an idle instance.
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_BSN'
SQL> exit
Disconnected
rx2n0v3:orabsn 5> exit
4. I checked the "spfileBSN.ora" in /oracle/BSN/102_64/dbs
directory and following is the paratmeter that has been mentioned there:
*.local_listener='LISTENER_BSN'
but as oracle is down right now, i'm not able to change this parameter.
Pls let us know how to fix this problem..