You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Le module war est déployé correctement, mais avec l'erreur suivante :
PER01003: Deployment encountered SQL Exceptions:
PER01000: Got SQLException executing statement "CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(15), PRIMARY KEY (SEQ_NAME))": java.sql.SQLException: Table/View 'SEQUENCE' existe déjà dans Schema 'APP'.
PER01000: Got SQLException executing statement "INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)": java.sql.SQLIntegrityConstraintViolationException: L'instruction a été abandonnée parce qu'elle aurait entraîné la duplication d'une valeur de clé dans une contrainte de clé ou d'index unique identifié par 'SQL121207220824430' définie sur 'SEQUENCE'.
Command deploy completed with warnings.
Test réalisé avec GlassFish Server Open Source Edition 4.0 (build 64)
The text was updated successfully, but these errors were encountered:
Le module war est déployé correctement, mais avec l'erreur suivante :
Test réalisé avec GlassFish Server Open Source Edition 4.0 (build 64)
The text was updated successfully, but these errors were encountered: