Hi,

We are using 3 identical solaris 10 servers for 3 jboss nodes.  In one of the 
nodes jboss throws the following exception while start.  This is the node which 
when isolated from the cluster, the application works fine.  I have setup all 
the 3 nodes in identical way.. I don't know what makes one of the jboss 
instance throw this exception... Please suggest/help.

Thanks & Regards,
-GnanaShekar-

2005-08-18 09:45:45,896 DEBUG [org.jboss.iiop.CorbaORBService] Ignoring 
sunJDK14IsLocalBugFix=true due to inability to load 
org.jboss.iiop.SunJDK14IsLocalBugFix
java.lang.ClassNotFoundException: Unexpected error during load of: 
org.jboss.iiop.SunJDK14IsLocalBugFix, 
msg=com/sun/corba/se/internal/iiop/ShutdownUtilDelegate
        at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:512)


2005-08-18 09:45:55,069 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could 
not create table with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID INTEGER 
NOT NULL, DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), 
MESSAGEBLOB OBJECT, PRIMARY KEY (MESSAGEID, DESTINATION) )
java.sql.SQLException: Table already exists: JMS_MESSAGES in statement [CREATE 
CACHED TABLE JMS_MESSAGES]
        at org.hsqldb.jdbc.Util.throwError(Unknown Source)
        at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

2005-08-18 09:45:55,071 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could 
not create table with SQL: CREATE CACHED TABLE JMS_TRANSACTIONS ( TXID INTEGER, 
PRIMARY KEY (TXID) )
java.sql.SQLException: Table already exists: JMS_TRANSACTIONS in statement 
[CREATE CACHED TABLE JMS_TRANSACTIONS]
        at org.hsqldb.jdbc.Util.throwError(Unknown Source)
        at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890554#3890554

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890554


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to