[JBoss-user] [Installation & Configuration] - Logging stacktraces from tomcat

2004-03-25 Thread ahardy66
When I get an exception thrown in JBoss, the stacktrace comes out to the log / console as it is. When I do that in embedded tomcat, JBoss or Log4J or something preceeds each line of the stacktrace with a logging format, e.g. 17:50:08,297 INFO [STDOUT] java.lang.Exception: blah blah 17:50:08,29

[JBoss-user] [Beginners Corner] - Re: Transaction Times?

2004-03-25 Thread pawanraj
thanx juha, i made a test program to do this, and the first transaction still goes on.. can you help me with this. i want the first transaction to be suspended till the inner one completes.. i cannot use "not supported", i want the upper method in transaction also. Thanx again Pawan http:/

[JBoss-user] [HTTPD, Servlets & JSP] - deploy question

2004-03-25 Thread fingertiploneliness
I deploy an ear file to jboss default/deply directory,it inclues a ejb .jar and web .war . the servlet in the war file do some file upload ,but the uploaded file always be save to jboss's default/temp/** directory,when jboss restarted,the uploaded file can't find again!! can i upload the file

[JBoss-user] [EJB/JBoss] - Re: possible memory leak in long lived transaction ?

2004-03-25 Thread idxp
Actually I am using MS Sql server and the DB is on another server. "Grzegorz GÅ‚owaty" wrote : Here your problem is different. Probably it is caused by use of Hypersonic db as beans storage which (as you probably know) is normally configured to be in-memory db (so everything is stored in the mem

[JBoss-user] [Management, JMX/JBoss] - Is RMIAdaptor supports for JBoss further versions?

2004-03-25 Thread kondetisree
Hi Scott.. Thanks for ur valueble replies. As u mentioned that decison is up to me whether I should to for ManagementHome with MEJB stuff or with RMIAdaptor to lookup. Is that RMIAdaptor concept will be support for Jboss further versions also?? Is there any way to proceed with MEJB concept wit

[JBoss-user] [EJB/JBoss] - Default Pesistence Storage and Customized Pesistence Storage

2004-03-25 Thread liuhf
hi all, i use MS SQL SERVER 2000 as my database. Althourgh i did not change the Default Pesistence Storage of EJB Container: Hypersonic, i have not catched any operational errores when i access to MS SQL SERVER 2000. WHY?And can i change the Default Pesistence Storage of EJB Container

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread apdutta
Hi Bela, Thanks for your quick reply I started with SLJMS. Could run the examples. InteractiveJMSClient with Producder/Subscriber. But, I am not clear how to use it for my needs. 1. If I have 3 Java Progs running on 3 Different machines what they shud do to use SLJMS and communicate with each

[JBoss-user] [Beginners Corner] - Re: CMP vs. BMP

2004-03-25 Thread [EMAIL PROTECTED]
So what do you guys think of CMR? Is that advisable or should we keep relationships out of the container? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827542#3827542";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827542>Reply to the po

[JBoss-user] [Beginners Corner] - Re: storing encrypted password?

2004-03-25 Thread [EMAIL PROTECTED]
You can store the MD5 hash of the password instead of the password itself. Hence instead of storing hellouser=hellopassword you can store hellouser= and then in your login-config.xml you can mention the following for your JAAS group users.properties

[JBoss-user] [Installation & Configuration] - Re: Getting Jboss/Tomcat/IPtables to start on startup

2004-03-25 Thread lokmer
SuSE's setup is a bit more obtuse than Red Hat's , but I did figure it out. It seems that in my rush to deploy I had neglected to ensure that mySQL was starting up at startup. That's fixed, and now all seems to be well. Thanks! -Lokmer http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Persistence & CMP/JBoss] - Finder CMP methods not working?

2004-03-25 Thread ltcmelo
Hi, i'm having a problem with a finder method. It's a ordinary findSomething(String id), where Something is a ordinary column (not any key). I get a message from Jboss telling something like it didn't find that column. It's weird, cause all my other CMPs work fine, although none of them look form

[JBoss-user] [Performance Tuning] - how can run two application in Jboss application server?

2004-03-25 Thread kaplisiva
Hi, Anyone knows how can run two application in Jboss application server? Regards, Sivakumar.P http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827538#3827538";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827538>Reply to the p

[JBoss-user] [Beginners Corner] - Re: Storing usernames, password, and roles

2004-03-25 Thread [EMAIL PROTECTED]
remember one thing though. j2ee in general falls short when you want to do declarative authorization. for eg. if you're designing an application where certain people have certain privileges that are data-dependent you have to write security interceptors. http://www.jboss.org/index.html?module

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Platform dependent problem with JBossMQ

2004-03-25 Thread richieb
Are you running some firewall software on the Windows machines? ...richie http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827426#3827426";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827426>Reply to the post

[JBoss-user] [Management, JMX/JBoss] - Scheduler XMBean causing MalformedURLException: no protocol

2004-03-25 Thread zbeckman
I've been having a terrible time getting an XMBean to function as a Schedulable service. The XMBean is just fine before I try to "upgrade" it to become Schedulable. I have now added 'implements Schedulable' along with a 'perform()' method to the XMBean. It compiles just fine. I also changed the

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts,fileupload,blocked

2004-03-25 Thread mikefinn
Not to oversimplify, but is it possible that you have a firewall blocking POSTs or some other means of blocking a file upload? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827534#3827534";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Installation & Configuration] - Re: Getting Jboss/Tomcat/IPtables to start on startup

2004-03-25 Thread mikefinn
Look at jboss_init_redhat.sh in $JBOSS/bin. Not sure which style startup SUSE uses, but you should be able to tweak it, and drop it in. RH has a chkconfig util that you can use that provides the symlinks in the right /etc/rcX.d dir. Maybe SUSE has same? mike http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - Re: JBoss3.2.1 stops responding

2004-03-25 Thread mikefinn
Make sure tmpwatch isn't killing your files. By default, WAR gets exploded to /tmp. tmpwatch comes along and nukes stuff older than x days (usually 10 days). I think it runs from /etc/cron.daily/tmpwatch. If this is youir problem override your tmp dir by setting this in JAVA_OPTS: -Djava.io.tmp

[JBoss-user] [Installation & Configuration] - Re: Help! Too many Linux JBoss processes being created...

2004-03-25 Thread mikefinn
FWIW, NPTL is also in RH 9 (2.4.20 kernel). Of course, that only helps if you are a RH shop. mike http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827531#3827531";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827531>Reply to the post ---

[JBoss-user] [Installation & Configuration] - JSP compile problem

2004-03-25 Thread ltcmelo
I got a weird problem (actually it migth me two) When i start jboss 3.2.3 from command line, everything goes ok (no exceptions). If i try access localhost:8080/jmx-console, also everthing ok and if try localhost:8080/web-console, I can only see the rigth pane ( the applet on the left side doesn'

[JBoss-user] [Beginners Corner] - Re: jboss hangs on startup

2004-03-25 Thread mikefinn
Are you sure you didn't change log4j.xml? And are you sure JBoss is actually hanging? It looks like maybe the CONSOLE appender in log4j is going somewhere other than standard out. Also, have a look at server/***/log/server.log, and see if there is anything there. Post your log4j.xml file if yo

[JBoss-user] [EJB/JBoss] - Re: max-bean-life??

2004-03-25 Thread buptzjs
i can not catch you , do you mean i should chage the at the same time? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827528#3827528";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827528>Reply to the post

[JBoss-user] [Beginners Corner] - Re: shutting down one configuration

2004-03-25 Thread mikefinn
I assume you are talking about mulitple instances on a single box. Use: ./shutdown.sh --server jnp://localhost:1099 where 1099 is the JNP/JNDI port. Replace it with whatever port your instance-to-be-shut-down ins configured on. mike http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827

[JBoss-user] [EJB/JBoss] - Problem with and tags

2004-03-25 Thread lshepherd
I've installed jboss 3.2.3 however, whenever i deploy my ear with the following jbosscmp-jdbc.xml file, i get the following errors, like it's using an old dtd to validate against. xml file (errors follow): http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";>

[JBoss-user] [Installation & Configuration] - problems logging into JBoss **URGENT**

2004-03-25 Thread akravets
I tried logging into JBoss but get error: | HTTP Status 503 - Servlet HtmlAdaptor is currently unavailable | But before this I was getting ERROR 500 thanks, Alex http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827422#3827422";>View the original post http://www.jboss.org/index.

[JBoss-user] [Security & JAAS/JBoss] - Re: Transparently getting a DataSource Connection Using JAAS

2004-03-25 Thread adammal
Great thanks Scott, However I have one problem with this solution. In order to execute the getMcf() method of the following code PasswordCredential cred = new PasswordCredential(username, password); | cred.setManagedConnectionFactory(getMcf()); I need access to the AbstractPasswordCredential

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DLQHandler and Websphere MQ (MQSeries)

2004-03-25 Thread genman
I fixed the NPE problem in the CVS version of JBoss. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827519#3827519";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827519>Reply to the post -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: StdServerSessionFailed NullpointerException

2004-03-25 Thread genman
The FAQ recommends using UIL2 connection factory. (This may not be related to your issue, but should prevent deadlocks, etc.) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827518#3827518";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382

[JBoss-user] [EJB/JBoss] - Re: Creating beans with blob data members

2004-03-25 Thread scoy
http://jboss.org/index.html?module=bb&op=viewtopic&t=26748 :-) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827517#3827517";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827517>Reply to the post ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Infinite Thread generation in JBossMQ client?

2004-03-25 Thread genman
Looks like what your code does is connect, the disconnect. Is there some way you can avoid connecting and disconnecting so quickly? You can have one connection per application and create sessions per Thread even if multi-threaded. Use UIL2ConnectionFactory (see the FAQ) not UILConnectionFacto

[JBoss-user] [EJB/JBoss] - Re: Creating beans with blob data members

2004-03-25 Thread scoy
Did you look in the FAQ? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827515#3827515";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827515>Reply to the post --- This SF.Net email is

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 3.2.2 -- MDB listening on wrong Queue

2004-03-25 Thread genman
Nothing stands out. This is probably a misconfiguration on your side. You should validate your XML document against the DTD just to make sure JBoss isn't mis-parsing your file. JBoss 3.2.3 doesn't have fixes related to anything like this, but it doesn't hurt to upgrade. http://www.jboss.org

[JBoss-user] [Installation & Configuration] - Re: problems logging into JBoss **URGENT**

2004-03-25 Thread darranl
ahardy, which war file are you talking about? I don't see anyone mentioning a war file anywhere!! It's hardly surprising that people don't bother answering questions here that is because so many posts are made with almost all of the required information missing. In this case there is no indica

[JBoss-user] [Security & JAAS/JBoss] - Organizational Role to Application Role mapping using LDAP?

2004-03-25 Thread [EMAIL PROTECTED]
I am trying to configure an LDAP LoginModule for my Web application and understand everything except how to map a user's organizational role name (defined in the LDAP server, such as "QA Managers"): | dn: cn=QA Managers,ou=groups,o=techniques.org | objectclass: top | objectcla

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: performance hints when all jms traffic is within the con

2004-03-25 Thread genman
Remember to use the JVM Connection Factory "java:/ConnectionFactory" in JNDI. JBoss has to use serialization internally to "copy" the message to the receiver. There is no spec-compliant way to deliver the same object instance to your receiver that was sent. JBoss uses ObjectOutputStream and O

[JBoss-user] [EJB/JBoss] - Creating beans with blob data members

2004-03-25 Thread jeeads
I am creating beans that have blob data members. I am using an oracle 8i database and JBoss 3.2.3. When create() is called on a bean with a blob member I get the following error: Initializing testBasesBean. 2004-03-25 16:53:53,234 DEBUG [org.jboss.ejb.plugins.LogInterceptor] InvokeHome: creat

[JBoss-user] [Nukes User] - Re: nukes won't start

2004-03-25 Thread lokmer
Never mind - got it working again. It was a permissions issue with the new directory -Lokmer http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827507#3827507";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827507>Reply to the post -

[JBoss-user] [Beginners Corner] - storing encrypted password?

2004-03-25 Thread jkim9
Trying set up JBoss Server that is access by the client using JAAS. I like to store password on the server. I noticed users.properties files contains password but it's as flat text file where anyone who has right to view that file can see everyone's password... is there way to encrypt this fil

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ovidiuf
If performances degrades with the number of clients, and you're using multicast, my first intuition would be that NAKACK does a lot of retransmission. Bela, doesn't NAKACK have debugging statements that get triggered by retransmission? You can enable debugging for NAKACK and see if this is the

[JBoss-user] [Nukes User] - nukes won't start

2004-03-25 Thread lokmer
I set up nukes-1.0.0-mysql and had it running beautifully. Due to circumstances beyond my control I had to move it to a new directory - now, understandably, jboss can't find it. I've searched in vain through the website here for some documentation on how to change the directory where jboss loo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread bela
anonymous wrote : NW - 10 mbit but the tests are just on my local machine | 10Mpbs ? You're going to get 1MB/sec throughput max. If you run only on the local box, set UDP.bind_addr to 127.0.0.1, to circumvent the NIC entirely. Also add a multicast route that actually points to your loopba

[JBoss-user] [Nukes User] - Re: How to sell Nukes to your Boss?

2004-03-25 Thread ntemple
Can you post links (here or email me privately) to various CMS systems you are considering? What's the time-frame for implementation? The requirements? A "feature/benefits" comparison is somewhat useful, but a specific point-by-point presentation of how a technology provides solutions to your

[JBoss-user] [Management, JMX/JBoss] - Bug in ModelMBeanInfoSupport constructor?

2004-03-25 Thread steeqs
I was having troubles setting up persistence for my test XMBean using v4.0 DR3, so I dived into the code and fixed it. Or at least, it works for me. Basically, the constructor public ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] modelAttributes,

[JBoss-user] [Persistence & CMP/JBoss] - Re: cascade-delete performing update instead of delete

2004-03-25 Thread mkyaj
Hi, Definitely it wont slow down things as we are reduding the number of database transactions. If it works as per the documentation, then i think there shouldn't be any problems as we are not committing while calling finder methods(reading the data). I too want to know more about this opti

[JBoss-user] [EJB/JBoss] - Typical life cycle

2004-03-25 Thread nagulapati
Hello Guys, I would like to know the lower level details of how a request for a EJB deployed as a web service is handled by the JBOSS application server. Can anyone point me to a typical JBOSS server's life cycle and how it handles requests? TIA!! http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP - repeated sql condition

2004-03-25 Thread mkyaj
Hi , As Ben said by default the JBOSSCMP will load only the PKs for the first time the finder method is fired. The actual entity will be loaded when the client calls any business method on that entity. To reduce these number of queries and to reduce the amount of data for that finder method w

[JBoss-user] [EJB/JBoss] - Dumb question - max-capacity for cache-policy-conf

2004-03-25 Thread twgerber
The doc's say max-capacity means the maximum capacity of the cache. Is this the number of beans that can be in the cache or the size in bytes (or megabytes) that all the beans passivated to disk can use? Thanks http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827492#3827492";>View t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ggimler
"bela" wrote : | I see. Maybe hold off a bit more, until Ovidiu has experimented with it some more; he does have JGroups knowledge. So how important is the bare-bones stack to you right now ? Can you live with fc-fast.xml for now (of course, after you get 1000 msgs/sec) ? | If I got 1000 m

[JBoss-user] [Installation & Configuration] - available processes

2004-03-25 Thread kampa
How could I check the number of currently available processes on web server (JBoss 2.4.6). I need to control the loading on my web server. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827488#3827488";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ggimler
"bela" wrote : | Use of Serializable will probably be removed from MessageImpl (replaced by Externalizable, if possible). Serialization will exert some penalty, but what numbers did you get anyway for the pubsub test ? I'm also curious about HW/SW/JDK/NW. | Here are my numbers: HW - Dell

[JBoss-user] [JCA/JBoss] - Does JBoss4.00DR3 supports JCA1.5?

2004-03-25 Thread eshoresh
And do we need some jboss proprietery configuration files? Any samples? Thanx http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827487#3827487";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827487>Reply to the post

[JBoss-user] [Installation & Configuration] - Getting Jboss/Tomcat/IPtables to start on startup

2004-03-25 Thread lokmer
I couldn't find this in the documentation. I have Jboss/Nukes set up and running decently, but I need to get it to start at bootup on the server (SuSE 9.0). What's the trick? -Lokmer http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827486#3827486";>View the original post http://www.

[JBoss-user] [Nukes User] - Re: What's Available?

2004-03-25 Thread lokmer
Where does one *find* the modules? I've installed Nukes and the forums seem to be the only module that came with it (it certainly doesn't have all the modules listed on the main page), but I've yet to find a module download section on this site -Lokmer http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Persistence & CMP/JBoss] - JBoss 3.2.3 / Toplink 9.0.4 Error on commit()-ing a UnitOfWo

2004-03-25 Thread f2racer
Hello everyone, I'm trying to integrate my Toplink code so that it runs on JBoss within a stateless session EJB. The code works flawlessly on jsps and in plain old java objects. Queries also work within stateless session EJBs, but commits of a UnitOfWork within a stateless session EJB cause t

[JBoss-user] [Security & JAAS/JBoss] - Re: Using isUserInRole() on unsecured page

2004-03-25 Thread ahardy66
That is just your interpretation of the spec. It doesn't mention what should happen on pages that are not under any security constraint. I have to admit though that I am not prepared to read the whole spec from back to front to find out if they do mention what should happen anywhere, because I'

[JBoss-user] [Beginners Corner] - Re: CMP vs. BMP

2004-03-25 Thread ahardy66
The optimisation is basically just the caching that the container does. So if you have an application which uses lots of the same data over and over, yes it will be faster. But if you have an app that uses all sorts of different data without much re-use, then there will be no difference. Anyo

[JBoss-user] [Installation & Configuration] - Re: problems logging into JBoss **URGENT**

2004-03-25 Thread akravets
ahardy66, thanks for positive reply. But which WAR file are you talking about? Alex http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827480#3827480";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827480>Reply to the post -

[JBoss-user] [Beginners Corner] - Re: Storing usernames, password, and roles

2004-03-25 Thread ahardy66
Check out the documentation about login modules, JAAS and realms. That'll get you started. Oh, yes, you can use any database that you can set up a dataservice for. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827479#3827479";>View the original post http://www.jboss.org/index.html?

[JBoss-user] [Installation & Configuration] - Re: problems logging into JBoss **URGENT**

2004-03-25 Thread ahardy66
Akravets, you should be happy. This is a positive sign that your webserver is running. A 500 means you tried to call a URL on your server which it doesn't recognise. Google won't help you. You need to make sure your war file is deployed properly. It's hardly surprising that people don't bother a

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Platform dependent problem with JBossMQ

2004-03-25 Thread grenaria
No, no firewall software. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827477#3827477";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827477>Reply to the post --- This SF.Net email is

[JBoss-user] [Installation & Configuration] - Re: Logging stacktraces from tomcat

2004-03-25 Thread ahardy66
Any idea why it would be doing that? It is just my normal error handling in my servlet. Running under standalone tomcat, exception.printStackTrace() has never done this. The standard-out from JBoss-tomcat is obviously being funnelled through a log4j logger somehow - hence the INFO level - but

[JBoss-user] [Installation & Configuration] - Re: problems logging into JBoss **URGENT**

2004-03-25 Thread akravets
ok, re-installed JBoss, but now I get: | HTTP Status 500 - No Context configured to process this request | I googled for this error, but can't find definate answer. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827475#3827475";>View the original post http://www.jboss.org/inde

[JBoss-user] [Clustering/JBoss] - HTTP failover

2004-03-25 Thread mikefinn
JBoss 3.2.2/mod_jk2. Sun 1.4.2 JVM. Having problems getting failover to work. On failover, user is prompted for login on the node to which he is sent (mod_jk2). Has anyone gotten this working? I see this line in ClusteredSession, which makes me think there is no way that a seamless/login-less f

[JBoss-user] [HTTPD, Servlets & JSP] - Creating Symbolic Links In a Web Application

2004-03-25 Thread johnurban
We are upgrading to jboss 3.2.3 from jboss 3.0.6. We had symbolic links in our web application that allowed us to view directories outside of our web application. When we upgraded to 3.2.3, we created the links with ln -s and then we clicked on our HTML links, that are symbolically linked to ex

[JBoss-user] [Management, JMX/JBoss] - Re: adding datasources through JMX

2004-03-25 Thread lenisha
PAL, are you from Toronto ? I know some company there had same problems, may be they have solved it. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827473#3827473";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827473>Reply to the post -

[JBoss-user] [Security & JAAS/JBoss] - Re: Using isUserInRole() on unsecured page

2004-03-25 Thread Huck
Adam, I was using the default embedded Tomcat for JBoss 3.2.3, which is 4.1.29. I compared it with the same version of the standalone product, with which the behavior differs. According to the last post in the thread at http://www.jboss.org/index.html?module=bb&op=viewtopic&t=26355, something

[JBoss-user] [Management, JMX/JBoss] - NameNotFoundException during Mbean startup

2004-03-25 Thread shashir
Hi All, I am running JBOSS with MySQL and running into a deployment packaging issue with MBean. I have an MBean which looks for Datasource which is configured using mysql-ds.xml. When I create a SAR file and deploy the service, I get the following exception. However if I configure the MBean in

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss 3.2.2 -- MDB listening on wrong Queue

2004-03-25 Thread mring33
My Env: * Win 2000 pro * JBoss 3.2.2 * Sun's Java 1.4.2 SE Problem: I want my MDB (named DocumentVerifierBean) to listen on a queue called 'Apex/DocVerifierInbox' but instead it is responding to messages on 'DocumentVerifierBean'. Looks like JBoss is automatically creating this second queue and

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread bela
anonymous wrote : If I add that then it complains of another dependency: | ChannelException: JChannel(): java.lang.Exception: Configurator.sanityCheck(): event GET_DIGEST_STATE is required by STATE_TRANSFER, but not provided by any of the layers below I see. Maybe hold off a bit more, until O

[JBoss-user] [Installation & Configuration] - home.create() fails from remote machine - Timeout

2004-03-25 Thread trackingroi.com
I've seen a couple posts regarding this type of error but their resolutions haven't solved our issue though. We're testing our install using a very simple example EJB. The client looks like this (not complete code): | // preparing properties for constructing an InitialContext object |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread bela
anonymous wrote : | class ObjectMessageImpl extends MessageImpl implements ObjectMessage, Serializable { Use of Serializable will probably be removed from MessageImpl (replaced by Externalizable, if possible). Serialization will exert some penalty, but what numbers did you get anyway for the

[JBoss-user] [Installation & Configuration] - Re: Help! Too many Linux JBoss processes being created...

2004-03-25 Thread trackingroi.com
Thank you very much for your reply! It looks like we're up and running now, but have hit a new snag. I'll post it under a different topic - thank you again. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827464#3827464";>View the original post http://www.jboss.org/index.html?module

[JBoss-user] [Beginners Corner] - maxProcessors & acceptCount parameters

2004-03-25 Thread dmitry_firer
Hello, Can anybody give me recommendations about maxProcessors & acceptCount parameters in jboss.jcml file (for JBoss-2.4.6)? By default there are 10 for both parameters. It seemed to be too low for my system because I used to get error: No processor available, rejecting this connection. I in

[JBoss-user] [Installation & Configuration] - Re: Any release date for 3.2.4?

2004-03-25 Thread [EMAIL PROTECTED]
Sometime in April. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827461#3827461";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827461>Reply to the post --- This SF.Net email is sponsor

[JBoss-user] [Management, JMX/JBoss] - server.addNotificationListener problem - intermitent

2004-03-25 Thread rodinsc
I am trying to catch the Notification from the JBoss Server in a Servlet. I want to know when JBoss is completely initialized and started (I am using 3.2.3 and tomcat). Sometimes I can add the listener and sometimes I cannot. Sometimes it says the Server is not registered but how can this be wh

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ggimler
"bela" wrote : [ | | Hmm, it takes a bit of experimenting with this. Ovidiu, do you want to do it ? | | Regarding state transfer: just add STATE_TRANSFER on top of your bare bones stack (copy the tag from, say, fc-fast.xml). | | If I add that then it complains of another depende

[JBoss-user] [HTTPD, Servlets & JSP] - apache 1.3 mod_jk ChannelSocket timeout

2004-03-25 Thread meinholz
I am connecting to JBoss via apache 1.3 and mod_jk. Things seem to be working ok. However, I get the following in my console log: 13:10:12,652 INFO [ChannelSocket] connection timeout reached 13:13:58,039 INFO [ChannelSocket] connection timeout reached 13:18:18,983 INFO [ChannelSocket] connecti

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ggimler
"bela" wrote : [ | I wasn't aware Ovidiu has added ObjectMsg support yet. Are you using serialization or externalization ? You mentioned you have ca 1-2K worth of data/msg ? | Bela I implemented it myself just to get things running locally with my copy. There may be a more optimal way of im

[JBoss-user] [Management, JMX/JBoss] - scheduler howto

2004-03-25 Thread Berritxu
Hello! I'm new using JBoss, and I need use scheduler module. My problem is that I know absolutely nothing about that. Where can I find a complete and very simple example for this? I've find the scheduler example, but I don't know how it works, and so I don't know what I need to "copy" it. Than

[JBoss-user] [Messaging, JMS & JBossMQ] - Publishing to remote topic fails during JBoss startup

2004-03-25 Thread zen_mark
I'm using JBoss 3.2.1. On two separate servers I am running topics and the two JBoss servers publish messages back and forth to each other. Everything works correctly once JBoss has completely finished deploying. I have added functionality to one service to send a message to the other using

[JBoss-user] [Persistence & CMP/JBoss] - Changing user in hsqldb connection ...

2004-03-25 Thread sandros
Hi, I created a new hsqldb user with the command: create user test password mytest admin; in the DatabaseManager provided by jboss. I changed the hsqldb-ds.xml file in order to use the new user: test mytest But when I start jboss, hsqldb remains looking fo

[JBoss-user] [Installation & Configuration] - JBoss3.2.1 stops responding

2004-03-25 Thread jugma
Hi, I am using JBoss3.2.1 on RedHat Linux 7.3 and after about 2 weeks or so of continuous running it stops responding. We either get the directory structure of our application or a 500 error when browsing to our application. Could someone please help. Thanks, Jugma http://www.jboss.org/index.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ovidiuf
The protorype doesn't do any message acknowledgement at application level. The stack is configured with pbcast.NAKACK. Interesting. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827450#3827450";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Installation & Configuration] - Re: problems logging into JBoss **URGENT**

2004-03-25 Thread darranl
If you think your problem is urgent at least try posting some useful information about your problem - a couple of status codes isn't going to help anyone. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827449#3827449";>View the original post http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Nukes User] - How to sell Nukes to your Boss?

2004-03-25 Thread jardia
Hi guys. Having just downloaded and played with the 1.0 release. I was pretty impressed and up and running and 'getting it' quite quickly. I've been told to evaluate Nukes and come up with a list of points to sell it to my boss. Especially with regards to other open source products such as open

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-03-25 Thread jae77
start out by performing a build of the project on the command line. after that completes, open up eclispe and create a new project. once you tell eclipse where the project's home directory is, it should be smart enough to automatically pick up the necessary directories that contain the xdoclet g

[JBoss-user] [Beginners Corner] - shutting down one configuration

2004-03-25 Thread meinholz
Is there any way to shutdown a single confuration of JBoss, not all of them? Looking at startup.sh and shutdown.sh it seems I can start configurations up independently, but only shut them all down. I am using 3.2.3 if that matters. Thanks, Lloyd http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-03-25 Thread xqidtm
anonymous wrote : I then started Eclipse, went to File | New, borwse to the "common" sub-directory, and click finish. I'm not clear about what you're doing here. Perhaps I didn't state my question clearly. When you create a new project in Eclipse, do you specify a top level 'src' folder to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread bela
"ggimler" wrote : I just tried a quick test with just text messages with the fc-fast.xml. Messages/second decrease with each subscriber. This seems counter-intuitive to using multicast. It's behaving like TCP. Am I the only one seeing this? You should see almost no degradation. Maybe we'r

[JBoss-user] [Installation & Configuration] - Re: Logging stacktraces from tomcat

2004-03-25 Thread [EMAIL PROTECTED]
This means the code generating the printStackTrace() output is doing a System.out.println() for everyline in the trace. It needs to be emitted as a single string in one System.out/err println. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827442#3827442";>View the original post htt

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ovidiuf
Yes, I'll do that (experimenting). I'll get back with conclusions. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827439#3827439";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827439>Reply to the post

[JBoss-user] [Datasource Configuration] - Re: ORA-01453: SET TRANSACTION must be first statement of tr

2004-03-25 Thread murthytvsn
After diagnosing the code I found in one place after getting the connection we change the transaction type and before closing the connection we are setting it back to original transaction type. After commenting that code I never got that error. Thanks Murthy http://www.jboss.org/index.html?modu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread bela
"ggimler" wrote : anonymous wrote : | | Use the fc-fast protocol; I tested this on my home system, and got about 1600 msgs/sec. | | fc-fast uses flow control, so it is very good when having *sustained* load over an extended period of time. But I'm sure you could optimize even more if you

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread bela
"ggimler" wrote : I tried the bare-bones.xml file for jgroups - it doesn't work for sljms. I get the following: | | [java] WARN 10:18:16,964 [main] (Trace.java:387) - fetching state will fail as state transfer is not supported. Add one of the STATE_TRANSFER protocols to your protocol spe

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: StdServerSessionFailed NullpointerException

2004-03-25 Thread bartvh
>From what version on is that code gone? Is there a released version? I really need a fix here. At first, the problem did not seem to do too much harm, but lately--probably because the server is used more--it sometimes renders the jms server totally useless : all (OIL) connections fail with a co

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to create 200 000 entity instances without out of me

2004-03-25 Thread mbeyer73
my bugzilla entry on that issue: http://bugzilla.irongrid.com/show_bug.cgi?id=253 Marcus http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827433#3827433";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827433>Reply to the post ---

[JBoss-user] [EJB/JBoss] - Re: Starting/Executing a thread/process from EJB e.g Runtime

2004-03-25 Thread bherbert
why don't you write a shell script to create directory and tar. pass filename as an argument. Probably this issue suffice a single call to make all these things Cheers, B http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827432#3827432";>View the original post http://www.jboss.org/inde

[JBoss-user] [Persistence & CMP/JBoss] - Problems with transaction.

2004-03-25 Thread bc2002
I am testing BMP with Jboss. And I ran into transaction problems that I could not find any similar info on Google. I am using Hibernate 2, jboss 3.2.3 and postgresql 7.3. I am new to Hibernate/Jboss and I have no clue how to handle the error. 07:04:05,015 ERROR [LogInterceptor] TransactionRol

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multicast JMS

2004-03-25 Thread ovidiuf
It is counter-intuitive, indeed. I'll try to do some more extensive tesing myself with both text and byte messages today or maybe tomorrow and I'll get back to you. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827424#3827424";>View the original post http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - custom LoginModule based on AbstractServerLoginModule

2004-03-25 Thread ahardy66
It looks to me like JBoss's AbstractServerLoginModule's roles grouping method is incompatible with tomcat. In this class's commit() method, there's this little bit of code: if( subjectGroup instanceof NestableGroup ) | { | /* A NestableGroup only allows Groups to be added to it so we

  1   2   >