[JBoss-user] Problems with message driven beans

2003-04-04 Thread David Luis Fernandes de Araujo

Hi,

i'm getting this error after calling many message driven beans in jboss:

2003-04-03 22:41:03,705 ERROR [STDERR] org.jboss.mq.SpyJMSException: Cannot start a 
the client IL service; - nested throwable: (java.net.SocketException: Too many open 
files)

And when i do a netstat, i see lots of estabilished connections from and in the port 
8090. My message driven bean are closing all the connections that are sending messages 
from the bean. 

Any idea ?

thanks a lot

.david


---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jboss on linux (performance)

2003-03-19 Thread David Luis Fernandes de Araujo

So, do you think is safe to run jboss on linux in a production enviorment ?

On Wed, 19 Mar 2003 12:27:17 -0500
John M Flinchbaugh <[EMAIL PROTECTED]> wrote:

> On Wed, Mar 19, 2003 at 06:03:20PM +0000, David Luis Fernandes de Araujo wrote:
> > i'm running jboss on a linux machine (redhat 7.3) and each one of the 
> threads that jboss throws occupies 60 MB of memory. 
> > Is this normal ? 
> > What can i do minimize the memory usage ? 
> 
> i believe this is all shared memory.  each thread reports the block of
> memory, but it's all the same block.  in reality, it's probably only
> using around 60M total.
> -- 
> }John Flinchbaugh{__
> | [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
> ~~Powered by Linux: Reboots are for hardware upgrades only~~
> 


-- 
David Araujo   [EMAIL PROTECTED]
Novis Telecom, S.A.http://www.novis.pt
ISP - Trusted Services Estrada da Outurela, 118  - A
Tel: +351 21 0104169   2795-606 Carnaxide - Portugal


---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] jboss on linux (performance)

2003-03-19 Thread David Luis Fernandes de Araujo


Hello, 

i'm running jboss on a linux machine (redhat 7.3) and each one of the threads that 
jboss throws occupies 60 MB of memory. 
Is this normal ? 
What can i do minimize the memory usage ? 

Thanks 

.david


---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Tyrex in production ?

2003-02-27 Thread David Luis Fernandes de Araujo

Hi, 

i have two jboss instances running in differente machines, frontend and backend,  with 
the frontend making calls to ejb's that are in the backend. I'm using tyrex  for the 
remote calls because of the distribuid transactions. 

Now my question, do you think my system with tyrex is ready for a production 
enviorment ?

Do i have an alternative for making ejb remote calls between jboss instances, instead 
of tyrex ?  


Thanks a lot

.david


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Queue connection problem

2002-12-23 Thread David Luis Fernandes de Araujo

Hello,

i'm tryng to control the access method to my queue, but i'm having some problems.

I have the folling piece of code in jbossmq-destinations-service.xml:


jboss.mq:service=DestinationManager


jboss.mq:service=SecurityManager







and in the jbossmq-state.xml i have:


john
needle
DurableSubscriberExample


john
dynsub


Now the problem is that when i try to deploy my message driven bean in jboss 3.0.4 
with this piece of code:

QueueConnectionFactory qcf = (QueueConnectionFactory) tmp;
conn = qcf.createQueueConnection("john", "needle");

i get a error in the jboss like this :

javax.jms.JMSSecurityException: Connection not authorized to subscribe to destination: 
Multibanco

What am i doing wrong ?

Thanks a lot

.david


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JMS security problem

2002-12-18 Thread David Luis Fernandes de Araujo

Hi,

i'm tryng to control the access method to my queue (password), but i'm having some 
problems.

I have the folling piece of code in jbossmq-destinations-service.xml:


jboss.mq:service=DestinationManager


jboss.mq:service=SecurityManager







and in the jbossmq-state.xml i have:


john
needle
DurableSubscriberExample


john
dynsub


Now the problem is that when i try to deploy my message driven bean in jboss 3.0.4 
with this piece of code:

QueueConnectionFactory qcf = (QueueConnectionFactory) tmp;
conn = qcf.createQueueConnection("john", "needle");

i get a error in the jboss like this :

javax.jms.JMSSecurityException: Connection not authorized to subscribe to destination: 
Multibanco


What am i doing wrong ?
Do i have to configure another file (maybe auth.conf) ?

Thanks a lot

Regards

.david


---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Ldap connection problem

2002-11-06 Thread David Luis Fernandes de Araujo

Hi, 

i'm using a external ldap in jboss 3.0, but when a stop and restart my ldap server, 
jboss looses the connection to the ldap server. Is there a way the jboss restabilish 
the connection to the external ldap ?

Thanks 

.david


---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] tyrex.tm.impl.TransactionImpl NotSerializable

2002-10-11 Thread David Luis Fernandes de Araujo


Hello,

i manage to install tyrex with sucess, and run jboss 3.0 with no problem, but when i 
try to acess a ejb in another jboss instance i get the folling error:

java.io.NotSerializableException: tyrex.tm.impl.TransactionImpl

Any idea ?

Thanks very much

.david



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user