-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORBAのエラー #214
Comments
javaのほうもエラーがでます mech-user@test1-pc:~/2015winter/2015-soft3/20151118/src/enshu_20151118$ java EchoClient -ORBInitRef NameService=corbaloc::iiop:127.0.0.1:2809/NameService ERROR : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No |
おそくなりました. ◉ Kei Okada On Sun, Dec 13, 2015 at 1:51 AM, Yurika DOI [email protected]
|
先生 ご回答ありがとうございます。
とまだエラーが出ます プリントの指示通り etc/hostsというディレクトリは見つかりませんでした。 |
打ち間違いがあり、errorはでなくなりました。お騒がせしました。
name-serviceではなくneme-serviceになっているところが怪しそうなのですが... |
gccのときに一文字間違えていました...。上手く行きました。お騒がせしましたm(__)m |
javaのほうはclientを実行すると大量のエラーが出ます
|
|
そうでした...。
しか出ません EchoServer.javaは |
https://github.com/k-okada/2015-soft3/blob/master/20151118/src/enshu_20151118/EchoClient.java#L25 ◉ Kei Okada On Mon, Dec 14, 2015 at 3:01 PM, Yurika DOI [email protected]
|
先生 |
echo-serverを実行できません
mech-user@test1-pc:~/2015winter/2015-soft3/20151118/src/enshu_20151118$ ./echo-server -ORBInitRef NameService=corbaloc::iiop:127.0.0.1:2809/NameService
** (process:7429): WARNING **: Option ORBInitRef has invalid object reference: NameService=corbaloc::iiop:127.0.0.1:2809/NameService
Binding service reference from neme-service with id"EchoApp"
** (process:7429): ERROR **: failed binding of service IDL:omg.org/CORBA/INV_OBJREF:1.0
Trace/breakpoint trap (core dumped)
mech-user@test1-pc:~/2015winter/2015-soft3/20151118/src/enshu_20151118$ sudo /etc/init.d/omniorb4-nameserver restart
[sudo] password for mech-user:
sudo: /etc/init.d/omniorb4-nameserver: command not found
プリントのとおりにやってみようとしましたが
/var/lib/omniorbというディレクトリは存在せず、
/etc/init.dもないです
The text was updated successfully, but these errors were encountered: