Hi,
I''ve an error when I try to start console before an Express
Installation,
the error is not the same of FAQ and I ''ve correctly installed
xorgx11-deprecated.so; It seems that don''t find a method..... the error
is:
./startconsole -u magobin -a http://ldap.example.com:55087
Warning: -ms8m not understood. Ignoring.
Warning: -mx64m not understood. Ignoring.
Exception in thread "main" java.lang.NoSuchMethodError: method
com.netscape.management.client.util.RemoteImage.setImage was not found.
at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
at
com.netscape.management.client.util.RemoteImage.RemoteImage(java.lang.String
) (Unknown Source)
at
com.netscape.management.nmclf.SuiLookAndFeel.initComponentDefaults(javax.swi
ng.UIDefaults) (Unknown Source)
at com.netscape.management.nmclf.SuiLookAndFeel.getDefaults() (Unknown
Source)
at javax.swing.UIManager.put(java.lang.Object, java.lang.Object)
(/usr/lib/libgcj.so.5.0.0)
at
com.netscape.management.client.components.FontFactory.initializeLFFonts()
(Unknown Source)
at
com.netscape.management.client.console.Console.common_init(java.lang.String)
(Unknown Source)
at
com.netscape.management.client.console.Console.Console(java.lang.String,
java.lang.String, java.lang.String, java.lang.String, java.lang.String,
java.lang.String) (Unknown Source)
at
com.netscape.management.client.console.Console.main(java.lang.String[])
(Unknown Source)
Any help is appreciated
Thanks in advance
Alex
Richard Megginson
2006-Mar-06 15:30 UTC
Re: [Fedora-directory-users] HELP: Error while start startconsole
Alex wrote:>Hi, > >I''ve an error when I try to start console before an Express Installation, >the error is not the same of FAQ and I ''ve correctly installed >xorgx11-deprecated.so; It seems that don''t find a method..... the error is: > >Which java are you using? What is your operating system and version?>./startconsole -u magobin -a http://ldap.example.com:55087 >Warning: -ms8m not understood. Ignoring. >Warning: -mx64m not understood. Ignoring. >Exception in thread "main" java.lang.NoSuchMethodError: method >com.netscape.management.client.util.RemoteImage.setImage was not found. > at _Jv_ResolvePoolEntry(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0) > at >com.netscape.management.client.util.RemoteImage.RemoteImage(java.lang.String >) (Unknown Source) > at >com.netscape.management.nmclf.SuiLookAndFeel.initComponentDefaults(javax.swi >ng.UIDefaults) (Unknown Source) > at com.netscape.management.nmclf.SuiLookAndFeel.getDefaults() (Unknown >Source) > at javax.swing.UIManager.put(java.lang.Object, java.lang.Object) >(/usr/lib/libgcj.so.5.0.0) > at >com.netscape.management.client.components.FontFactory.initializeLFFonts() >(Unknown Source) > at >com.netscape.management.client.console.Console.common_init(java.lang.String) >(Unknown Source) > at >com.netscape.management.client.console.Console.Console(java.lang.String, >java.lang.String, java.lang.String, java.lang.String, java.lang.String, >java.lang.String) (Unknown Source) > at >com.netscape.management.client.console.Console.main(java.lang.String[]) >(Unknown Source) > > > >Any help is appreciated > >Thanks in advance > >Alex > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
Alex
2006-Mar-06 17:35 UTC
R: [Fedora-directory-users] HELP: Error while start startconsole
> > > Which java are you using? What is your operating system and version? >Hi, thanks for interesting on my problem.... Ok, this is the scenario: I''m testing on lab with 2 server configured with CentOs 4.2 operating System (derived from redhat enterprise Source)...in their website there is a faq that says to download Fedora directory server...1.0.2 is compatible......everything works well and install finished correcty. But when I try to start console I received error below...I have the exact copy on vmware for testing at home...so if you have some good news...I can try on fly... Java is Sun Version version 1.4.2 but I have downloaded 1.5.0 too Thanks in advance> >./startconsole -u magobin -a http://ldap.example.com:55087 > >Warning: -ms8m not understood. Ignoring. > >Warning: -mx64m not understood. Ignoring. > >Exception in thread "main" java.lang.NoSuchMethodError: method > >com.netscape.management.client.util.RemoteImage.setImage was > not found. > > at _Jv_ResolvePoolEntry(java.lang.Class, int)...CUT