RE: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Sebastian Hauer
Hi Adrian, > The "corr == null" implies the MessageDispatcher was not > in a running state (this error occurs when an event is received). > > These events occurred while it was doing the shun/reconnect. > Unfortunatley, it doesn't show what the event(s) are. > > >From your description it sound

RE: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Adrian Brock
Hi Sebastian, Bela can explain what is happening better than me. The "corr == null" implies the MessageDispatcher was not in a running state (this error occurs when an event is received). These events occurred while it was doing the shun/reconnect. Unfortunatley, it doesn't show what the event(s

RE: [JBoss-user] HTTPS / RMI

2003-10-30 Thread Sebastian Hauer
Hi Jeremy, We are running all our EJB and JNDI RMI calls tunneled over HTTP/s. In the beginning we had the same problems, but it all came down to the fact that we had it not properly setup. Monitor your clients port usage of the java process, if on unix use the suggested netstat command (or som

RE: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Sebastian Hauer
Hi Adrian, > > where these strange log statements: > > > > 2003-10-29 21:27:51,430 DEBUG [org.javagroups.Juliet] [Wed Oct 29 > > 21:27:51 EST 2003] [ERROR] MessageDispatcher.up(): corr == null > > 2003-10-29 21:27:51,977 DEBUG [org.javagroups.Juliet] [Wed Oct 29 > > 21:27:51 EST 2003] [ERROR

Re: [JBoss-user] [OT]: SourceForge does not tell you how to unsubscribe

2003-10-30 Thread Adrian Brock
On Thu, 2003-10-30 at 21:10, [EMAIL PROTECTED] wrote: > My apologies. Due to problems with a very slow network I need to > unsubscribe. Searched the web and was directed to SourceForge. > Unfortunately, that site tells you how to *subscribe* but not how to > *unsubscribe*. > > Could someone help

[JBoss-user] [OT]: SourceForge does not tell you how to unsubscribe

2003-10-30 Thread John . Curley2
My apologies. Due to problems with a very slow network I need to unsubscribe. Searched the web and was directed to SourceForge. Unfortunately, that site tells you how to *subscribe* but not how to *unsubscribe*. Could someone help me with this and also ask SourceForge to add an *unsubscribe* se

Re: [JBoss-user] HTTPS / RMI

2003-10-30 Thread Adrian Brock
Try JBoss 3.2.2 Scott has put a lot of work into making sure all server sockets are bound to specific ports in the default configuration. Regards, Adrian On Thu, 2003-10-30 at 20:13, Jeremy Rempel wrote: > I already tried that it seems to use about a dozen ports most of them > random. > > Jerem

[JBoss-user] HTTPS / RMI

2003-10-30 Thread Jeremy Rempel
I already tried that it seems to use about a dozen ports most of them random. Jeremy Rempel wrote: Hi, I am using RMI over HTTPS in Jboss 3.2.1 . I have ports 1099, 8080, 8443 open on my firewall but I still cannot get JBOSS to work when the firewall is up. Is there any other ports or service

Re: [JBoss-user] redeployment, proxies, ClassCastException

2003-10-30 Thread Adrian Brock
Try 3.2.2 - there is a workaround for this in org.jboss.system.JBossRMIClassLoader It stops the proxys in return values being cached by the RMI layer across redeployments. Regards, Adrian On Thu, 2003-10-30 at 19:59, Schnitzer, Jeff wrote: > I have a remote client that calls a SLSB. It works gre

[JBoss-user] Prevent local EJB lookup from Tomcat?

2003-10-30 Thread Craig Berry
Title: Message We're using jboss-3.2.1_tomcat-4.1.24.  It seems that our servlet-side code can do local EJB lookups on objects inside the jboss EJB container (we discovered this accidentally).  We would prefer that this not be possible, since we would like to make our code capable of moving

Re: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Adrian Brock
On Thu, 2003-10-30 at 18:37, Sebastian Hauer wrote: > Hi, > > Last night we had a strange problem in one of our environments running > jboss 3.0.8. This environment consists of two nodes N10 and N11. We > where logging "org.javagroups" and "org.jboss.ha" in DEBUG mode. > > 1. Sometime before 21

[JBoss-user] redeployment, proxies, ClassCastException

2003-10-30 Thread Schnitzer, Jeff
I have a remote client that calls a SLSB. It works great until the ejb application is redeployed, at which point all calls generate ClassCastExceptions. Even though no code changed. I assume this is because the proxies are regenerated on the server, and the one that the client downloaded at the

[JBoss-user] Strange clustering behavior

2003-10-30 Thread Sebastian Hauer
Hi, Last night we had a strange problem in one of our environments running jboss 3.0.8. This environment consists of two nodes N10 and N11. We where logging "org.javagroups" and "org.jboss.ha" in DEBUG mode. 1. Sometime before 21:27:47 the JVM process on N10 was starved off CPU time for at lea

Re: [JBoss-user] FarmMemberService missing 'Deployer' after Jetty bounce

2003-10-30 Thread Adrian Brock
It is a bug. The farm service does not support recycling, the deployer is nulled during destroy() It should be using some other mechanism to stop the scanning of the farm directory. Post it at as bug at www.sf.net/projects/jboss Regards, Adrian On Thu, 2003-10-30 at 17:57, Jim Crossley wrote:

[JBoss-user] FarmMemberService missing 'Deployer' after Jetty bounce

2003-10-30 Thread Jim Crossley
Using JBoss 3.2.2 w/Jetty, JDK 1.4.1, RH9.0. When I do this... 1. cd $JBOSS_HOME/bin 2. ./run.sh -c all 3. cd ../server/all/deploy/jbossweb-jetty.sar/META-INF 4. touch jboss-service.xml Jetty redeploys, redeploying the webapps along with it, but my FarmMemberService state is 'Destroyed' due (I

Re: R: R: R: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Adrian Brock
On Thu, 2003-10-30 at 15:30, Maffeo Gaetano wrote: > many thanks > > Every time we use an EJB we are used to "remove" the EJB from the > memory even if not properly every time. > > Is sufficient to remove the EJB from the memory in order to release > the connection? > Linking a connection to a

RE: [JBoss-user] Moving from development to production

2003-10-30 Thread Adrian Brock
On Thu, 2003-10-30 at 15:53, Brian McSweeney wrote: > Thanks Adrian, > > A few little questions about what you were talking about if you don't > mind. > > >> Remove those you don't need and lock down - *SECURE* those you do. > > a) Does removing in general just mean removing the > "whatever"-ser

RE: [JBoss-user] Moving from development to production

2003-10-30 Thread Adrian Brock
The jboss admin docs. Regards, Adrian On Thu, 2003-10-30 at 15:57, Alban Soupper wrote: > Hi Adrian, > > can you give us some references about the flags? > > Regards, > Alban. > > -Original Message- > From: Adrian Brock [mailto:[EMAIL PROTECTED] > Sent: jeudi, 30. octobre 2003 15

RE: [JBoss-user] Moving from development to production

2003-10-30 Thread Alban Soupper
Hi Adrian, can you give us some references about the flags? Regards, Alban. -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: jeudi, 30. octobre 2003 15:55 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Moving from development to production If you are movin

RE: [JBoss-user] Moving from development to production

2003-10-30 Thread Brian McSweeney
Thanks Adrian, A few little questions about what you were talking about if you don't mind. >> Remove those you don't need and lock down - *SECURE* those you do. a) Does removing in general just mean removing the "whatever"-service.xml from the deploy folder? For example, I don't think I'm using

Re: [JBoss-user] HTTPS over RMI

2003-10-30 Thread Stephen Davidson
Jeremy Rempel wrote: Hi, I am using RMI over HTTPS in Jboss 3.2.1 . I have ports 1099, 8080, 8443 open on my firewall but I still cannot get JBOSS to work when the firewall is up. Is there any other ports or services it needs ? Thanks, Jeremy If running on a Unixy type platform, try 'netstat

RE: [JBoss-user] Moving from development to production

2003-10-30 Thread Adrian Brock
If you are moving from development to production you should have a stress test that simulates your expected production usage. That will help you understand what resources you use/need. Before you do that, you should also try to understand what services you use. Remove those you don't need and loc

Re: [JBoss-user] please unsubscribe me

2003-10-30 Thread Stephane Nicoll
Right the way, sir! Please read the doc To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/jboss-user > or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] Regards, Stephane On Thu, 2003-10-30 at 1

RE: [JBoss-user] Moving from development to production

2003-10-30 Thread Brian McSweeney
Hi all, Having researched this a little more I've come up with the following plan. Perhaps someone could tell me if it seems ok :-) 1) Change the jboss memory In %JBOSS_HOME%/bin/run.bat change the line rem JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m to JAVA_OPTS=%

[JBoss-user] please unsubscribe me

2003-10-30 Thread praveen kushwaha
please  unsubscribe me[EMAIL PROTECTED] wrote: Send JBoss-user mailing list submissions to[EMAIL PROTECTED]To subscribe or unsubscribe via the World Wide Web, visithttps://lists.sourceforge.net/lists/listinfo/jboss-useror, via email, send a message with subject or body 'help' to[EMAIL PROTECTED]You

Re: R: R: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Adrian Brock
I've already fixed it in CVS. It will be in 3.2.3RC1 Once you've fixed the open connections, you can turn off this debugging feature in production see the CachedConnectionManager in transaction-service.xml You might want to make sure you have true in your -ds.xml You are probably not closing stat

Re: AW: [JBoss-user] JMX - hide attributes from view

2003-10-30 Thread Adrian Brock
On Thu, 2003-10-30 at 11:19, [EMAIL PROTECTED] wrote: > My class extends the javax.management.timer.Timer-Class. > In YourClassMBean choose the attributes you want to be managed. It is not necessary to extend TimerMBean, defining start() and stop() should be enough? Regards, Adrian > -U

R: R: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Maffeo Gaetano
Title: R: R: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2 many thanks. only a question: when will be available the fix? gaetano -Messaggio originale- Da: Adrian Brock [mailto:[EMAIL PROTECTED]] Inviato: giovedì 30 ottobre 2003 12.43 A: [EMAIL PROTECTED] Oggetto: Re: R: [JBoss-user]

Re: [JBoss-user] cascade-delete in 3.2.2

2003-10-30 Thread Alexey Loubyansky
Yes, sorry. Of course, sync-on-commit-only must be false if you have foreign key contraints. Could you, please, submit a bug report with the detailed info? Thank you. Markus Härnvi wrote: Hi again! It's set to false in both environments. I tried setting it to true in 3.2.2 but that didn't help.

AW: [JBoss-user] JMX - hide attributes from view

2003-10-30 Thread Juraj . Lenharcik
My class extends the javax.management.timer.Timer-Class. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Oktober 2003 10:53 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] JMX - hide attributes from view You could just declare the

Re: R: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Adrian Brock
This is an error in debug code which I will fix. It cannot cope with you leaving more than one connection open. If you look further back in log/server.log you will see a stacktrace telling you, that you haven't closed a connection. Something like: 11:39:58,081 INFO [CachedConnectionManager] Cl

R: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Maffeo Gaetano
Title: R: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2 OK I used the JSQL driver for MS SQL SERVER 2000, but at login time i get the following error does somebody help me? many thanks in advance gaetano org.apache.jasper.JasperException: null; nested exception is:     org.jboss.tm.JBo

[JBoss-user] HTTPS over RMI

2003-10-30 Thread Jeremy Rempel
Hi, I am using RMI over HTTPS in Jboss 3.2.1 . I have ports 1099, 8080, 8443 open on my firewall but I still cannot get JBOSS to work when the firewall is up. Is there any other ports or services it needs ? Thanks, Jeremy --- This SF.net em

Re: R: AW: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Adrian Brock
I don't have it, that's why I asked. Regards, Adrian On Thu, 2003-10-30 at 10:27, Maffeo Gaetano wrote: > no, so could you so kind to send me it? > > many thanks > > -Messaggio originale- > Da: Adrian Brock [mailto:[EMAIL PROTECTED] > Inviato: giovedà 30 ottobre 2003 10.47 > A: [EMAIL P

R: AW: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Maffeo Gaetano
no, so could you so kind to send me it? many thanks -Messaggio originale- Da: Adrian Brock [mailto:[EMAIL PROTECTED] Inviato: giovedà 30 ottobre 2003 10.47 A: [EMAIL PROTECTED] Oggetto: Re: AW: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2 Do you have the CMP type mappings? I will include

AW: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Scheidl, Dietmar
I have used the default type mappings of "MS SQLSERVER2000". My beans mainly consist of primitive types, Strings, derivates of java.util.Date or a byte[] for an Image. I did not check every other type mapping but they should also work well. Dietmar -Ursprüngliche Nachricht- Von: Adrian

Re: [JBoss-user] JMX - hide attributes from view

2003-10-30 Thread harm
You could just declare the getters in your interface(no setters). This would make your JMX attribute read-only... Regards, Harm de Laat Informatiefabriek The Netherlands [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 10/30/2003 10:39 AM Please respond to [EMAIL PROTECTED] To [EMAIL PROTE

Re: AW: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Adrian Brock
Do you have the CMP type mappings? I will include it in the distribution. Regards, Adrian On Thu, 2003-10-30 at 09:43, Scheidl, Dietmar wrote: > That is how I configured the datasource for my application. > > > > > MyDataSource > > jdbc:JSQLConnect://localhost:1433/databaseName=te

Re: [JBoss-user] cascade-delete in 3.2.2

2003-10-30 Thread Markus Härnvi
Hi again! It's set to false in both environments. I tried setting it to true in 3.2.2 but that didn't help. /Markus > Is sync-on-commit-only set to true in RC4? I guess, it is false in final > and, hence, is the expected behaviour. > > Markus Härnvi wrote: > > > Hi! > > > > > >>Could

AW: [JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Scheidl, Dietmar
That is how I configured the datasource for my application. MyDataSource jdbc:JSQLConnect://localhost:1433/databaseName=testdb com.jnetdirect.jsql.JSQLDriver myuser secret 20 200 5000 15 -Ursprüngliche Nachricht- Von: Maffeo Gaetano [mailto:[E

[JBoss-user] JMX - hide attributes from view

2003-10-30 Thread Juraj . Lenharcik
Hi, is there a possibility to hide attributes from the JMX-webconsole.view? I habe a sub-class of the Timer-MBean and only some of the methods should be edidable. thanks, Juraj --- This SF.net email is sponsored by: SF.net Giveback Program. D

RE: [JBoss-user] EJBException: Deprecated on Jboss 3.2.2

2003-10-30 Thread Yates, Danny
Your question answers itself. The stacktrace shows that your setSessionContext() method is calling context.getEnvironment(). The exception text tells you that getEnvironment() is deprecated. You should read the J2EE documentation and find out why getEnvironment() is deprecated and what it has been

Re: [JBoss-user] EJBException: Deprecated on Jboss 3.2.2

2003-10-30 Thread Adrian Brock
That is EJB1.0 Read the javadocs then use new InitialContext().lookup("java:/comp/env/whatever"); Regards, Adrian On Thu, 2003-10-30 at 09:05, Dinh Nguyen wrote: > Hi, > I have a very simple stateless session bean deployed on Jboss 3.2.2 > successfully. This is the server log >

RE: [JBoss-user] EJBException: Deprecated on Jboss 3.2.2

2003-10-30 Thread Dinh Nguyen
Finally, I found where the problem is: public void setSessionContext(SessionContext ctx) { if (verbose) System.out.println("setSessionContext called"); this.ctx = ctx; props= ctx.getEnvironment(); } The last line will launch exception, maybe this method has been deprecate

[JBoss-user] JSQL-SERVICE for JBOSS 3.2.2

2003-10-30 Thread Maffeo Gaetano
There is anyone that has the jsql service file in order to configure the Jsql for MS SQL 2000 driver with Jboss 3.2.2? many thanks gaetano maffeo --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be m

Re: [JBoss-user] Transactions on Stateful beans

2003-10-30 Thread Andrew May
We have this problem when users double click on links. The way we've got around it is to synchronize access the the stateful bean in the servlet layer by synchronizing on the Remote interface object. This at least serializes the requests and prevents concurrent access (which causes the bean to b

R: [JBoss-user] jBoss 3.2.2 OILServerILService Connection failure (1).

2003-10-30 Thread Maffeo Gaetano
Title: R: [JBoss-user] jBoss 3.2.2 OILServerILService Connection failure(1). -Messaggio originale- Da: Torsten Terp [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 29 ottobre 2003 15.32 A: [EMAIL PROTECTED] Oggetto: RE: [JBoss-user] jBoss 3.2.2 OILServerILService Connection failure(1).

[JBoss-user] EJBException: Deprecated on Jboss 3.2.2

2003-10-30 Thread Dinh Nguyen
Hi, I have a very simple stateless session bean deployed on Jboss 3.2.2 successfully. This is the server log = 2003-10-30 15:40:31,802 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss-3.2.2/server/al