[jboss-user] [JBoss Messaging] - Clustered Connection factory

2007-07-12 Thread snecu001
Is this issue resolved ?
http://www.jboss.com/index.html?module=bbop=viewtopict=108961

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

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


[jboss-user] [JBoss Messaging] - 3 Node Cluster messaging error

2007-06-21 Thread snecu001
JBoss 4.2
Messaging 1.3
When I start the third node in the cluster I get the error below.
Any suggestions ? 

ERROR 
org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice 
receive - Caught Exception in Receiver
java.lang.ClassCastException: org.jboss.messaging.core.local.PagingFilteredQueue
at 
org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice.updateQueueStats(DefaultClusteredPostOffice.java:857)
at 
org.jboss.messaging.core.plugin.postoffice.cluster.QueueStatsRequest.execute(QueueStatsRequest.java:61)
at 
org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice$DataReceiver.receive(DefaultClusteredPostOffice.java:2469)
at org.jgroups.JChannel.up(JChannel.java:1102)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:382)
at 
org.jgroups.stack.ProtocolStack.receiveUpEvent(ProtocolStack.java:398)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.pbcast.GMS.up(GMS.java:768)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.protocols.pbcast.GMS.receiveUpEvent(GMS.java:788)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:154)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.FRAG.up(FRAG.java:168)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:258)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.UNICAST.up(UNICAST.java:259)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:685)
at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:517)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:170)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.FD.up(FD.java:300)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:301)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.MERGE2.up(MERGE2.java:162)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.Discovery.up(Discovery.java:225)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.stack.Protocol.up(Protocol.java:547)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.TP.handleIncomingMessage(TP.java:908)
at org.jgroups.protocols.TP.access$900(TP.java:45)
at org.jgroups.protocols.TP$IncomingMessageHandler.run(TP.java:1344)
at java.lang.Thread.run(Thread.java:595)

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

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


[jboss-user] [JBoss Messaging] - cluster messaging error

2007-06-20 Thread snecu001
I have 2 JB servers set up as described in the guide for a development cluster. 
I  have a scheduler running every minute that I deploy using farming and have 
set up using the example-cluster-service.xml in the farm folder.
When I stop one server I get the error below but he scheduler still runs. My 
impression is that the timer the scheduler is using is the cause of this.
Any suggestions ?

ERROR org.jboss.remoting.transport.socket.SocketClientInvoker handleException - 
Got marshalling exception, exiting
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.readVersion(MicroSocketClientInvoker.java:986)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:572)
at 
org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:339)
at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
at 
org.jboss.remoting.ConnectionValidator.doCheckConnection(ConnectionValidator.java:126)
at 
org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:195)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ConnectionValidator 
doCheckConnection - ConnectionValidator failed to ping via 
SocketClientInvoker[14d3343, bisocket://127.0.0.1:4458]
java.rmi.MarshalException: Failed to communicate.  Problem during 
marshalling/unmarshalling; nested exception is: 
java.net.SocketException: Connection reset
at 
org.jboss.remoting.transport.socket.SocketClientInvoker.handleException(SocketClientInvoker.java:122)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:654)
at 
org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:339)
at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
at 
org.jboss.remoting.ConnectionValidator.doCheckConnection(ConnectionValidator.java:126)
at 
org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:195)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.readVersion(MicroSocketClientInvoker.java:986)
at 
org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:572)
... 6 more
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ConnectionValidator run - 
ConnectionValidator[SocketClientInvoker[14d3343, bisocket://127.0.0.1:4458], 
pingPeriod=2000 ms]'s connections is invalid
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.InvokerRegistry 
decrementClientInvokerCounter - decremented SocketClientInvoker[14d3343, 
bisocket://127.0.0.1:4458]'s count, current count 21
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ConnectionValidator doStop - 
ConnectionValidator[SocketClientInvoker[14d3343, bisocket://127.0.0.1:4458], 
pingPeriod=2000 ms] stopped, returning true
2007-06-20 09:45:24,234 DEBUG 
org.jboss.jms.client.remoting.ConsolidatedRemotingConnectionListener 
handleConnectionException - ConnectionState[414].ConsolidatedListener 
forwarding remoting failure java.lang.Exception: Could not connect to server! 
to ConnectionFailureListener[FailoverCommandCenter[ConnectionState[414]]]
2007-06-20 09:45:24,234 DEBUG 
org.jboss.jms.client.container.ConnectionFailureListener 
handleConnectionException - 
ConnectionFailureListener[FailoverCommandCenter[ConnectionState[414]]] is being 
notified of connection failure: java.lang.Exception: Could not connect to 
server!
2007-06-20 09:45:24,234 DEBUG org.jboss.jms.client.FailoverCommandCenter 
failureDetected - failure detected by 
ConnectionFailureListener[FailoverCommandCenter[ConnectionState[414]]]
2007-06-20 09:45:24,234 DEBUG org.jboss.remoting.ServerInvoker 
handleInternalInvocation - ServerInvoker (SocketServerInvoker[UNINITIALIZED]) 
removing client callback handler with session id of 
2s2v15l-hesbpq-f35uvn63-1-f35ux8x3-6e+2s2v15l-hesbpq-f35uvn63-1-f35ux8xy-6g.
2007-06-20 09:45:24,250 DEBUG 

[jboss-user] [JBoss Messaging] - clustered topics and queues

2007-06-15 Thread snecu001
I am using messaging 1.3 with JB 4.2 clustered
I have MDB1 listening to a clustered queue (QC1) and MDB2 listening to a 
clustered topic (TC1).
Do I need to deploy MDB1 and MDB2 TC1 and QC1 on all nodes ?

 


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

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


[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread snecu001
Problem solved:

It seems that certain Oracle databses like to be refered to by their names.
If you got a database called test where you have your messaging tables(JBM_**) 
them in the oracle-persistence-**.xml file need to change all table references 
to databaseName.tableName this is what worked for me.

Thanks everybody for their help.

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

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


[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread snecu001
Yes I agree it would be but DBA's are very weird sometimes.
I will try to ask for a testUser/testPassword and replace my credentials in the 
datasource config  before JBoss gets installed on the production server. 
 --Thank you

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

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


[jboss-user] [JBoss Messaging] - Messaging Oracle persistence problem

2007-06-04 Thread snecu001
Are there any other tables that need to be created in oracle beside the ones 
mentioned in the oracle-persistence-service.xml ?

These are the table that I have in my database : 
JBM_COUNTER
JBM_MSG_REF
JBM_MSG
JBM_TX
JBM_POSTOFFICE
JBM_USER
JBM_ROLES

and still when I start JBoss I am  getting this error message :

java.sql.SQLException: ORA-00942: table or view does not exist

at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573) 
  ...

I am using JBoss 4.0.5 and messaging 1.2.0 GA

Thank you


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

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


[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-04 Thread snecu001
I know that my username/password for the oracle database does not have 
create/drop privileges on the Oracle database and I have sent to the dba the 
create table statements and create index statements. If this is a database 
issue will work it out. I was just triyng to make sure I am not missing 
something in the JB config files.

I took out the EJBTimerService and the UUIDKeyGeneratorService and the only 
database tables I use are the messaging persistence tables.

Will let you know how this goes.

--thank you

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

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


[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-04 Thread snecu001
I am using other apps on that connect to the database and perform 
INSERT/SELECT/DELETE/UPDATE operations on tables in the same database but I 
cannot connect to the JB messaging tables.
It just seems a bit strange to me.

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

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


[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RMI/IIOP

2007-05-29 Thread snecu001
What I am trying to do is to have the iiop service run under the messaging 
configuration. I am looking for advice on how I could do that.
I am posting to this forum because when I tried to drop the iiop-service.xml in 
the JBOSS_HOME/server/messagin/deploy I get many errors where JBoss is looking 
for jars in the JBOSS_HOME/client folder. I am getting the iiop-service.xml 
from under the all configuration and I am wondering if the  messaging will not 
allow this service to run.

--Thank you

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

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


[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RMI/IIOP

2007-05-29 Thread snecu001
Will try to follow the all config and move the IIOP service under the messaging 
configuration.

How can I install messaging under the all configuration that ships with JBoss 
4.0.5 ? 

I am using JB 4.0.5 and messaging 1.2.0GA

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

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


[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RMI/IIOP

2007-05-29 Thread snecu001
Tim ,

Excellent can'wait to try it.
Will the clustering in JBM work as well?

--thank you 


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

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


[jboss-user] [JBoss Messaging] - JBoss Messaging RMI/IIOP

2007-05-26 Thread snecu001
I am trying to get the iiop service to work in the messaging configuration but 
when I put iiop-service.xml in the JBOSS_HOME/server/messaging/deploy JBoss is 
complaining and looking for jars that are in JBOSS_HOME/client.

Questions is what do I need to do to start the iiop service under the messaging 
configuration  ?

--

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

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


[jboss-user] [JBoss Messaging] - Re: Server Peer Configuration

2007-05-25 Thread snecu001
Thanks Tim.
Will use it with persistence.




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

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


[jboss-user] [JBoss Messaging] - Server Peer Configuration

2007-05-24 Thread snecu001
I have replaced  the Hypersonic database with oracle9i datasource.
I have followed the wiki steps and configure the DefaultDS to point my oracle 
but when I use the messaging service I do not wish to use persistence i.e no 
database storage for PersistenceManager,PostOffice or JMSUserManager.

The problem is that when the server peer starts is depended on  
PersistenceManager, JMSUSerManager services since I did not add the 
oracle-pesistence-ds.xml file to the messaging.sar there are no such services. 
I have tried to comment out the 2 depend statements but it seems that the  
PersistenceManager name is required when invoking serverStart(..) from 
ServerPeer.java.

Question is how can I configure messaging-service.xml for the server peer not 
to look for the Persistencemanager service ?



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

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