[jboss-user] [Remoting] - RMI from JBoss 4.3 to JBoss 4.2

2009-03-25 Thread boniek
I'm trying to invoke in JBoss 4.3 eap hand compiled, remote method on my bean 
that is deployed on JBoss 4.2 as, but I get following error:
anonymous wrote : 2009-03-25 14:46:54,309 ERROR 
[org.apache.catalina.core.ContainerBase] 
  | Servlet.service() for servlet FileServlet threw exception
  | java.lang.ClassCastException: 
  | org.jboss.serial.io.MarshalledObjectForLocalCalls cannot be cast to 
  | java.lang.Integer
  | at $Proxy208.addFile(Unknown Source)
  | at 
  | test.FileServlet.saveFile(FileServlet.java:204)
  | at 
  | test.FileServlet.service(FileServlet.java:117)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at 
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
  | 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
  | at 
  | 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
  | at 
  | 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
  | at 
  | 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  | at 
  | 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  | at 
  | 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
  | at 
  | 
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  | at 
  | 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
  | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
  | at 
  | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  | at 
  | 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  | at 
  | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
  | at java.lang.Thread.run(Thread.java:619)
Any ideas as to why it does not work? What can I do about it?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4220929#4220929

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220929
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - MBeanServer not registering java.lang:* MXBeans on jboss sta

2008-12-19 Thread boniek
Title pretty much sums it up. I'm using latest JBoss 4.2 (same on 4.3) on 
Solaris with 1.6 SUN JDK.
This is annoying as hell. My monitoring scripts get java.lang:blablabla is not 
registered and mxbean attributes are not available over snmp until I manually 
go to jmx-console. Can anyone help?:)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4197677#4197677

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4197677
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Remoting] - Re: Worker thread initialization failure

2008-11-14 Thread boniek
I think I tracked the problem. My load-balancer was probing port 3873 (one of 
many) to see if it is up or not to determine if machine is up and working. 
Probing was done by acquiring connection on this port and if succesful - 
closing it. Removing probe solved the problem. Thanks for translating exception 
for me:)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4189335#4189335

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4189335
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Remoting] - Worker thread initialization failure

2008-11-13 Thread boniek
Whenever I run jboss on my Solaris system i get following exceptions:

anonymous wrote : 2008-11-13 17:45:34,898 TRACE 
[org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] 
Sleeping...
  | 2008-11-13 17:45:35,997 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] process(): region: /_default_/
  | 2008-11-13 17:45:35,997 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] processed 0 node events in 
region: /_default_/
  | 2008-11-13 17:45:35,997 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty
  | 2008-11-13 17:45:36,390 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] Begin run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:36,390 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] End run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:36,943 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] Begin run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:36,943 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] End run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:38,670 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] Begin run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:38,670 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] End run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:39,097 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] process(): region: /_default_/
  | 2008-11-13 17:45:39,097 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] processed 0 node events in 
region: /_default_/
  | 2008-11-13 17:45:39,097 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty
  | 2008-11-13 17:45:39,907 TRACE [org.jboss.mx.loading.RepositoryClassLoader] 
loadClass [EMAIL PROTECTED] 
url=file:/opt/jboss-4.3.0.GA_CP02/server/production/deploy/deploy.last/ 
,addedOrder=47} name=org.jboss.net.protocol.file.FileURLLister, loadClassDepth=0
  | 2008-11-13 17:45:39,907 TRACE [org.jboss.mx.loading.RepositoryClassLoader] 
Loaded class from cache, [EMAIL PROTECTED]CodeSource: 
(file:/opt/jboss-4.3.0.GA_CP02/lib/jboss-common.jar no signer certificates)
  | 2008-11-13 17:45:39,907 TRACE [org.jboss.mx.loading.RepositoryClassLoader] 
loadClass [EMAIL PROTECTED] 
url=file:/opt/jboss-4.3.0.GA_CP02/server/production/deploy/deploy.last/ 
,addedOrder=47} name=org.jboss.net.protocol.file.FileURLLister class=class 
org.jboss.net.protocol.file.FileURLLister [EMAIL PROTECTED]
  | 2008-11-13 17:45:39,908 TRACE 
[org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] 
Sleeping...
  | 2008-11-13 17:45:40,073 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] Begin run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:40,073 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] End run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:41,007 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] process(): region: /_default_/
  | 2008-11-13 17:45:41,007 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] processed 0 node events in 
region: /_default_/
  | 2008-11-13 17:45:41,007 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty
  | 2008-11-13 17:45:44,107 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] process(): region: /_default_/
  | 2008-11-13 17:45:44,107 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] processed 0 node events in 
region: /_default_/
  | 2008-11-13 17:45:44,107 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty
  | 2008-11-13 17:45:44,917 TRACE [org.jboss.mx.loading.RepositoryClassLoader] 
loadClass [EMAIL PROTECTED] 
url=file:/opt/jboss-4.3.0.GA_CP02/server/production/deploy/deploy.last/ 
,addedOrder=47} name=org.jboss.net.protocol.file.FileURLLister, loadClassDepth=0
  | 2008-11-13 17:45:44,917 TRACE [org.jboss.mx.loading.RepositoryClassLoader] 
Loaded class from cache, [EMAIL PROTECTED]CodeSource: 
(file:/opt/jboss-4.3.0.GA_CP02/lib/jboss-common.jar no signer certificates)
  | 2008-11-13 17:45:44,917 TRACE [org.jboss.mx.loading.RepositoryClassLoader] 
loadClass [EMAIL PROTECTED] 
url=file:/opt/jboss-4.3.0.GA_CP02/server/production/deploy/deploy.last/ 
,addedOrder=47} name=org.jboss.net.protocol.file.FileURLLister class=class 
org.jboss.net.protocol.file.FileURLLister [EMAIL PROTECTED]
  | 2008-11-13 17:45:44,918 TRACE 
[org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] 
Sleeping...
  | 2008-11-13 17:45:46,017 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] process(): region: /_default_/
  | 2008-11-13 17:45:46,017 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] processed 0 node events in 
region: /_default_/
  | 2008-11-13 17:45:46,017 TRACE 
[org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty
  | 2008-11-13 17:45:46,870 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] Begin run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:46,871 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] End run, [EMAIL PROTECTED]
  | 2008-11-13 17:45:47,454 TRACE 
[org.jboss.util.threadpool.RunnableTaskWrapper] Begin 

[jboss-user] [Remoting] - Re: Worker thread initialization failure

2008-11-13 Thread boniek
JBoss is running production profile.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4189169#4189169

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4189169
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - DefaultMaxDeliveryAttempts quirk?

2008-11-04 Thread boniek
When I set DefaultMaxDeliveryAttempts to -1 my messages get deleted from 
database when i close session and connection - when the value is positive 
number and I close session and connection before messages get delivered numer 
of times, they stay in the database. Why messages dont stay in the database 
when DefaultMaxDeliveryAttempts is set to infinite? JBoss 4.3.0.GA_CP02 hand 
compiled.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4186688#4186688

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186688
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM 140sp3cp02 threading problem

2008-07-01 Thread boniek
It seems problem does not exist in jbm140sp3 but it shows itself in 
jbm140sp3cp02 and jbm140sp3cp03. Any way I can help in pinpointing this issue?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161796#4161796

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161796
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - JBM 140sp3cp02 threading problem

2008-06-30 Thread boniek
JBM makes lots of threads named like: jbm-server-session-id and 
jbm-client-session-id. Their stacktrace looks like this:
Name: jbm-client-session-su-6z1033if-1-ufjz13if-cfineo-v49aa
State: WAITING on [EMAIL PROTECTED]
Total blocked: 0  Total waited: 1

Stack trace: 
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Object.java:485)
EDU.oswego.cs.dl.util.concurrent.LinkedQueue.take(LinkedQueue.java:122)
EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:83)
java.lang.Thread.run(Thread.java:619)

Any idea what may be wrong?:) Any help appreciated.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161517#4161517

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161517
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM 140sp3cp02 threading problem

2008-06-30 Thread boniek
By lots I mean till OOM or JVM crash :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161518#4161518

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161518
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM 140sp3cp02 threading problem

2008-06-30 Thread boniek
Thanks for a tip. I will look into it :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161522#4161522

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161522
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Per destination statistics.

2008-04-15 Thread boniek
How to enable per destination statistics in JBM 140SP3?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4144149#4144149

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4144149
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Limiting number of connections per WebService

2008-04-11 Thread boniek
Yes I know about this, but this will not limit connections per WebService 
endpoint, but for all WebServices deployed on this particular instance of 
Tomcat. Let's say I have 2 WebService endpoints and I want max of 10 
simultaneous connections to one of them and max of 100 to the other one. Is it 
possible to do?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4143452#4143452

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143452
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Limiting number of connections per WebService

2008-04-03 Thread boniek
As soon as possible to avoid unnecessary traffic/requests.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4141279#4141279

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141279
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Limiting number of connections per WebService

2008-04-02 Thread boniek
Is limiting number of connections per WebService possible to do with 
jbossws-3.0.1 and jboss 4.2?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4140816#4140816

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140816
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: java.lang.NoSuchFieldError: TRACE

2008-01-18 Thread boniek
Thanks for hint. Upgrading log4j helped.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4121305#4121305

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121305
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Jconsole, JBoss and LDAP authentication

2008-01-18 Thread boniek
I can't get this to work. It works for anything I have tried, but JBossAS.
I'm using jdk 1.6u4 and JBoss 4.2.1

cd /opt/java/demo/jni/Poller/
and then run this:
/opt/java/bin/java -Dcom.sun.management.jmxremote.port=9998 
-Dcom.sun.management.jmxremote.login.config=LDAPAuth 
-Djava.security.auth.login.config=/opt/jboss/jmxauth.config 
-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.access.file=/opt/jboss/jmxremote.access 
SimpleServer

jmxauth.config
LDAPAuth {
  | com.sun.security.auth.module.LdapLoginModule REQUIRED
  | userProvider=ldap://host:port/ldapstring;
  | userFilter=((uid={USERNAME})(objectClass=inetorgperson))
  | useSSL=false;
  | };

jmxremote.access
admin readwrite

And it works.
When running JBoss with same options - it doesn't

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4121312#4121312

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121312
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - java.lang.NoSuchFieldError: TRACE

2008-01-14 Thread boniek
When I try to use JBoss Cache in standalone mode (1.4.1.SP8) I get following 
exception:
 [java] java.lang.NoSuchFieldError: TRACE
 [java] at 
org.jboss.logging.Log4jLoggerPlugin.trace(Log4jLoggerPlugin.java:97)
 [java] at org.jboss.logging.Logger.trace(Logger.java:131)
 [java] at 
org.jboss.system.ServiceMBeanSupport.(ServiceMBeanSupport.java:87)
 [java] at org.jboss.cache.TreeCache.(TreeCache.java:466)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4119597#4119597

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119597
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2007-12-14 Thread boniek
JBC version is 1.4.1.SP7
JBoss 4.2.1
MySQL Driver 5.0.8
Yes I have read it. My configuration:
cacheloader
  | 
  |   classorg.jboss.cache.loader.JDBCCacheLoader/class
  | 
  |   !-- properties to pass in to the cache loader --
  |   properties
  |  cache.jdbc.datasource=java:/LocalMySqlDS
  |  cache.jdbc.sql-concat=concat(1,2)
  |  cache.jdbc.table.drop=false
  |  ache.jdbc.node.type=LONGBLOB
  |   /properties
  | 
  |   !-- whether the cache loader writes are asynchronous --
  |   asynctrue/async
  | 
  |   !-- only one cache loader in the chain may set 
fetchPersistentState to true.
  |An exception is thrown if more than one cache loader sets 
this to true. --
  |   fetchPersistentStatefalse/fetchPersistentState
  | 
  |   !-- determines whether this cache loader ignores writes - 
defaults to false. --
  |   ignoreModificationsfalse/ignoreModifications
  | 
  |   !-- if set to true, purges the contents of this cache loader 
when the cache starts up.
  |Defaults to false. --
  |   purgeOnStartupfalse/purgeOnStartup
  | 
  |   !-- defines the cache loader as a singleton store where only the 
coordinator of the
  |cluster will store modifications. Setting 
pushStateWhenCoordinator to true enables a
  |newly elected coordinator to push the in-memory state to the 
underlying cache store.
  |Both default to false. --
  |   singletonStore 
pushStateWhenCoordinator=falsefalse/singletonStore
  |   /cacheloader
datasources
  |   local-tx-datasource
  | jndi-nameLocalMySqlDS/jndi-name
  | 
connection-urljdbc:mysql://host:port/database?autoReconnect=true/connection-url
  | driver-classcom.mysql.jdbc.Driver/driver-class
  | user-nameu/user-name
  | passwordp/password
  | 
transaction-isolationTRANSACTION_READ_COMMITTED/transaction-isolation
  | 
exception-sorter-class-namecom.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter/exception-sorter-class-name
  | 
valid-connection-checker-class-namecom.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker/valid-connection-checker-class-name
 
  | idle-timeout-minutes1/idle-timeout-minutes
  | max-pool-size15/max-pool-size
  | metadata
  |type-mappingmySQL/type-mapping
  | /metadata
  |   /local-tx-datasource
  | /datasources

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4112858#4112858

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112858
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JDBCCacheLoader and MySQL problems

2007-12-11 Thread boniek
It doesn't help.
As and addendum to first post: objects larger than 4kB get truncated to 4kB 
when persisting.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4111996#4111996

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111996
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - JDBCCacheLoader and MySQL problems

2007-12-10 Thread boniek
java.lang.IllegalStateException: Failed to load node for fqn 
  | /viewCache/MostRecentRegularTopics/view: Unable to load to deserialize 
  | result: java.io.OptionalDataException
  | at org.jboss.cache.loader.JDBCCacheLoader.loadNode(Unknown Source)
  | at org.jboss.cache.loader.JDBCCacheLoader.get(Unknown Source)
  | at org.jboss.cache.loader.AsyncCacheLoader.get(Unknown Source)
  | at 
  | org.jboss.cache.interceptors.CacheLoaderInterceptor.loadData(Unknown Source)
  | at 
  | org.jboss.cache.interceptors.CacheLoaderInterceptor.loadNode(Unknown Source)
  | at 
  | org.jboss.cache.interceptors.CacheLoaderInterceptor.invoke(Unknown Source)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Unknown Source)
  | at 
  | org.jboss.cache.interceptors.CacheStoreInterceptor.invoke(Unknown Source)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Unknown Source)
  | at 
  | org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(Unknown Source)
  | at org.jboss.cache.interceptors.TxInterceptor.invoke(Unknown Source)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Unknown Source)
  | at 
  | org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(Unknown Source)
  | at org.jboss.cache.TreeCache.invokeMethod(Unknown Source)
  | at org.jboss.cache.TreeCache.get(Unknown Source)
  | at org.jboss.cache.TreeCache.get(Unknown Source)
  | at org.jboss.cache.TreeCache.get(Unknown Source)
  | at sun.reflect.GeneratedMethodAccessor344.invoke(Unknown Source)
  | at 
  | 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
  | 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
  | 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at 
  | org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
  | org.jboss.system.server.jmx.LazyMBeanServer.invoke(LazyMBeanServer.java:291)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy363.get(Unknown Source)
  | at 
I have this exception when JBC is trying to fetch objects from database that 
are larger than 4kB.
I have read the following:
http://jira.jboss.com/jira/browse/JBCACHE-320
Hany Mesha writes that it is working for him for objects with large sizes with 
minor tweaking. I wonder what he mean by that :)
Any sugestions are welcome.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4111678#4111678

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111678
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Remoting] - There is no info about new JBR releases.

2007-11-07 Thread boniek
Where I can find up-to-date JIRA or specifically changelog for new releases of 
jboss remoting?
There is new jbr available here:
http://repository.jboss.com/jboss/remoting/2.2.2.SP2/
but there is no info available about it here:
http://labs.jboss.com/jbossremoting/
or here:
http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=10031

Any pointers?:)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4102558#4102558

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102558
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: unrecognized action on ControlConnectionThread - JBM 140

2007-11-07 Thread boniek
Library I was using before (which didn't work with JBM140SP1)
http://repository.jboss.com/jboss/remoting/2.2.2.SP1/lib/jboss-remoting.jar
Library which I use now and it works well with JBM140SP1:
http://repository.jboss.com/jboss/remoting/2.2.2.SP1-brew/lib/jboss-remoting.jar

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4102535#4102535

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102535
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: unrecognized action on ControlConnectionThread - JBM 140

2007-11-06 Thread boniek
You were somewhat right :)
As I said before I was using JBR 222SP1 but not 222SP1-brew. With the latter 
one everything works. Whats the difference between the two ?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4102349#4102349

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102349
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - unrecognized action on ControlConnectionThread - JBM 140SP1

2007-11-06 Thread boniek
I get the following error when trying to run clustered JBM in JBAS 421:
2007-11-06 21:13:09,947 ERROR 
[org.jboss.remoting.transport.bisocket.BisocketServerInvoker] unrecognized 
action on ControlConnectionThread (a025b-11ts20-f8ouzrma-1-f8ov0ae7-b): 172
  | 2007-11-06 21:13:09,947 ERROR 
[org.jboss.remoting.transport.bisocket.BisocketServerInvoker] unrecognized 
action on ControlConnectionThread (a025b-11ts20-f8ouzrma-1-f8ov0ae7-b): 237
  | 2007-11-06 21:13:09,947 ERROR 
[org.jboss.remoting.transport.bisocket.BisocketServerInvoker] unrecognized 
action on ControlConnectionThread (a025b-11ts20-f8ouzrma-1-f8ov0ae7-b): 0
  | 2007-11-06 21:13:09,948 ERROR 
[org.jboss.remoting.transport.bisocket.BisocketServerInvoker] unrecognized 
action on ControlConnectionThread (a025b-11ts20-f8ouzrma-1-f8ov0ae7-b): 5
JBRemoting version is 222SP1

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4102345#4102345

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102345
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Unexpected error delivering message delegator

2007-10-08 Thread boniek
Im getting the following exception:
2007-10-08 11:55:56,201 ERROR 
[org.jboss.resource.adapter.jms.inflow.JmsServerSession] Unexpected error 
delivering message delegator-JBossMessage[264975]:PERSISTENT, deliveryId=159
  | javax.ejb.EJBException: Failed to acquire the pool semaphore, 
strictTimeout=1
  | at org.jboss.ejb3.StrictMaxPool.get(StrictMaxPool.java:122)
  | at 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:54)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245)
  | at 
org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268)
  | at 
org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138)
  | at $Proxy4055.onMessage(Unknown Source)
  | at 
org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:178)
  | at 
org.jboss.jms.client.container.ClientConsumer.callOnMessage(Unknown Source)
  | at org.jboss.jms.client.container.SessionAspect.handleRun(Unknown 
Source)
  | at 
org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect14.invoke(SessionAspect14.java)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
  | at org.jboss.jms.client.container.ClosedInterceptor.invoke(Unknown 
Source)
  | at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
  | at 
org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
  | at org.jboss.jms.client.delegate.ClientSessionDelegate.run(Unknown 
Source)
  | at org.jboss.jms.client.JBossSession.run(Unknown Source)
  | at 
org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:237)
  | at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
  | at 
org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
  | at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
  | at java.lang.Thread.run(Thread.java:595)
Running JBoss 4.2.1.GA and JBM 1.4.0.GA in two-node cluster.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4092467#4092467

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092467
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Ping failed when using MySQL as database backend for JBo

2007-09-26 Thread boniek
Yup. But the problem is database is up :) This problem seems to be related to 
Mysql JDBC driver and not to JBM directly though.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4088852#4088852

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088852
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - PessimicticLockInterceptor can't acquire lock after [0] ms.

2007-09-20 Thread boniek
I'm seeing a lot of ERROR's :
ERROR [org.jboss.cache.interceptors.PessimisticLockInterceptor] 
PessimicticLockInterceptor can't acquire lock after [0] ms.
with svn code from core/branches/1.4.X as of today. Probably something to do 
with JBCACHE-794.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4086723#4086723

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4086723
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBC 1.4.1.SP4 optimistic locking spu usage.

2007-09-10 Thread boniek
To be more precise I'm using treecache as second level cache to hibernate 
3.2.5.GA

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4082579#4082579

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082579
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - JBC 1.4.1.SP4 optimistic locking spu usage.

2007-09-07 Thread boniek
Hi!
I have a cluster with 2 load balanced back-end nodes. When using pessimistic 
locking my cpu usage varies between 5-50% depending on load. I have tried to 
switch to optimistic locking to improve concurrency, but after doing so my cpu 
usage skyrocketed to about 90% on both nodes (small load - about 15% on 
pessimistic locking) and front-ends cant access my back-ends. Is this normal?

My configuration file for optimistic locking:

?xml version=1.0 encoding=UTF-8?
  | server
  | mbean code=org.jboss.cache.TreeCache 
name=jboss.cache:service=TreeCache
  | 
  | dependsjboss:service=Naming/depends
  | dependsjboss:service=TransactionManager/depends
  | attribute 
name=TransactionManagerLookupClassorg.jboss.cache.GenericTransactionManagerLookup/attribute
  | attribute name=NodeLockingSchemeOPTIMISTIC/attribute
  | attribute name=IsolationLevelREAD_COMMITTED/attribute
  | attribute name=CacheModeREPL_ASYNC/attribute
  | attribute name=SyncCommitPhasefalse/attribute
  | attribute name=SyncRollbackPhasefalse/attribute
  | attribute name=UseReplQueuefalse/attribute
  | attribute name=ReplQueueInterval0/attribute
  | attribute name=ReplQueueMaxElements0/attribute
  | attribute 
name=EvictionPolicyClassorg.jboss.cache.eviction.LRUPolicy/attribute
  | attribute name=EvictionPolicyConfig
  | config
  | attribute 
name=wakeUpIntervalSeconds30/attribute
  | region name=/_default_
  | attribute 
name=maxNodes5/attribute
  | attribute 
name=timeToLiveSeconds0/attribute
  | attribute 
name=maxAgeSeconds0/attribute
  | /region
  | region name=/templates
  | attribute 
name=maxNodes1000/attribute
  | attribute 
name=timeToLiveSeconds0/attribute
  | attribute 
name=maxAgeSeconds0/attribute
  | /region
  | region name=/post
  | attribute 
name=maxNodes6/attribute
  | attribute 
name=timeToLiveSeconds0/attribute
  | attribute 
name=maxAgeSeconds0/attribute
  | /region
  | region name=/comment
  | attribute 
name=maxNodes6/attribute
  | attribute 
name=timeToLiveSeconds0/attribute
  | attribute 
name=maxAgeSeconds0/attribute
  | /region
  | /config
  | /attribute
  | 
  | attribute 
name=LockParentForChildInsertRemovetrue/attribute
  | 
  | !--attribute name=FetchInMemoryStatefalse/attribute--
  | attribute name=UseRegionBasedMarshallingtrue/attribute
  | attribute name=InactiveOnStartuptrue/attribute
  | attribute name=InitialStateRetrievalTimeout2/attribute
  | attribute name=SyncReplTimeout2/attribute
  | attribute name=LockAcquisitionTimeout15000/attribute
  | 
  | attribute name=ClusterConfig
  | config
  | UDP mcast_recv_buf_size=50 
ip_mcast=true mcast_send_buf_size=32000
  | mcast_port=45501 ucast_recv_buf_size=50 
use_incoming_packet_handler=false
  | 
mcast_addr=${jgroups.udp.mcast_addr:239.192.0.1} loopback=false 
ucast_send_buf_size=32000 ip_ttl=${jgroups.udp.ip_ttl:5}/
  | AUTOCONF/
  | PING timeout=3000 num_initial_members=2/
  | MERGE2 max_interval=1 
min_interval=1000/
  | FD_SOCK/
  | FD timeout=2 max_tries=5 shun=true/
  | VERIFY_SUSPECT timeout=1500/
  | pbcast.NAKACK use_mcast_xmit=true 
gc_lag=100 retransmit_timeout=1200,2400,4800/
  | UNICAST timeout=600,1200,2400/
  | pbcast.STABLE desired_avg_gossip=2/
  | FRAG2 frag_size=8192/
  | pbcast.GMS print_local_addr=false 
join_timeout=5000 join_retry_timeout=2000 shun=true/
  | pbcast.STATE_TRANSFER/
  | /config
  | /attribute
  | 
  | /mbean
  | /server

Exceptions:

2007-09-07 12:11:12,283 WARN  [com.arjuna.ats.arjuna.logging.arjLoggerI18N] 

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging database backend deadlock

2007-09-04 Thread boniek
Only exception that I'm seeing besides mentioned above is described here:
http://www.jboss.org/index.html?module=bbop=viewtopict=117579

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080838#4080838

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080838
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: ClassCastException in JDBCMySQLCreateCommand

2007-09-01 Thread boniek
Same stuff here. 
JBossAS 4.2.1
JBM 1.4.0.CR2

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080210#4080210

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080210
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Ping failed when using MySQL as database backend for JBoss M

2007-08-31 Thread boniek
2007-08-31 15:55:39,847 WARN  
[org.jboss.resource.connectionmanager.TxConnectionManager] Connection error 
occured: [EMAIL PROTECTED] [EMAIL PROTECTED] handles=0 lastUse=1188568472570 
permit=false trackByTx=false [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
PROTECTED] txSync=null]
  | java.sql.SQLException: Ping failed: 
java.lang.reflect.InvocationTargetException
  | at com.mysql.jdbc.SQLError.createSQLException(Unknown Source)
  | at 
com.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker.isValidConnection(Unknown
 Source)
  | at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:435)
  | at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkValid(BaseWrapperManagedConnection.java:231)
  | at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.matchManagedConnections(LocalManagedConnectionFactory.java:200)
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:211)
  | at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:538)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341)
  | at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:315)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager$JDBCTxRunner.execute(JDBCPersistenceManager.java:2416)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager$JDBCTxRunner.executeWithRetry(JDBCPersistenceManager.java:2440)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager.handleBeforePrepare(JDBCPersistenceManager.java:1588)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager$TransactionCallback.beforePrepare(JDBCPersistenceManager.java:2386)
  | at 
org.jboss.messaging.core.impl.tx.Transaction.prepare(Transaction.java:265)
  | at 
org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendTransaction(ServerConnectionEndpoint.java:459)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$sendTransaction$aop(ConnectionAdvised.java:101)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N326865078927536.invokeNext(ConnectionAdvised$sendTransaction_N326865078927536.java)
  | at 
org.jboss.jms.server.container.SecurityAspect.handleSendTransaction(SecurityAspect.java:195)
  | at sun.reflect.GeneratedMethodAccessor839.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N326865078927536.invokeNext(ConnectionAdvised$sendTransaction_N326865078927536.java)
  | at 
org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N326865078927536.invokeNext(ConnectionAdvised$sendTransaction_N326865078927536.java)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised.sendTransaction(ConnectionAdvised.java)
  | at 
org.jboss.jms.wireformat.ConnectionSendTransactionRequest.serverInvoke(ConnectionSendTransactionRequest.java:82)
  | at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:144)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734)
  | at 
org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101)
  | at org.jboss.remoting.Client.invoke(Client.java:1550)
  | at org.jboss.remoting.Client.invoke(Client.java:530)
  | at org.jboss.remoting.Client.invoke(Client.java:518)
  | at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186)
  | at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157)
  | at 

[jboss-user] [JBoss Messaging] - Re: Ping failed when using MySQL as database backend for JBo

2007-08-31 Thread boniek
JBoss MEssaging 1.4.0CR2
JBoss 4.2.1
mysql connector 5.0.7

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080015#4080015

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080015
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exceptions on jboss shutdown.

2007-08-31 Thread boniek
Same thing with CR2.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080017#4080017

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080017
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - JBoss Messaging database backend deadlock

2007-08-31 Thread boniek
2007-08-31 17:14:40,393 WARN  
[org.jboss.messaging.core.impl.JDBCPersistenceManager] SQLException caught, 
SQLState 40001 code:1213- assuming deadlock detected, try:1
  | com.mysql.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found 
when trying to get lock; try restarting transaction
  | at com.mysql.jdbc.SQLError.createSQLException(Unknown Source)
  | at com.mysql.jdbc.MysqlIO.checkErrorPacket(Unknown Source)
  | at com.mysql.jdbc.MysqlIO.sendCommand(Unknown Source)
  | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(Unknown Source)
  | at com.mysql.jdbc.Connection.execSQL(Unknown Source)
  | at com.mysql.jdbc.PreparedStatement.executeInternal(Unknown Source)
  | at com.mysql.jdbc.PreparedStatement.executeUpdate(Unknown Source)
  | at com.mysql.jdbc.PreparedStatement.executeUpdate(Unknown Source)
  | at com.mysql.jdbc.PreparedStatement.executeUpdate(Unknown Source)
  | at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager$1HandleBeforeCommit2PCRunner.doTransaction(JDBCPersistenceManager.java:1464)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager$JDBCTxRunner.execute(JDBCPersistenceManager.java:2418)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager$JDBCTxRunner.executeWithRetry(JDBCPersistenceManager.java:2440)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager.handleBeforeCommit2PC(JDBCPersistenceManager.java:1479)
  | at 
org.jboss.messaging.core.impl.JDBCPersistenceManager$TransactionCallback.beforeCommit(JDBCPersistenceManager.java:2380)
  | at 
org.jboss.messaging.core.impl.tx.Transaction.commit(Transaction.java:208)
  | at 
org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendTransaction(ServerConnectionEndpoint.java:467)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$sendTransaction$aop(ConnectionAdvised.java:101)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N326865078927536.invokeNext(ConnectionAdvised$sendTransaction_N326865078927536.java)
  | at 
org.jboss.jms.server.container.SecurityAspect.handleSendTransaction(SecurityAspect.java:195)
  | at sun.reflect.GeneratedMethodAccessor850.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N326865078927536.invokeNext(ConnectionAdvised$sendTransaction_N326865078927536.java)
  | at 
org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N326865078927536.invokeNext(ConnectionAdvised$sendTransaction_N326865078927536.java)
  | at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised.sendTransaction(ConnectionAdvised.java)
  | at 
org.jboss.jms.wireformat.ConnectionSendTransactionRequest.serverInvoke(ConnectionSendTransactionRequest.java:82)
  | at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:144)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734)
  | at 
org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101)
  | at org.jboss.remoting.Client.invoke(Client.java:1550)
  | at org.jboss.remoting.Client.invoke(Client.java:530)
  | at org.jboss.remoting.Client.invoke(Client.java:518)
  | at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186)
  | at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157)
  | at 
org.jboss.jms.client.delegate.ClientConnectionDelegate.org$jboss$jms$client$delegate$ClientConnectionDelegate$sendTransaction$aop(ClientConnectionDelegate.java:221)
  | at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N326865078927536.invokeNext(ClientConnectionDelegate$sendTransaction_N326865078927536.java)
  | at 
org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:91)
  | at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
  | at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N326865078927536.invokeNext(ClientConnectionDelegate$sendTransaction_N326865078927536.java)
  | at 

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging database backend deadlock

2007-08-31 Thread boniek
This is JBM 1.4.0.CR2.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080156#4080156

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080156
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Exceptions on jboss shutdown.

2007-08-30 Thread boniek
JBoss 4.2.1
JBoss Messaging 1.4.0.CR1

Following exceptions occur when closing server:

17:48:05,200 ERROR [ExceptionUtil] [EMAIL PROTECTED] startService
java.lang.IllegalStateException: Cannot find replicant to remove: 
CF_jboss.messaging.connectionfactory:service=ConnectionFactory
at 
org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper.unregisterConnectionFactory(ConnectionFactoryJNDIMapper.java:263)
at 
org.jboss.jms.server.connectionfactory.ConnectionFactory.stopService(ConnectionFactory.java:182)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:315)
at 
org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:206)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995)
at $Proxy0.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(ServiceController.java:508)
at org.jboss.system.ServiceController.stop(ServiceController.java:499)
at org.jboss.system.ServiceController.stop(ServiceController.java:499)
at org.jboss.system.ServiceController.stop(ServiceController.java:499)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.stop(Unknown Source)
at org.jboss.deployment.SARDeployer.stop(SARDeployer.java:336)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy52.stop(Unknown Source)
at org.jboss.deployment.XSLSubDeployer.stop(XSLSubDeployer.java:202)
at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:667)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:638)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:516)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 

[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-27 Thread boniek
Does  JBoss Cache 2.0.0GA work as 2nd level cache for Hibernate 3.2.5GA? I 
can't get it to work 
java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup
  | at java.lang.Class.getDeclaredConstructors0(Native Method)
  | at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
  | at java.lang.Class.getConstructor0(Class.java:2699)
  | at java.lang.Class.newInstance0(Class.java:326)
  | at java.lang.Class.newInstance(Class.java:308)
  | at 
org.hibernate.cfg.SettingsFactory.createCacheProvider(SettingsFactory.java:375)
  | at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:245)
  | at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
  | at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
  | at 
org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:231)
  | at 
org.jboss.hibernate.jmx.Hibernate.startService(Hibernate.java:155)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
  | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  | at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy9.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | 

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0.CR1 and postgresql...

2007-07-29 Thread boniek
Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4068545#4068545

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068545
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Jboss Messaging 1.4.0.CR1 and postgresql...

2007-07-29 Thread boniek
I'm getting this when starting JBoss Messaging with mysql 5:

20:03:05,175 WARN  [JDBCPersistenceManager] 

JBoss Messaging Warning: DataSource connection transaction isolation should be 
READ_COMMITTED, but it is currently REPEATABLE_READ.
 Using an isolation level less strict than 
READ_COMMITTED may lead to data consistency problems.
 Using an isolation level more strict than 
READ_COMMITTED may lead to deadlock.


And on shutdown:

20:03:16,387 ERROR [ExceptionUtil] [EMAIL PROTECTED] startService
java.lang.IllegalStateException: Cannot find replicant to remove: 
CF_jboss.messaging.connectionfactory:service=ConnectionFactory
at 
org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper.unregisterConnectionFactory(Unknown
 Source)
at 
org.jboss.jms.server.connectionfactory.ConnectionFactory.stopService(Unknown 
Source)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStop(Unknown 
Source)
at org.jboss.system.ServiceMBeanSupport.stop(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.dispatch(Unknown Source)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.invoke(Unknown Source)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(Unknown Source)
at org.jboss.mx.server.MBeanServerImpl.invoke(Unknown Source)
at org.jboss.system.ServiceController$ServiceProxy.invoke(Unknown 
Source)
at $Proxy0.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(Unknown Source)
at org.jboss.system.ServiceController.stop(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.dispatch(Unknown Source)
at org.jboss.mx.server.Invocation.invoke(Unknown Source)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(Unknown Source)
at org.jboss.mx.server.MBeanServerImpl.invoke(Unknown Source)
at org.jboss.mx.util.MBeanProxyExt.invoke(Unknown Source)
at $Proxy4.stop(Unknown Source)
at org.jboss.deployment.SARDeployer.stop(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.dispatch(Unknown Source)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.invoke(Unknown Source)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(Unknown Source)
at org.jboss.mx.server.MBeanServerImpl.invoke(Unknown Source)
at org.jboss.mx.util.MBeanProxyExt.invoke(Unknown Source)
at $Proxy51.stop(Unknown Source)
at org.jboss.deployment.XSLSubDeployer.stop(Unknown Source)
at org.jboss.deployment.MainDeployer.stop(Unknown Source)
at org.jboss.deployment.MainDeployer.undeploy(Unknown Source)
at org.jboss.deployment.MainDeployer.shutdown(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(Unknown Source)
at org.jboss.mx.server.Invocation.dispatch(Unknown Source)
at 

[jboss-user] [JBoss Messaging] - Jboss Messaging 1.4.0.CR1 and postgresql...

2007-07-28 Thread boniek
... does not work for me.

@WorkerThread#0[127.0.0.1:58493] 21:57:00,325 WARN  [JDBCPersistenceManager] 
SQLException caught - assuming deadlock detected, try:1
[junit] org.postgresql.util.PSQLException: ERROR: relation jbm_msg_ref 
does not exist
[junit] at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)
[junit] at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316)
[junit] at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191)
[junit] at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
[junit] at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351)
[junit] at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:305)
[junit] at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251)
[junit] at 
org.jboss.messaging.core.impl.JDBCPersistenceManager.updateWithRetry(Unknown 
Source)
[junit] at 
org.jboss.messaging.core.impl.JDBCPersistenceManager.updateWithRetry(Unknown 
Source)
[junit] at 
org.jboss.messaging.core.impl.JDBCPersistenceManager.addReference(Unknown 
Source)
[junit] at 
org.jboss.messaging.core.impl.ChannelSupport.handleInternal(Unknown Source)
[junit] at org.jboss.messaging.core.impl.ChannelSupport.handle(Unknown 
Source)
[junit] at 
org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.routeInternal(Unknown
 Source)
[junit] at 
org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.route(Unknown 
Source)
[junit] at 
org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendMessage(Unknown 
Source)
[junit] at 
org.jboss.jms.server.endpoint.ServerSessionEndpoint.send(Unknown Source)
[junit] at 
org.jboss.jms.server.endpoint.advised.SessionAdvised.org$jboss$jms$server$endpoint$advised$SessionAdvised$send$aop(Unknown
 Source)
[junit] at 
org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java)
[junit] at 
org.jboss.jms.server.container.SecurityAspect.handleSend(Unknown Source)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:585)
[junit] at 
org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121)
[junit] at 
org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java)
[junit] at 
org.jboss.jms.server.container.ServerLogInterceptor.invoke(Unknown Source)
[junit] at 
org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java)
[junit] at 
org.jboss.jms.server.endpoint.advised.SessionAdvised.send(Unknown Source)
[junit] at 
org.jboss.jms.wireformat.SessionSendRequest.serverInvoke(Unknown Source)
[junit] at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(Unknown Source)
[junit] at 
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734)
[junit] at 
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:560)
[junit] at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:383)
[junit] at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:165)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4068474#4068474

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068474
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam + Richfaces + tree example

2007-04-26 Thread boniek
Hi there,
I'm fairly new to seam and richfaces. There are no tutorials that I'm aware of 
that explain how to do simple ajax tree component using richfaces, seam and 
ejb3. If possible I would like to request such example (complete eclipse 
project if possible) to aid me in learning. Thank you in advance,
boniek

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4040966#4040966

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040966
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam + Richfaces + tree example

2007-04-26 Thread boniek
Done :)
http://jira.jboss.org/jira/browse/JBSEAM-1260

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4041214#4041214

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4041214
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user