QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

Berkeley DB returned error number 12 or 22. What does that mean?

Berkeley DB FAQ
The application is calling the Berkeley DB API incorrectly or configuring the database environment with insufficient resources. The Berkeley DB library outputs a verbose error message whenever it is about to return a general-purpose error, or throw a non-specific exception. Whenever it is not clear why an application call into Berkeley DB is failing, the first step is always to review the verbose error messages, which will almost always explain the problem.

What is Berkeley DB?

Ethereal Realms - Frequently Asked Questions
Berkeley DB are single file databases which can carry information using various methods from hashing to binary search trees. These files have the additional capability of being implemented directly into Perl cutting out a lot of overhead when used. Ethereal Realms uses this format of database in order to cache frequently accessed information cutting down on database load. For more information on this matter look up the 'How do I make use of cache' question in this FAQ.

What is the ECCN (Export Control Classification Number) for Berkeley DB?

Berkeley DB FAQ
an open source product, DB does not fall under standard export controls. However, DB does optionally include strong cryptographic support; export/import and/or use of cryptography software, or even communicating technical details about cryptography software, is illegal in some parts of the world.

What does this error mean?

news.answers/waffle-faq
See /waffle/docs/network.doc , 'Managing UUCP and USENET', or Ian Taylor's UUCP Internals FAQ, posted to news.answers, for details.

My System starts up with two beeps and an error number. What does the error number mean?

PS/2 Frequently Asked Questions
When the system has more than one beep on startup it will display one or a series of numbers. The numbers are called Error Codes. For a very complete list of the PC and PS/2 error codes see The PS/2 Error Codes Page . Credit goes to the Microchannel Entusiasts Page.

What does the UMF Number mean?

Active Manuka Honey is used for Acid Reflux, Heartburn, Stom...
The UMF number (e.g. UMF10+) is a standard way of describing the bacteria-destroying power of the product. The honey is put in a plate with a bacterial culture, and the area is measured where the bacterial growth is stopped. this area is compared to a similar area produced by a solution of phenol and water. The number refers to the percentage of phenol in the water. So UMF 10 is honey that has the same bacteria-killing power as 10% phenol.

I have a bill with a '*' before or after the serial number. What does that mean?

Where's George? ® 2.2 Frequently Asked Questions
The star after the serial number is a replacement note that was issued to take the place of a defective note that was discovered. Using the * ('asterisk'=SHIFT-8) key will get it into the system. Since it's too cost-prohibitive to re-issue the same serial number, it's easier to print up a bunch of star notes and then use them to fill the stack once the defects are pulled out. Most star notes don't command a premium unless they are uncirculated, and/or have a real interesting serial number.

What does this error mean: "Server returned HTTP response code: 500 for URL"?

FAQs
This means there was an initialition error on the server (Tomcat). You can see the full details of the error inside Tomcat's log files directory. The default directory on Windows for this is: Locate the log file with the most recent "Date Modified" attribute. Open the file and it should give an error message (or exception) detailing why the initialation of the TMAJ server failed. What does this error mean: java.io.

Q0058: What does the error failed to open DB file /var/spool/exim/db/retry: File exists mean?

The Exim FAQ
Q0059: When my Outlook Express 6.0 client sends a STARTTLS command to begin a TLS session, Exim doesn't seem to receive it. The Outlook log shows this: Q0060: Why am I getting the error failed to expand /data/lists/lists/${lc for require_files: ${lc is not a known operator for this setting:

Q5. What does "Error 12 Dim Mismatch" mean?

Math 13 - TI-86 FAQ
This means that your lists, xStat, yStat, and fStat, are not all the same dimension (length). Check to see that your data is entered correctly in xStat and yStat. Use the DEL key or 2nd INS if you need to delete or insert entries. The list fStat needs to be the same length as xStat and yStat, with each fStat entry equal to 1. You can enter the ones into fStat yourself, or exit and run the program "ONES" to do this automatically.

back to top 22. What does the lot number stand for?

FAQs
The lot number will appear as follows: YMDDPPPPXX. The year codes "Y" are ascending, sequential, alpha characters with "I" = 1994, "J" = 1995, "K" = 1996, etc. The month codes "M" are ascending, sequential, alpha characters with "A" = January, "B" = February, through "L"= December. The day codes "DD" are simply the numerical day of the month.

What does the error indicator of AL or AH mean?

Thermometry - FAQ's and What you should know about fevers
The Omron Instant Ear Thermometer will display this indicator after the On-Measure Button is pushed if the thermometer's own temperature is too cold or too hot to operate. The operating range is 50 to 104 degrees Fahrenheit. Put the thermometer in a room within the operating range. Wait 30 minutes and take the measurement again.

What does 'failed connection' and other error messages mean?

Internet Archive Frequently Asked Questions
Below is a list of the main error messages you will see while searching the Wayback Machine. If you see an error message that does not have the Internet Archive Wayback Machine logo in the upper left corner, you are most likely looking at an archived page or the live web. Failed Connection: The server that the particular piece of information lives on is down. Generally these clear up within two weeks. Robots.txt Query Exclusion: A robots.

What does "internal error: job made no progress" mean?

rdiff-backup FAQ
This error happens due to a bug in librsync that prevents it from handling files greater than 4 GB in some situations, such as when transferring between a 32-bit host and a 64-bit host. A patch is available from the librsync project page on Sourceforge. The CVS version of librsync also contains the patch. More information is also available in Debian bug report #355178.

I have a specific error message, what does it mean?

Cygwin/X Frequently Asked Questions
See the Error and Warning Messages section for help with specific error messages. Return to this section if you do not find a specific answer for the error message that you have. Search the Cygwin/X mailing list archives to see if the error message has already been reported and/or addressed. Report the error message to the Cygwin/X mailing list, how the error message was caused, and the behavior of the X Server after the error message was generated (exit, freeze, etc.

When I resolve my handles I get a 'cannot connect' error. What does this mean?

HANDLE.NET FAQs
This means that your handle server is not responding to client requests. Make sure your handle server is running. If it is running, then check that ports 2641 and 8000 in your firewall are open to ALL incoming or outgoing requests, and make sure that the IP address in the prefix record is correct.

What does the error "GOT_EXPIRED_MESSAGE" mean and what should I do?

HANDLE.NET FAQs
That error message means that the time setting is incorrect, by at least 12 hours, on the computer on which the client or server is running. You should check and reset the system clock. We believe no security risks could be introduced, because handle servers provide a limited handle lookup and administration service that is constrained to the handle database. There have been no vulnerabilities found or security-related bugs reported in the software in over 8 years.

Is a Berkeley DB database the same as a SQL "table"?

Berkeley DB FAQ
Yes; "tables" are databases, "rows" are key/data pairs, and "columns" are application-encapsulated fields. The application must provide its own methods for accessing a specific field, or "column" within the data value.

What do I do about Error 22?

Church Management System frequently asked questions FAQs
Data files can be corrupted from a number of causes: the computer fails; there is a power outage, or the computer is incorrectly shut down. The RDS system prevents loss of data, but the index for a file or files may need to be 'rebuilt' to return them to full working order. Corrupted files are known by an 'Error 22.' The tools needed to repair corrupted files are included in the Index File Rebuild program. Find this in the System Control section, under the pull-down "UTIL" (utility) menu column.

I found this error in my log files "Windows NT error number 109 occurred". What does that mean?

ColdFusion FAQ
NT Error 109 is "The pipe has been ended." This just means that the browser stopped waiting. The user clicked on the Stop button before the page had loaded or entered another URL.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact