Thread DBI::Proxy kaskadieren
(2 answers)
Opened by Stephan at 2016-06-08 08:51
Hallo,
ich benutze DBI::ProxyServer (das ist der eigentliche Proxy) und DBD::Proxy (für den DBI-Zugriff). für den Connect nutze ich dann (hier über 3 Proxies): dbi:Proxy:hostname=<IP_PROXY1>;port=6288;dsn=dbi:Proxy:hostname=<IP_PROXY3>;port=6289;dsn=dbi:Proxy:hostname=<IP_PROXY3>;port=6288;dsn=dbi:ODBC:demuadm046 Wed Jun 8 09:39:05 2016 debug, New child starting (DBI::ProxyServer=HASH(0xd1f210)). Wed Jun 8 09:39:05 2016 debug, Accepting client from <IP>, port 11109 Wed Jun 8 09:39:05 2016 debug, Client logs in: Application dbi:Proxy:hostname=<IP>;port=6288;dsn=dbi:ODBC:demuadm046, version 0.2004, user db_watch Wed Jun 8 09:39:05 2016 debug, Connecting to dbi:Proxy:hostname=<IP>;port=6288;dsn=dbi:ODBC:demuadm046 as <USER> <PASSWD> Wed Jun 8 09:39:05 2016 err, Error while connecting to dbi:Proxy:hostname=<IP>;port=6288;dsn=dbi:ODBC:demuadm046 as db_watch: DBD::Proxy::db connected failed: Can't store CODE items at /pkgdbrep/oracle/system/perl/lib/5.14.2/x86_64-linux/Storable.pm line 338, at /pkgdbrep/oracle/system/perl/lib/site_perl/5.14.2/RPC/PlServer/Comm.pm line 94 [err=1,state= ] at /pkgdbrep/oracle/system/perl/lib/site_perl/5.14.2/x86_64-linux/DBI.pm line 720. Ich benutze Storable-2.30. ciao Stephan Last edited: 2016-06-08 14:00:31 +0200 (CEST) |