|
|
Choosing A Webhost: |
CVS update of BRANCH_sequoia-2_10 <src>/org/continuent/sequoia/controller/b: msg#00092db.sequoia.cvs
Date: Wednesday, November 22, 2006 @ 17:15:45 Author: stephane Path: /cvsroot/sequoia/sequoia/src/org/continuent/sequoia/controller/backup Tag: BRANCH_sequoia-2_10 Modified: BackupManager.java (1.10 -> 1.10.2.1) Backport of SEQUOIA-843 fix in maintenance branch --------------------+ BackupManager.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletion(-) Index: sequoia/src/org/continuent/sequoia/controller/backup/BackupManager.java diff -u sequoia/src/org/continuent/sequoia/controller/backup/BackupManager.java:1.10 sequoia/src/org/continuent/sequoia/controller/backup/BackupManager.java:1.10.2.1 --- sequoia/src/org/continuent/sequoia/controller/backup/BackupManager.java:1.10 Mon Jun 12 19:52:35 2006 +++ sequoia/src/org/continuent/sequoia/controller/backup/BackupManager.java Wed Nov 22 17:15:45 2006 @@ -281,7 +281,11 @@ .getLocalPort()); } - if (dumpServerAddress.getAddress().isLoopbackAddress()) + if (dumpServerAddress.getAddress() == null) + throw new IOException( + "Cannot resolve provided IP address for dump server (" + + dumpServerAddress + ")"); + else if (dumpServerAddress.getAddress().isLoopbackAddress()) throw new IOException( "NOT setting-up a dump server on a loopback address.\n" + "Please update your network configuration "
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS update of BRANCH_sequoia-2_10 <src>/org/continuent/sequoia/controller/loadbalancer/raidb1 (1 file), stephane-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
|---|---|
| Next by Date: | CVS update of BRANCH_sequoia-2_10 <src>/org/continuent/sequoia/controller/connection (1 file), stephane-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Previous by Thread: | CVS update of BRANCH_sequoia-2_10 <src>/org/continuent/sequoia/controller/loadbalancer/raidb1 (1 file), stephane-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Next by Thread: | CVS update of BRANCH_sequoia-2_10 <src>/org/continuent/sequoia/controller/connection (1 file), stephane-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |