• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • Application is failing to deploy in sign in

    INFO 11/20/17 12:48 PM: liquibase: classpath:db/db-os-changelog-master-fresh.xml: db/2.0/schema.xml::Drop UK on csm_user_id from catissue user table::vlonushte: Change set db/2.0/schema.xml::Drop UK on csm_user_id from catissue user table::vlonushte
    failed, but failOnError was false. Error: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can’t DROP ‘CSM_USER_ID_UNIQUE_KEY’; check that column/key exists

    And in sign in despite of giving correct credentials there is an internal error 500.

    I have the same issue, can anyone help?

    If you are building from source code then open java files and coment EventPublisher, every where it has used.
    This will solve your issue but you wil not get the audit report because it is responsible for who, when and what chages made.

    Hello Sukanta and Oyafajo,

    There is no need to comment any code. The issue is, print rules are loading from DB on every login. We have fixed the issue with login (OPSMN-4095), it will be available in the upcoming release.

    For now to resolve the issue can you please run the below SQL:

    update os_print_rules set activity_status = ‘Disabled’;

    Let us know if it works.

    Thanks,
    Vinod