» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase errors? The contents of errors page and all pages directly attached to errors will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
errors

errors

Tags Applied to errors

No one has tagged this page.

errors Wiki Pages

What is errors? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged errors

Theme Redesign and W3C Validation for Blogger Templates

Here is how I managed to get my Blogger template to almost validate on W3C. It's however, not possible to fully validate on Blogger New. I have managed to reduce the errors to a more professional number.

W3C: Del.icio.us W3C Tags

LogFile Group creation - SQL Errors vs SQL Warnings

On Windows® - but I guess it’s the same on another O.S. that does not support cluster - I noticed the following behavior when trying to execute a CREATE LOGFILE GROUP syntax like this:

CREATE
 LOGFILE GROUP `test`
 ADD UNDOFILE ‘test’
 INITIAL_SIZE = 33M
 UNDO_BUFFER_SIZE = 8M
 ENGINE = NDBCLUSTER;

In v.5.1.25-rc, v.5.1.24-rc and v.5.1.23-rc, only SQL warnings are shown:

mysql> CREATE
    ->  LOGFILE GROUP `test`
    ->  ADD UNDOFILE ‘test’
    ->  INITIAL_SIZE = 33M
    ->  UNDO_BUFFER_SIZE = 8M
    ->  ENGINE = NDBCLUSTER;
Query OK, 0 rows affected, 2 warnings (0.01 sec)

mysql> SHOW WARNINGS;
+———+——+————————————————————————————————+
| Level   | Code | Message
                                  |
+———+——+————————————————————————————————+
| Warning | 1286 | Unknown table engine ‘NDBCLUSTER’
                                  |
| Error   | 1478 | Table storage engine ‘MyISAM’ does not support the create option ‘TABLESPACE or LOGFILE GROUP’ |
+———+——+————————————————————————————————+
2 rows in set (0.00 sec)
 
In v.6.0.5-alpha a SQL error occurs:

mysql> CREATE
    ->  LOGFILE GROUP `test`
    ->  ADD UNDOFILE ‘test’
    ->  INITIAL_SIZE = 33M
    ->  UNDO_BUFFER_SIZE = 8M
    ->  ENGINE = NDBCLUSTER;
ERROR 1478 (HY000): Table storage engine ‘MyISAM’ does not support the create option ‘TABLESPACE or LOGFILE GROUP’

This difference can generate a bug in your applications if you were using code like this:

IF mysql.error = 0 THEN
 ok, post-creation operations
ELSE
 error, do nothing

In fact, the code above is correct if used on v.6.0.5 but it is wrong if used on v.5.1.25 (the application executes the post-creation operations even if the logfile group hasn’t been created).

I don’t remember exactly which version, but an old 5.1.x version had the same behavior of v.6.0.5 - i.e. SQL error - and that was the reason why I coded in that way.

Well.. one more application-bug discovered while testing the version 6.0.5-alpha of the server.

This afternoon I changed the code in this way:

IF (mysql.error = 0 AND mysql.warnings=0) THEN
 ok, post-creation operations
ELSE
 error, do nothing

uhmm, I would like to read such changes (errors -> warnings) in the internal mailing list or in the release notes file of the server (indeed, I’m not sure if it’s included in the chapter “Changes in release 5.1.x”).

Moral:

  • always read the release notes carefully;
  • never eat chocolate biscuits when coding: they could make you lose your concentration!

MySQL: Planet MySQL

If you suffer this pain...

Time breakdown of modern web design - by Alan "IE users must DIE" Foreman (poisonedminds.com)

W3C: Del.icio.us W3C Tags

Spring-Loaded

Error:Error:line (13)cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'ehcache:config'.

Spring: del.icio.us/tag/SpringFramework

Spring-Loaded

Error:Error:line (13)cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'ehcache:config'.

Eclipse: del.icio.us/tag/eclipse

SourceForge.net: Detail: 1709435 - MSVCR80.dll problem

This baffled me for a while on the new computer I got when I was trying to debug with OpenCV 1.0. This is the solution.

opencv: del.icio.us/tag/opencv

Error message in Internet Explorer when you try to access a Web site that requires Kerberos authentication on a Windows XP-based computer: "HTTP Error 401 - Unauthorized: Access is denied due to invalid credentials"

When you try to access a Web site that requires Kerberos authentication, you may receive the following error message: HTTP Error 401 - Unauthorized: Access is denied due to invalid credentials.

kerberos: del.icio.us/tag/Kerberos

Page 1 | Next >>
Username:
Password:
(or Cancel)