I only just had the time to proceed with the installer web application & it seems to 
have failed to create some tables. Below is the error displayed :-

Error

    * CREATE TABLE nuke_sections ( pn_secid INTEGER NOT NULL IDENTITY, pn_secname 
VARCHAR(40) DEFAULT '' NOT NULL, pn_image VARCHAR(50) DEFAULT '' NOT NULL ): error 
Syntax error or access violation, message from server: "You have an error in your SQL 
syntax near 'IDENTITY, pn_secname VARCHAR(40) DEFAULT '' NOT NULL, pn_image VARCH' at 
line 4"
    * CREATE TABLE nuke_seccont ( pn_artid INTEGER NOT NULL IDENTITY, pn_secid INTEGER 
DEFAULT 0, pn_title VARCHAR(256) NOT NULL, pn_content VARCHAR(256) NOT NULL, 
pn_counter INTEGER DEFAULT 0 NOT NULL, pn_language VARCHAR(30) DEFAULT '' NOT NULL ): 
error Syntax error or access violation, message from server: "You have an error in 
your SQL syntax near 'IDENTITY, pn_secid INTEGER DEFAULT 0, pn_title VARCHAR(256) NOT 
NULL' at line 5"
    * INSERT INTO nuke_sections VALUES (2,'Nukes','transparent.gif'): error General 
error, message from server: "Table 'nukes.nuke_sections' doesn't exist"

Any ideas?.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829051#3829051

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829051


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to