发表于: 2017-07-15 22:54:59
1 1488
今天完成的事情:
跑通代码,连接上数据库,完成后台公司查询接口
明天计划的事情:
完成后台公司页面全部接口
遇到的问题:
07-15 18:07:39:ERROR(191)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIReferenceLoadBalanceInvoker - RMIHostRuntimeException Connection refused to host: carrots.home.service; nested exception is:
java.net.ConnectException: Connection timed out: connect
07-15 18:07:39:INFO(78)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIObserver - old useproxy [scallop.sca.binding.rmi.provider.RMIRemote@397c189c[
host=carrots.home.service
port=10528
proxy=<null>
]]
07-15 18:07:39:INFO(80)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIObserver - remove proxy scallop.sca.binding.rmi.provider.RMIRemote@397c189c[
host=carrots.home.service
port=10528
proxy=<null>
] count 0
07-15 18:07:39:INFO(81)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIObserver - current useproxy []
07-15 18:07:39:INFO(220)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIReferenceLoadBalanceInvoker - service exception ,so reinvoke
07-15 18:07:39:INFO(245)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIReferenceLoadBalanceInvoker - no proxy ,so refind service atonce
07-15 18:07:51:ERROR(191)qtp948900440-23 scallop.sca.binding.rmi.provider.RMIReferenceLoadBalanceInvoker - RMIHostRuntimeException Connection refused to host: carrots.home.service; nested exception is:

07-15 18:07:39:INFO(78)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIObserver - old useproxy [scallop.sca.binding.rmi.provider.RMIRemote@397c189c[
host=carrots.home.service
port=10528
proxy=<null>
]]
07-15 18:07:39:INFO(80)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIObserver - remove proxy scallop.sca.binding.rmi.provider.RMIRemote@397c189c[
host=carrots.home.service
port=10528
proxy=<null>
] count 0
07-15 18:07:39:INFO(81)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIObserver - current useproxy []
07-15 18:07:39:INFO(220)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIReferenceLoadBalanceInvoker - service exception ,so reinvoke
07-15 18:07:39:INFO(245)qtp948900440-24 scallop.sca.binding.rmi.provider.RMIReferenceLoadBalanceInvoker - no proxy ,so refind service atonce
07-15 18:07:51:ERROR(191)qtp948900440-23 scallop.sca.binding.rmi.provider.RMIReferenceLoadBalanceInvoker - RMIHostRuntimeException Connection refused to host: carrots.home.service; nested exception is:
java.net.ConnectException: Connection timed out: connect
之前创建的端口在resources中和之前的项目重名了就出现了调用的之前项目的端口
收获:
可以写接口了!!!!!!
评论