Menu

AD_migration not found

jacsparo
2014-05-22
2014-05-25
  • jacsparo

    jacsparo - 2014-05-22

    Hi all,

    after installation
    When running adempiere 3.8 RUN_Server2.sh script this exception appeared,

    (table AD_migration not found), and we cant log in to the webui webpage

    can any one provide us with the installaion step by step

    Thanks
    Jac

     
  • John Agudelo

    John Agudelo - 2014-05-22

    Hi

    You need apply before the sql migrations.

    Download from here http://osgroup.co/descargas/380lts-release.zip

    this are the commands to linux or mac

    export PGPASSWORD=password_data_base;
    for file in *.sql; do psql -f "$file" data_base owner_data_base ;
    done

    Finally you can execute (RUN_Migrate. [sh|bat]).

    Sorry for my english

    Best regards.

    John Agudelo
    O.S Group

    Saludos

     

    Last edit: John Agudelo 2014-05-22
    • jacsparo

      jacsparo - 2014-05-25

      Thanks John ,
      its worked like a charm , i can access the web now but ,
      the log file send some errors like ;

      1. ERROR [Http11AprProtocol] Error initializing endpoint
        java.lang.Exception: Invalid Server SSL Protocol (error:00000000:lib(0):func(0):reason(0))

      2. java.lang.Exception: Socket bind failed: [98] Address already in use
        This exception is not clear about port number

      however i changed the http and ssl ports many times but the issue still happening

      Best Regards
      Jac

       

Log in to post a comment.