Discussion:
[omniORB] org.omg.CORBA.BAD_PARAM
remi.prevot at thomsonreuters.com ()
2010-08-21 13:22:55 UTC
Permalink
Hi



Hope one of you guys can provide me hints on the following issue.



Context: usage of orb from a weblogic web application under unix (java
1.5.0_24)



Despites the corba configuration string is
"NameService=corbaloc:iiop:localhost:5998/NameService", when attempting
to connect, localhost has been substituted by IP.domain, and a BAD_PARAM
message is raised.

Exact message : org.omg.CORBA.BAD_PARAM: 200-10-246-225.[host].com



It has been tried to specify the following without success :

- NameService=corbaloc:iiop:[IP]:5998/NameService

- NameService=corbaloc:iiop:[hostname]:5998/NameService, where
hostname is the 'uname -a' output

- NameService=corbaloc:iiop:localhost:5998/NameService

- NameService=corbaloc:iiop:[host.domain]:5998/NameService



The host has got several network cards and 200.10.246.225 is one of IP
address bound to it.



Can someone help me to get rid of this?







Remi Prevot
Operations Process Manager

Thomson Reuters

Phone: +52 55 52 82 7039
Mobile: +52 1 55 433 91 670
***@thomsonreuters.com
https://customers.reuters.com





This email was sent to you by Thomson Reuters, the global news and information company.
Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20100821/eb710598/attachment.htm
Hung Ta Viet
2010-08-25 15:17:27 UTC
Permalink
Hi,

I think the issue doesn't lie at your corba configuration string, it's not
wrong. I've not found what the issue is. However, you try changing some its
parameters e.g.

+ Try changing port to default port (2809). if another application uses port
5998, it will be failed
+ Try changing host name from localhost to the IP address of your computer.
+ ...

Regards,
Hung


________________________________
From: "***@thomsonreuters.com" <***@thomsonreuters.com>
To: omniorb-***@omniorb-support.com
Sent: Sat, August 21, 2010 2:22:18 PM
Subject: [omniORB] org.omg.CORBA.BAD_PARAM


Hi

Hope one of you guys can provide me hints on the following issue.

Context: usage of orb from a weblogic web application under unix (java 1.5.0_24)

Despites the corba configuration string is
?NameService=corbaloc:iiop:localhost:5998/NameService?, when attempting to
connect, localhost has been substituted by IP.domain, and a BAD_PARAM message is
raised.
Exact message : org.omg.CORBA.BAD_PARAM: 200-10-246-225.[host].com

It has been tried to specify the following without success :
- NameService=corbaloc:iiop:[IP]:5998/NameService
- NameService=corbaloc:iiop:[hostname]:5998/NameService, where hostname
is the ?uname ?a? output
- NameService=corbaloc:iiop:localhost:5998/NameService
- NameService=corbaloc:iiop:[host.domain]:5998/NameService

The host has got several network cards and 200.10.246.225 is one of IP address
bound to it.

Can someone help me to get rid of this?



Remi Prevot
Operations Process Manager
Thomson Reuters
Phone:
Mobile: +52 1 55 433 91 670
***@thomsonreuters.com
https://customers.reuters.com

This email was sent to you by Thomson Reuters, the global news and information
company.
Any views expressed in this message are those of the individual sender, except
where the sender specifically states them to be the views of Thomson Reuters.




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20100825/24a6e19e/attachment.htm
Loading...