Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158459 Details for
Bug 246651
Clean up dialogs when a jar file is not able to be downloaded
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
CVS Diffs
diffs.txt (text/plain), 3.52 KB, created by
Nathan Kinder
on 2007-07-03 17:18:43 UTC
(
hide
)
Description:
CVS Diffs
Filename:
MIME Type:
Creator:
Nathan Kinder
Created:
2007-07-03 17:18:43 UTC
Size:
3.52 KB
patch
obsolete
>Index: console/src/com/netscape/management/client/topology/AbstractServerObject.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/AbstractServerObject.java,v >retrieving revision 1.2 >diff -u -5 -t -r1.2 AbstractServerObject.java >--- console/src/com/netscape/management/client/topology/AbstractServerObject.java 29 Jun 2007 20:32:29 -0000 1.2 >+++ console/src/com/netscape/management/client/topology/AbstractServerObject.java 3 Jul 2007 17:12:15 -0000 >@@ -538,11 +538,11 @@ > > // On Solaris with native threads StatusThread might be > // activated before any change listener is registered > while (_running && _changeListeners.size() == 0) { > try { >- Debug.println(7, "AbstractServerObject.StatusThread: waiting for chanage listeners to register"); >+ Debug.println(7, "AbstractServerObject.StatusThread: waiting for change listeners to register"); > _sleeping = true; > Thread.currentThread().sleep(1000); > _sleeping = false; > } catch (Exception e) {} > } >Index: console/src/com/netscape/management/client/topology/ServerNode.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/ServerNode.java,v >retrieving revision 1.2 >diff -u -5 -t -r1.2 ServerNode.java >--- console/src/com/netscape/management/client/topology/ServerNode.java 29 Nov 2005 18:37:12 -0000 1.2 >+++ console/src/com/netscape/management/client/topology/ServerNode.java 3 Jul 2007 17:12:16 -0000 >@@ -1229,11 +1229,11 @@ > } > catch (Exception e) > { > setBusyIndicator(null, false, ""); > if(!isDownloaded) { >- // statusDialog.setVisible(false); >+ statusDialog.setVisible(false); > } > JOptionPane.showMessageDialog(parentFrame, > e.getMessage(), > resource.getString("error", "ClassLoaderTitle"), > JOptionPane.ERROR_MESSAGE); >Index: console/src/com/netscape/management/client/util/default.properties >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/util/default.properties,v >retrieving revision 1.1.1.1 >diff -u -5 -t -r1.1.1.1 default.properties >--- console/src/com/netscape/management/client/util/default.properties 18 Jul 2005 00:34:27 -0000 1.1.1.1 >+++ console/src/com/netscape/management/client/util/default.properties 3 Jul 2007 17:12:17 -0000 >@@ -71,11 +71,11 @@ > error-NoServerPortName=ClassLoaderUtil:checkJarAvailability():no nsserverport attribute in: > error-FileNotFound={0} not found at {1} > error-CanNotConnect=Can not connect to {0} > error-SaveFile=Can not save file as {0} > error-ClassNotFound=Class {0} not found >-error-InstallError=Failed to install a local copy of {0} or one of its supporting files: >+error-InstallError=Failed to install a local copy of {0} or one of its supporting files.\nPlease ensure that the appropriate console package is installed on the Administration Server. > > # Messages for LDAPOutputStream > error-CannotModify1=Cannot modify entry, does not exist: > error-CannotModify2=Cannot modify entry: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246651
: 158459