Connection refused IPP Error: 0x40001 when trying to create a Driver Store

  • 3179354
  • 03-Nov-2006
  • 27-Apr-2012

Environment

Novell Open Enterprise Server (Linux based)
Driver Store
Novell iManager 2.7

Situation

Error "java.net.ConnectException: Connection refused IPP
Error: 0x40001" in Novell iManager.

The driver store object is being created in NDS and it is also possible to delete Driver Store objects.

Using windows workstation using current versions of IE and FireFox. Not tested using iManager mobile.

The log output shows that the webserver isn't listening on the loopback interface.
From the server:
echo | openssl s_client -connectlocalhost:443
which should try to do an SSL connection to 127.0.0.1.
Result: "Connection refused".

With
openssl s_client -connect :443

the server certificate is visible

Resolution

Fixed in OES1 SP2.

Workaround:
Within iprint_ssl.conf, replace localhost with the IP address of an LDAP server.
Restart Apache (rcapache2 restart)