Discussions
Categories
- 197K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.8K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.4K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 468 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
error while installing htmldb from the companion cd (10R1)

flavioc
Member Posts: 1,128 Silver Badge
Hello team,
i needed to install apex on an existing 10gR1 database running on Windows Server 2003 SR2, so i started off by installing the companion cd stuff coming with that release.
Oddly enough, i successfully installed the http server but the htmldb installation keeps failing.
Looking at the log, the first unusual condition i spot, as i've done this operation many times over the years, is in the command generated by the installation program:
'C:\oracle\product\10.1.0\cd\jdk\jre\bin/java.exe -classpath C:\oracle\product\10.1.0\cd\marvel\jlib\htmlDBConfigClasses.jar;C:\oracle\product\10.1.0\cd\jdbc\lib\classes12.jar;C:\oracle\product\10.1.0\cd\jdk\jre\lib\rt.jar;C:\oracle\product\10.1.0\cd\jlib\ojmisc.jar;C:\oracle\product\10.1.0\cd\oui\jlib\OraInstaller.jar; htmlDBConfig C:\oracle\product\10.1.0\cd lrserver01 1521 lanza SYSAUX Valore protetto. Registrazione non necessaria Valore protetto. Registrazione non necessaria en,it HTMLDB C:\oracle\product\10.1.0\cd\marvel'
Avvio dell'output dal processo generato dinamicamente:
----------------------------------
java.io.IOException: CreateProcess: env error=2
[Ljava.lang.String;@1e5e2c3
if i execute the command above from the command line an additional message is returned:
"version mismatch!"
However i am not clear as to what kind of version it refers to... java or what else?
I checked another installation on a similar machine and i could not see any significant difference between the two besides a different Windows 2003 service pack.
Also, in the log file all the subsequent attempts to connect to the database fail with SP2-0640 and the cause seems to be ORA-12545.
Any clues?
Thank you,
Flavio
----------------------------------------
http://www.oraclequirks.com
i needed to install apex on an existing 10gR1 database running on Windows Server 2003 SR2, so i started off by installing the companion cd stuff coming with that release.
Oddly enough, i successfully installed the http server but the htmldb installation keeps failing.
Looking at the log, the first unusual condition i spot, as i've done this operation many times over the years, is in the command generated by the installation program:
'C:\oracle\product\10.1.0\cd\jdk\jre\bin/java.exe -classpath C:\oracle\product\10.1.0\cd\marvel\jlib\htmlDBConfigClasses.jar;C:\oracle\product\10.1.0\cd\jdbc\lib\classes12.jar;C:\oracle\product\10.1.0\cd\jdk\jre\lib\rt.jar;C:\oracle\product\10.1.0\cd\jlib\ojmisc.jar;C:\oracle\product\10.1.0\cd\oui\jlib\OraInstaller.jar; htmlDBConfig C:\oracle\product\10.1.0\cd lrserver01 1521 lanza SYSAUX Valore protetto. Registrazione non necessaria Valore protetto. Registrazione non necessaria en,it HTMLDB C:\oracle\product\10.1.0\cd\marvel'
Avvio dell'output dal processo generato dinamicamente:
----------------------------------
java.io.IOException: CreateProcess: env error=2
[Ljava.lang.String;@1e5e2c3
if i execute the command above from the command line an additional message is returned:
"version mismatch!"
However i am not clear as to what kind of version it refers to... java or what else?
I checked another installation on a similar machine and i could not see any significant difference between the two besides a different Windows 2003 service pack.
Also, in the log file all the subsequent attempts to connect to the database fail with SP2-0640 and the cause seems to be ORA-12545.
Any clues?
Thank you,
Flavio
----------------------------------------
http://www.oraclequirks.com
Tagged:
Answers
-
A few hours later i found out that this problem was a known bug (3602534).
I hadn't found the relevant article before because the quick search of this forum by default returns only results within the last 90 days so i had to repeat the search by specifying a different timeframe.
The bug fix unfortunately is also pointed to by outdated links in various replies.
One example of such dead links is http://otn.oracle.com/products/database/htmldb/install_faq.html#win2003
The address of the relocated FAQ is now:
http://www.oracle.com/technology/products/database/application_express/install_faq.html#
I found a first example of the problem in this thread:
726934
There is also a good reply from Denes here:
975042
Bye,
Flavio
----------------------------------------
http://www.oraclequirks.com
This discussion has been closed.