|
From: Kervin P. <kp...@fi...> - 2002-04-04 23:02:24
|
[kervin@bashful salt-0.1]$ uname -a
Linux bashful 2.4.17 #1 Tue Jan 29 13:03:39 EST 2002 i686 unknown
[kervin@bashful salt-0.1]$ /usr/java/j2sdk1.4.0/bin/java -jar salt-0.1.jar
EVENT: open 'bashful'
Exception in thread "main" java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:394)
at java.lang.Integer.<init>(Integer.java:567)
at salt.misc.LdapHelper.<init>(LdapHelper.java:32)
at salt.core.MainFrame.connectToLdapServer(MainFrame.java:286)
at salt.core.MainFrame.main(MainFrame.java:249)
This is connecting to openldap.
Here is by connection file.
[kervin@bashful salt-0.1]$ cat ~/.salt/connections/bashful.cfg
host=ldapxxxx.eng.fit.edu
port=389
managerdn="cn=manager,dc=domain,dc=com"
password=secret
[kervin@bashful salt-0.1]$
--Kervin
Sebastian Dietzold wrote:
> quote Kervin Pierre (4.4.2002):
>
>
>>hello,
>>
>>Thanks for the quick response.
>>
>>Do you have anonymous CVS access?
>
>
> sorry, not right now. we have a local cvs here behind a firewall, but we
> wanna export the cvs-tree as prompt as possible.
> also a daily/weekly export is planned.
>
> for first, i mail you the sources.
>
>
>>The problem is that I'm trying to use salt, and I get an unhandled
>>exception in parseInt() every time I try to log into my OpenLDAP server.
>> Java 1.4.
>
>
> on which platform you run salt? our developement environment is solaris 8
> (client and openldap-server) and win2k
>
> S.
>
>
> _______________________________________________
> salt-user mailing list
> sal...@li...
> https://lists.sourceforge.net/lists/listinfo/salt-user
>
--
http://linuxquestions.org/ - Ask linux questions, give linux help.
http://splint.org/ - Write safe C code. splint source-code analyzer.
|