search for: networkerror

Displaying 9 results from an estimated 9 matches for "networkerror".

2009 Jul 23
1
tcp deamon and remote connection
...in my php-script with remote_open_writable("localhost", 5050) or remote_open("localhost", 5050) apache fails with signal 11: dev kernel: pid 35923 (httpd), uid 80: exited on signal 11 TCP demon also shows me different errors: Connection from 127.0.0.1, port 62652 Got exception NetworkError: write failed (context: /path-to-db) (Broken pipe) Closing connection. Connection from 127.0.0.1, port 45245 Got exception NetworkError: read failed (context: /path-to-db) (Connection reset by peer) Closing connection. Connection from 127.0.0.1, port 44209 Got exception NetworkError: Received EOF (...
2013 Apr 24
0
"database or networkerror" message by access using a backend at a samba share
hi, since yesterday i'm using ms access mdb files as frontend (started by win clients) and linked to mdb backend files located in a samba share (opensuse 12.3). But problems: sporadic occurs a "database or network connection" error on the client (popup from msaccess) but the network is still alive and the share/mdbs reachable the backend mdbs are in use by about 20 users, which
2012 Nov 14
4
xapian-replicate errors
...o setup xapian replication (initially for backup purposes), I'm encountering some errors. Our "fresh" index starts replication, and ends up with an index size that matches the replication master (4.5GB), but then throws : "Getting update for fresh from fresh xapian-replicate: NetworkError: Unable to fully synchronise: Database changing too fast" I tried running xapian-replicate in both one-shot and continous modes, but that didn't change anything. For our larger but not that frequently modified index I instead get this error : "Getting update for index from inde...
2012 Mar 05
1
how to enable debugging
...with "./configure --enable-debug-verbose", then $ export XAPIAN_DEBUG_FLAGS=-1 $ export XAPIAN_DEBUG_LOG=test.log $ sudo xapian-tcpsrv /path/to/db --port 972 Starting server on port 972 Listening... Connection from 127.0.0.1, port 48102 Connection from 127.0.0.1, port 48358 Got exception NetworkError: Received EOF (context: /path/to/db) Closing connection. Connection from 127.0.0.1, port 48614 Got exception NetworkError: Received EOF (context: /path/to/db) Closing connection. The client can connect and make queries but I can't find the expected test.log. I read NEWS and HACKING but they s...
2006 May 20
2
xapian-tcpsrv need to reopen database?
Hi, I'm adapting the omega (in a Python way ;) to do search across multiple remotes database, for now, I have only one xapian-tcpsrc running, but I have documents being inserted at the same time, so (like I have readed in others e-mails) the xapian-tcpsrc throw the following message: Connection from 192.168.0.101, port 64161 Got exception DatabaseModifiedError: The revision being read has
2011 Sep 27
1
Rails 3.1 assets path for video player Flash script 'player.swf'
I was using a Flash video player within a previous Rails version app Moving to Rails 3.1.0 , I dob''t know where I should put the script ... I tried to move it into an app asset sub-directory assets - jwplayer - - player.swf but this raises an error "NetworkError: 406 Not Acceptable - http://localhost:3000/assets/jwplayer/player.swf" player.swf the flash script is given as a parameter within an ''fw_player.js.erb'' partial : jwplayer(''containerLocker'').setup({ ''id'': ''containerLocker'...
2007 Aug 23
1
Login-Problem with DFS-Share
...ing. But trying to use "net use l: \\samba\agbhome /USER:myuser" I'll be prompted for the password, and the error message is displayed: "Systemfehler 59 aufgetreten Ein unerwarteter Netzwerkfehler ist aufgetreten" (translated: "Systemerror 59 occured. An unexpected networkerror occured" No network-drive "L:" (or any other letter) is connected. Strange, because directly on "samba" I use: admin:~ # smbclient \\\\samba\\agbhome -U AGB\\agb.bib Password: Domain=[AGB-NB] OS=[Unix] Server=[Samba 3.0.20b-3.21-1370-SUSE] session request to 172.18.160.1...
2009 Jun 23
1
Indexing more than 15 billion documents
Hi, Sorry to follow up on an old thread, but I am wondering if there has been any work done on, or interest in, increasing the maximum document id beyond a 32bit limit? Daniel On Mon, Jun 18, 2007 at 04:11:54AM +0100, Olly Betts wrote: > > In particular, there is currently a limit of 4 billion documents in a > > database, due to using a 32 bit type for document IDs, but I don't
2011 Apr 21
1
Installing Search::xapian
...; "Xapian.la" ) chmod 755 blib/arch/auto/Search/Xapian/Xapian.la cp Xapian.bs blib/arch/auto/Search/Xapian/Xapian.bs chmod 644 blib/arch/auto/Search/Xapian/Xapian.bs Manifying blib/man3/Search::Xapian::Database.3pm Manifying blib/man3/Search::Xapian.3pm Manifying blib/man3/Search::Xapian::NetworkError.3pm Manifying blib/man3/Search::Xapian::NetworkTimeoutError.3pm Manifying blib/man3/Search::Xapian::RangeError.3pm Manifying blib/man3/Search::Xapian::BM25Weight.3pm Manifying blib/man3/Search::Xapian::WritableDatabase.3pm Manifying blib/man3/Search::Xapian::SerialisationError.3pm Manifying blib/ma...