Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I/O Error with Unbreakable Linux on VMWARE

user571841Apr 27 2007 — edited May 2 2007
Hallo,

I need a little bit help.
We are using a Version of "unbreakable Linux" for a Installation of E-Business Suite
for Demonstration Purposes (in fact we ant to do an upgrade from 11.0.3 E-Business-Suite to 11i) on VMWare.

After Installation we ran into the Bug "Read-Only-Filesystem after Path-Failover",
which meant, that after random I/O - Errors the filesystem was automatically remounted in read-only-mode (which also meant that the database crashed at the same time).

After Downloading several Patches we are now on the following level:
2.6.9-42.0.10.0.1.ELsmp #1 SMP Tue Feb 27 12:25:04 PST 2007 i686 i686 i386 GNU/Linux.

Now the filesystem isn't remounted in read-only-mode, nevertheless we occasionally
get the following errors (/var/log/messages)

Apr 26 23:33:45 appstraining kernel: SCSI error : <0 0 0 0> return code = 0x20008
Apr 26 23:33:45 appstraining kernel: end_request: I/O error, dev sda, sector 309473637
Apr 26 23:33:45 appstraining kernel: Buffer I/O error on device dm-0, logical block 38658051
Apr 26 23:33:45 appstraining kernel: lost page write due to I/O error on dm-0

Consequently we get defect Blocks and Control-Files for example and database -crashes.

I didn't find any new Patches using Up2date.

Who can help?

Comments

Can you try with latest version of 1.8 java

Java SE Development Kit 8 - Downloads

user11980779

#echo $JAVA_HOME

/u01/orabin/system/sqlcl/jdk_8u162/jdk1.8.0_162

#which java

/u01/orabin/system/sqlcl/jdk_8u162/jdk1.8.0_162/bin/java

#java -version

java version "1.8.0_162"

Java(TM) SE Runtime Environment (build 1.8.0_162-b12)

Java HotSpot(TM) 64-Bit Server VM (build 25.162-b12, mixed mode)

#/u01/orabin/system/sqlcl/dbtools-sqlcl-18.1.0/bin/sql

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path]

        at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182)

        at org.fusesource.hawtjni.runtime.Library.load(Library.java:140)

        at org.fusesource.jansi.internal.CLibrary.<clinit>(CLibrary.java:42)

        at org.fusesource.jansi.AnsiConsole.wrapOutputStream(AnsiConsole.java:48)

        at org.fusesource.jansi.AnsiConsole.<clinit>(AnsiConsole.java:38)

        at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.main(SqlCli.java:429)

user11980779

I do not get the "Access is denied"

Steve S.

I'm getting the same issue with sql 18.1.1 and java 1.8.0.72.

sql     

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path]

        at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182)

        at org.fusesource.hawtjni.runtime.Library.load(Library.java:140)

        at org.fusesource.jansi.internal.CLibrary.<clinit>(CLibrary.java:42)

        at org.fusesource.jansi.AnsiConsole.wrapOutputStream(AnsiConsole.java:48)

        at org.fusesource.jansi.AnsiConsole.<clinit>(AnsiConsole.java:38)

        at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.main(SqlCli.java:429)

java version "1.8.0_172"

Java(TM) SE Runtime Environment (build 1.8.0_172-b11)

Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)

Steve

user11980779

I´ve opened a SR and the engineer confirmed that there is an issue with jline.jar in 18.1 version.

Workaround: replace jline.jar from 18.1 by the one provided by 17.4

user11980779

The bug number is 28086841: SQLCL COMMAND FAILS TO START WITH ERROR JANSI (NOT FOUND IN JAVA.LIBRARY.PATH)

According to the engineer this bug should be fixed in upcoming 18.2 release

user11980779

issue not fixed in 18.2

bug note is now public and it says fixed in 18.3

user11980779

issue not fixed in 18.3 either

onedbguru

Yep, same problem in 18.3.0.259.2029

(Solaris 10)

unsupported major.minor version 52.0

OR

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path]

        at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182)

        at org.fusesource.hawtjni.runtime.Library.load(Library.java:140)

        at org.fusesource.jansi.internal.CLibrary.<clinit>(CLibrary.java:42)

        at org.fusesource.jansi.AnsiConsole.wrapOutputStream(AnsiConsole.java:48)

        at org.fusesource.jansi.AnsiConsole.<clinit>(AnsiConsole.java:38)

        at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.main(SqlCli.java:429)

java version "1.8.0_172"

Java(TM) SE Runtime Environment (build 1.8.0_172-b25)

Java HotSpot(TM) 64-Bit Server VM (build 25.172-b25, mixed mode)

1 - 10
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 30 2007
Added on Apr 27 2007
2 comments
1,726 views