发表于: 2017-05-23 21:54:23
3 1313
今天完成的事情:
开始任务8,在网上找了一个spring rmi例子
跑通了第一个
明天计划的事情:
继续学习rmi
遇到的问题:
然后再跑第二个例子的时候报错不是很明白....
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myRMIClient' defined in class path resource [rmiClient.xml]: Invocation of init method failed; nested exception is org.springframework.remoting.RemoteLookupFailureException: Lookup of RMI stub failed; nested exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
收获:
了解了rmi的基本思路
评论