Re: [JBoss-user] ManagedConnections Available!

2003-02-20 Thread Alex Loubyansky
This means there are no more available connections in the pool. Make sure you properly handle them, i.e. closing them correctly. Also more info about what you are doing would give more response. alex Friday, February 21, 2003, 7:17:40 AM, nfs_ nfs wrote: nn> Hi all, nn> Anyone knows why this erro

RE: [JBoss-user] Remote RMI (jndi)

2003-02-20 Thread Robert Augustyn
Title: Message This should work in your scenario the only difference is that you would need to replace "yourhostname" with the name or ip of your jboss server.    try{    Context iniCtx = getInitialContext();    }catch (Exception e){    e.printStackTrace();    }   private static Co

[JBoss-user] ManagedConnections Available!

2003-02-20 Thread nfs_ nfs
Hi all, Anyone knows why this error "HTTP ERROR: 500 SQL Exception while getting DB connection : org.jboss.util.NestedSQLException: No ManagedConnections Available!; - nested throwable: (javax.resource.ResourceException: No ManagedConnections Available!)" showing up ?,if this error is for data

Re: [JBoss-user] HttpSessionClustering Problem: ClassNotFound nosecurity manager: RMI class loader disabled

2003-02-20 Thread Dennis Muhlestein
Adding some more info: This same things happens on 3.0.6 ( 3.0.7rc1 from cvs) as well. I can set attributes like String etc, but not my own bean. The bean is using struts. It extends ValidatorForm and is in the session scope. Any input appreciated at this point. -Dennis On Thu, 2003-02-20 at

RE: [JBoss-user] Netboot doesn't pick up jars from the${JBossHome}/lib directory

2003-02-20 Thread Jeremy Boynes
> Are you saying netboot is going away, or are you talking about the > configuration? If it's the configuration, that seems to change > dramatically > with every major release, so I just assume that will be a problem. > Unfortunately, I can't wait... :) No, hopefully it will now be easier to set

RE: [JBoss-user] Don't understand this exception

2003-02-20 Thread Corbin, James
I understand this doesn't provide enough detail. I did run across another section of code that was opening but never closing the connection. For this test I followed every single path that the code was taking and verified that if a connection was opened it was subsequently closed(very painstakin

Re: [JBoss-user] HttpSessionClustering Problem: ClassNotFound nosecurity manager: RMI class loader disabled

2003-02-20 Thread Dennis Muhlestein
I tried for the heck of it, putting that one class in a jar file in the default/lib folder. Still got the same exception. On Thu, 2003-02-20 at 13:39, Dennis Muhlestein wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > It may be interesting to note that the cla

RE: [JBoss-user] Netboot doesn't pick up jars from the ${JBossHome}/lib directory

2003-02-20 Thread Jim Brownfield
Jeremy Boynes wrote: Thanks for your help on this. > You know this will all change in 3.2, right? Are you saying netboot is going away, or are you talking about the configuration? If it's the configuration, that seems to change dramatically with every major release, so I just assume that will b

RE: [JBoss-user] DatabaseLoginModule problems

2003-02-20 Thread Sonnek, Ryan
Dang, that's got to be the quickest fix to my problems so far! thanks scott. actually, i had to use 'Roles' as the second row, not 'RoleGroup'. going back through the paydocs, i see this now, but i didn't know it was a mandatory field. maybe a suggestion to drop a note in the docs so others do

[JBoss-user] Could not retrieve transaction isolation level from server

2003-02-20 Thread Jeremy Rempel
I have deployed an EJB, it deploys fine and I have also mapped a datasource to a mysSQL database. The system runs fine on a win2k server but when I move to to a linux server and try and connect to the datasource it gives this error: "Could not retrieve transaction isolation level from server"

Re: [JBoss-user] DatabaseLoginModule problems

2003-02-20 Thread Scott M Stark
Case sentitive name "RoleGroup", not 'rolegroup' Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Sonnek, Ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 12:26 PM Subje

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

2003-02-20 Thread Hunter Hillegas
Hmmm... Okay, thanks. I guess I can rule that one out. If anyone has any ideas about the ConnectionFactory problems that are plaguing JMS deployment, it would be a big help. Thanks, Hunter > From: "Scott M Stark" <[EMAIL PROTECTED]> > Organization: JBoss Group, LLC > Reply-To: [EMAIL PROTECTED]

RE: [JBoss-user] local-directory not working

2003-02-20 Thread Callies, Peter
Title: Message I subsequently have looked at the SARDeployer code.  When it is processing local-directory elements, it assumes that it is dealing with a compressed sar/jar file.  In my case, I am dealing with an expanded sar.  I guess I'll need to compress my sar at build time.    I'll als

Re: [JBoss-user] Error when compile JBoss 3.2RC2

2003-02-20 Thread Scott M Stark
I don't know what happened with that source bundle. Serveral files appear to have been dropped when I copied this off. I have updated the source bundle with the tree used to build the release. Its new stats are: Builds 119>cksum jboss-3.2.0RC2-src.tgz 2628348916 32163117 jboss-3.2.0RC2-src.tgz Bui

[JBoss-user] NoClassDefFoundError(Jboss.Net)

2003-02-20 Thread David payam
hi:I deployed NodeAService to JBoss.Net, the WSDD file:---xmlns:nodea="http://www.simpleprotocol.org/NodeA" xmlns:nodeb="http://www.simpleprotocol.org/NodeB"xmlns:nodec="http://www.simpleprotocol.org/NodeC"xmlns:reg="http://www.simpleprotocol.org/

Re: [JBoss-user] Don't understand this exception

2003-02-20 Thread David Jencks
So far everyone who has stopped arguing and looked at their code carefully has found that they were not closing all their connections. If you find otherwise please show the code that demonstrates the problem. I also recommend setting the log level to trace and looking at the jboss logging, since

[JBoss-user] HttpSessionClustering with EconomicSnapshotting on Jboss 3.2

2003-02-20 Thread Dennis Muhlestein
According the the clustering documents, I can use EconomicSnapshotting with the HttpSessionCluster. I get the following error when I enable that attribute: MBeans waiting for other MBeans: [ObjectName: jboss.web:service=WebServer state: FAILED I Depend On: Depends On Me: org.jboss.deployment.D

[JBoss-user] JavaGroups: strange exception

2003-02-20 Thread Vladyslav Kosulin
Thius exception happens every 5 seconds: 15:20:38,351 ERROR [JGStore] this should never happen - code version mismatch ? java.lang.NoSuchMethodException: org.mortbay.j2ee.session.SubscribingInterceptor.setAttribute(java.lang.String, java.lang.Object, boolean, boolean) at java.lang.Class.getMetho

Re: [JBoss-user] HttpSessionClustering Problem: ClassNotFound nosecurity manager: RMI class loader disabled

2003-02-20 Thread Dennis Muhlestein
It may be interesting to note that the class it is trying to find is located in the war file that my application is located in. Therefore, to load this class, the ClusteredHttpSessionBean is going to need access to that war file. Do I need to do something to enable this? Thanks Dennis On Thu,

[JBoss-user] local-directory not working

2003-02-20 Thread Callies, Peter
Title: local-directory not working I am unable to get the local-directory deployment feature to work.  As a test I modified the jboss-service.xml deployment descriptor in the C:\jboss-3.0.6\server\all\deploy\http-invoker.sar to start as follows: [JBoss-user] DatabaseLoginModule problems
running a small jsp app on jboss 3.0.6 w/ jetty, i'm having problems with the JAAS login. the jboss console says that the authentication succeeds, but the roles fail. i've created a simple testcase by changing the rolesQuery to hardcode the role i'm looking for, and it still fails. here's my log

[JBoss-user] Don't understand this exception

The following exception is saying that I didn't close my connection.  I added printouts to my code everytime a db connection was created, reused, and closed. It is interesting that JBOSS is reporting the error before my close connection is actually called (See end of stack trace).   Any

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

Oh, that is just a debugging stack trace and is of no interest as it affects nothing. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Hunter Hillegas" <[EMAIL PROTECTED]> To: "JBoss User" <[EMAIL PROTECTE

[JBoss-user] HttpSessionClustering Problem: ClassNotFound no security manager:RMI class loader disabled

I am using tomcat embedded in jboss. I've enabled http session clustering in the default configuration by copying cluster-service.xml, and jbossha-httpsession.sar to default/deploy and javagroups.jar to default/lib. When I set an attribute like a String into the session, things are working correc

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

Here is the complete stack trace for that component: 09:11:29,791 DEBUG [LocalJBossServerDomain] postCreation(), create J2EEServer instance java.lang.Exception: StackTrace at org.jboss.management.j2ee.LocalJBossServerDomain.postCreation(LocalJBossServ erDomain.java:397) at org.jb

[JBoss-user] Sybase sequence numbers and JBoss?

Hi, When I run up the JBoss 3.0.x template application on I'm getting an exception upon viewing the sample web page: javax.ejb.EJBException: Sequence number is broken I'm connecting using the example jca sybase-service.xml to a Sybase 11.9.2 data source using jConnect 5.5. The table has been cre

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

Yes, I did. I still ended up with the same problems. > From: David Jencks <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Thu, 20 Feb 2003 12:41:58 -0500 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2 > > Did you try removing anything jms related fr

[JBoss-user] Ever expanding JMS threads and socket connections issue

Howdy all Im running JBoss 3.0.2. I seem to have an issue with doing JMS connections and sends from internal EJBs back onto local Queues. It works correctly but seems to be accumulating a large number of running threads of the "OIL Worker" and OILClientILService. In turn I get a large number o

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

The LocalJBossServerDomain is the JSR77 integration service which should not be generating errors under any circumstances so show the full stack traces. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Hun

[JBoss-user] transaction setup question

Hello, I'm hoping somebody out there can give me a hint on how to set up transaction attributes for session beans that behave in the following manner. ImportantBean has a method, 'doImportantWork' which throws MajorException UnimportantBean has a method 'doUnimportantWork' which throws TrivialExc

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

Did you try removing anything jms related from the data dir or from wherever jms storing messages? david jencks On 2003.02.20 11:36 Hunter Hillegas wrote: > I have been running RC2 on one OS X machine for a week without trouble. I > just installed it on a test server yesterday and I have all kind

Re: [JBoss-user] Ear scoped classloading and scheduler service

Where is the scheduler deployed and why does it need AppClient.jar added to its classpath? It would be best to provide an example of what you are trying to do in a bug report on sourceforge. Scott Stark Chief Technology Officer JBoss Group, LLC --

Re: [JBoss-user] can I call System.exit(0) in an EJB method?

AFAIK, you have to have your security manager active. If you WANT to let your beans use the GC, you add the RuntimePermission exitVM in your server.policy. Regards, Dediana --- Dan Christopherson <[EMAIL PROTECTED]> escreveu: > There are a lot of things that are prohibited by the > spec that ar

Re: [JBoss-user] JBOSS Newbie ..problem

Forgetting tomcat for a moment, you have a deploy directory. Let's assume you are developing rather than deploying to production. Drop the war in deploy (exploded or warred up) and drop your servlets in the war's WEB-INF/classes directory. Standard operating procedure so far. Now drop your EJB jars

[JBoss-user] Strange JMS Problems on 3.2.0RC2

I have been running RC2 on one OS X machine for a week without trouble. I just installed it on a test server yesterday and I have all kinds of JMS troubles. Both machines are running the same EAR file. Both machines are OS X 10.2.x, running Apple JVM 1.4.1 DP10. I have tested with Apple's 1.3.1 J

Re: [JBoss-user] jetty filter question

Turns out the order was wrong, plus the DOCTYPE was wrong on my config file. I was getting message that "filter" was not declared. I moved the filter elements before the servlet element and then changed the doctype to: PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "ht

[JBoss-user] JBOSS & Log4J

Hello,   I configured my application specific Log4J configuration file and loaded it using the PropertyConfigurator.configure() method.  I defined console and file appenders that conflicted with the JBOSS use of Log4J.  This showed up as a looping error in the server's console output.  

[JBoss-user] Help please.

We have a session facade pattern and when trying to hit a table to retrieve data. I am getting TransactionRolledbackLocalException. I am getting the HOME with out error but when I do findByPrimaryKey. I get the error blow. PLease help me, 2003-02-20 09:23:44,863 ERROR [org.jboss.ejb.plugins.LogInt

RE: [JBoss-user] Recursive Tables (Trees) and CMP in JBoss

> my problem is to represent this structure in cmp ejb. > any ideas? The only pecky part of your schema is that self referenced EJB (tree). As to others relations they are straight forward, just relate :-). I am attaching zipped sample code that has the following relation coded: +---

[JBoss-user] Error when compile JBoss 3.2RC2

Hello all, I've problem with compiling JBoss 3.2RC2. Can somebody tell me what I do wrong ? OS : Windows 2000 ( with cygwin ) JDK 1.4.1_01 jboss-3.2.0RC2-src.tgz size : 27872779 md5 : d12286236a045e20ff47385b77867924 Command which I use : cd jboss-3.2.0RC2-src/build ./b

[JBoss-user] ★网络营销大全--助您一臂之力

--- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge ___

Re: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

Certainly, you then have many solutions : - try to find a JDBC 3.0 compliant driver for PostgreSQL. You can then use to retrieve the generated pk. (JDK 1.4) - find the SQL query than can be executed juste after an insert to retrieve the the generated pk. Usually this is something like 'select las

Re: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

hi, is there the same solution which is working with PostgreSQL? Rafal [EMAIL PROTECTED] wrote: Hi, I'm using it for some time now. If you want to use the auto-increment with an unknown PK, check here : http://www.kylev.com/projects/jboss/cmpauto.html If you want to use auto-generated fiel

Re: [JBoss-user] Re: JBoss getting stuck on Windows (was: no subject)

Thanks i will uncheck the QuickEditMode. "But the safest thing to do is to uncheck Quick Edit mode , then this will never happen." Thanks for all your help. _ MSN 8 with e-mail virus protection service: 2 months FREE* http

[JBoss-user] JBOSS Newbie ..problem

Hi all I am a new user of JBOSS server and also of EJBs.I have been using servlets for an application I developed and I am now trying to lookup the beans from the servlet or the JSP file . Could you please tell me where exactly I have to place my servlets to lookup the Beans? my folder test is pl

Re: [JBoss-user] Is 4.0 new or evolution of 3.2?

Hi Guy, actually the jConfig project at www.jconfig.org already offers this together with an MBean. WBR Andreas - Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 9:10 AM Subject: Re: [JBoss-user] Is 4.0 new or evolu

RE: [JBoss-user] can I call System.exit(0) in an EJB method?

Yes, but only once ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Joe Hung > Sent: mercredi, 19. février 2003 22:28 > To: Jboss-User (E-mail) > Subject: [JBoss-user] can I call System.exit(0) in an EJB method? > > > 2.4.3 seems to let me do t

Re: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

Hi Alex, first of all thanx for your fast reply :) most likely i have to work with jboss during my diploma thesis and so i started to work with it. since version 3.2 it was very deterrent to me that jboss was not able to handle automated pk generation (except for an extra bean handling the pk). t

Re: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

Hi, I'm using it for some time now. If you want to use the auto-increment with an unknown PK, check here : http://www.kylev.com/projects/jboss/cmpauto.html If you want to use auto-generated field with normal PK, you can do the following : ... User users

Re: [JBoss-user] Is 4.0 new or evolution of 3.2?

- Original Message - From: "Bill Burke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 9:49 AM Subject: RE: [JBoss-user] Is 4.0 new or evolution of 3.2? > Why not create an MBean with this information? Or another EJB that holds > application configuration

Re: [JBoss-user] Remote RMI (jndi)

- Original Message - From: "Jeremy Rempel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 3:09 PM Subject: [JBoss-user] Remote RMI (jndi) > I am trying to access a ejb remotley though JNDI. It compiles perfect > and it works when it is on the same machine

[JBoss-user] Re: JBoss getting stuck on Windows (was: no subject)

RE: [JBoss-user] (no subject)Replying to two messages in one. - Original Message - From: Bill Burke To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 8:52 PM Subject: RE: [JBoss-user] (no subject) > Winblows. What I also love is when the console is puking a lot of output it takes