Am Mon, 2002-09-30 um 20.17 schrieb Richard Friedman:
> Hello,
>
> I have done a cursory test of opencms with
> ** running mysql 3.23.52 (dropped opencms table before each install)
> ** running on win-xp
>
> JBOSS 3.0.2 with JETTY
>Setup in standard mode, works fine.
>Workplace works fi
Hi,
I was checking the HTTPD, Servlets & JSP forum and I find that a similar
problem has been osted there. But there doesnot seem to be any reply for
that ?
Can anyone please suggest something ?
Regards,
Arijit
When I start Jboss2.4.3 with Tomcat 3.2.3, and try to e
Jules Gosnell wrote:
> So, Michael,
>
> When are you going to post your monitoring/graphing code - it looks
> useful
At the moment the client code uses the JClass chart classes which are
not free :-(
The server code is sampling data to a double[] and sample times to a
long[] which are any
It seems that your port 8080 is captured by some other app or by JBOSS
itself
Try changing the port no and use that one for Tomcat
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Arijit
Ghosh
Sent: Tuesday, October 01, 2002 9:18 AM
To: JBoss User
Subject
When I start Jboss2.4.3 with Tomcat 3.2.3, and try to execute
http://localhost:8080 from the browser, I don't find any Jboss output...
And the initial TOMCAT page is shown to the browser.
I have the ROOT context in both the cases.
--
I am using Jboss3.0 with TOmcat 4.0
Title: Starting JBoss from ANT
Hi,
I had posted a message earlier about running JUnit tests inside the same VM as JBoss so as to enable the testing of local interfaces and I did get a few responses back. Thanks everyone!
Now one of the most common response was to start Jboss environment fr
I am using Jboss3.0 with TOmcat 4.0.3
Wjen I start my Jboss, and type in the web browser --
http://localhost:8080
I am getting the following error --
Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process
this request
--
This should be fixed in Branch_3_2 and HEAD
david jencks
On 2002.09.30 21:33:45 -0400 bobby abraham wrote:
> Georg Schmid wrote:
> > Hello,
> >
> > I am getting this, too (same setup: JBoss3.2.0beta2).
>
> Same setup and same result here :-(
>
>
> --
> Bobby Abraham
> Orlando, FL
> [EMAIL P
Georg Schmid wrote:
> Hello,
>
> I am getting this, too (same setup: JBoss3.2.0beta2).
Same setup and same result here :-(
--
Bobby Abraham
Orlando, FL
[EMAIL PROTECTED]
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek hea
The JBoss-3.0.3 maintence release is available from SourceForge. Also
released are JBoss-3.0.3/Tomcat-4.0.5 and JBoss-3.0.3/Tomcat-4.1.12
bundles.
The files are available here:
http://sourceforge.net/project/showfiles.php?group_id=22866
The change notes are available here:
http://sourceforge.net
There is some working code under CVS (contrib/tomcat41) which integrates
Catalina 4.1 with Jboss 3.0.2. If you can't get that working, let me
know and I'll send you the tomcat-service.jar offline.
Regards,
Liam.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On B
So, Michael,
When are you going to post your monitoring/graphing code - it looks
useful
Jules
Michael Bartmann wrote:
> Hello again,
>
> perhaps some of you remember my posting about "health monitoring".
> I hacked a tiny MBean framework with "SampleService"-plugins.
>
> My biggest prob
Sorry - please ignore this question - I should have searched the mailing
list archive properly - I found that there is an undocumented
"@jboss:relation-table"
tag...
@jboss:relation-table
table-name="table"
create-table="true"
remove-table="false"
pk-constraint=
Hi,
Can anyone explain to me how many-many relationships are defined for
JBoss using XDoclet 1.1.2 ?
I can see how this is done for Weblogic (using @weblogic:relation), but
the @jboss:relation tag doesn't appear to allow the mapping table name
to be specified - so I don't see how a many-many rel
> When browsing with IE to our webapp, the browser doesn't download .js javascript
>files etc. with every request. In that case a
> warning like "WARNING: Exception for /blabla.js:java.net.SocketException: Connection
>reset by peer: socket write error" is
> logged and shown in the concole.
Hi David,
It's pretty simple to get the Coyote connector working with JBoss 2.4.7
and Tomcat 4.0.4. Just replace
org.apache.catalina.connector.http10.HttpConnector
with
org.apache.coyote.tomcat4.CoyoteConnector
in your jboss.jcml in the conf/catalina directory. I'd imagine 2.4.9
shou
Hello again,
perhaps some of you remember my posting about "health monitoring".
I hacked a tiny MBean framework with "SampleService"-plugins.
My biggest problem is memoryleakage. Perhaps I can motivate you
to think about this for a while when I show you a colorfull plot
of what is going on when
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01C268A0.E70FE5B0
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> MCA was better than PCI, and it came first too..
Is mod_webapp a viable option? It works with Catalina 4.0.
Configuration is much simpler than mod_jk, which we left behind
long ago.
>
> However, I'm kind of stuck in that I want to drop mod_jk (unacceptable
> performance) for the Coyote connector, but that doesn't come included
> until Cat
Maybe you updated an old checkout. Try a fresh checkout, there is a new
module "transaction" that is missing. I'm not sure how to add it without a
fresh checkout.
david jencks
On 2002.09.30 15:00:14 -0400 wonder sonic wrote:
> Here are the build process' logs:
>
> gen-src-jdbc3:
> [echo]
Here are the build process' logs:
gen-src-jdbc3:
[echo] generating sources for JDBC3
compile-classes:
[javac] Compiling 566 source files to
E:\jboss3.0\CVS\jboss-all\server\output\classes
E:\jboss3.0\CVS\jboss-all\server\src\main\org\jboss\ejb\EnterpriseContext.java:11:
warning: java.se
Just wondering why each new release of JBoss gets bundled with old
branches of Tomcat (or Catalina). For instance, tomcat 3.2.x and
catalina 4.0.x, instead of 3.3.x and 4.1.x. Classloading issues? My
guess is just strapped for time to regression test the bundles
(understandable). I'm sure
Sacha,
great work, please put this in documentation as I mentioned before.
documentation-getting-started.text and/or documentation-advanced.text
(or word).
Then we will collect these and make a compilation.
marc f
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PRO
Hello,
I have done a cursory test of opencms with
** running mysql 3.23.52 (dropped opencms table before each install)
** running on win-xp
JBOSS 3.0.2 with JETTY
Setup in standard mode, works fine.
Workplace works fine.
** exploded opencms.war to $JBOSS_HOME/server/default/deploy/opencms
sorry, forgot to send the stacktrace :
14:54:41,450 INFO [JBossWebApplicationContext#/sicredi] using
Distributable HttpSession Manager: org.mortbay.j2ee.session.Manager@dd5a3d
14:54:41,552 ERROR [MainDeployer] could not start deployment:
file:/home/emersonc/jboss-all/build/output/jboss-4.0.0al
btw, jboss-all is a module, not branch.
i just compiled jboss-all from HEAD and it compiled ok, I just get an
error (i posted it before, but no answer) when deploying an app that
worked in 3.0.2 version.
wonder sonic wrote:
> Hi,
> As I tried to compile the sources in the jboss-all CVS
> branch
I'm afraid you are wrong, only packages referenced from application.xml or
jboss-app.xml will be fully deployed, and only other jars referenced from
manifest classpaths will have their classes deployed.
The original behavior was to deploy everything and ignore application.xml,
but someone made it
Hi,
I am trying to invoke a method on a Mbean remotely (ie) from two different
machines connected on the network.
Below is the snippet of code, i am using to invoke the remote Mbean. Agent
name is the IPaddress of the remote machine and operation name is the name
of the operation which needs to
Hi
I was wondering if there is something that could be
done to extraction of bulk rows from the database.
Here is a quick recap.
I have datasources like SAP, Oracle, Sybase Siebel,
flat files etc.,
I shall use the JDBC impl from the vendors in case
of DAtabase and JCA Impl. for all
Hi,
As I tried to compile the sources in the jboss-all CVS
branch, I get errors:
cannot resolve symbol org.jboss.tm.XidFactory
Any idea about what I can do?
TIA,
WS
___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yah
Title: RE: [JBoss-user] Deploying MBean SAR in an EAR
You might try putting the .sar inside the ejb .jar inside
the .ear
JD
-Original Message-
From: Jonathan.O'[EMAIL PROTECTED] [mailto:Jonathan.O'[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 10:09 AM
To: [EMAIL PROTECTED]
Su
Hello,
just add you sar in your ear, it will be deployed. You don't need anything
in jboss-app.xml for your sar.
Cheers,
sacha
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de
> Jonathan.O'[EMAIL PROTECTED]
> Envoye : lundi, 30 septembre 2002 19:
Folks,
I'm having great fun with MBeans. I now have an MBean which I use to
initialize my system session beans. It does two things in start(). 1. It
reads from the database using JDBC and a datasource. This always works. 2.
It invokes a method on a local session bean. This works at initial
dep
Title: Re: [JBoss-user] Gosling has Web Services right...
MCA was better than PCI, and it came first too... I don't have any MCA cards in my PC.
Corba 3.0 is much better than web services, and it came first too...
Option A - cling to CORBA, collect unemployment
Option B - learn to love
Thanks Sacha
Sacha Labourey wrote:
> See answer to your question in the forums.
>
> Cheers,
>
> Sacha
>
> > -Message d'origine-
> > De : [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]De la part de Raúl Mateos
> > Envoyé : lundi, 30 septembre 2002 17:04
> > À : J
On 30 Sep 2002, Pete Beck wrote:
> > And how does that change the way I *as a techie* do RPC? You're saying web
> > services are great cause a non-techie has heard of the word "web" but has
> > trouble grasping what RPC means? IS this why web services are so great,
> > and I need to rewrite a crap
Just set them in the System properties at startup of JBoss. Here are some
system properties I set in an Ant start task. They are self-explanatory, I
hope.
Jason
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sebastian
Hauer
Sent: Monday, September
Gavin,
The tag you are looking for is @jboss:relation-table.
It has an attribute called "table-name". It might be
undocumented, I can't remember. Take a look at the
jbosscmp-jdbc_xml.j file in the XDoclet source.
You still need to use the @jboss:relation and
@jboss:target-relation tags to def
Hi,
I use JBoss 3.0.2. I deploy each of my EJBs in a JAR file. Some of my
EJBs reference some others.
I encounter problem during deployment while JBoss tries to load the JAR
of an EJB that references another EJB not yet loaded : "WARN
[ServiceController] Problem starting service
jboss.j2ee:ser
See answer to your question in the forums.
Cheers,
Sacha
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Raúl Mateos
> Envoyé : lundi, 30 septembre 2002 17:04
> À : Jboss User
> Objet : [JBoss-user] Cluster: AutomaticDisc
On Mon, 2002-09-30 at 14:54, Juha-P Lindfors wrote:
> Now you could argue that web services gives as better-defined or more
> standardized way of doing this. However, it is not a new approach to
> distributed computing.
That is because you are only viewing it from a technical standpoint. A
new a
Hi JBoss Users,
I want to be able to propagate our JBoss config and deployment changes in a clustered
environment quickly. Failover is currently not that important.
As far as I can see only the "log" directory and the "tmp" directory should probably
not be shared.
I can change the location of
Hello!
We have Jboss 3.0.2 and we try to configure a cluster. The machine where
the jboss is running has several interfaces and when the services bind
to the address the boot delays... We have changed succesfully several
BindAddresses, but we haven´t found how to change the Bind Address of
port 1
Hello,
I've just commited a generic cache-invalidation mechansim to HEAD (mainly in
org.jboss.cache.invalidation). Some of the code and ideas comes from Bill
Burke's implementation of the Seppuku algorithm that has been recently
commited.
It allows to have any cache to be invalidated by any reso
Pete Beck wrote:
> That's an easy one. Using web-servers enables you to use the benefits
> of a well-established infrastructure.
> It means that you can present you services to clients without
> having to
> worry about firewalls etc.
This is a typical example of corporate thinking. "We've inst
Although I find this ever-cycling discussion boring (more than programming
web services with jboss.net ;-), here another 2:
- web services have become a tool-vendor-driven hype to sell .Net and the
next generation of J2EE
servers (what else does 1.4 offer as a major added-value when compared t
On 30 Sep 2002, Pete Beck wrote:
> On Mon, 2002-09-30 at 12:08, Juha-P Lindfors wrote:
> > On 30 Sep 2002, Pete Beck wrote:
> >
> > > On Fri, 2002-09-27 at 19:15, Bill Burke wrote:
> > > > What I've been saying all along...
> > > >
> > > > "People have been building Web services under different n
On Mon, 2002-09-30 at 12:08, Juha-P Lindfors wrote:
> On 30 Sep 2002, Pete Beck wrote:
>
> > On Fri, 2002-09-27 at 19:15, Bill Burke wrote:
> > > What I've been saying all along...
> > >
> > > "People have been building Web services under different names for 20 or 30
> > > years," he explains. "W
Mu ...
"Computers are stupid ... they can only give You answers"
- Picasso
måndagen den 30 september 2002 kl 13.35 skrev Sacha Labourey:
>> måndagen den 30 september 2002 kl 11.37 skrev Sacha Labourey:
>>
>>> For example?
>>
>> DSOM ("Distributed System Object Model" IBM)
>
> ?!? Is tha
Marc (and Dain),
I promise I'll get back to you guys on this thread as soon as I can (and
thanks for the continued discourse). Hope you had a nice weekend.
I have to get on a plane early this morning for week-long trip to East
Coast. I'll reply later today when I get internet access again.
D
> måndagen den 30 september 2002 kl 11.37 skrev Sacha Labourey:
>
> > For example?
>
> DSOM ("Distributed System Object Model" IBM)
?!? Is that the IBM thing from the mid-90th or another acronym? If that's
the 90th thing, I don't see what is new wrt to web services. If it is not
related, please e
On 30 Sep 2002, Pete Beck wrote:
> On Fri, 2002-09-27 at 19:15, Bill Burke wrote:
> > What I've been saying all along...
> >
> > "People have been building Web services under different names for 20 or 30
> > years," he explains. "We've been building distributed systems for years out
> > using COR
måndagen den 30 september 2002 kl 11.37 skrev Sacha Labourey:
> For example?
DSOM ("Distributed System Object Model" IBM)
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
__
Hallo
I use JBoss3.x/Tomcat4.x and I want to deploy Opencms in it. When I try
to run ocsetup I get exception:
type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server
Error) that prevented it from fulfilling this request.
excep
--- Pete Beck <[EMAIL PROTECTED]> a écrit : >
This sounds like a good idea except for one
> immediate problem:
> integration.
>
> Any components would have to be developed as a suite
> (including the data
> model) as it is not usually possible to integrate
> Order A with Product B
Exact but, if
Hello,
I am getting this, too (same setup: JBoss3.2.0beta2).
(As a work-around I am putting user name and password into the ds
configuration, which I dislike).
I was able to find a hint on the changed configuration in the SF change
notes (from David Jenks), but at least for me, it seemed incomp
Hi,
I've had some difficulties to make it work as well
Here are the xdoclet comments I used ( for a many-many relationship between
users and roles ).
To get this work, I had to modify the file jbosscmp-jdbc.j in xdoclet.jar
( I suspect a bug there, because the field names where interver
I wrote a post on this some time back, but alas didn't get any
responses.
I think having an in-memory implementation of EJB-QL could provide a
huge optimisation to JBoss and would also make it possible to use
non-JDBC datastores.
As Peter notes, it wouldn't make sense for all entities, but of th
Hello,
> It is true that distributed computing has been around for a long time,
> but Web services are definitely a new approach to the problem.
For example?
> marketing machine behind it should make it far more widespread than
> previous efforts and that is IMHO a good thing.
Yes, that's most
On Fri, 2002-09-27 at 19:15, Bill Burke wrote:
> What I've been saying all along...
>
> "People have been building Web services under different names for 20 or 30
> years," he explains. "We've been building distributed systems for years out
> using CORBA and RMI and all of that."
Except of cours
Hello,
That would be great if you could directly give me the complete stacktrace.
Thank you.
Cheers,
Sacha
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Brian
> Towles
> Envoyé : samedi, 28 septembre 2002 20:49
> À :
This sounds like a good idea except for one immediate problem:
integration.
Any components would have to be developed as a suite (including the data
model) as it is not usually possible to integrate Order A with Product B
if they are not compatible. Of course you could use the facade design
patt
Try switching to JDK 1.4.1.
According to the docs there was a "leak" in the javac compiler when
invoked from code. This is likely to manifest itself when deploying an
application.
Apparently the problem is fixed in 1.4.1.
On Thu, 2002-09-26 at 13:49, Weiqi Gao wrote:
> Hi,
>
> I'm trying to t
Hi,
Can anyone explain to me how many-many relationships are defined for
JBoss using XDoclet 1.1.2 ?
I can see how this is done for Weblogic (using @weblogic:relation), but
the @jboss:relation tag doesn't appear to allow the mapping table name
to be specified - so I don't see how a many-many rel
64 matches
Mail list logo