It appears that my 389-console is trying to get /java/jars/389-admin-1.1.jar to access the admin server and /java/jars/389-ds-1.2.3.jar to access the directory server, but the jar files are in /java/ not /java/jars.
389-admin-1.1.11-1.el5 389-admin-console-1.1.5-1.el5 389-admin-console-doc-1.1.5-1.el5 389-adminutil-1.1.8-4.el5 389-console-1.1.4-1.el5 389-ds-1.2.1-1.el5 389-ds-base-1.2.6.1-2.el5 389-ds-console-1.2.3-1.el5 389-ds-console-doc-1.2.3-1.el5 389-dsgw-1.1.5-1.el5
On 10/27/2010 11:35 AM, Orion Poplawski wrote:
It appears that my 389-console is trying to get /java/jars/389-admin-1.1.jar to access the admin server and /java/jars/389-ds-1.2.3.jar to access the directory server, but the jar files are in /java/ not /java/jars.
389-admin-1.1.11-1.el5 389-admin-console-1.1.5-1.el5 389-admin-console-doc-1.1.5-1.el5 389-adminutil-1.1.8-4.el5 389-console-1.1.4-1.el5 389-ds-1.2.1-1.el5 389-ds-base-1.2.6.1-2.el5 389-ds-console-1.2.3-1.el5 389-ds-console-doc-1.2.3-1.el5 389-dsgw-1.1.5-1.el5
Actually, perhaps the issue is that it's trying to access http://ldap.cora.nwra.com:9830/java/389-admin-1.1.jar instead of https://ldap.cora.nwra.com:9830/java/389-admin-1.1.jar
I'm specifying https in my command line:
389-console -u admin -a https://ldap.cora.nwra.com:9830/
I manually copied over the jars, and now I get:
ClassLoader: :loadClass():name:com.netscape.management.client.util.RemoteImage ClassLoader: :loadClass():loading:com.netscape.management.client.util.RemoteImage ClassLoader: com/netscape/management/client/util/RemoteImage.class NOT in 389-admin-1.1.jar ResourceSet:getString():Unable to resolve admin-smallIcon RemoteImage: NOT found in cache loader11538114:null RemoteImage: java.lang.NullPointerException(null) Uncaught error fetching image: java.lang.NullPointerException at java.io.FileInputStream.<init>(FileInputStream.java:103) at java.io.FileInputStream.<init>(FileInputStream.java:66) at sun.awt.image.FileImageSource.getDecoder(FileImageSource.java:35) at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:240) at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172) at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
And the console hangs opening the Server Group icon.
On 10/27/2010 11:44 AM, Orion Poplawski wrote:
I manually copied over the jars, and now I get:
ClassLoader: :loadClass():name:com.netscape.management.client.util.RemoteImage ClassLoader: :loadClass():loading:com.netscape.management.client.util.RemoteImage ClassLoader: com/netscape/management/client/util/RemoteImage.class NOT in 389-admin-1.1.jar ResourceSet:getString():Unable to resolve admin-smallIcon RemoteImage: NOT found in cache loader11538114:null RemoteImage: java.lang.NullPointerException(null) Uncaught error fetching image: java.lang.NullPointerException at java.io.FileInputStream.<init>(FileInputStream.java:103) at java.io.FileInputStream.<init>(FileInputStream.java:66) at sun.awt.image.FileImageSource.getDecoder(FileImageSource.java:35) at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:240) at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172) at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
And the console hangs opening the Server Group icon.
Sorry, hadn't downloaded the _en jars.
389-users@lists.fedoraproject.org