hi,
Thanx for responding.
But i don't see any jar file named jndiView.jar in the bin directory. I can
see only BeanCacheMonitorJMS & BeanCacheMonitorJMX.jar & run.jar. I am using
jboss server 2.2.1.
Is there any way to see the jndi tree.
looking forward for ur reply..
thanx,
dinesh.
Hi,
I 'm trying to run a simple ejb pog.But when I run
the jsp in the Browser I get erros like this
please help
Error: 500
Location: /examples/jsp/interest.jspInternal Servlet Error:javax.servlet.ServletException: sun/tools/javac/Main
at org.apache.jasper.servlet.JspServlet.service(JspS
Hi,
You can go to jboss_home/bin directory and type java -jar jndiView.jar.
That will display all the beans bound to your JNDI tree.
bye
rama rao
- Original Message -
From: Dinesh <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001 2:06 PM
Subject: [JBoss-user] How can
Hi, Do i need to use embedded Tomcat, stand-alone
Tomcat or the tomcat.jar = that JBoss provides for running the petstore
1.1.2.? If i change the database settings to use MySQL do i need
to change = things in the build.bat/xml from the
petstore? Thanks, Maarten
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi friends
.
I got struck up at CommunicationException in JBOSS/TOMCAT.
I am able to deploy the EJB's in JBOSS.
And I placed all of my JSP pages in a folder called netcrm in jsp folder of
examples directory in TOMCAT server.
I changed the TOMCAT port to 8000 as mentioned in PDF(Avilable in
www.
hi all,
How can i view the JNDI names of the deployed EntityBeans in Jboss
server2.2.1.
when i run the client, i am getting an Exception ...
javax.naming.NameNotFoundException: com.client.EmployeeHome not bound .
But, no exception in the jboss server.
Is there any way to chech
You need to add tools.jar from the JDK to either your classpath or
$JBOSS_HOME/lib/ext/
-- Dewayne
- Original Message -
From: Shake
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 9:40 PM
Subject: [JBoss-user] URGENT
Hi,
I 'm trying to run a simple ejb pog.But when I run the jsp in
Hi friends
.
I got struck up at CommunicationException in JBOSS/TOMCAT.
I am able to deploy the EJB's in JBOSS.
And I placed all of my JSP pages in a folder called netcrm in jsp folder of
examples directory in TOMCAT server.
I changed the TOMCAT port to 8000 as mentioned in PDF(Avilable in
www.k
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I tried it for a while today. Swing looks quite buggy, and I ran
into a bug in the version of Xalan (2.0.1) that's built into the JDK.
I have a feeling that with all the new features in 1.4, this will be
in beta for a long time. ;-)
> -Original
The use of System.out will be updated as the main branch is switched to use log4j.
- Original Message -
From: "Guy Rouillier" <[EMAIL PROTECTED]>
To: "JBoss User" <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 5:31 PM
Subject: [JBoss-user] JBoss components doing System.out or System.er
I switched to log4j and turned off console logging. But I still get the
lines at the end of this message output to the terminal. Are some JBoss
components doing System.out or System.err calls? Is there any plan to
update these to logging calls? There aren't that many, so I'll volunteer to
star
Try using the run_with_tomcat.sh script
- Original Message -
From: Scott Salisbury
To: [EMAIL PROTECTED]
Sent: Thursday, May 24, 2001 4:30 PM
Subject: [JBoss-user] org.jboss.deployment.J2eeDeploymentException
Hello,
I have installed JBoss. It seems to start OK except for the followi
Async logging is already implemented. Look at the JMSAppender in the log4j
documentation. Don't know if this is officially sanctioned code yet, but
it's in there.
- Original Message -
From: "Gabor Dolla" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 4:38 AM
Su
Sure, here are the relevant lines form jboss.conf in 2.2.1:
<-- MLET CODE = "org.jboss.logging.Log4jService"
ARCHIVE="jboss.jar,log4j.jar" CODEBASE="../../lib/ext/">
<-- /MLET>
I have a follow-up question, though. Will we eventually see jboss.conf go
away and have everything in jboss.jcml? I'
When you start, make sure you're using run_with_tomcat.bat (or
run_with_tomcat.sh on unix) instead of run.bat/run.sh. If tomcat is
indeed starting, you should see the following in your console during
startup:
[...]
[EmbeddedTomcat] Initializing
[EmbeddedTomcat] Initialized
[...]
If it's not th
Hello,
I have installed JBoss. It seems to start OK
except for the following errors related to Tomcat. Is there something I
should be doing to start TomCat?
JBoss-2.2.1_Tomcat-3.2.1.zip is the file that I
installed from. I am running on Linux Redhat 7.0
Thanks,
Scott
[J2EE Dep
Title: RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window
Are session beans pooled initially? And if they are, wouldn't the create method be called?
Han Yuan
-Original Message-
From: Toby Allsopp [mailto:[EMAIL PROTECTED]]
Sent: Th
On Thu, May 24, 2001 at 04:51:30PM -0500, Zhou Cai wrote:
> Hello,
>I met a problem: I created a stateful session bean. In the construction
> method of this bean, I write something like
> System.out.println("This is a test");
>Then I generate a JAR file and copy the JAR file into
Hi, Jimmy,
I think your problem is different. It seems like your jboss couldn't find
the Crimson parser. Can you check if you have the crimson.jar in jboss\lib?
And does your start batch include that in your start classpath?
Lewis
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMA
Hello,
I met a problem: I created a stateful session bean. In the construction
method of this bean, I write something like
System.out.println("This is a test");
Then I generate a JAR file and copy the JAR file into the directory
$JBoss\deploy.
Then I start JBoss, In the startup
Have you tried the newest binary release jboss-2.2.1_Tomcat-3.2.1.zip. Its all
automatically setup for you in this release.
MikeD
>Hai,
>
>I'm trying to install Jboss with Tomcat.When I run the server I get
>errors like this.
>Please help
>
>
>[J2EE Deployer Default] Create application interes
Hi, Lewis,
I saw your posted message 5816630 about "Could not start Jboss 2.2.1 in
windows 2000 Server"
I am getting the same error msg even though I had installed JDK1.3.1
What exactly did you do to make it work?
By the way, I tried Jboss 2.2.1 on my NT 4.0 SP5, and it works great.
Thanks a
We are re-implementing part of our JavaBeans/JSP/Servlet content management
system as EJBs.
We host this system for several clients whom we service with virtual hosts.
Will we be able deploy multiple copies of the application (the beans will
have the same names but be based off of different data
On Thu, May 24, 2001 at 11:00:00AM -0700, Murali Rangan wrote:
> Hi,
>
> I have downloaded JBoss 2.2.1 with Tomcat 3.2.1, released on April 19th. I
> could not find the source code for Minerva pools, which are in the package
> org.opentools.minerva... in that package. The latest browsable s
A failsafe method I use for generating database based
primary keys is to create a session bean that invokes
a call to the database. In my case I simply select a
value from an Oracle sequence.
If you want to be more creative, you could probably
cache values somewhere, provided you did not need to
You should probably upgrade to version 2.2.1 - The bug you've hit was
fixed just before the release of JBoss 2.2.
See the online documentation page for information on transitioning from
2.0 to 2.2 - there are some changes in how the datasources are configured.
-danch
Dave, Pragnesh wrote:
>
Dan, here is the server log
(I am using JBoss 2.0 final, SQL Server 6.5, and inet tds "UNA" driver)
[JAWS] java.sql.SQLException: [RFSRVDEV]Incorrect syntax near the keyword
'DESC'.
[JAWS] at com.inet.tds.TdsConnection.a(Unknown Source)
[JAWS] at com.inet.tds.TdsStatement.if(Unknown Source)
[J
Hai,
I'm trying to install Jboss with Tomcat.When I run
the server I get errors like this.
Please help
[J2EE Deployer Default] Create application
interest.jar[J2EE Deployer Default] install module
interest.jar[Container factory]
Deploying:file:/D:/JbTom/jboss/tmp/deploy/Default/interes
Hello,
I am out of the office today. I shall be back in the office
on Friday, May 25.
James
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
I have downloaded JBoss 2.2.1 with Tomcat 3.2.1, released on April 19th. I
could not find the source code for Minerva pools, which are in the package
org.opentools.minerva... in that package. The latest browsable source in
jboss website have them packaged differently under org.jboss.m
Dave, Pragnesh wrote:
> Dan, the following is the stack trace on the client when the finder fails
>
> javax.ejb.FinderException: Find failed
> javax.ejb.FinderException: Find failed
> at
> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown
> Source)
> at sun.r
>From looking at the documentation, there is nothing that points to durable
queues. Should I be using a topic instead even though I only ever need one
subscriber?
-Original Message-
From: Howard Ginsburg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 12:46 PM
To: '[EMAIL PROTECT
Try enabling jaws SQL tracing by adding 'true' to the top
level of your jaws.xml file. Also, make sure that debugging information
is output to the logs, either in jboss.conf (for old-style logging) or
in log4j.properties (for log4j logging).
Dave, Pragnesh wrote:
> Dan, the following is the s
Does your servlet override 'init(ServletConfig)'? If so, does it call
'super.init(config)'? If not, that would tend to cause null pointer
exceptions when things try to log.
-danch
Jonathan Holloway wrote:
> Could anybody tell me why auto-deploy fails on the following ear file,
> is this a bu
The run with the -verbose mode VM flag and find where the
crimson xml classes are coming from because the error at
org.apache.crimson.tree.AttributeSet.(AttributeSet.jav:139)
does not match the crimson 1.1 source.
- Original Message -
From: "Michael Haupt" <[EMAIL PROTECTED]>
To: <[EMAIL
Dan, the following is the stack trace on the client when the finder fails
javax.ejb.FinderException: Find failed
javax.ejb.FinderException: Find failed
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown
Source)
at sun.rmi.transport.StreamRemoteCall.executeCa
Hello,
I am out of the office today. I shall be back in the office
on Friday, May 25.
James
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
That is the way it should work. Once you restart the server it should
process all the messages. That is happening with us.
Your XMLs seems to be OK. Which version of JBoss you are using?
Can u post the few lines of code which puts the messages in queue?
bye
rama rao
- Original Message
Could anybody tell me why auto-deploy fails on the following ear file, is
this a bug in jboss
or a mistake I've made in the creation of the ear file and config files or
possible the configuration
I've currently got with jboss. I've had this problem since version 2.0 FINAL.
Thanks.
Jon.
[Auto
Your picking up an old version of the org.xml.sax.Attributes class.
You must have some xml classes in your VM lib/ext directory.
- Original Message -
From: "Michael Haupt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 7:43 AM
Subject: [JBoss-user] JBoss 2.2.1 a
I'm new to JBoss, so I apologize in advance if has be covered already.
Is there any documentation available on how to deploy MDB beans on JBOSS,
but using another JMS provider, such as fioranomq? I imagine I would modify
the JMS defalts in the jboss.jcml file?
thanks,
Don
_
Hello,
I am out of the office today. I shall be back in the office
on Friday, May 25.
James
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Dave, Pragnesh wrote:
> Gang, still NO response on my question.
>
> Some additional info-
> Here is my jaws.xml file
>
> rfsrvdev
> MS SQLSERVER
>
>
> Facility
> facility
> false
>
> findTicketsFacility
> fac_num < {0}
> fac_num
>
>
hi!
You could take a look at the Sequence generator in OsCore from OpenSymphony at
http://www.opensymphony.com
hope this helps,
Jacob
- Original Message -
From: "gizmo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 3:46 PM
Subject: [JBoss-user] Container gener
I have my client send messages to a persistent queue, then have a mdb
listening on that queue. At runtime, everything seems to work correctly. I
am now trying to verify the persistence of the queue. To do this, I remove
the mdb from my deployment, send messages from my client, shutdown jboss,
r
Hello all,
I am trying to use JBoss 2.2.1 on Linux as well on Windows 2000. While
everything is quite fine on Linux, JBoss won't start on Windows 2000.
Below is what it says.
Thanks for any help,
Michael Haupt
--cut--
C:\JBoss-2.2.1_Tomcat-3.2.1\jboss\bin>run
JBOSS_CLASSPATH=;run.jar;../lib/cr
hello everyone
i'm new to jboss, managed to get it up and running and co-operating happily
with tomcat and an oracle db without help so far, but i'm getting a bit
stuck with the infamous pet store.
note - i'm using the 1.2 version of pet store that doesn't - i presume -
need patching.
when i tr
** title for my previous email should read "jboss/petstore help needed",
sorry**
Simon Bateson
ICTeam S.p.A
Italia
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Gang, still NO response on my question.
Some additional info-
Here is my jaws.xml file
rfsrvdev
MS SQLSERVER
Facility
facility
false
findTicketsFacility
fac_num < {0}
fac_num
Everything works fine with the above config
Add it as a feature request at sourceforge.net
- Original Message -
From: Paul Austin
To: [EMAIL PROTECTED]
Sent: Thursday, May 24, 2001 4:46 AM
Subject: [JBoss-user] Log4j xml configuration in the log4j service mbean
Are there any plans to modify the Log4jService to use the DOMConfi
I'm using Integer or Long, or in the id generator i use a String.
On Thu, 24 May 2001, gizmo wrote:
> I don't want to generate a primary key and i did read it's possible the
> container can do this for me.
> I just need to act with java.lang.Object as key the way I show in the code
> below.
> T
I am using the pointbase database. After I put the driver and connection
pool parameters into jboss.jcml, the original InstanceDB connection pool
failed to start. It just hang up forever. Is there any conflict between
InstanceDB and Pointbase?
I am using jboss 2.2.1
btw, is the hypersonic datab
In an EJB or anything that needs a connection you need to look up the connection.
Something like the following:
...
private Connection dbCon = null;
private Connection getConnection()
{
if( dbCon == null )
{
try
{
InitialContext ic = new InitialContext();
As much as I made it clear (via earlier response) that I don't think
clients should have access to DB resources like your CallableStatement,
it is understandable that a client could very well want to display
something like a JTable with the results of a query. In which case, you
still need th
Using what version of the tomcat/jboss bundle?
- Original Message -
From: Francesco Marchioni
To: [EMAIL PROTECTED]
Sent: Thursday, May 24, 2001 5:31 AM
Subject: [JBoss-user] Need help in starting jboss and Tomcat
Hello,
I'm having problems in starting tomcat + jboss.
I get the foll
I don't want to generate a primary key and i did read it's possible the
container can do this for me.
I just need to act with java.lang.Object as key the way I show in the code
below.
The bean is very simple and handle with a string. I can deploy the bean
without problems.
But when i try to access
The thing to remember here is the main goal of WAR packaging:
portability. The idea is that everything a web application needs should
be inside the WAR file. The web container should not have to try to
find things like classes outside of the WAR file for any given web app.
**Exception:** T
remove the TOMCAT_HOME env variable and then
try
cheers,
Nirvana
-Original Message-From:
Francesco Marchioni <[EMAIL PROTECTED]>To:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>Date:
Thursday, May 24, 2001 7:03 PMSubject: [JBoss-user] Need help
in starting jbo
make sure your application jar file is in the class path.
I have a feeling that you lookup methodology also has some problems.
follow the first chapter of the documentation..it's very straight
forward...it woked fine for me today
cheers,
nirvana
-Original Message-
From: Dinesh <[EMAIL PRO
Hello,
I'm having problems in starting tomcat +
jboss.
I get the following server trace. Does anybody has
a clue for me how
to fix it?
Thank you very much in advance.
Francesco
[Container factory] Started[EmbeddedTomcat]
Starting[EmbeddedTomcat] Starting EmbeddedTomcat2001-05-24 02:25
Are there any plans
to modify the Log4jService to use the DOMConfigurator if the user specifies a
xml config file?
cheers,
Paul
Paul
Austin
Viant
Tel: +44-20-7984-7158
Fax: +44-20-7984-7101
AIM: PaustinViant
YahooIM: p_d_austin
JabberIM: paustin
hi all,
I tryied to deploy a sample ejb application in jboss2.2.1 and it is
also deployed successfully.
but, when i run the client, it is giving the following exception..
---Exception -
C:\JBOSS-SERVER\employee>java EmployeeClient
Got conte
Hello Matthew:
That's all that i know about JBoss HA --> http://194.38.95.241/jboss/
In this web you'll find a list of features about JBoss HA, a download
link, and
information about installing JBoss HA (i suggest you to download the
compiled
version).
Regards:
_
Hello Matthew,
> Where can I find out more about JbossHA?
Here : http://194.38.95.241/jboss/
You'll find some information about a *first* test implementation of HA for
SLSB (features, installation, ...). There's currently no document about
future features. As said before, I will write a small d
Hello Sacha:
You're really quick! Thanks
> When you say you are
>interested about it, you mean by curiousity or as a developer (both cases
>are interesting!) let us know! ;)
Sorry, i'm not a developer :-( but more than a curious user...
By the moment i'm only testing JBoss as a very good op
Hi,
Where can I find out more about JbossHA?
Is there a list of features that it will have?
Thanks
Matt
> -Original Message-
> From: Sacha Labourey [mailto:[EMAIL PROTECTED]]
> Sent: 24 May 2001 10:49
> To: jboss-user
> Subject: RE: [JBoss-user] About JBoss HA: Simply curiosity
*
Hi again!
In the test client you define the JNDI settings. One of those values is
java.naming.provider.url . Can you ping the host which is given in the
url ? Please try it.
If you install a TCP/IP sniffer, can you see the client trying to
connect on that porton the server ?
Please also make sur
Since upgrading from JBoss 2.0 FINAL to 2.2.1 my system has developed a bug
- an exception is thrown from a call to ResultSet.last(). The exception is
thrown because the ResultSet is of type TYPE_FORWARD_ONLY.
>From searching the mail-archive it appears that this is down to a bug in the
minerva
Hello Jaume,
> Hello: nowadays i'm testing High Availability with JBoss
> (http://194.38.95.241).
great!
in fact, it is http://194.38.95.241/jboss/
> I've installed and configured JBoss HA in two different PCs
> running Linux Mandrake 7.2.
> I've deployed the 'testbean.jar' and later i've run
in JBoss.xml I define:
oraclePool
oraclePool
in the java source code you can do like:
protected Connection getConnection() throws SQLException
{
InitialContext initCtx = null;
String aOraclePoolName = "java:comp/env/jdbc/oraclePool";
t
Hello,
I've some problems installing Tomcat and JBOSS.
Followed the instructions in the documentation i couldn't start Tomcat.
I get the following errors:
[EmbeddedTomcat] Starting
[EmbeddedTomcat] Starting EmbeddedTomcat
2001-05-24 10:42:39 - ContextManager: Adding context Ctx( /examples )
Hi:
I'm using a linux machine for firewall and forwarding. I try to connect
jboss from a client applet that I serve with jboss. The applet connect
to my public ip in internet, and the firewall redirects the input to the
jboss server (another linux machine) I have enabled forwarding for ports
10
Hi
Is there any plan to implement async logging ?
I saw an implementation of it recently in a commercial product.
I guess it could be implemented on top of log4j and JMS easily and
this could be transparent to the users of log4j.
When the user call log.info("Hello"); it'd generate a message
and a
The log4j setup is in jboss.conf (to be uncommented)? Not in my version
(JBoss 2.2.0 FINAL) - Just checked my older versions (2.1 and 2.0) and
neither do they.
(I don't think I deleted them)
Sean
--
Dr Sean Radford, MBBS, MSc
Senior Consultant
Ag
Hello: nowadays i'm testing High Availability with JBoss
(http://194.38.95.241).
I've installed and configured JBoss HA in two different PCs
running Linux Mandrake 7.2.
I've deployed the 'testbean.jar' and later i've run 5 instances of
TestGUI.jar, and...it RUNS!!! : every node in the cluster is s
Hi,
The problem is solved now. I dunno how. I restarted the JBoss server and
executed the client again it is working fine for one of my test bean, but
still the Interest example bean is not working.
This is the o/p I get is as follows ...
Got context
Got reference
Interest on 1000 units, at 10%
Lan Nguyen wrote:
> *This message was transferred with a trial version of CommuniGate(tm) Pro*
That's nice.
> Hi Everyone;
>
> After you modify the jboss.jcml to include
...
> how do you access this connection pool in the client program??
Define "client program". Connection pools are for
78 matches
Mail list logo