hi the team. i'am just tryin to install outsystems on redhad entreprise 5. so , respecting what is said on the checklist but at the step "Configure Agile Platform: " where running the command "/opt/outsystems/platform/configurationtool.sh " , i'am having this error : *******************************************************************************************************************************************************************************************
/opt/outsystems/platform/configurationtool.sh
[root@owi bin]# /opt/outsystems/platform/configurationtool.sh
===== Agile Platform Database =====
Configure Platform Database in a RAC environment? [n]:
Database Server [localhost]:
Database Port [1521]:
Database Identification:
1 - Service Name
2 - SID
Please enter your choice [2]: 2
Database SID [orcl]:
Admin username [OSADMIN]:
Admin password (Enter to keep current one):
Runtime username [OSRUNTIME]:
Runtime password (Enter to keep current one):
Log username [OSLOG]:
Log password (Enter to keep current one):
Admin Tablespace [OSSYS]:
Runtime Tablespace [OSUSR]:
Log Tablespace [OSLOG]:
Index Tablespace [OSIDX]:
===== Advanced Database Configuration =====
Default query timeout [30]:
Database update query timeout [600]:
===== Session Database =====
Configure Session Database in a RAC environment? [n]:
Session Database Server [localhost]:
Session Database Port [1521]:
Session Database Identification:
Session Database SID [orcl]:
Session username [OSSTATE]:
Session password (Enter to keep current one):
Session Tablespace [OSSTATE]:
===== Application Server =====
Request Timeout [110]:
JDBC Connection Pool Inactivity Timeout [300]:
JDBC Connection Pool Minimum Size [10]:
JDBC Connection Pool Maximum Size [100]:
===== Services Configuration =====
Deployment Controller Server hostname [localhost]:
Max. Concurrent Timers [3]:
Log cycle period (weeks) [4]:
===== Networking =====
Internal Network []:
RMI Port [2033]:
No need to upgrade the specified catalog since the schema version matches the installed product version (5.0.2.38).
[Update Schema] The Session catalog and users will be updated in the catalog. Current sessions information will be lost. Continue? [n]: y
Oracle was sucessfully configured to support persistent sessions.
The iptables rules must be changed in order to redirect port 80 to 8080, and port 443 to 8443.
Change iptables rules? (y/n) [y]y
Restart Services? (y/n) [n] y
Stopping RMI Registry Service with PID 5894.
Stopping OutSystems Deployment Controller Service with PID 5957.
Stopping OutSystems Deployment Service with PID 6019..
Stopping OutSystems Log Service with PID 6064.........
Stopping OutSystems Scheduler Service with PID 6128..
Run SCInstall? (y/n) [n] y
Service Center Installer v5.0.2.38
Start installing Service Center v5.0.2.38...
Publishing Extension(s)...
Publishing Extension 'OMLProcessor'...
Publishing Extension 'IntegrationStudio'...
Reading ServiceCenter.oml oml file information...
Adding ServiceCenter eSpace to database...
Compiling ServiceCenter eSpace...
Message 1
Id : InternalError_Exception
Type : [Error]
Message : Internal Error
Submitable : true
Details :
Invalid compiler output.
java.sql.SQLTimeoutException: ORA-01013: user requested cancel of current operation
HelpRef : 2063
ExtraInfo :
Exception Details:
[1] Internal Error: Invalid compiler output.
at outsystems.hubedition.compiler.ESpace.updateScriptThread(Unknown Source)
at outsystems.hubedition.compiler.ESpace.access$000(Unknown Source)
at outsystems.hubedition.compiler.ESpace$16.executeImpl(Unknown Source)
at outsystems.hubedition.util.delegates.Action$Action0.execute(Unknown Source)
at outsystems.hubedition.compiler.Compiler$CompilerThread.execute(Unknown Source)
at outsystems.hubedition.compiler.Compiler$6.executeImpl(Unknown Source)
at outsystems.hubedition.util.delegates.ThreadStart.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
[2] java.sql.SQLTimeoutException:ORA-01013: user requested cancel of current operation
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:999)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1185)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1267)
at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1477)
at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:392)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:242)
at $Proxy1.executeQuery(Unknown Source)
at outsystems.hubedition.runtimeplatform.db.DbCommand.executeQuery(Unknown Source)
at outsystems.hubedition.runtimeplatform.DBHelper.executeReader(Unknown Source)
at outsystems.hubedition.compiler.database.DBCompiler.getXMLTableIndexesNotPkOrUniqueConstrOracle(Unknown Source)
at outsystems.hubedition.compiler.database.DbSchemaOracle.initializeIndexes(Unknown Source)
at outsystems.hubedition.compiler.database.DbSchemaOracle.getIndexes(Unknown Source)
at outsystems.hubedition.compiler.database.DbSchemaOracle.getTableInfo(Unknown Source)
at outsystems.hubedition.compiler.database.DbSchema.superGetTableInfo(Unknown Source)
at outsystems.hubedition.compiler.database.DbSchemaOracle.superGetTableInfo(Unknown Source)
at outsystems.hubedition.compiler.database.entityschema.EntitySchemaUpdater.dumpEspaceEntities(Unknown Source)
at outsystems.hubedition.compiler.database.entityschema.EntitySchemaUpdater.dump(Unknown Source)
at outsystems.hubedition.compiler.ESpace.updateScript(Unknown Source)
******************************************************************************************************************************************************************************************* how to solve this? thank's .