Hi all,
I installed OTM 6.3 succesfully on Windows Server 2008 VirtualBox VM three times now, and every time I get the following problem:
![]()
The navigation menu is simply missing! There are no errors in the log as far as I can tell and no errors were reported during installation.
I tried increasing memory allocated to VM, increasing memory allocated to DB, WebLogic and OTM, using different browsers (IE, Firefox, Chrome), nothing worked, translation tables seem to be fine.
All logs are attached, in case they are helpful. Any help is greatly appreciated.
Attachment 1317
The one error I found after installation was at "import_content_<DB>_<DATE>_<TIME>.log". I cannot explain this since I am sure that all passwords were correct. Not sure if this is relevant or related at all, excerpt from log file below:
Thanks,
Simas
I installed OTM 6.3 succesfully on Windows Server 2008 VirtualBox VM three times now, and every time I get the following problem:

The navigation menu is simply missing! There are no errors in the log as far as I can tell and no errors were reported during installation.
I tried increasing memory allocated to VM, increasing memory allocated to DB, WebLogic and OTM, using different browsers (IE, Firefox, Chrome), nothing worked, translation tables seem to be fine.
All logs are attached, in case they are helpful. Any help is greatly appreciated.
Attachment 1317
The one error I found after installation was at "import_content_<DB>_<DATE>_<TIME>.log". I cannot explain this since I am sure that all passwords were correct. Not sure if this is relevant or related at all, excerpt from log file below:
Code:
...
<CSVUtil>
<Command>uu</Command>
<DataDir>.\content_report\</DataDir>
<DataFileName>REPORT_COMMON_PROPERTIES.csv</DataFileName>
<ExcludePublic>true</ExcludePublic>
<ProcessCSV>
<DatabaseGlobalName>OTMDB</DatabaseGlobalName>
<TableName>REPORT_COMMON_PROPERTIES</TableName>
<ColumnList>REPORT_COMMON_PROPERTY_GID,REPORT_COMMON_PROPERTY_XID,REPORT_COMMON_PROPERTY_VALUE,DOMAIN_NAME</ColumnList>
<sqlString>update REPORT_COMMON_PROPERTIES set REPORT_COMMON_PROPERTY_GID = ?,REPORT_COMMON_PROPERTY_XID = ?,REPORT_COMMON_PROPERTY_VALUE = ?,DOMAIN_NAME = ? where REPORT_COMMON_PROPERTY_GID = ? </sqlString>
<ProcessCount>7</ProcessCount>
<ErrorCount>0</ErrorCount>
<SkipCount>0</SkipCount>
</ProcessCSV>
</CSVUtil>
Inserting domain reference data...
ERROR:
ORA-01017: invalid username/password; logon denied
Simas