openjms 0.7.7 beta problem with derby server
[email protected] Sun, 23 Mar 2014 03:15:18 +0000 (UTC)
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <[email protected]> |
--===============8107931439106139941==
Content-Type: multipart/alternative;
boundary="----=_Part_2073905_1781022766.1395544518262"
------=_Part_2073905_1781022766.1395544518262
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
I am using derby standalone server 10.9.1.0 along with jms 0.7.7 beta.
When I start the JMS server I get the following exception. I have also included the corresponding Derby error log output.
Has anyone seen this or know of a fix or work-around?
Here's the Derby log segment, notice the offending insert statement in to the destinations table:
Thu Mar 20 08:15:24 EDT 2014 Thread[DRDAConnThread_3,5,main] (XID = 412), (SESSIONID = 10), (DATABASE = openjmsdb), (DRDAID = ????????.???-939562076942445192{9}), Failed Statement is: insert into destinations (name, isqueue, destinationid) values (?, ?, ?) with 3 parameters begin parameter #1: gndcon_q :end parameter begin parameter #2: true :end parameter begin parameter #3: 1 :end parameter
ERROR 22001: A truncation error was encountered trying to shrink CHAR 'true' to length 1.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.types.SQLChar.hasNonBlankChars(Unknown Source)
at org.apache.derby.iapi.types.SQLChar.normalize(Unknown Source)
at org.apache.derby.iapi.types.SQLChar.normalize(Unknown Source)
at org.apache.derby.iapi.types.DataTypeDescriptor.normalize(Unknown Source)
at org.apache.derby.impl.sql.execute.NormalizeResultSet.normalizeColumn(Unknown Source)
at org.apache.derby.impl.sql.execute.NormalizeResultSet.normalizeRow(Unknown Source)
at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.InsertResultSet.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.execute(Unknown Source)
at org.apache.derby.impl.drda.DRDAStatement.execute(Unknown Source)
at org.apache.derby.impl.drda.DRDAConnThread.parseEXCSQLSTTobjects(Unknown Source)
at org.apache.derby.impl.drda.DRDAConnThread.parseEXCSQLSTT(Unknown Source)
at org.apache.derby.impl.drda.DRDAConnThread.processCommands(Unknown Source)
at org.apache.derby.impl.drda.DRDAConnThread.run(Unknown Source)
It appears that parameter 2 was meant to be a boolean value.
Here's the exception from JMS:
OpenJMS 0.7.7-beta-1
The OpenJMS Group. (C) 1999-2007. All rights reserved.
http://openjms.sourceforge.net
23:13:21.720 ERROR [main] - Failed to create persistent destination topic1
org.exolab.jms.persistence.PersistenceException: Destinations.add failed with ja
va.sql.SQLDataException: A truncation error was encountered trying to shrink CHA
R 'false' to length 1.
at org.exolab.jms.persistence.Destinations.add(Destinations.java:134)
at org.exolab.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j
ava:583)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:620)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureTopics(Des
tinationConfigurator.java:149)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:129)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.726 ERROR [main] - Failed to register persistent topic topic1
javax.jms.JMSException: Failed to create persistent destination topic1: Destinat
ions.add failed with java.sql.SQLDataException: A truncation error was encounter
ed trying to shrink CHAR 'false' to length 1.
at org.exolab.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM
anagerImpl.java:784)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:623)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureTopics(Des
tinationConfigurator.java:149)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:129)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.740 ERROR [main] - Failed to create persistent destination queue1
org.exolab.jms.persistence.PersistenceException: Destinations.add failed with ja
va.sql.SQLDataException: A truncation error was encountered trying to shrink CHA
R 'true' to length 1.
at org.exolab.jms.persistence.Destinations.add(Destinations.java:134)
at org.exolab.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j
ava:583)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:620)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.751 ERROR [main] - Failed to register persistent queue queue1
javax.jms.JMSException: Failed to create persistent destination queue1: Destinat
ions.add failed with java.sql.SQLDataException: A truncation error was encounter
ed trying to shrink CHAR 'true' to length 1.
at org.exolab.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM
anagerImpl.java:784)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:623)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.772 ERROR [main] - Failed to create persistent destination queue2
org.exolab.jms.persistence.PersistenceException: Destinations.add failed with ja
va.sql.SQLDataException: A truncation error was encountered trying to shrink CHA
R 'true' to length 1.
at org.exolab.jms.persistence.Destinations.add(Destinations.java:134)
at org.exolab.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j
ava:583)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:620)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.782 ERROR [main] - Failed to register persistent queue queue2
javax.jms.JMSException: Failed to create persistent destination queue2: Destinat
ions.add failed with java.sql.SQLDataException: A truncation error was encounter
ed trying to shrink CHAR 'true' to length 1.
at org.exolab.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM
anagerImpl.java:784)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:623)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.792 ERROR [main] - Failed to create persistent destination queue3
org.exolab.jms.persistence.PersistenceException: Destinations.add failed with ja
va.sql.SQLDataException: A truncation error was encountered trying to shrink CHA
R 'true' to length 1.
at org.exolab.jms.persistence.Destinations.add(Destinations.java:134)
at org.exolab.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j
ava:583)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:620)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.802 ERROR [main] - Failed to register persistent queue queue3
javax.jms.JMSException: Failed to create persistent destination queue3: Destinat
ions.add failed with java.sql.SQLDataException: A truncation error was encounter
ed trying to shrink CHAR 'true' to length 1.
at org.exolab.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM
anagerImpl.java:784)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:623)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.813 ERROR [main] - Failed to create persistent destination refinery_q
org.exolab.jms.persistence.PersistenceException: Destinations.add failed with ja
va.sql.SQLDataException: A truncation error was encountered trying to shrink CHA
R 'true' to length 1.
at org.exolab.jms.persistence.Destinations.add(Destinations.java:134)
at org.exolab.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j
ava:583)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:620)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.831 ERROR [main] - Failed to register persistent queue refinery_q
javax.jms.JMSException: Failed to create persistent destination refinery_q: Dest
inations.add failed with java.sql.SQLDataException: A truncation error was encou
ntered trying to shrink CHAR 'true' to length 1.
at org.exolab.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM
anagerImpl.java:784)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:623)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.841 ERROR [main] - Failed to create persistent destination gndcon_q
org.exolab.jms.persistence.PersistenceException: Destinations.add failed with ja
va.sql.SQLDataException: A truncation error was encountered trying to shrink CHA
R 'true' to length 1.
at org.exolab.jms.persistence.Destinations.add(Destinations.java:134)
at org.exolab.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j
ava:583)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:620)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.852 ERROR [main] - Failed to register persistent queue gndcon_q
javax.jms.JMSException: Failed to create persistent destination gndcon_q: Destin
ations.add failed with java.sql.SQLDataException: A truncation error was encount
ered trying to shrink CHAR 'true' to length 1.
at org.exolab.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM
anagerImpl.java:784)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest
ination(DestinationManagerImpl.java:623)
at org.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De
stinationManagerImpl.java:278)
at org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des
tinationConfigurator.java:180)
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination
Configurator.java:130)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176
)
at org.exolab.jms.service.Service.start(Service.java:97)
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)
23:13:21.953 INFO [main] - Server accepting connections on tcp://192.168.1.20:3
035/
23:13:21.957 INFO [main] - JNDI service accepting connections on tcp://192.168.
1.20:3035/
23:13:21.960 INFO [main] - Admin service accepting connections on tcp://192.168
.1.20:3035/
23:13:22.032 INFO [main] - Server accepting connections on rmi://192.168.1.20:1
099/
23:13:22.034 INFO [main] - JNDI service accepting connections on rmi://192.168.
1.20:1099/
23:13:22.035 INFO [main] - Admin service accepting connections on rmi://192.168
.1.20:1099/
------=_Part_2073905_1781022766.1395544518262
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<html><body><div style=3D"font-family: Arial; font-size: 12pt; color: #0000=
00"><div aria-label=3D"Compose body">I am using derby standalone server 10.=
9.1.0 along with jms 0.7.7 beta.<br></div><div aria-label=3D"Compose body">=
When I start the JMS server I get the following exception. I have also incl=
uded the corresponding Derby error log output.<br></div><div aria-label=3D"=
Compose body">Has anyone seen this or know of a fix or work-around?<br></di=
v><div aria-label=3D"Compose body"><br></div><div aria-label=3D"Compose bod=
y">Here's the Derby log segment, notice the offending insert statement in t=
o the destinations table:<br></div><div aria-label=3D"Compose body"><br></d=
iv><div aria-label=3D"Compose body">Thu Mar 20 08:15:24 EDT 2014 Thread[DRD=
AConnThread_3,5,main] (XID =3D 412), (SESSIONID =3D 10), (DATABASE =3D open=
jmsdb), (DRDAID =3D ????????.???-939562076942445192{9}), Failed Statement i=
s: insert into destinations (name, isqueue, destinationid) values (?, ?, ?)=
with 3 parameters begin parameter #1: gndcon_q :end parameter begin parame=
ter #2: true :end parameter begin parameter #3: 1 :end parameter <br>ERROR =
22001: A truncation error was encountered trying to shrink CHAR 'true' to l=
ength 1.<br> at org.apache.derby.iapi.error.StandardExcep=
tion.newException(Unknown Source)<br> at org.apache.derby=
.iapi.types.SQLChar.hasNonBlankChars(Unknown Source)<br> =
at org.apache.derby.iapi.types.SQLChar.normalize(Unknown Source)<br> &=
nbsp; at org.apache.derby.iapi.types.SQLChar.normalize(Unknown Source=
)<br> at org.apache.derby.iapi.types.DataTypeDescriptor.n=
ormalize(Unknown Source)<br> at org.apache.derby.impl.sql=
.execute.NormalizeResultSet.normalizeColumn(Unknown Source)<br> =
at org.apache.derby.impl.sql.execute.NormalizeResultSet.normalizeRow=
(Unknown Source)<br> at org.apache.derby.impl.sql.execute=
.NormalizeResultSet.getNextRowCore(Unknown Source)<br> at=
org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(Unknown=
Source)<br> at org.apache.derby.impl.sql.execute.InsertR=
esultSet.open(Unknown Source)<br> at org.apache.derby.imp=
l.sql.GenericPreparedStatement.executeStmt(Unknown Source)<br> =
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown=
Source)<br> at org.apache.derby.impl.jdbc.EmbedStatement=
.executeStatement(Unknown Source)<br> at org.apache.derby=
.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)<br> =
; at org.apache.derby.impl.jdbc.EmbedPreparedStatement.execute(=
Unknown Source)<br> at org.apache.derby.impl.drda.DRDASta=
tement.execute(Unknown Source)<br> at org.apache.derby.im=
pl.drda.DRDAConnThread.parseEXCSQLSTTobjects(Unknown Source)<br>  =
; at org.apache.derby.impl.drda.DRDAConnThread.parseEXCSQLSTT(Unknown=
Source)<br> at org.apache.derby.impl.drda.DRDAConnThread=
.processCommands(Unknown Source)<br> at org.apache.derby.=
impl.drda.DRDAConnThread.run(Unknown Source)<br><br></div><div aria-label=
=3D"Compose body"> It appears that parameter 2 was meant to be =
a boolean value.<br></div><div aria-label=3D"Compose body"><br></div><div a=
ria-label=3D"Compose body"> Here's the exception from JMS:<br></div><=
div aria-label=3D"Compose body"><br></div><div aria-label=3D"Compose body">=
OpenJMS 0.7.7-beta-1<br>The OpenJMS Group. (C) 1999-2007. All rights reserv=
ed.<br>http://openjms.sourceforge.net<br>23:13:21.720 ERROR [main] - Failed=
to create persistent destination topic1<br>org.exolab.jms.persistence.Pers=
istenceException: Destinations.add failed with ja<br>va.sql.SQLDataExceptio=
n: A truncation error was encountered trying to shrink CHA<br>R 'false' to =
length 1.<br> at org.exolab.jms.p=
ersistence.Destinations.add(Destinations.java:134)<br> &nb=
sp; at org.exolab.jms.persistence.RDBMSAdapter.addDestina=
tion(RDBMSAdapter.j<br>ava:583)<br> &nbs=
p; at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest=
<br>ination(DestinationManagerImpl.java:620)<br> &nb=
sp; at org.exolab.jms.messagemgr.DestinationManagerImpl.createD=
estination(De<br>stinationManagerImpl.java:278)<br> =
at org.exolab.jms.messagemgr.DestinationConfigurator.con=
figureTopics(Des<br>tinationConfigurator.java:149)<br> &nb=
sp; at org.exolab.jms.messagemgr.DestinationConfigurator.=
doStart(Destination<br>Configurator.java:129)<br> &n=
bsp; at org.exolab.jms.service.Service.start(Service.java:97)<b=
r> at org.exolab.jms.service.Serv=
iceManager.doStart(ServiceManager.java:176<br>)<br> =
at org.exolab.jms.service.Service.start(Service.java:97)=
<br> at org.exolab.jms.server.Jms=
Server.init(JmsServer.java:146)<br> &nbs=
p; at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)<br>23:13:21.=
726 ERROR [main] - Failed to register persistent topic topic1<br>javax.jms.=
JMSException: Failed to create persistent destination topic1: Destinat<br>i=
ons.add failed with java.sql.SQLDataException: A truncation error was encou=
nter<br>ed trying to shrink CHAR 'false' to length 1.<br> =
at org.exolab.jms.messagemgr.DestinationManagerImp=
l.cleanup(DestinationM<br>anagerImpl.java:784)<br> &=
nbsp; at org.exolab.jms.messagemgr.DestinationManagerImpl.creat=
ePersistentDest<br>ination(DestinationManagerImpl.java:623)<br> =
at org.exolab.jms.messagemgr.DestinationMana=
gerImpl.createDestination(De<br>stinationManagerImpl.java:278)<br> &nb=
sp; at org.exolab.jms.messagemgr.DestinationC=
onfigurator.configureTopics(Des<br>tinationConfigurator.java:149)<br> =
at org.exolab.jms.messagemgr.Destinati=
onConfigurator.doStart(Destination<br>Configurator.java:129)<br>  =
; at org.exolab.jms.service.Service.start(Ser=
vice.java:97)<br> at org.exolab.j=
ms.service.ServiceManager.doStart(ServiceManager.java:176<br>)<br> &nb=
sp; at org.exolab.jms.service.Service.start(S=
ervice.java:97)<br> at org.exolab=
.jms.server.JmsServer.init(JmsServer.java:146)<br> &=
nbsp; at org.exolab.jms.server.JmsServer.main(JmsServer.java:17=
8)<br>23:13:21.740 ERROR [main] - Failed to create persistent destination q=
ueue1<br>org.exolab.jms.persistence.PersistenceException: Destinations.add =
failed with ja<br>va.sql.SQLDataException: A truncation error was encounter=
ed trying to shrink CHA<br>R 'true' to length 1.<br>  =
; at org.exolab.jms.persistence.Destinations.add(Destinat=
ions.java:134)<br> at org.exolab.=
jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j<br>ava:583)<br>&=
nbsp; at org.exolab.jms.messagemgr.Dest=
inationManagerImpl.createPersistentDest<br>ination(DestinationManagerImpl.j=
ava:620)<br> at org.exolab.jms.me=
ssagemgr.DestinationManagerImpl.createDestination(De<br>stinationManagerImp=
l.java:278)<br> at org.exolab.jms=
.messagemgr.DestinationConfigurator.configureQueues(Des<br>tinationConfigur=
ator.java:180)<br> at org.exolab.=
jms.messagemgr.DestinationConfigurator.doStart(Destination<br>Configurator.=
java:130)<br> at org.exolab.jms.s=
ervice.Service.start(Service.java:97)<br> &nbs=
p; at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.ja=
va:176<br>)<br> at org.exolab.jms=
.service.Service.start(Service.java:97)<br> &n=
bsp; at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)<br>&=
nbsp; at org.exolab.jms.server.JmsServe=
r.main(JmsServer.java:178)<br>23:13:21.751 ERROR [main] - Failed to registe=
r persistent queue queue1<br>javax.jms.JMSException: Failed to create persi=
stent destination queue1: Destinat<br>ions.add failed with java.sql.SQLData=
Exception: A truncation error was encounter<br>ed trying to shrink CHAR 'tr=
ue' to length 1.<br> at org.exola=
b.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM<br>anagerImpl.=
java:784)<br> at org.exolab.jms.m=
essagemgr.DestinationManagerImpl.createPersistentDest<br>ination(Destinatio=
nManagerImpl.java:623)<br> at org=
.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De<br>stina=
tionManagerImpl.java:278)<br> at =
org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des<br>ti=
nationConfigurator.java:180)<br> =
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination<br=
>Configurator.java:130)<br> at or=
g.exolab.jms.service.Service.start(Service.java:97)<br> &n=
bsp; at org.exolab.jms.service.ServiceManager.doStart(Ser=
viceManager.java:176<br>)<br> at =
org.exolab.jms.service.Service.start(Service.java:97)<br> =
at org.exolab.jms.server.JmsServer.init(JmsServer.=
java:146)<br> at org.exolab.jms.s=
erver.JmsServer.main(JmsServer.java:178)<br>23:13:21.772 ERROR [main] - Fai=
led to create persistent destination queue2<br>org.exolab.jms.persistence.P=
ersistenceException: Destinations.add failed with ja<br>va.sql.SQLDataExcep=
tion: A truncation error was encountered trying to shrink CHA<br>R 'true' t=
o length 1.<br> at org.exolab.jms=
.persistence.Destinations.add(Destinations.java:134)<br> &=
nbsp; at org.exolab.jms.persistence.RDBMSAdapter.addDesti=
nation(RDBMSAdapter.j<br>ava:583)<br> &n=
bsp; at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDe=
st<br>ination(DestinationManagerImpl.java:620)<br> &=
nbsp; at org.exolab.jms.messagemgr.DestinationManagerImpl.creat=
eDestination(De<br>stinationManagerImpl.java:278)<br> &nbs=
p; at org.exolab.jms.messagemgr.DestinationConfigurator.c=
onfigureQueues(Des<br>tinationConfigurator.java:180)<br> &=
nbsp; at org.exolab.jms.messagemgr.DestinationConfigurato=
r.doStart(Destination<br>Configurator.java:130)<br> =
at org.exolab.jms.service.Service.start(Service.java:97)=
<br> at org.exolab.jms.service.Se=
rviceManager.doStart(ServiceManager.java:176<br>)<br> &nbs=
p; at org.exolab.jms.service.Service.start(Service.java:9=
7)<br> at org.exolab.jms.server.J=
msServer.init(JmsServer.java:146)<br> &n=
bsp; at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)<br>23:13:2=
1.782 ERROR [main] - Failed to register persistent queue queue2<br>javax.jm=
s.JMSException: Failed to create persistent destination queue2: Destinat<br=
>ions.add failed with java.sql.SQLDataException: A truncation error was enc=
ounter<br>ed trying to shrink CHAR 'true' to length 1.<br>  =
; at org.exolab.jms.messagemgr.DestinationManagerIm=
pl.cleanup(DestinationM<br>anagerImpl.java:784)<br> =
at org.exolab.jms.messagemgr.DestinationManagerImpl.crea=
tePersistentDest<br>ination(DestinationManagerImpl.java:623)<br>  =
; at org.exolab.jms.messagemgr.DestinationMan=
agerImpl.createDestination(De<br>stinationManagerImpl.java:278)<br> &n=
bsp; at org.exolab.jms.messagemgr.Destination=
Configurator.configureQueues(Des<br>tinationConfigurator.java:180)<br> =
; at org.exolab.jms.messagemgr.Destinat=
ionConfigurator.doStart(Destination<br>Configurator.java:130)<br> &nbs=
p; at org.exolab.jms.service.Service.start(Se=
rvice.java:97)<br> at org.exolab.=
jms.service.ServiceManager.doStart(ServiceManager.java:176<br>)<br> &n=
bsp; at org.exolab.jms.service.Service.start(=
Service.java:97)<br> at org.exola=
b.jms.server.JmsServer.init(JmsServer.java:146)<br> =
at org.exolab.jms.server.JmsServer.main(JmsServer.java:1=
78)<br>23:13:21.792 ERROR [main] - Failed to create persistent destination =
queue3<br>org.exolab.jms.persistence.PersistenceException: Destinations.add=
failed with ja<br>va.sql.SQLDataException: A truncation error was encounte=
red trying to shrink CHA<br>R 'true' to length 1.<br> &nbs=
p; at org.exolab.jms.persistence.Destinations.add(Destina=
tions.java:134)<br> at org.exolab=
.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j<br>ava:583)<br>=
at org.exolab.jms.messagemgr.Des=
tinationManagerImpl.createPersistentDest<br>ination(DestinationManagerImpl.=
java:620)<br> at org.exolab.jms.m=
essagemgr.DestinationManagerImpl.createDestination(De<br>stinationManagerIm=
pl.java:278)<br> at org.exolab.jm=
s.messagemgr.DestinationConfigurator.configureQueues(Des<br>tinationConfigu=
rator.java:180)<br> at org.exolab=
.jms.messagemgr.DestinationConfigurator.doStart(Destination<br>Configurator=
.java:130)<br> at org.exolab.jms.=
service.Service.start(Service.java:97)<br> &nb=
sp; at org.exolab.jms.service.ServiceManager.doStart(ServiceManager.j=
ava:176<br>)<br> at org.exolab.jm=
s.service.Service.start(Service.java:97)<br> &=
nbsp; at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)<br>=
at org.exolab.jms.server.JmsServ=
er.main(JmsServer.java:178)<br>23:13:21.802 ERROR [main] - Failed to regist=
er persistent queue queue3<br>javax.jms.JMSException: Failed to create pers=
istent destination queue3: Destinat<br>ions.add failed with java.sql.SQLDat=
aException: A truncation error was encounter<br>ed trying to shrink CHAR 't=
rue' to length 1.<br> at org.exol=
ab.jms.messagemgr.DestinationManagerImpl.cleanup(DestinationM<br>anagerImpl=
.java:784)<br> at org.exolab.jms.=
messagemgr.DestinationManagerImpl.createPersistentDest<br>ination(Destinati=
onManagerImpl.java:623)<br> at or=
g.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De<br>stin=
ationManagerImpl.java:278)<br> at=
org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des<br>t=
inationConfigurator.java:180)<br> =
at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination<b=
r>Configurator.java:130)<br> at o=
rg.exolab.jms.service.Service.start(Service.java:97)<br> &=
nbsp; at org.exolab.jms.service.ServiceManager.doStart(Se=
rviceManager.java:176<br>)<br> at=
org.exolab.jms.service.Service.start(Service.java:97)<br>  =
; at org.exolab.jms.server.JmsServer.init(JmsServer=
.java:146)<br> at org.exolab.jms.=
server.JmsServer.main(JmsServer.java:178)<br>23:13:21.813 ERROR [main] - Fa=
iled to create persistent destination refinery_q<br>org.exolab.jms.persiste=
nce.PersistenceException: Destinations.add failed with ja<br>va.sql.SQLData=
Exception: A truncation error was encountered trying to shrink CHA<br>R 'tr=
ue' to length 1.<br> at org.exola=
b.jms.persistence.Destinations.add(Destinations.java:134)<br> &n=
bsp; at org.exolab.jms.persistence.RDBMSAdapter.add=
Destination(RDBMSAdapter.j<br>ava:583)<br> &nb=
sp; at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersist=
entDest<br>ination(DestinationManagerImpl.java:620)<br> &n=
bsp; at org.exolab.jms.messagemgr.DestinationManagerImpl.=
createDestination(De<br>stinationManagerImpl.java:278)<br>  =
; at org.exolab.jms.messagemgr.DestinationConfigura=
tor.configureQueues(Des<br>tinationConfigurator.java:180)<br> &n=
bsp; at org.exolab.jms.messagemgr.DestinationConfig=
urator.doStart(Destination<br>Configurator.java:130)<br> &=
nbsp; at org.exolab.jms.service.Service.start(Service.jav=
a:97)<br> at org.exolab.jms.servi=
ce.ServiceManager.doStart(ServiceManager.java:176<br>)<br>  =
; at org.exolab.jms.service.Service.start(Service.j=
ava:97)<br> at org.exolab.jms.ser=
ver.JmsServer.init(JmsServer.java:146)<br> &nb=
sp; at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)<br>23=
:13:21.831 ERROR [main] - Failed to register persistent queue refinery_q<br=
>javax.jms.JMSException: Failed to create persistent destination refinery_q=
: Dest<br>inations.add failed with java.sql.SQLDataException: A truncation =
error was encou<br>ntered trying to shrink CHAR 'true' to length 1.<br>&nbs=
p; at org.exolab.jms.messagemgr.Destina=
tionManagerImpl.cleanup(DestinationM<br>anagerImpl.java:784)<br>  =
; at org.exolab.jms.messagemgr.DestinationMan=
agerImpl.createPersistentDest<br>ination(DestinationManagerImpl.java:623)<b=
r> at org.exolab.jms.messagemgr.D=
estinationManagerImpl.createDestination(De<br>stinationManagerImpl.java:278=
)<br> at org.exolab.jms.messagemg=
r.DestinationConfigurator.configureQueues(Des<br>tinationConfigurator.java:=
180)<br> at org.exolab.jms.messag=
emgr.DestinationConfigurator.doStart(Destination<br>Configurator.java:130)<=
br> at org.exolab.jms.service.Ser=
vice.start(Service.java:97)<br> a=
t org.exolab.jms.service.ServiceManager.doStart(ServiceManager.java:176<br>=
)<br> at org.exolab.jms.service.S=
ervice.start(Service.java:97)<br> =
at org.exolab.jms.server.JmsServer.init(JmsServer.java:146)<br>  =
; at org.exolab.jms.server.JmsServer.main(Jms=
Server.java:178)<br>23:13:21.841 ERROR [main] - Failed to create persistent=
destination gndcon_q<br>org.exolab.jms.persistence.PersistenceException: D=
estinations.add failed with ja<br>va.sql.SQLDataException: A truncation err=
or was encountered trying to shrink CHA<br>R 'true' to length 1.<br> &=
nbsp; at org.exolab.jms.persistence.Destinati=
ons.add(Destinations.java:134)<br>  =
; at org.exolab.jms.persistence.RDBMSAdapter.addDestination(RDBMSAdapter.j<=
br>ava:583)<br> at org.exolab.jms=
.messagemgr.DestinationManagerImpl.createPersistentDest<br>ination(Destinat=
ionManagerImpl.java:620)<br> at o=
rg.exolab.jms.messagemgr.DestinationManagerImpl.createDestination(De<br>sti=
nationManagerImpl.java:278)<br> a=
t org.exolab.jms.messagemgr.DestinationConfigurator.configureQueues(Des<br>=
tinationConfigurator.java:180)<br>  =
; at org.exolab.jms.messagemgr.DestinationConfigurator.doStart(Destination<=
br>Configurator.java:130)<br> at =
org.exolab.jms.service.Service.start(Service.java:97)<br> =
at org.exolab.jms.service.ServiceManager.doStart(S=
erviceManager.java:176<br>)<br> a=
t org.exolab.jms.service.Service.start(Service.java:97)<br> &nbs=
p; at org.exolab.jms.server.JmsServer.init(JmsServe=
r.java:146)<br> at org.exolab.jms=
.server.JmsServer.main(JmsServer.java:178)<br>23:13:21.852 ERROR [main] - F=
ailed to register persistent queue gndcon_q<br>javax.jms.JMSException: Fail=
ed to create persistent destination gndcon_q: Destin<br>ations.add failed w=
ith java.sql.SQLDataException: A truncation error was encount<br>ered tryin=
g to shrink CHAR 'true' to length 1.<br>  =
; at org.exolab.jms.messagemgr.DestinationManagerImpl.cleanup(Destina=
tionM<br>anagerImpl.java:784)<br> =
at org.exolab.jms.messagemgr.DestinationManagerImpl.createPersistentDest<b=
r>ination(DestinationManagerImpl.java:623)<br>  =
; at org.exolab.jms.messagemgr.DestinationManagerImpl.createDes=
tination(De<br>stinationManagerImpl.java:278)<br> &n=
bsp; at org.exolab.jms.messagemgr.DestinationConfigurator.confi=
gureQueues(Des<br>tinationConfigurator.java:180)<br>  =
; at org.exolab.jms.messagemgr.DestinationConfigurator.do=
Start(Destination<br>Configurator.java:130)<br> &nbs=
p; at org.exolab.jms.service.Service.start(Service.java:97)<br>=
at org.exolab.jms.service.Servic=
eManager.doStart(ServiceManager.java:176<br>)<br> &n=
bsp; at org.exolab.jms.service.Service.start(Service.java:97)<b=
r> at org.exolab.jms.server.JmsSe=
rver.init(JmsServer.java:146)<br> =
at org.exolab.jms.server.JmsServer.main(JmsServer.java:178)<br>23:13:21.95=
3 INFO [main] - Server accepting connections on tcp://192.168.1.20:3<=
br>035/<br>23:13:21.957 INFO [main] - JNDI service accepting connecti=
ons on tcp://192.168.<br>1.20:3035/<br>23:13:21.960 INFO [main] - Adm=
in service accepting connections on tcp://192.168<br>.1.20:3035/<br>23:13:2=
2.032 INFO [main] - Server accepting connections on rmi://192.168.1.2=
0:1<br>099/<br>23:13:22.034 INFO [main] - JNDI service accepting conn=
ections on rmi://192.168.<br>1.20:1099/<br>23:13:22.035 INFO [main] -=
Admin service accepting connections on rmi://192.168<br>.1.20:1099/<br><br=
></div><div aria-label=3D"Compose body"><br></div><div aria-label=3D"Compos=
e body"><br></div></div></body></html>
------=_Part_2073905_1781022766.1395544518262--
--===============8107931439106139941==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
--===============8107931439106139941==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
openjms-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openjms-user
--===============8107931439106139941==--