We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
エラーまでの手順を書きます。 まず、以下のように打ちました。
mech-user@test1-pc:~/lecture/soft2$ idlj -fall echo.idl
次に、
mech-user@test1-pc:~/lecture/soft2$ javac EchoServer.java EchoApp/*.java注:EchoApp/EchoPOA.java の操作は、未チェックまたは安全ではありません。 注:詳細については、-Xlint:unchecked オプションを指定して再コンパイルしてください。
としました。最後に、
mech-user@test1-pc:~/lecture/soft2$ java EchoServer -ORBInitRef NameService=corbaloc:iiop:127.0.0.1:2809/NameService ERROR: org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0 org.omg.CosNaming.NamingContextPackage.NotFound: 2IDL:omg.org/CosNaming/NamingContext/NotFound:1.0 at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72) at org.omg.CosNaming._NamingContextExtStub.rebind(_NamingContextExtStub.java:314) at EchoServer.main(EchoServer.java:47) EchoServer Exiting ... mech-user@test1-pc:~/lecture/soft2$
このようなエラーが出てしまいます。
C言語のCORBAサンプルプログラム(echo-clientとecho-server)を動かした後だとうまく動作しました。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
エラーまでの手順を書きます。
まず、以下のように打ちました。
mech-user@test1-pc:~/lecture/soft2$ idlj -fall echo.idl
次に、
mech-user@test1-pc:~/lecture/soft2$ javac EchoServer.java EchoApp/*.java注:EchoApp/EchoPOA.java の操作は、未チェックまたは安全ではありません。 注:詳細については、-Xlint:unchecked オプションを指定して再コンパイルしてください。
としました。最後に、
mech-user@test1-pc:~/lecture/soft2$ java EchoServer -ORBInitRef NameService=corbaloc:iiop:127.0.0.1:2809/NameService ERROR: org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0 org.omg.CosNaming.NamingContextPackage.NotFound: 2IDL:omg.org/CosNaming/NamingContext/NotFound:1.0 at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(NotFoundHelper.java:72) at org.omg.CosNaming._NamingContextExtStub.rebind(_NamingContextExtStub.java:314) at EchoServer.main(EchoServer.java:47) EchoServer Exiting ... mech-user@test1-pc:~/lecture/soft2$
このようなエラーが出てしまいます。
C言語のCORBAサンプルプログラム(echo-clientとecho-server)を動かした後だとうまく動作しました。
The text was updated successfully, but these errors were encountered: