[JBoss JIRA] Created: (JBAS-3855) JBosses org.jboss.invocation.InvocationStatistics are not serializable and therfore cant be queried by twiddle.sh
by Ramon Grunder (JIRA)
JBosses org.jboss.invocation.InvocationStatistics are not serializable and therfore cant be queried by twiddle.sh
-----------------------------------------------------------------------------------------------------------------
Key: JBAS-3855
URL: http://jira.jboss.com/jira/browse/JBAS-3855
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMX
Affects Versions: JBossAS-4.0.4.GA
Reporter: Ramon Grunder
Assigned To: Scott M Stark
here is a sample call including the stack trace which describes the error:
$ twiddle.sh -s jnp://localhost:1099 get jboss.j2ee:service=EJB,jndiName=ejb/Dummy InvokeStats
13:51:56,120 ERROR [Twiddle] Exec failed
java.io.NotSerializableException: org.jboss.invocation.InvocationStatistics
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months
[JBoss JIRA] Closed: (JBREM-298) Need ability to add transport specific info to invocation payload
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-298?page=all ]
Ron Sigal closed JBREM-298.
---------------------------
Resolution: Done
This issue was resolved by creating a framework in which socket factory wrappers can be configured to inform an org.jboss.remoting.socketfactory.SocketCreationListener whenever a socket has been created. For further discussion, see either the forum thread (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=75901) or the Remoting documentation.
Unit tests:
org.jboss.test.remoting.transport.<transport>.socketfactory.<transport>CreationListenerTestCase, for <transport> = bisocket, multiplex, rmi, socket
org.jboss.test.remoting.transport.<transport>.ssl.socketfactory.SSL<transport>CreationListenerTestCase, for <transport> = bisocket, multiplex, rmi, socket
org.jboss.test.remoting.transport.http.ssl.socketfactory.HttpsCreationListenerTestCase
> Need ability to add transport specific info to invocation payload
> -----------------------------------------------------------------
>
> Key: JBREM-298
> URL: http://jira.jboss.com/jira/browse/JBREM-298
> Project: JBoss Remoting
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: transport
> Affects Versions: 1.4.0 beta
> Reporter: Tom Elrod
> Assigned To: Ron Sigal
> Fix For: 2.4.0.Beta1 (Pinto)
>
>
> Specific example would be to add ssl client cert from the ssl socket to the invocation payload.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months
[JBoss JIRA] Created: (JBMESSAGING-931) createTextMessage() createObjectMessage() fail
by Bill Burke (JIRA)
createTextMessage() createObjectMessage() fail
----------------------------------------------
Key: JBMESSAGING-931
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-931
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.2.0.SP2
Reporter: Bill Burke
Assigned To: Clebert Suconic
can't run createTextMessage() and createObjectMessage() This is from AS Head version: 1.2.0.SP.snapshot.aop2beta
ERROR 28-03 18:35:17,953 (ExceptionInterceptor.java:log:97) -Caught throwable
java.lang.ArrayIndexOutOfBoundsException: 0
at org.jboss.jms.client.container.SessionAspect.handleCreateObjectMessage(SessionAspect.java:668)
at org.jboss.jms.client.delegate.JoinPoint_createObjectMessage_N_7497440531089519617_8.invokeNext(JoinPoint_createObjectMessage_N_7497440531089519617_8.java)
at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:171)
at org.jboss.jms.client.delegate.JoinPoint_createObjectMessage_N_7497440531089519617_8.invokeNext(JoinPoint_createObjectMessage_N_7497440531089519617_8.java)
at org.jboss.jms.client.container.ExceptionInterceptor.invoke(ExceptionInterceptor.java:71)
at org.jboss.jms.client.delegate.JoinPoint_createObjectMessage_N_7497440531089519617_8.invokeNext(JoinPoint_createObjectMessage_N_7497440531089519617_8.java)
at org.jboss.jms.client.container.ClientLogInterceptor.invoke(ClientLogInterceptor.java:107)
at org.jboss.jms.client.delegate.JoinPoint_createObjectMessage_N_7497440531089519617_8.invokeNext(JoinPoint_createObjectMessage_N_7497440531089519617_8.java)
at org.jboss.jms.client.delegate.JoinPoint_createObjectMessage_N_7497440531089519617_8.invokeJoinpoint(JoinPoint_createObjectMessage_N_7497440531089519617_8.java)
at org.jboss.jms.client.delegate.ClientSessionDelegate$ClientSessionDelegateAdvisor.createObjectMessage_N_7497440531089519617(ClientSessionDelegate$ClientSessionDelegateAdvisor.java)
at org.jboss.jms.client.delegate.ClientSessionDelegate.createObjectMessage(ClientSessionDelegate.java)
at org.jboss.jms.client.JBossSession.createObjectMessage(JBossSession.java:129)
at org.hibernate.search.test.jms.master.JMSMasterTest.testMessageSending(JMSMasterTest.java:75)
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 junit.framework.TestCase.runTest(TestCase.java:154)
at org.hibernate.search.test.HANTestCase.runTest(HANTestCase.java:72)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at junit.textui.TestRunner.doRun(TestRunner.java:116)
at com.intellij.rt.execution.junit.IdeaTestRunner.doRun(IdeaTestRunner.java:69)
at junit.textui.TestRunner.doRun(TestRunner.java:109)
at com.intellij.rt.execution.junit.IdeaTestRunner.startRunnerWithArgs(IdeaTestRunner.java:24)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months