Yes, need a bit more info to help you debug this. Perhaps you could upload your app (since it's based on the todoapp) to a github repo with instructions how to reorientation the issue?
Thx, Dan On 7 Jun 2015 20:09, "Martin Grigorov" <[email protected]> wrote: > Hi, > > Please paste the stacktrace so we can see where and why it happens. > Thanks! > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Sun, Jun 7, 2015 at 3:35 PM, James Agada <[email protected]> > wrote: > > > Any one with an idea of how to fix this? > > James Agada > > Chief Technology Officer > > > > > > On Jun 6, 2015, at 6:46 PM, James Agada <[email protected]> > wrote: > > > > If I add another domain object to the todoapp I get the error. But when > > i build the todoapp by itself it builds. is there a way to add an > > additional domain class to extend the todoapp? Why is it repeatedly > > creating isissettings.UserSetting and then failing with complaint that > > table already exists? > > James Agada > > Chief Technology Officer > > > > > > On Jun 5, 2015, at 6:56 PM, James Agada <[email protected]> > wrote: > > > > I am trying to build the today but I am getting this error > > 18:40:20,299 [Datastore Thread-12 ERROR] Error thrown > > executing CREATE TABLE isissettings."UserSetting" > > ( > > "key" NVARCHAR(128) NOT NULL, > > "user" NVARCHAR(50) NOT NULL, > > "description" NVARCHAR(254) NULL, > > "type" NVARCHAR(20) NOT NULL, > > "valueRaw" NVARCHAR(255) NOT NULL, > > CONSTRAINT "UserSetting_PK" PRIMARY KEY ("key","user") > > ) : object name already exists: UserSetting in statement [CREATE TABLE > > isissettings."UserSetting" > > ( > > "key" NVARCHAR(128) NOT NULL, > > "user" NVARCHAR(50) NOT NULL, > > "description" NVARCHAR(254) NULL, > > "type" NVARCHAR(20) NOT NULL, > > "valueRaw" NVARCHAR(255) NOT NULL, > > CONSTRAINT "UserSetting_PK" PRIMARY KEY ("key","user") > > )] > > java.sql.SQLSyntaxErrorException: object name already exists: UserSetting > > in statement [CREATE TABLE isissettings."UserSetting" > > ( > > "key" NVARCHAR(128) NOT NULL, > > "user" NVARCHAR(50) NOT NULL, > > "description" NVARCHAR(254) NULL, > > "type" NVARCHAR(20) NOT NULL, > > "valueRaw" NVARCHAR(255) NOT NULL, > > CONSTRAINT "UserSetting_PK" PRIMARY KEY ("key","user") > > )] > > at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) > > > > I did not make any changes. I am using 1.9.0-snapshot. > > Rgds > > James Agada > > Chief Technology Officer > > > > <PastedGraphic-3.png><www.openshopen.ng.jpg> > > > > > > This email and any attachment thereto are confidential and priviledged. > if > > you have received it in error, please delete immediately and notify the > > sender. Do not disclose, copy, circulate or in any way use it. The > > information contained therein is for the address only, if you reply on > it, > > its at your own risk. Emails are not guaranteed to be secure or error > free, > > the message and any attachment could be intercepted, corrupted, lost, > > delayed, incomplete or ammended. Computer warehouse group and its > divisions > > do not accept liability for damage caused by this email or any > attachment. > > The message you tried to print is protected with Information Rights > > Management. You don't have the necessary user rights to print the > message. > > This email and any attachment thereto are confidential and priviledged. > if > > you have received it in error, please delete immediately and notify the > > sender. Do not disclose, copy, circulate or in any way use it. The > > information contained therein is for the address only, if you reply on > it, > > its at your own risk. Emails are not guaranteed to be secure or error > free, > > the message and any attachment could be intercepted, corrupted, lost, > > delayed, incomplete or ammended. Computer warehouse group and its > divisions > > do not accept liability for damage caused by this email or any > attachment. > > The message you tried to print is protected with Information Rights > > Management. You don't have the necessary user rights to print the > message. > > > > > > This email and any attachment thereto are confidential and priviledged. > if > > you have received it in error, please delete immediately and notify the > > sender. Do not disclose, copy, circulate or in any way use it. The > > information contained therein is for the address only, if you reply on > it, > > its at your own risk. Emails are not guaranteed to be secure or error > free, > > the message and any attachment could be intercepted, corrupted, lost, > > delayed, incomplete or ammended. Computer warehouse group and its > divisions > > do not accept liability for damage caused by this email or any > attachment. > > The message you tried to print is protected with Information Rights > > Management. You don't have the necessary user rights to print the > message. > > >
