• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • Can not log in / CP internal server error

    just setup an OS4.2, after some minor testing the login fails
    is the DB corrupted, how can this be fixed?

    brief description of the internal server error is given below:
    Exception ID : 15
    Username : bibboxadmin
    File Name : CollectionProtocolServiceImpl.java
    Method Name : getCollectionProtocol
    Timestamp : Oct 20, 2017 07:46
    Exception : java.lang.IllegalArgumentException: Unknown name value [2] for enum class [com.krishagni.catissueplus.core.biospecimen.domain.CollectionProtocol$VisitCollectionMode]

    Hi @Heimo_Muller

    We are looking into this issue. As a quick fix, can you please execute below DML statement on your database:

    update catissue_collection_protocol set visit_collection_mode = 'ALL_SPMNS';

    Sorry for the inconvenience.

    Thanks

    1 Like

    I changed the table and it worked, thanks

    In this installation the value is now ALL_SPMNS in a new fresh installation it writes ā€˜1ā€™ all running from the same docker image

    here are the two running OS
    http://openspecimen.test-malta.bibbox.org/#/
    http://samplemanagement.test-malta.bibbox.org/#/home
    for both login: bibboxadmin / Login!@3

    and here you see the database (just klick in the links left to log in)
    http://dbinspector.test-malta.bibbox.org

    Hello @Heimo_Muller

    I noticed one peculiar thing on your instances - the build version and revision fields are empty. Iā€™m wondering - from where did you pick the OS build?

    Thanks,
    Vinayak

    we made the war fron our GitHub
    the version string was net set there in the right way, so its was not copied in during the build.

    the last merge was with your Version v4.2.2