Home » Infrastructure » Linux » install oracle9i on linux redhat8.0
install oracle9i on linux redhat8.0 [message #97905] Thu, 22 May 2003 06:17 Go to next message
steph
Messages: 15
Registered: July 2002
Junior Member
I try to install oracle9i on linux redhat8.0

when i start to install whith ./runInstaller
i get this message:
Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait...

sun.io.MalformedInputException

What can i do

Thanks for help
Re: install oracle9i on linux redhat8.0 [message #97907 is a reply to message #97905] Thu, 22 May 2003 06:55 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
I have never come across this.
can you please post the exact error message?
and is there any NLS_LANG defined in your environment.
Re: install oracle9i on linux redhat8.0 [message #97908 is a reply to message #97907] Thu, 22 May 2003 07:05 Go to previous messageGo to next message
steph
Messages: 15
Registered: July 2002
Junior Member
steh message is :

[[oracle@oracle cdrom]]$ ./runInstaller
[[oracle@oracle cdrom]]$ Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait...
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:114)
at java.io.InputStreamReader.convertInto(InputStreamReader.java)
at java.io.InputStreamReader.fill(InputStreamReader.java)
at java.io.InputStreamReader.read(InputStreamReader.java)
at java.io.BufferedReader.fill(BufferedReader.java)
at java.io.BufferedReader.readLine(BufferedReader.java)
at oracle.help.engine.TOCEngine.parseTOC(Unknown Source)
at oracle.help.engine.TOCEngine.createDataObject(Unknown Source)
at oracle.help.engine.TOCEngine.createDataObject(Unknown Source)
at oracle.help.common.View.getViewData(Unknown Source)
at oracle.help.navigator.tocNavigator.RootItemDataSource._getTopicTree(Unknown Source)
at oracle.help.navigator.tocNavigator.RootItemDataSource._createNodeInfos(Unknown Source)
at oracle.help.navigator.tocNavigator.RootItemDataSource.addTOCView(Unknown Source)
at oracle.help.navigator.tocNavigator.TOCTree.addTOCView(Unknown Source)
at oracle.help.navigator.tocNavigator.TOCNavigator.addView(Unknown Source)
at oracle.help.Help._createNavigatorForView(Unknown Source)
at oracle.help.Help._createNavigatorsForBook(Unknown Source)
at oracle.help.Help.addBook(Unknown Source)
at oracle.sysman.oii.oiix.OiixHelp.addInstHelp(OiixHelp.java:298)
at oracle.sysman.oii.oiic.OiicInstaller.init(OiicInstaller.java:279)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:472)
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:114)
at java.io.InputStreamReader.convertInto(InputStreamReader.java)
at java.io.InputStreamReader.fill(InputStreamReader.java)
at java.io.InputStreamReader.read(InputStreamReader.java)
at java.io.BufferedReader.fill(BufferedReader.java)
at java.io.BufferedReader.readLine(BufferedReader.java)
at oracle.help.engine.TOKEngine.parseTOK(Unknown Source)
at oracle.help.engine.TOKEngine.createDataObject(Unknown Source)
at oracle.help.engine.TOKEngine.createDataObject(Unknown Source)
at oracle.help.common.View.getViewData(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource._getTopicTree(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource._addViewItems(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource.access$0(Unknown Source)
at oracle.help.navigator.keywordNavigator.KeywordDataSource$KeywordMergeTask.runTask(Unknown Source)
at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
at oracle.ewt.timer.Timer.doRun(Unknown Source)
at oracle.ewt.timer.Timer.run(Unknown Source)
at java.lang.Thread.run(Thread.java)
Re: install oracle9i on linux redhat8.0 [message #97909 is a reply to message #97908] Thu, 22 May 2003 08:18 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
I beleive , there is something wrong with the NLS_LANG
or any other parmater / variable set.
the application is trying to use unicode. it should be using ANSI encoding.
i have no idea how to set this.
FYI,
sun/io/MalformedInputException.class  is a class file in classes.zip.
ARE U USING THE RIGHT class files in your env?
Make sure u have your profile defined something like this with classes12.jar
export ORACLE_HOME=/.../app/oracle/product/9.2.0
export ORACLE_BASE=/.../app/oracle/admin
export ORACLE_TERM=xterm
export ORACLE_SID= something
export PATH=$PATH:$ORACLE_HOME/bin:/usr/bin:/usr/local/java/bin
export CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib
export CLASSPATH=$CLASSPATH:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib:$ORACLE_HOME/jdbc/classes12.jar
export CLASSPATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib

Previous Topic: patch for oracle8i on Pentium4
Next Topic: partition delete conflict
Goto Forum:
  


Current Time: Wed Apr 24 09:44:01 CDT 2024