Rational Build Forge 8.0 Error while installation
Hi All,
I have install Build forge 8.0 with Mysql 5.5.25.0 database. when i am trying to access the URL for Build Forge its gives me error below. "The Build Forge system user interface has encountered an error from which it could not recover. Contact Build Forge technical support with the following information: Database extension 'mysqli' not found". I in my log file it says " org.apache.coyote.AbstractProtocol init SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"] java.net.BindException: Address already in use: JVM_Bind <null>:8080" Please Guide me Thanks, Deepali Nigade |
One answer
Hello Deepali,
From the two errors you listed, there appears to be two separate issues. For the first error "Database extension 'mysqli' not found".", this is coming from the Apache/PHP component. Please verify that the php.ini file has the mysqli extensions un-commented and enabled. ie: extension=php_mysql.dll extension=php_mysqli.dll The other error "Address already in use: JVM_Bind <null>:8080" is coming from the Tomcat component. This indicates there is already another process using port 8080 on your system, which may be a stale Tomcat component. You will want to shut down Build Forge if you have not already, and then have your system administrator find and remove the offending process using port 8080. If you need any additional assistance, please open PMR with Support if you can. Comments Hi Joshua,
Joshua Keefe
commented Apr 18 '16, 11:42 a.m.
Hello Deepali,
Deepali Deshmukh
commented Apr 19 '16, 8:14 a.m.
Hi Joshua,
Joshua Keefe
commented Apr 20 '16, 5:02 p.m.
Hello Deepali,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.