Derby/JavaDB java.lang.ClassFormatError: Duplicate field name&signature

Darky^

Aktives Mitglied
Hi!

Ich steh gerade vor einer Fehlermeldung, die mir nichts sagt aber, die ich auch nicht weg bekomme:

Code:
Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(15), PRIMARY KEY (SEQ_NAME))
Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(15), PRIMARY KEY (SEQ_NAME))")
Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: Duplicate field name&signature in class file entity/Kaffeesorte_


Weis jemand woran das liegen kann?


Mfg
 
Zuletzt bearbeitet:
haha is schon gut, wenn man einfach nicht weis woher der fehler kommt..


Naja jetzt hab ich mal ö durch "oe" und ß durch "ss" ersetzt und es scheint mir, als ob es daran lag.
 

Zurück
Oben