hi,
Thanx
Its working fine now..
bye,
dinesh.
"Rama Rao" <[EMAIL PROTECTED]> wrote:
Hi,
I am attaching the jar file.
You can try copying it to bin.
bye
rama rao
- Original Message -
From: Dinesh <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001
Sorry i'm posting this to both lists, but i don't know if it's a JBoss
or a Castor related problem.
I use Castor for implementing BMP in entity beans. When accessing the
entity beans from a client, no problems occur. Accessing the entity
beans through session beans leads to a deadlock.
After doi
I got a few of those errors as well when I was attempting to deploy.
Check your deployment descriptors closely. I typically made the following
errors multiple times before figuring out what was going on:
1. Having a different copy of the deployment descriptors in my classpath.
2. Having the cas
I've seen tomcat do that when there is no ROOT directory beneath webapps
and a nonexistent URI is requested.
Lewis Henderson wrote:
>
> arghhh
>
> I'm using JBoss 2.2.1 and Tomcat 3.2.1 and the processor goes to 100%/99%
> and stays there !?
>
> Any ideas where to look?
>
> Lewis
>
> ___
It's probably just not a very specific error message. One of your
descriptors is probably misformed somehow, possibly in a way that
confuses the parser and causes it to not see the enterprise-beans tag.
Check this and post both descriptors if you still don't see what's wrong.
Mikhail Akopov wr
jndiView.jar is obsolete. Use the jndiView MBean instead - point a
browser at port 8082 on your server, go to the page for the JNDIView
MBean and invoke 'list'.
Wei Jiang wrote:
> Hi,
>
> Where can I find jndiView.jar?
> I downloaded jboss 2.2.1 but could not find it.
>
>
>
>> Hi,
>> You c
shashikala siddesh wrote:
> Hi,
>
>can anyone have a solution for the following error message.[EmbeddedTomcat]
>javax.naming.ServiceUnavailableException: http [Root exception is
>java.net.UnknownHostException: http]
>
> I get only "Got Context" output on the browser
>
> My Jsp Page look
Once I got following message and now it chases me:
[Container factory] org.jboss.ejb.DeploymentException: expected only one
enterprise-beans tag
Sure - there is exactly one tag. Did anybody met such
error? Any help would be highly appreciated - I loose a lot of time on it
already.
Java version:
Actually, when I said "timestamp" I mean a unique number. If you rely
on the real timestamp (local machine clock time), the resolution of the
clock may not be good enough. In most cases, it only tells milliseconds.
What is going to happen if two events hit the same milliseconds (on
different mac
No, that's not how time servers work. You set your computer up to
synchronize with a time server, and periodically a daemon contacts the
server to sync. Synchronizing once an hour should be sufficient in most
cases. You can't go to a central place to get a timestamp because you have
no idea ho
Hi,
can anyone have a solution for the following error message.[EmbeddedTomcat]
javax.naming.ServiceUnavailableException: http [Root exception is
java.net.UnknownHostException: http]
I get only "Got Context" output on the browser
My Jsp Page looks like this
Hi,
Where can I find jndiView.jar?
I downloaded jboss 2.2.1 but could not find it.
>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 PROTECT
Lewis Henderson wrote:
> ...Is it being fixed?
Don't know.
> ...does jetty work?
Not sure. The jetty integration just recently gained full ENC
integration with JBoss (to do proper JNDI lookups per J2EE specs), and
I'm not sure if that was put into the 2.2 branch of the code.
>
> ...I n
I use the latest version of JBoss from CVS server. I don't changed anything
in the jboss.conf for log4jService because the log4jService is already
enabled.
Zhou
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Scott M
Stark
Sent: Friday, May 25, 2001 1:16
...Is it being fixed?
...does jetty work?
...I need to get a demo of my workflow engine out to a few people so I need
one of them to work!
Lewis
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of danch (Dan
Christopherson)
Sent: 25 May 2001 20:29
To: [EMAI
Hai whie running my jsp I'm getting errors
like this
jsp.prpperties not found
jsp.initialcontext not found
thanks
sekhar
I have been getting errors similar to this after several minutes of session
inactivity.
"Assigning instance of class $Proxy10 to field [the handle field I mention
next]; nested exception is: java.rmi.NoSuchObjectException: ..."
The problem appears in the SessionBean of a JSP/SessionBean/CMPBean
Two things: First, you don't need a configurator in your code. JBoss has a
Log4jService in jboss.conf that you should enable and configure there and in
log4j.properties. Second, don't use System.out calls if you are using
log4j. Define a category and use the logging calls. Here is all you nee
Lewis Henderson wrote:
> Is there no way for the 'support.jar' to be common among wars...
>
> I was hoping that the EAR deployer would add the non-war/ear jars to the
> classpath making them available to all wars...!
It does. Jasper is broken.
Confidential e-mail for addressee only. Access
From: "Lewis Henderson" <[EMAIL PROTECTED]>
> Is there no way for the 'support.jar' to be common among wars...
>
> I was hoping that the EAR deployer would add the non-war/ear jars to the
> classpath making them available to all wars...! This means that I have to
> duplicate my support jars in eve
Hello,
I am prototyping some solutions for enabling our legacy system with J2EE
technologies.
I have jBoss 2.2 and have gotten PetShop and a simple EJB-based
application deployed.
I also have iPlanet Web (4.1SP7) and iPlanet Directory (4.13) servers
running with JSP/Servlet technologies.
My ques
..is it correct, under 'normal' circumstances, to be able to access support
jars in the root of the ear on the classpath from war's inside the same
ear?...If it is a 'feature' of Jasper that needs fixing, or am I trying
something that is not supported by the spec?
Lewis
-Original Message
Title: Illegal Load Factor 0.75
I am wonder if anyone has ever gotten this exception and , if so , what I can do to resolve it.
Thanks,
Sean
-Original Message-
From: Dovan Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 25, 2001 1:55 PM
To: [E
Using what version of JBoss and have you made any changes to
jboss.conf to enable the Log4jService?
System.out and System.err are intercepted to route through either the
legacy JMX based logging or the Log4jService console appender so
when BasicConfigurator tries to setup System.out a loop is bei
well you should know it:
New version means new Bugs! :)
dovan
Tim McCune wrote:
> -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 t
Howard
try to set the delivery mode of the sender
ie sender.setDeliveryMode(DeliveryMode.PERSISTENT);
Richard
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Howard
Ginsburg
Sent: Thursday, May 24, 2001 5:46 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-
Hi,
I checked my code thoroughly. I found that I used "
org.apache.log4j.BasicConfigurator.configure(); " before I call "
System.out.println("This is a test");" . If I delete "
org.apache.log4j.BasicConfigurator.configure(); ", everything is fine.
Is there some impact between Log4j and JBoss?
This issue can be addressed by timestamping your log messages on the way out
rather than on the way in. That is, put the timestamp into the JMSAppender.
Things of course get complicated in a multi-server environment where you
need coordinated time, but a time server can take care of that.
-
Robert Nicholson wrote:
>
> Yes the only reason you should need it and you can work around it is because
> they use a j2ee RI class for deployment in the Ant rules. This can be easily
> worked around by simply building a war and not worrying about that class.
>
> That's the only reason you shou
hi,
I have problems with the rebuild of petshop, the classpath seems OK.
I used the documentation: Deploying the Pet Store 1.1.1 Demo in JBoss until
point 5.
C:\Temp\apache\petstore\JPS10~1.1\src>build
c:\j2sdkee1.2.1\lib\j2ee.jar;
.\lib\ant\lib\ant.jar;
.\lib\ant\lib\xml.jar;
C:\jdk1.3.0_02\l
Async does not guarantee the deliver time, so it is not chronological.
Thank twice before using it.
--- Scott M Stark <[EMAIL PROTECTED]> wrote:
> The log4j api will be the logging api in JBoss 2.3+ and so this simply
> becomes
> a log4j configuration issue.
>
> - Original Message -
> F
--On Thursday, May 24, 2001 3:46 PM +0200 gizmo <[EMAIL PROTECTED]> wrote:
> By the way has someone a good and safe algorithm to generate a unique key
> ?
Check out the Java API docs for java.rmi.server.UID
It fits the bill nicely.
Jim
___
JBoss-
> Hello -
>
> I am trying to communicate my application, which is deployed under JBoss with an RMI
>server. When calling methods on the RMI server which contain primitive types as
>paramters (arguments), everything works fine. But when the parameter is not a
>primitive but a class that implem
Yes it does.
Note that my application code is unchanged from the code which worked fine
in JBoss 2.0 FINAL. It's only since my upgrade to JBoss 2.2.1 that this
problem has arisen.
Notice also the recent spate of posts similar to mine on the list.
Richard.
-Original Message-
From: danch
Hello -
I am trying to communicate my application, which is deployed under JBoss with an RMI
server. When calling methods on the RMI server which contain primitive types as
paramters (arguments), everything works fine. But when the parameter is not a
primitive but a class that implements java.
Lewis Henderson wrote:
>
> My problem is that the 'ejb.jar' and 'taglib.jar' reference classes in the
> 'support.jar'...the 'ejb.jar' finds them and loads ok but the 'taglib.jar'
> gives a CNFE when the jsp is compiled by tomcat...?
One more time...
Jasper (Tomcat's JSP support) doesn't use t
Does your bean's ejbCreate return a proper primary key?
Richard Conway wrote:
> I too am experiencing this problem. I get...
>
> [DelegateAccountEJBean] java.lang.IllegalStateException: INSERTING AN
> ALREADY EXISTING BEAN, ID = o18 a0
> pa16087
>
> ... when the EJBs create method is called.
Don't bother editing jboss-auto.jcml. Just
delete it. It is recreated if necessary.
- Original Message -
From:
Simon
BATESON
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 8:35 AM
Subject: R: [JBoss-user] flushing the XA
connection pool
you need to als
Is there no way for the 'support.jar' to be common among wars...
I was hoping that the EAR deployer would add the non-war/ear jars to the
classpath making them available to all wars...! This means that I have to
duplicate my support jars in every war...oh well...
Thanks.
Lewis
-Original M
Try sending the message with persistence enabled:
sender.send(message, DeliveryMode.PERSISTENT, Message.DEFAULT_PRIORITY,
Message.DEFAULT_TIME_TO_LIVE);
Chree
- Original Message -
From: "Howard Ginsburg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001 8:47
You need to put the support.jar in the /WEB-INF/lib directory in the war
file.
Paul
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Lewis
Henderson
Sent: 25 May 2001 15:21
To: JBoss User (E-mail)
Subject: [JBoss-user] :-( EAR & Support Jars...
I've tra
Make sure that JAVA_HOME is set right.
Th error means JSP engine is not able to locate javac
to compile the jsp page.
HTH,
Chandu.
--- Shake <[EMAIL PROTECTED]> wrote:
> 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
>
Hi
every class referenced in from a web-archive (war) needs to be either
in /WEBINF/lib in a jar file (like your taglib.jar) or under the /WEBINF/class
tree as class in the apropriate subdirectory.
(I hope i am right)
> I've trawled through the archive to try to get some help with
> this...not
I've trawled through the archive to try to get some help with this...nothing
seems to have got an answer
I have an EAR in the form
/ejb.jar
/support.jar
/app.war
/META-INF/
application.xml
the app.war contains
/jsp/login.jsp
/WEB-INF/
web.xml
lib/
t
On Fri, 25 May 2001, Howard Ginsburg wrote:
> I tried using a topic instead and am getting the same failed persistence.
> The jbossmq file for my topic does grow in size, but the messages never get
> sent to my mdb when the server restarts. Any additional thoughts would be
> greatly appreciated
As strange as it might sound my ejbActivate method in my BMP entity bean
does not get called.
I am still using JBoss2.1 pre.
Has anyone experienced the same behaviour?
What could I be doing wrong ?
Regards,
Cor.
___
JBoss-user mailing list
[EMAIL P
I tried using a topic instead and am getting the same failed persistence.
The jbossmq file for my topic does grow in size, but the messages never get
sent to my mdb when the server restarts. Any additional thoughts would be
greatly appreciated.
-Original Message-
From: Ginsburg, Howard [
you need to also edit the
jboss-auto.jcml as well - it makes a 'snapshot' of the mbeans during runtime,
and reloads them when you restart tomcat.
it can be quite annoying
when you're getting started with jboss and are making changes to jboss.jcml and
restarting, only to find that the erron
Try the attached sample. There are two session bean. One of them is a 'id
generator': it can be access through a singleton object that provides the
syncronization. The second one is a test bean: it will use the id generator.
One fault of this approach is you can access the DB through the the
appse
Is there someway to flush the connection pool,
because i now get javax.naming.NameAlreadyBoundException. I changed the Pool
name from the jboss.jcml a few times but i only want to use one for the petstore
app.
Thanks,
Maarten
Hello again,
Michael Haupt wrote:
> 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.
> [...]
I fixed it by installing Sun's JDK 1.3.1. It doesn't seem to be working
with IBM's u
http://www.jboss.org/documentation/jaws.dtd
http://www.jboss.org/documentation/jboss.dtd
bye
reynir
-Original Message-
From: HENRY, Bertrand [mailto:[EMAIL PROTECTED]]
Sent: 25. maí 2001 09:10
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] DTDs
Please, if somebody tells you, could
>When you say you are
> interested about it, you mean by curiousity or as a developer (both cases
> are interesting!) let us know! ;)
Hi,
I'm actually interested in helping develop the JBoss HA feature.
Is there anything I can start with? :P
Regards,
Nevin Ng
___
Hi,
I am attaching the jar file.
You can try copying it to bin.
bye
rama rao
- Original Message -
From: Dinesh <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001 3:26 PM
Subject: Re: [Re: [JBoss-user] How can i view the deployed Beans JNDI name]
>
> hi,
>
>Thanx f
Hello all,
I have tried to run jboss in jbuilder 4 Ent. Ed. following exactly the
documentation.
The root error seems to be :
java.lang.NoSuchMethodError: javax.xml.parsers.DocumentBuilderFactory: method
isIgnoringElementContentWhitespace()Z not found
what does that mean?? What should i do??
The faq on the jboss site has this information
http://www.jboss.org/business/faq.html#FAQ-ADMIN-JAWSDTD
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of HENRY,
Bertrand
Sent: 25 May 2001 10:10
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] DTDs
Please
Hi,
I've embedded Tomcat with JBoss and i'm using MySQL
for DB-server. I've created a db called petstore, changed the
jboss.jcml:
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
petstore
jdbc:mysql://127.0.0.1:3306/petstore
mroosendaal
mroosendaal
and the tomcat s
you have to put tools.jar into tomcat/lib
at least it looks like that could be your problem.
-r
-Original Message-
From: Shake [mailto:[EMAIL PROTECTED]]
Sent: 26. maí 2001 02:41
To: [EMAIL PROTECTED]
Subject: [JBoss-user] URGENT
Hi,
I 'm trying to run a simple ejb pog.But when
Please, if somebody tells you, could you send me the solution ?
> -Message d'origine-
> De: Keerthi Panneer [SMTP:[EMAIL PROTECTED]]
> Date: jeudi 24 mai 2001 08:16
> À:[EMAIL PROTECTED]
> Objet:[JBoss-user] DTDs
>
> Hi all,
> Where would i get the DTDs for all the configur
hello everyone
i managed to temporarily bodge my way around the following errors when
deploying petstore:
[Container factory] No resource manager found for jdbc/EstoreDataSource
[Container factory] No resource manager found for jdbc/EstoreDataSource
[Container factory] No resource manager found
I too am experiencing this problem. I get...
[DelegateAccountEJBean] java.lang.IllegalStateException: INSERTING AN
ALREADY EXISTING BEAN, ID = o18 a0
pa16087
... when the EJBs create method is called.
The third parameter in the primary key (pa=16087) is obtained as the nextval
from an Oracle
Have a look at http://localhost:8082 -> JNDIView -> list
Ralf
Dinesh wrote:
>
> 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.
What approach would you use for that scenario?
Thanks
Arion
[EMAIL PROTECTED]
63 matches
Mail list logo