[JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Nicolai P Guba
What are the reasons for a stateful session bean NOT to serialize itself onto the filesystem? I am getting this pretty odd exception from our only stateful session bean and am a bit stupefied. H Log is below [java] java.rmi.ServerException: RemoteException occurred in server

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Sacha Labourey
Hello Nicolai, Are you sure that your SFSB lifetime hasn't expired? It looks like the bean state has been removed from the file storage. Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Nicolai P Guba

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Nicolai P Guba
On Wed, 2001-11-21 at 09:42, Sacha Labourey wrote: Hello Nicolai, Are you sure that your SFSB lifetime hasn't expired? It looks like the bean state has been removed from the file storage. H, this is definitively the case because the file is not there any more. However, this bean is

Re: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
I got this exception in two cases (jboss 2.4.3): 1. the bean has thrown a java.rmi.RemoteException before = jboss discarded the bean 2. the automatical remove of the SessionBean by jobss has taken place, default configuration is 30 min. Annegret -Ursprüngliche Nachricht- Von:

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Sacha Labourey
Hello Nicolai, H, this is definitively the case because the file is not there any more. However, this bean is being still refered to and one would expect it to serialize and passivate, then activate later on. Never to just delete itself as long as the session is still open. It doesn't

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Alex Loubyansky
Hello, Nicolai! I had the same exception. My project worked fine first but after some improvements :) in some cases JBoss printed me such an exception. The problem was in RemoteException like Sternagel said. Good luck! jalex -Original Message- From: [EMAIL

[JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Quique Ruiz-Valenciano
Hello, Anyone could tell me anything about Hypersonic DB? (Vendor, if I can download it, etc) Another thing, at JBoss2.4.3-Tomcat3.2.3 the server initialization doesn't run. The initialization process is stopped at Hypersonic DB init point. What's happening? Quique --

Re: [JBoss-user] Stopping JBoss

2001-11-21 Thread David Hamilton
RE: [JBoss-user] Stopping JBossI've been playing with the org.jboss.jmx.client.Stop class. I've no idea what it's really intended for, I just thought I'd have a look at the interestingly named 'stop.jar' in the client directory. It stops JBoss under Win2K, but I initially got an error on Linux,

[JBoss-user] JBoss 2.4.3 classloading problems

2001-11-21 Thread Jozsa Kristof
I'm using the bundled JBoss-2.4.3_Tomcat-4.0 package, and trying to use Castor from one of my session beans to turn an entity bean's data into an XML string (no JDO-thang, just plain marshalling to xml). I get a Castor exception about not finding my own beans' data, and after a few hours of

Re: [JBoss-user] JDBC Pool - Getting in trouble

2001-11-21 Thread Edson Carlos Ericksson Richter
So I'm getting a crazy operational failure due to connection does not returning to spool... I figured out that setting appropriate values in the JCML I can get connection to the pool again... But imagine a high demand use (lets say, 200 users)... What will be happenning? My app is not a book

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
Hello, Sorry, I can't tell you anything about Hypersonic DB. Concerning the server initialization: Did you copy some configuration part of an older jboss version to the new jboss.jcml ? We had a similar problem and the reason was in jboss.jcml: The driver changed from org.hsql.jdbcDriver to

[JBoss-user] passing value between applications

2001-11-21 Thread Sundaram Ramasamy
Hi, I want to share information between two web application. Is there a way for this.!!! I tried with servlet context also. Still its not working. I am getting the null value. For More Info about the problem. Different Web applications hosted on the

RE: [JBoss-user] passing value between applications

2001-11-21 Thread Alex Loubyansky
ServletContext is created per application. So, it's not available for another application. You can try JNDI. jalex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sundaram Ramasamy Sent: Wednesday, November 21, 2001 15:27 To: Sacha

Re: [JBoss-user] passing value between applications

2001-11-21 Thread David Ward
Sorry: though this works for one login I'm not sure (I doubt) the session gets shared. Anyone know the answer to this? -- David Ward wrote: Tomcat 4 allows for single sign on between web apps via its SingleSignOn Valve. There is a JBoss-2.4.3_Tomcat-4.0 bundle:

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Quique Ruiz-Valenciano
Concerning the server initialization: Did you copy some configuration part of an older jboss version to the new jboss.jcml ? Thanks for your help. The installation, that I test, is a new installation. We had a similar problem and the reason was in jboss.jcml: The driver changed from

Re: [JBoss-user] passing value between applications

2001-11-21 Thread David Ward
Tomcat 4 allows for single sign on between web apps via its SingleSignOn Valve. There is a JBoss-2.4.3_Tomcat-4.0 bundle: http://sourceforge.net/project/showfiles.php?group_id=22866 -- Sundaram Ramasamy wrote: Hi, I want to share information between two web application. Is there a

Re: [JBoss-user] Service bean

2001-11-21 Thread Krzysztof Ogrodnik
On Tue, 20 Nov 2001 00:13:36 -0500, you wrote: You don't say what your service does, so it is difficult to make an assessment. Have you looked at MBeans? They are specifically designed for implementing services that start up with JBoss and keep running the whole time. I just implemented my

Re: [JBoss-user] JDBC Pool - Getting in trouble

2001-11-21 Thread Edson Carlos Ericksson Richter
Thanks for prompt response. Well, the problem is related to code inside this messate (first message that I have sent, and repeated at the end of this mail). As you can see, I have a _close( connection, statement, resultSet) that does not close no connection. So, the connection still allocated for

Re: [JBoss-user] JDBC Pool - Getting in trouble

2001-11-21 Thread David Jencks
Well, you haven't told us what the actual problem you are having is. I doubt it is that jboss logging isn't working properly;-) Have you verified that there are different numbers of takes and puts for the pool? (not that every close is followed by a put). Does this occur only under high

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
Please mail the complete stacktrace of jboss startup and the hole part of your JDBC configuration from jboss.jcml, looking at the stacktrace I assume that you defined a new Datasource myDS ?? Annegret -Ursprüngliche Nachricht- Von: Quique Ruiz-Valenciano [mailto:[EMAIL PROTECTED]]

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread 'Quique Ruiz-Valenciano'
Please mail the complete stacktrace of jboss startup and the hole part of your JDBC configuration from jboss.jcml, looking at the stacktrace I assume that you defined a new Datasource myDS ?? Ok, To see stacktrace of jboss startup look the file 'server.log.start'. Too see stacktrace of

[JBoss-user] JBoss + Tomcat config ptoblem

2001-11-21 Thread Artur Jonak
Hi, I'm using JBoss2.2.2 with Tomcat3.2.2. And in Tomcat conf directory there is web.xml file where user can define what mime types Tomcat recognizes. I changed this by appending my own mimes but Tomcat doesn't see these changes. I guess that this config file is not used by Tomcat embeded into

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
In jboss.jcml you have two entries for JdbcProvider, both for postgres driver, the hypersonic driver is not loaded, that's the problem. But you must have both driver in one JdbcProvider entry separated by comma mbean code=org.jboss.jdbc.JdbcProvider name=DefaultDomain:service=JdbcProvider

Re: [JBoss-user] Stopping JBoss

2001-11-21 Thread David Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 stop.jar will do it for you as well. David Green On Wed, 21 Nov 2001, Adam Heath wrote: On Tue, 20 Nov 2001, Juergen Fiedler wrote: OK, this one _must_ be more trivial than it seems to me. I am starting JBoss (under Linux) by calling

Re: [JBoss-user] Stopping JBoss

2001-11-21 Thread Kent Henneuse
Here is probably more what you are looking for. Can somebody add this to what JBoss ships? The first section needs to be the last lines of jboss_root/bin/run.sh The next section is a script called jboss which you place in /etc/init.d It is a generic script that does not make use of the nice

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread 'Quique Ruiz-Valenciano'
In jboss.jcml you have two entries for JdbcProvider, both for postgres driver, the hypersonic driver is not loaded, that's the problem. But you must have both driver in one JdbcProvider entry separated by comma mbean code=org.jboss.jdbc.JdbcProvider

[JBoss-user] how do I turn on log4j trace?

2001-11-21 Thread Ferguson, Doug
I have had no luck with the example in the log4j.properties file, trying to enable the trace for org.jboss.pool.ObjectPool I am using a slightly modified jboss2.4. Can someone please give me the correct syntax? Thanks, d. ___ JBoss-user mailing

Re: [JBoss-user] Stopping JBoss

2001-11-21 Thread Juergen Fiedler
On Wed, Nov 21, 2001 at 01:50:36AM -0600, Adam Heath wrote: [...] cd bin ./run.sh 1stdout.log 2stderr.log echo $! pid # do something here kill `cat pid` The above is fairly standard shell programming. Indeed, it is. For some reason, it doesn't work for me, though: It kills run.sh

RE: [JBoss-user] JBoss start-up

2001-11-21 Thread Adam Saltiel
Title: RE: [JBoss-user] Stopping JBoss I have a directory called evaluation and a directory called default. I can notstart an app called default with a bat file that points to that directory properly. I get this:- [Shutdown] Shutdown hook added[Service Control] Registered

Re: [JBoss-user] Stopping JBoss

2001-11-21 Thread danch
Juergen Fiedler wrote: On Wed, Nov 21, 2001 at 01:50:36AM -0600, Adam Heath wrote: [...] cd bin ./run.sh 1stdout.log 2stderr.log echo $! pid # do something here kill `cat pid` The above is fairly standard shell programming. Indeed, it is. For some reason, it doesn't work for me,

RE: [JBoss-user] JBoss start-up

2001-11-21 Thread Adam Saltiel
Title: RE: [JBoss-user] Stopping JBoss OK, I got it. XML escapes from a comment if there is within the comment body. Bit different to Java. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam SaltielSent: 21 November 2001 21:42To:

[JBoss-user] Session data lost between request using Navigator 4.08

2001-11-21 Thread Robert Finneran
Hello, I'm running JBoss-2.4.3_Jetty-3.1.3-1 on both RedHat 7.1 and Win2000. It appears that I'm having problems with saving data in the session between HTTP requests when using Netscape Navigator 4.08 as my browser (The browser I also tested on both Windows and Linux). This problem does not

[JBoss-user] [ANN] JBoss 3.0 alpha is out

2001-11-21 Thread marc fleury
This is it! http://prdownloads.sourceforge.net/jboss/jboss-3.0.0alpha.zip we will have the link on www.jboss.org shortly so go gentlemen, you know what is in there, clustering, EJB 2.0, sar, cl microkernel, the future. Can you hear those gun shots in the distance? that is us slugging it with

Re: [JBoss-user] [ANN] JBoss 3.0 alpha is out

2001-11-21 Thread Jason Dillon
Are we going to release the .tgz too? --jason On Wed, 21 Nov 2001, marc fleury wrote: This is it! http://prdownloads.sourceforge.net/jboss/jboss-3.0.0alpha.zip we will have the link on www.jboss.org shortly so go gentlemen, you know what is in there, clustering, EJB 2.0, sar, cl