Hi All...
I'm having a problem with the release of jboss-2.2.1_tomcat_3.2.1 just
posted for download. When I start it, it fails to deploy the test EAR file.
Also, I can't deploy my own EAR, although it works fine under 2.2.0.
The server is complaining that no web container is available. I had
I just downloaded and installed this as well. When I start it, it
complaines that it can't start wmbedded tomcat and throws some exceptions.
It also complaines that it can't find a web container, so WAR deployment is
unavailable.
Jim
--On Friday, April 20, 2001 10:17 AM +0200 Torsten Terp <[E
David Jencks wrote:
> hi,
> I don't really see how you are going to get a jvm per bean no matter what
> you do. Are you planning to have many processes of this legacy code
> running at once? how are you going to start/stop them at appropriate
> times?
>
> Another approach, I think officially s
David Jencks wrote:
> Hi,
>
> I've been using and enjoying this new feature, many thanks. I have had a
> slight problem,
> my system is trying to activate the "Default" deployer at startup... ain't
> no such thing.
>
> This fixes it:
>
> public AutoDeployer(String urlList)
> {
> -
Russell wrote:
>
> My question is that i need to generate a unique key for loginid.
> Anybody have any ideas how to do it ? Thanks wt.
This is a very frequently asked question. Try searching the archives
for this list and for jboss-dev (there was a thread about this recently
on jboss-de
Just to give Bill some hope, I have a complex J2EE EAR app that I deploy
using jBoss-Tomcat daily, and have been for what seems like ages now (you
know how development can take forever...)...
My EAR has one jar and one war and the servlets in the war call the EJBs
inthe jar. Some time ago, I h
Well, obviously I did send that to the list, so, here's a follow up...
I thought there was a bug, but, there's not... just a misunderstanding on my
part. This is a bit long, but, hopefully it will resolve some of the
questions about client libraries and those dreaded ClassNotFound exceptions.
U
Thanks a lot :),
Raka
--- Burkhard Vogel <[EMAIL PROTECTED]> wrote:
> Hi,
> a reentrant bean has to be used if the following
> scenario occurs:
> Have a Bean A call a method in Bean B whereupon Bean
> B calls within this
> method another method on Bean A. In this case Bean A
> has to be reentrant
Hi,
I've been using and enjoying this new feature, many thanks. I have had a
slight problem,
my system is trying to activate the "Default" deployer at startup... ain't
no such thing.
This fixes it:
public AutoDeployer(String urlList)
{
- this ("Default", urlList);
+ t
Hi,
You don't include your entire jboss.jcml file so I can't tell if this is
present-- but if not you would get the error you are seeing.
com.ibm.as400.access.AS400JDBCDriver
I've never used AS400, but I take it there is no XA driver???
David Jencks
On 2001.04.20 20:04:45 -0400 Kar
Ahem, yes, that should be
true
Nothing like trying to be helpful and actually doing more harm than good...
- Original Message -
From: "danch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 6:13 PM
Subject: Re: [JBoss-user] Build-up of INACTIVE oracle connection
Try providing these two entries and see if the exception goes away - it does
with Oracle.
your-userid
your-password
- Original Message -
From: "Karl Doane" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 8:04 PM
Subject: [JBoss-user] DB2/400 & JBoss
> Hi,
>
>
[I didn't copy this to the list on purpose...]
I think there is a bug in the deployer... I'm looking through the source
code now, I'll let you know if I find anything.
Just for reference, can you send me a description of your EAR?
Thanks,
Dewayne
- Original Message -
From: "Bill Pfeif
hi,
I don't really see how you are going to get a jvm per bean no matter what
you do. Are you planning to have many processes of this legacy code
running at once? how are you going to start/stop them at appropriate
times?
Another approach, I think officially sanctioned, to accessing legacy code
Hi all ,
I am using RedHat6.1 , jdk1.3 , jbuilder3.5 and jboss2.1.
I have the code below :
public ProjectMngUserPK ejbCreate(ProjectMngUserJB projectmnguserjb)
throws CreateException {
this.pm_userid = projectmnguserjb.getUserid();
this.companyid = new Integer(projectmngus
I should have been more explicit when discussing what I've tried. I've
reviewed the j2ee deployment steps as well as the Tomcat how-to. After
walking through the explicit steps of both documents and experiencing
failure, I looked for subtleties that I may have missed, tried variations.
More fail
Hi,
Sorry for the length of the message but Ifigured I would give you as much
info as possible.
I recently started evaluating JBoss 2.2 -tomcat and I have been unable to
create a connection pool using my AS/400. I have perused the documentation
and followed the instructions but still no luck.
There is nothing wrong doing this.
- Original Message -
From: Scott Hasse
To: [EMAIL PROTECTED]
Sent: Friday, April 20, 2001 1:07 PM
Subject: Re: [JBoss-user] JBoss 2.2: Servlet Authentication against JBoss realms. How ?
All,
Having run into this same issue myself, I am wondering abou
Guy Rouillier wrote:
> There have been many discussions on this list concerning Oracle
> configurations. Searching the archives just for the last two weeks should
> give you plenty of examples.
>
> Regarding getting rid of services like InstantDb, just edit jboss.jcml and
> comment out the MBea
Victor Langelo wrote:
> The spec doesn't require containers to support connections which are held for
> the life of a bean. While some products may support this, it's a bad idea to
> rely on it in any code unless you're not concerned with portability.
You might be correct, there. I'm thinking i
Guy Rouillier wrote:
> Start by confirming your suspicions. Put the following line into your MBean
> configuration in jboss.jcml:
>
> false
>
You mean 'true' there, right?
-danch
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sour
There have been many discussions on this list concerning Oracle
configurations. Searching the archives just for the last two weeks should
give you plenty of examples.
Regarding getting rid of services like InstantDb, just edit jboss.jcml and
comment out the MBean that starts up the services you
Start by confirming your suspicions. Put the following line into your MBean
configuration in jboss.jcml:
false
Now watch the Jboss log, and see if your connections are being reused or
not.
- Original Message -
From: "Richard Conway" <[EMAIL PROTECTED]>
To: "JBoss User List" <[EMAIL
Are all the beans closing the database connection?
Is the close connection within a finally so that it gets executed even if
there is an sql error?
-Original Message-
From: danch [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 12:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-use
The spec doesn't require containers to support connections which are held for
the life of a bean. While some products may support this, it's a bad idea to
rely on it in any code unless you're not concerned with portability.
I wouldn't dismiss the advise in this article too glibly if you want to w
All,
Having run into this same issue myself, I am
wondering about the feasibility of developing a JBossRealm (or similiar) for
Tomcat that actually authenticates against the JBoss
security configuration. It seems to me that this would actually then
be "integrated" security, versus the dua
Toby-
No, I have not posted my question to the ejb-interest list. If that is a
better place to direct my question, I will post it there as well.
Thank you for responding.
-Original Message-
From: Toby Allsopp [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 3:40 PM
To: [EMAIL
Toby Allsopp wrote:
>
> McLain, Mark wrote:
>
> I'm almost certain that it doesn't mean that all your classes have to be
> in the default package.
I'd hope!
>
> Have you asked on the ejb-interest list at Sun?
The answers he'd get there would be "Weblogic lets you!", some random
bitching abo
McLain, Mark wrote:
> This is not a JBoss-specific question, but I know the J2EE gurus are out
> there...
>
> I recently ran across the following EJB programming restriction: "Enterprise
> beans should not...define a class in a package". I have searched for
> clarification/elaboration as to the
Steve Magoun wrote:
> Obtaining a connection in setEntityContext and releasing it in
> unsetEntityContext is usually a bad thing to do for exactly that reason
> - the beans are almost always pooled. Read Tip #7 (at the bottom) from
> http://www.flashline.com/content/bq/bq080200.jsp; it does a pre
The easiest way is
chmod -R +X jboss/
it will add "executable" attribute to all
directories (only!) under jboss tree.
Darrin Thompson wrote:
>
> Does unzipping the distro with the -X option help?
>
> Darrin
>
> [EMAIL PROTECTED] writes:
>
> > There were a cpl of threads last week on this i
There are a number of ways you can go about this. The important thing
is that the home and remote interfaces to your bean have to be
available to the servlet.
The simplest way to deal with this is to combine your ejb jar and
servlet war into a single ear file. Tomcat makes the ejb classes
availab
Does unzipping the distro with the -X option help?
Darrin
[EMAIL PROTECTED] writes:
> There were a cpl of threads last week on this issue.
> I ran into it today, and could not find the solution posted.
>
> Although, Victor's notes on the db problem helped.
>
> When you first install JBoss in
No, put tomcat-service.jar in $JBOSS_HOME/lib/ext/ as per the instructions
in the README file.
-- Dewayne
- Original Message -
From: "YueMa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 11:28 AM
Subject: Re: [JBoss-user] Tomcat question
> Another question,
I was just working with this problem with out stress tests.
I would most likely guess that you are running on a Windows product.
We don't see this on our unix platforms.
But anyways I believe this happens because the socket backlog gets
to full because the socketserver/rmi server can't keep up
so
> I don't understand, why some threads cannot make an ejb create (respective
> why the java.rmi.ConnectExceptions happen).
> And ... the count of java.rmi.ConnectExceptions is always different (budges
> between 0 and n).
How many fail and how many succeed is probably dependent on timing.
>
> D
It would help a lot if the JbossRealm line occured AFTER both the
simple realm and the commented out JDBC realm sample. That way if
newbies try to set upthe JDBCRealm we are less likely to here from
them on this list. Now I will be quiet. :-)
Darrin
"Scott M Stark" <[EMAIL PROTECTED]> writes:
>
When ear's are undeployed in JBoss with embedded Tomcat (for example
during a server shutdown), then the included war is undeployed after
the included jar.
In my application i use statefull session beans, which are stored as
session attributes via the servlet api. I implemented the
HttpSessionBin
Hi,
a reentrant bean has to be used if the following scenario occurs:
Have a Bean A call a method in Bean B whereupon Bean B calls within this
method another method on Bean A. In this case Bean A has to be reentrant!
Hope this is a good enough explanation for the sharp-eyed of all the pros on
this
Hi all !
I am currently making stress tests. Thereto I wrote a simple client program
that starts (in my current case) 50 threads.
The log I produce looks something like this:
Client-987784556305 starts ...
Client-987784556505 starts ...
Client-987784556786 starts ...
Client-987784556786 is back
Would you _PLEASE_ start a new thread with a blank email instead of randomly
answering a living thread?
Regards
Burkhard
- Original Message -
From: "Simphoukham, Southin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 6:32 PM
Subject: RE: [JBoss-user] Build-up of
Another question, do I have to put the tomcat-service.jar into CLASSPATH?
I've modified the Tomcat's server.xml, but JBoss complained that it couldn't
find the
org.jboss.tomcat.ContextClassLoaderInterceptor class.
Yue
Dewayne McNair wrote:
> You can either download the JBoss+Tomcat distribution
> "Cook, Richard" wrote:
>
> I'm wondering about JBoss' ability to run JNI/native code in beans. We
> would most likely have stateless session beans that would call legacy C
> code, code that is not thread-safe. This brings up two questions:
>
> Is it possible to use native code in JBoss? The J2
The cvs code is now tagged so you can always grab the source that went
into to a release using:
cvs co -r JBoss_2_2_1 jboss
>
> OK, whatever you say.
>
> Then how about to release full source bundle
> synchronously with binary distribution?
>
> like:
>
> jboss-bin-2.2.1.zip
> jboss-src-2.2.
I think I am losing my mind. I don't know what I saw that made me think the
jboss-web.xml support was in tomcat40. I must have been looking at the code
from jboss/contrib/tomcat which is for 3.2. Anyway, my original post about
support for jboss-web.xml in tomcat40 still stands, although my confide
Simple scenario - Session Bean A performs a lookup and create for
Session Bean B in one of A's business method implementations. Bean A is
deployed but Bean B isn't, so as expected "NameNotFoundException- B not
bound" thrown upon doing a 'lookup' for B's home interface. But this
causes JBoss server
I would doubt there is any filtering. When I trace to www.jboss.org I
am not going through the 63.251.181.30 gateway you mention so it
could just be a problem with that host/router.
newsite 1045>tracert -d www.jboss.org
Tracing route to jboss.org [66.37.140.9]
over a maximum of 30 hops:
1 <
Hi,
I am experiencing problems with Jboss 2.1 with embedded Tomcat on Solaris.
Afterwhile Jboss shuts down by itself. I had a test user call so I looked
into the server.log and somehow after a page (varies) the server shuts down.
Has anyone seen this?
Southin
__
Title: RE: [JBoss-user] jBoss 2.2 and Oracle
in jboss.jcml
YourJNDIDS
org.opentools.minerva.jdbc.xa.wrapper.XADa
taSourceImpl
jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:YOURSID
0
XX
10
xxx
false
false
false
true
0
0
false
Title: Can JBoss allow native code in beans/one JVM per bean?
I'm wondering about JBoss' ability to run JNI/native code in beans. We would most likely have stateless session beans that would call legacy C code, code that is not thread-safe. This brings up two questions:
Is it possible to use
I have the same question about the native code and JVM per bean.
Also, I thought about using mbean. This leads to an interesting question:
what is the
pro/cons?
thanks
Kai
"Cook, Richard" <[EMAIL PROTECTED]>@lists.sourceforge.net on 04/20/2001
09:29:35 AM
Please respond to [EMAIL PROTECT
You can either download the JBoss+Tomcat distribution, or, get the
contrib/tomcat module from CVS.
-- Dewayne
- Original Message -
From: "YueMa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 9:41 AM
Subject: [JBoss-user] Tomcat question
> Hi there,
> I'm new
Richard Conway wrote:
>
> I am experiencing a problem whereby there is a build-up of INACTIVE
> connections to our Oracle database. If I drive the system for approx. twenty
> minutes with ten concurrent users then we get an ORA-00020 error (max
> processes exceeded). The Oracle process limit is
Title: Can JBoss allow native code in beans/one JVM per bean?
yes it
is possible, however you would be violating the rules of the EJB
spec.
your
bean now becomes dependent on the local system the bean is running
on.
the
bean is no longer portable. the same goes for java.io
operations
wha
Alexander Kogan wrote:
> Then how about to release full source bundle
> synchronously with binary distribution?
>
> like:
>
> jboss-bin-2.2.1.zip
> jboss-src-2.2.1.zip
>
> otherwise it is really a pain to synchronize binary
> and source.
Hi,
that's what cvs tags are for, we now try to use t
Nevermind, pre-mature posting. The support for jboss-web.xml is already in
Tomcat4.0. I didn't expect to find Jboss in the Tomcat code-base but I
continue to be pleasantly suprised by Jboss and Tomcat.
Thanks, Hal
> -Original Message-
> From: Hal Deadman [mailto:[EMAIL PROTECTED]]
> Sent
Hey,
How far did you follow the instructions?
http://www.jboss.org/documentation/HTML/ch03.html
If you get stuck post your exceptions, but first you have to give it a
try yourself.
On Fri, 20 Apr 2001 [EMAIL PROTECTED] wrote:
> This eMail was already checked for viruses by TrendMicro InterScan
Obtaining a connection in setEntityContext and releasing it in
unsetEntityContext is usually a bad thing to do for exactly that reason
- the beans are almost always pooled. Read Tip #7 (at the bottom) from
http://www.flashline.com/content/bq/bq080200.jsp; it does a pretty good
job of explaining wh
Scott M Stark wrote:
>
> Negative.
>
OK, whatever you say.
Then how about to release full source bundle
synchronously with binary distribution?
like:
jboss-bin-2.2.1.zip
jboss-src-2.2.1.zip
otherwise it is really a pain to synchronize binary
and source.
We are using jboss on more than 10
> This is not a JBoss-specific question, but I know the J2EE gurus are out
> there...
>
> I recently ran across the following EJB programming restriction:
> "Enterprise beans should not...define a class in a package". I have
> searched for clarification/elaboration as to the meaning of this
> re
As far as I can tell jboss-web.xml only exists for tomcat 3.2. It seems like
weblogic relies on the jndi-name entries in weblogic.xml to do jndi lookups
of EJBs from a webapp, and I presume jboss would need the same thing. Since
there doesn't appear to be a jboss-web.xml for the embedded Catalina/
Hi all,
I'm having difficulty grasping some material in EJB
1.1 spec, as it requires some experience in building
EJB app (I guess) which I don't have yet.
>From EJB 1.1 specification :
-
6.11
Hi there,
I'm new to JBoss and what do I need to do to put JBoss and Tomcat 3.2
together?
I mean in my jboss.jar, there are only two tomcat classes, TomcatService
and TomcatServiceMBean,
there is no org.jboss.tomcat.ContextClassLoaderInterceptor,
org.jboss.tomcat.naming.JbossWebXmlReader,
and org.
This is not a JBoss-specific question, but I know the J2EE gurus are out
there...
I recently ran across the following EJB programming restriction: "Enterprise
beans should not...define a class in a package". I have searched for
clarification/elaboration as to the meaning of this restriction and
This eMail was already checked for viruses by TrendMicro InterScan!!!
Hi,
i want to use jBoss as a server for entity and session beans, with
container management persistence and an Oracle database.
I tried to modify jboss.jcml metiond in the documentation but get lots of
exception stack traces.
Besides making sure Tomcat has access to the client jars put the following
stub as a VM parameters (the run_tomcat.bat file) to Tomcat:
-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -Djava
.naming.provider.url=localhost:1099
Replace localhost:1099 with the hostname of you
When do your beans connect? I had the same problem when connecting in
setEntityContext (possibly due to beans caching? I don't know!). Connecting
in the bean methods cured it.
jim
- Original Message -
From: "Richard Conway" <[EMAIL PROTECTED]>
To: "JBoss User List" <[EMAIL PROTECTED]>
S
You don't point to a physical directory. The only directory IIS needs to
know about is the virtual directory "jakarta" that points to your Tomcat bin
directory (as in
D:\jboss\jakarta-tomcat-3.2.1\bin). Also, in the registry entries you make
for the Jakarta Isapi Redirector, you put in the locat
You forget to close a connection, resultset or datasource...
search your code for a missing .close() statement.
- Original Message -
From: "Richard Conway" <[EMAIL PROTECTED]>
To: "JBoss User List" <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 2:04 PM
Subject: [JBoss-user] Build-up of I
I
would suggest applying the model-view-controller design pattern to this
function.
The
model or data model would be an MBean loaded when the server
starts.
The
session bean could be a view-controller that provides data from the model to
worker beans via method calls. Any EJBs that us
Hey,
There is no document that would have list of functions for each MBean.
You can look at jboss.jcml and jboss.conf each class mentioned in code
parameter is MBean. For functionality you can figure out pretty much
from MBean class signature , for details look at source code.
On Fri, 20 Apr 2
I am experiencing a problem whereby there is a build-up of INACTIVE
connections to our Oracle database. If I drive the system for approx. twenty
minutes with ten concurrent users then we get an ORA-00020 error (max
processes exceeded). The Oracle process limit is set to 200.
We are running JBoss
Hi,
Did anyone try the interest.jsp file, which is in the html directory
of InterestEJB.zip and InterestEJB.tar.gz files ?
This JSP needs the class com.web_tomorrow.interest.FormHandler, but I
didn't find this file anywhere in the jboss web site, nor in any jar...
Regards
Etienne
___
Stan Ng wrote:
>
> shouldn't the jboss client jars be in the tomcat lib directory since the
> tomcat classloader is the one executing the code?
Hum,
No. From the doc, all jar files for a webapp should be copied in the
webapps/AppNam/WEB-INF/lib directory. It runs quite Ok, as, if Idon't
copy
At 11:41 AM 4/20/2001, you wrote:
>Hi:
>I'm trying to access the jboss.org web from Spain, and I get a timeout all
>this week. Accessing using a proxy works fine. Are you restricting your
>web in some way? The last IP that I see in a traceroute is 63.251.181.30
I accessed this morning from
Hi:
I'm trying to access the jboss.org web from Spain, and I get a timeout
all this week. Accessing using a proxy works fine. Are you restricting
your web in some way? The last IP that I see in a traceroute is
63.251.181.30
Have a nice weekend.
Rogelio Triviño.
___
shouldn't the jboss client jars be in the tomcat lib directory since the
tomcat classloader is the one executing the code?
- Original Message -
From: "Etienne Gauthier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 1:43 AM
Subject: Re: [JBoss-user] Error gettin
Hi -
I'm new to the list, and I was reading through the archove and
siomething
caught my eye regarding
Jini Txns - it was said that Jboss might not have a need Jini Txns
Well...(my two pence).given that Jini allows 2PC from both extremes
of
distributed synchronisation up to ACID txns - woul
That was it! jboss-auto was creating the phantom entries!!! THANKS TO
EVERYONE FOR THEIR HELP :)
I also added a password to the password attribute in the postgres config.
(After deleting the auto-conf I was getting a new error). It seems like
jboss-auto was caching the attribute settings also.
Where can I get information on all the Mbeans that come with JBoss? Is
there a complete list with the functions (purpose) of each Mbean available?
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hello again JBoss people.
Our "e-mall" is almost ready for consumers.
The first test-stores are on-line and making test's to the system.
Our own tests are also running fine, we make small progress every day,
getting more experience with JBoss and the EJB concept.
We do however have one question
Hi all,
I've exactly the same trouble with :
- NT Workstation 4.0, SP5
- jdk 1.3
- tomcat 3.2.1
- JBoss 2.2 (in a separate JVM)
Everything works fine while executing directly the code (I mean not from
a JSP file). But if I execute it from tomcat, I've the same error.
The file jnp-client
Thanks for your replay Dewayne.
I try to explain what I want to do.
I try to install IIS+Tomcat+Jboss.I want to deploy (.ear application, with
war files,EJB files,etc.) in jboss\deploy directory without using
tomcat\webapps directory. I can access to my application deployed in
jboss\deploy directo
Hi,
I just downloaded the jBoss-Jetty 2.2.1 package on SourceForge.
Zip file contains:
jboss_jetty-2.1-beta/..
JBoss-2.2.1_Tomcat-3.2.1/..
JBoss-2.2.1_Jetty3.1.RC4/.. <- I presume this is the only lib. which should be there
tst/..
I presume that JBoss-2.2.1_Jetty3.1.RC4 is the only lib. whi
Hello Russel,
Clustering features are not yet part of JBoss but work is currently in
progress.
A first implementation of HA features for SLSB can be downloaded for testing
here:
http://194.38.95.241/JBoss/
Feedback is welcome.
Cheers,
Sacha
> -
Hi,
You are probably right that the jBoss+Tomcat package is better tested... But as you
said yourself Jetty is faster, and in our two
setups (the two jBoss2.2.0 packages) it is so much faster that tomcat is'nt even to be
considered.
I guess that what im trying to say is that if you want a jBos
Hi all , i am using RedHat6.1 , jdk1.3 and jboss2.1.
I have came across a document regarding jboss container.
The url is //www2.theserverside.com/reviews/thread.jsp?thread_id=2918
The title is "Can JBoss be a BEA better" .
And about pros an cons of JBoss.
One of cons that i have mo
87 matches
Mail list logo