hi dba's,

when i make a database in oracle 9i with dbca it gives the following error while installes jserver

error goes :-
drop package war_deployment
delete from duc$ where PACK='JIS$INTERCEPTOR$' and PROC='USER_DROPPED'
drop trigger JIS$ROLE_TRIGGER$
old 1: call dbms_java.register_ep('0.0.0.0', &1, 'GIOP', null, 0, 1)
new 1: call dbms_java.register_ep('0.0.0.0', 2481, 'GIOP', null, 0, 1)
call dbms_java.register_ep('0.0.0.0', 2481, 'GIOP', null, 0, 1)
*
ERROR at line 1:ORA-29532: Java call terminated by uncaught Java exception: java.net.BindException: Unable to bind
endpoint, status = 12571<0.0.0.0,2481>


old 1: call dbms_java.register_ep('0.0.0.0', &2, 'GIOP', null, 1, 1)
new 1: call dbms_java.register_ep('0.0.0.0', 2482, 'GIOP', null, 1, 1)
call dbms_java.register_ep('0.0.0.0', 2482, 'GIOP', null, 1, 1)
*
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception: java.net.BindException: Unable to bind
endpoint, status = 12571<0.0.0.0,2482>


can someoone help me what should i do to avoid it.

please do sugest me any book available on 9i

saurabh


[Edited by saurabhg29 on 10-05-2001 at 02:42 AM]