You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(11) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Sebastian D. <se...@us...> - 2002-04-05 08:59:52
|
quote Roland M=FCcke (5.4.2002): > > [kervin@bashful salt-0.1]$ /usr/java/j2sdk1.4.0/bin/java -jar salt-0.1.= jar > > EVENT: open 'ldapxxxx' > > Initialisiere LDAP-Verbindung > > Baue Verbindung auf zu ldapxxxx.eng.fit.edu:389 > > Verbindung zum LDAP-Server ldapxxxx.eng.fit.edu hergestellt > > Bind erfolgreich > > ERROR: com.novell.ldap.LDAPException: No Such Object : (32) No Such Obj= ect > > This is a real bug. I'll try to fix it today. And i'll translate the > messages to english ;-) I think, it is the one known bug 529160 (see sf.net). Your server has a namingContext. that means, that there is no empty baseDn possible. OpenLDAP can handle this since version 2.0.1x S. |
|
From: <mai...@st...> - 2002-04-05 06:57:38
|
Kervin Pierre wrote: > [kervin@bashful salt-0.1]$ /usr/java/j2sdk1.4.0/bin/java -jar salt-0.1.jar > EVENT: open 'ldapxxxx' > Initialisiere LDAP-Verbindung > Baue Verbindung auf zu ldapxxxx.eng.fit.edu:389 > Verbindung zum LDAP-Server ldapxxxx.eng.fit.edu hergestellt > Bind erfolgreich > ERROR: com.novell.ldap.LDAPException: No Such Object : (32) No Such Object This is a real bug. I'll try to fix it today. And i'll translate the messages to english ;-) |
|
From: Kervin P. <kp...@fi...> - 2002-04-04 23:10:32
|
thanks, That fixed it, but get [kervin@bashful salt-0.1]$ /usr/java/j2sdk1.4.0/bin/java -jar salt-0.1.ja= r EVENT: open 'ldapxxxx' Initialisiere LDAP-Verbindung Baue Verbindung auf zu ldapxxxx.eng.fit.edu:389 Verbindung zum LDAP-Server ldapxxxx.eng.fit.edu hergestellt Bind erfolgreich ERROR: com.novell.ldap.LDAPException: No Such Object : (32) No Such Objec= t --Kervin Roland M=FCcke wrote: > [NumberFormatException in parseInt()] >=20 > You need to add the following line to your connection config file: >=20 > version=3DX >=20 > where X is the LDAP version the server supports (i.e. 2 or 3). > I won't fix anything in the source code because currently an xml based=20 > connection management is under developement which handles connection=20 > configuration much smarter. But the documentation on the sourceforge=20 > project page will be updated. >=20 >=20 > _______________________________________________ > salt-user mailing list > sal...@li... > https://lists.sourceforge.net/lists/listinfo/salt-user >=20 --=20 http://linuxquestions.org/ - Ask linux questions, give linux help. http://splint.org/ - Write safe C code. splint source-code analyzer. |
|
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.
|
|
From: <mai...@st...> - 2002-04-04 22:43:09
|
[NumberFormatException in parseInt()] You need to add the following line to your connection config file: version=X where X is the LDAP version the server supports (i.e. 2 or 3). I won't fix anything in the source code because currently an xml based connection management is under developement which handles connection configuration much smarter. But the documentation on the sourceforge project page will be updated. |
|
From: Akira U. <ue...@go...> - 2002-04-04 22:20:35
|
Hi Roland,
I have the same probrem under the following environment.
OS: Mac OS X 10.1.3
JDK: 1.3.1
On 2002.04.04, at 17:47, Roland M=FCcke wrote:
> Please post the stack trace for this exception. I never had an=20
> exception like this and don't use parseInt() at all.
EVENT: open 'gouf'
Exception in thread "main" java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:382)
at java.lang.Integer.<init>(Integer.java:549)
at salt.misc.LdapHelper.<init>(LdapHelper.java:32)
at salt.core.MainFrame.connectToLdapServer(MainFrame.java:286)
at salt.core.MainFrame.main(MainFrame.java:249)
EVENT: open connection dialog
|
|
From: Sebastian D. <se...@us...> - 2002-04-04 08:48:07
|
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. |
|
From: <mai...@st...> - 2002-04-04 08:47:13
|
Kervin Pierre wrote: > 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. Please post the stack trace for this exception. I never had an exception like this and don't use parseInt() at all. |
|
From: Kervin P. <kp...@fi...> - 2002-04-04 07:06:55
|
hello, Thanks for the quick response. Do you have anonymous CVS access? 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. -Kervin Sebastian Dietzold wrote: > quote Kervin Pierre (3.4.2002): > > Hi Kervin, > > >>Is the source code for salt available from the website? I can't find it. > > > No, the source are not available. In version 0.1 we does not have a > buildsystem with ant, so we have not released the sources... > But in version 0.2 and beyond we will release more then one files. > > I can send you the actual cvs-sources if you want? > > S. > > -- http://linuxquestions.org/ - Ask linux questions, give linux help. http://splint.org/ - Write safe C code. splint source-code analyzer. |
|
From: Sebastian D. <se...@us...> - 2002-04-04 06:28:53
|
quote Kervin Pierre (3.4.2002): Hi Kervin, > Is the source code for salt available from the website? I can't find it. No, the source are not available. In version 0.1 we does not have a buildsystem with ant, so we have not released the sources... But in version 0.2 and beyond we will release more then one files. I can send you the actual cvs-sources if you want? S. |
|
From: Kervin P. <kp...@fi...> - 2002-04-03 21:10:07
|
Hi, Is the source code for salt available from the website? I can't find it. --Kervin -- http://linuxquestions.org/ - Ask linux questions, give linux help. http://splint.org/ - Write safe C code. splint source-code analyzer. |