I am currently using MySql. I am using the  mm.mysql-2.0.4-bin.jar
downloaded from mysql site as the DB driver on SOLARIS. Java version
being used is Java 1.2.1
I Tested using Test programs and i found everything to be fine.
Our application creates JVM in its address space and loads Java
programs.
When  i am trying to connect to MySql, the application crashes giving
this  exception.  Refer trace below.
I am finding this problem only on solaris, windows it works fine.
Please let me know, what the problem could be.
 

***********************************************************************
*** panic: symbol "ioctl" undefined
SIGABRT   6*   abort (generated by abort(3) routine)
    si_signo [6]: SIGABRT   6*   abort (generated by abort(3) routine)
    si_errno [0]: Error 0
    si_code [-1]: SI_LWP [pid: 4787, uid: 0]
        stackpointer=FB84EFC8
"Thread-3" (TID:0x8e60c4, sys_thread_t:0x8e6008, state:R, thread_t:
t@30, threadID:0xfb850000, stack_bottom:0xfb850000, stack_size:0x20000)
prio=5 *current thread*

[1] java.net.PlainSocketImpl.socketAvailable(Native Method)
[2] java.net.PlainSocketImpl.available(PlainSocketImpl.java:429)
[3] java.net.SocketInputStream.available(SocketInputStream.java:141)
[4] org.gjt.mm.mysql.MysqlIO.clearReceive(MysqlIO.java:972)
[5] org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:323)
[6] org.gjt.mm.mysql.Connection.connectionInit(Connection.java:261)
[7]
org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Connection.java:89)
[8] org.gjt.mm.mysql.Driver.connect(Driver.java:167)
[9] java.sql.DriverManager.getConnection(DriverManager.java:457)
[10] java.sql.DriverManager.getConnection(DriverManager.java:137)
[11] audit.server.SQLExecutor.connect(SQLExecutor.java:212)
[12] audit.server.SQLExecutor.<init>(SQLExecutor.java:185)
[13] audit.server.DatabaseManager.<init>(DatabaseM

rgds
Anis

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to