Re: Error while reading socket: Connection reset by peer at /usr/local/lib/perl5/site_perl/5.6.1/RPC/PlServer/Comm.pm line 110.

2004-08-17 Thread Jochen Wiedmann

 I'm having a problem utilizing the perl DBI::Proxy to go between a 
UNIX (Solaris)
 and a Windows SQL server. We started getting an error message
 Error while reading socket: Connection reset by peer at
 /usr/local/lib/perl5/site_perl/5.6.1/RPC/PlServer/Comm.pm line 110.
 that I can't seem to resolve. Only solution is to restart the windows 
service.
The most possible reason I can think of, is different versions of the 
Storable module on both ends. If that is not the issue: Please note, 
that the DBD::Proxy module has got a new maintainer recently. (See the 
list archives of dbi-users.)

Jochen



Re: Error while reading socket: Connection reset by peer at /usr/local/lib/perl5/site_perl/5.6.1/RPC/PlServer/Comm.pm line 110.

2004-08-17 Thread Steffen Goeldner
Jochen Wiedmann wrote:


   I'm having a problem utilizing the perl DBI::Proxy to go between a
 UNIX (Solaris)
   and a Windows SQL server. We started getting an error message
   Error while reading socket: Connection reset by peer at
   /usr/local/lib/perl5/site_perl/5.6.1/RPC/PlServer/Comm.pm line 110.
   that I can't seem to resolve. Only solution is to restart the windows
 service.

 The most possible reason I can think of, is different versions of the
 Storable module on both ends. If that is not the issue: Please note,
 that the DBD::Proxy module has got a new maintainer recently. (See the
 list archives of dbi-users.)

Perl 5.6.1 on Win32 leaks socket handles - maybe that's the reason.


Steffen


RE: Error while reading socket: Connection reset by peer at /usr/local/lib/perl5/site_perl/5.6.1/RPC/PlServer/Comm.pm line 110.

2004-08-17 Thread Fenaughty, Kevin M, ALABS
H.

Is the resolved in 5.8 ?

Perl 5.6.1 on Win32 leaks socket handles - maybe that's the reason.


Windows Server - $VERSION = '1.012';

Unix Machine - $VERSION = '2.08';

-Original Message-
From: Steffen Goeldner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 8:58 AM
To: Jochen Wiedmann
Cc: [EMAIL PROTECTED]; Woodrow, Michael A, ALABS; Sackner, Beth A,
ALABS; Morello, Anthony, ALABS; Long, Dan, ALABS; Esser, Marc A, ALABS
Subject: Re: Error while reading socket: Connection reset by peer at
/usr/local/lib/perl5/site_perl/5.6.1/RPC/PlServer/Comm.pm line 110.


Jochen Wiedmann wrote:


   I'm having a problem utilizing the perl DBI::Proxy to go between a
 UNIX (Solaris)
   and a Windows SQL server. We started getting an error message
   Error while reading socket: Connection reset by peer at
   /usr/local/lib/perl5/site_perl/5.6.1/RPC/PlServer/Comm.pm line
110.
   that I can't seem to resolve. Only solution is to restart the
windows
 service.

 The most possible reason I can think of, is different versions of the
 Storable module on both ends. If that is not the issue: Please note,
 that the DBD::Proxy module has got a new maintainer recently. (See the
 list archives of dbi-users.)

Perl 5.6.1 on Win32 leaks socket handles - maybe that's the reason.


Steffen