日期:2014-05-17 浏览次数:21103 次
org.quartz.scheduler.instanceName = EximBills Enterprise Schedule Service org.quartz.scheduler.rmi.export = true org.quartz.scheduler.rmi.registryHost = 127.0.0.1 org.quartz.scheduler.rmi.registryPort = 1099 org.quartz.scheduler.rmi.serverPort = 0 org.quartz.scheduler.rmi.createRegistry = true org.quartz.scheduler.rmi.proxy = false org.quartz.scheduler.wrapJobExecutionInUserTransaction = false org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool org.quartz.threadPool.threadCount = 10 org.quartz.threadPool.threadPriority = 5 org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true org.quartz.jobStore.misfireThreshold = 60000 org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
org.quartz.scheduler.instanceName = EximBills Enterprise Schedule Service org.quartz.scheduler.rmi.registryHost = 127.0.0.1 org.quartz.scheduler.rmi.registryPort = 1099 org.quartz.scheduler.rmi.proxy = true org.quartz.scheduler.wrapJobExecutionInUserTransaction = false org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool org.quartz.threadPool.threadCount = 10 org.quartz.threadPool.threadPriority = 5 org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true org.quartz.jobStore.misfireThreshold = 60000 org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore org.quartz.scheduler.rmi.export = false
Exception in thread "main" org.quartz.SchedulerException: Could not get handle to remote scheduler: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused: connect [See nested exception: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused: connect] at org.quartz.impl.RemoteScheduler.getRemoteScheduler(RemoteScheduler.java:123) at org.quartz.impl.RemoteScheduler.getSchedulerName(RemoteScheduler.java:149) at org.quartz.impl.SchedulerRepository.bind(SchedulerRepository.java:82) at org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:629) at org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.java:1355) at org.quartz.impl.StdSchedulerFactory.getDefaultScheduler(StdSchedulerFactory.java:1371) at QuartzRMIClient.run(QuartzRMIClient.java:21) at QuartzRMIClient.main(QuartzRMIClient.java:34) Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused: connect at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source) at sun.rmi.transport.tcp.TCPChannel.createConnecti