Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread Dmitri Colebatch

You're running on linux right?  I also found that (running off a cvs version), but 
hadn't really looked into it... works fine on
NT... so I have the choice between NT's stupid file locking killing the hot deploy, or 
the over-enthusiastic hot-deploy on linux.

sorry this isn't any help - but I know what you're talking about (o:

cheers
dim

- Original Message -
From: Vishwas Raman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 23, 2002 9:24 AM
Subject: [JBoss-user] EJB deployment problem


 Hi all,

 I set up the jboss3.0beta version and managed to start up the server
 too. I wanted to know what is the procedure to deploy a sample EJB
 application. This application could be as simple as one with just a
 single stateless session bean.

 I tried compiling an application jar( which apparently worked very well
 with jboss2.4) and placing it in the build/output/deploy jboss runtime
 directory. When I do that, the server goes in an infinite loop of
 deploying and undeloying that application. I dont know why that
 happens!!

 Is there anything else I need to do to deploy a sample application in
 jboss3.0beta??

 Any help would be appreciated!

 -Vishwas.

 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread Vishwas Raman

I am running on solaris2.8, and behaviour on my machine I presume would
be similar to jboss's behaviour on linux, especially with respect to hot
deploy... Can somebody tell me if there is a fix to this problem...How
do I go abt deploying an application on solaris??

-Vishwas.


Dmitri Colebatch wrote:
 
 You're running on linux right?  I also found that (running off a cvs version), but 
hadn't really looked into it... works fine on
 NT... so I have the choice between NT's stupid file locking killing the hot deploy, 
or the over-enthusiastic hot-deploy on linux.
 
 sorry this isn't any help - but I know what you're talking about (o:
 
 cheers
 dim
 
 - Original Message -
 From: Vishwas Raman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, February 23, 2002 9:24 AM
 Subject: [JBoss-user] EJB deployment problem
 
  Hi all,
 
  I set up the jboss3.0beta version and managed to start up the server
  too. I wanted to know what is the procedure to deploy a sample EJB
  application. This application could be as simple as one with just a
  single stateless session bean.
 
  I tried compiling an application jar( which apparently worked very well
  with jboss2.4) and placing it in the build/output/deploy jboss runtime
  directory. When I do that, the server goes in an infinite loop of
  deploying and undeloying that application. I dont know why that
  happens!!
 
  Is there anything else I need to do to deploy a sample application in
  jboss3.0beta??
 
  Any help would be appreciated!
 
  -Vishwas.
 
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user

--
Vishwas Raman
Software Engineer, Eternal Systems, Inc,
5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
Email: [EMAIL PROTECTED] 
Tel:   (805) 696-9051 x246
Fax:   (805) 696-9083
URL:   http://www.eternal-systems.com/

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread Dmitri Colebatch

In 2.4 there was support for deploying without using the hot deploy via the JMX 
interface.  I assume its still there in 3.0,
although haven't looked as yet.  Perhaps that might be a solution for you - dont put 
the jar/war/ear in the deploy dir, but instead
find the interface in jmx, and tell it where it is (full url: 
file:///home/dim/blah/myapp.ear)

hth
dim

- Original Message -
From: Vishwas Raman [EMAIL PROTECTED]
To: Dmitri Colebatch [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, February 23, 2002 9:51 AM
Subject: Re: [JBoss-user] EJB deployment problem


 I am running on solaris2.8, and behaviour on my machine I presume would
 be similar to jboss's behaviour on linux, especially with respect to hot
 deploy... Can somebody tell me if there is a fix to this problem...How
 do I go abt deploying an application on solaris??

 -Vishwas.


 Dmitri Colebatch wrote:
 
  You're running on linux right?  I also found that (running off a cvs version), but 
hadn't really looked into it... works fine on
  NT... so I have the choice between NT's stupid file locking killing the hot 
deploy, or the over-enthusiastic hot-deploy on
linux.
 
  sorry this isn't any help - but I know what you're talking about (o:
 
  cheers
  dim
 
  - Original Message -
  From: Vishwas Raman [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, February 23, 2002 9:24 AM
  Subject: [JBoss-user] EJB deployment problem
 
   Hi all,
  
   I set up the jboss3.0beta version and managed to start up the server
   too. I wanted to know what is the procedure to deploy a sample EJB
   application. This application could be as simple as one with just a
   single stateless session bean.
  
   I tried compiling an application jar( which apparently worked very well
   with jboss2.4) and placing it in the build/output/deploy jboss runtime
   directory. When I do that, the server goes in an infinite loop of
   deploying and undeloying that application. I dont know why that
   happens!!
  
   Is there anything else I need to do to deploy a sample application in
   jboss3.0beta??
  
   Any help would be appreciated!
  
   -Vishwas.
  
   ___
   JBoss-user mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-user

 --
 Vishwas Raman
 Software Engineer, Eternal Systems, Inc,
 5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
 Email: [EMAIL PROTECTED]
 Tel:   (805) 696-9051 x246
 Fax:   (805) 696-9083
 URL:   http://www.eternal-systems.com/


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread Vishwas Raman

Even in 2.4 I used only the hot deploy to deploy my sample applications.
How would I go about using the jmx interface to deploy my applications?

Sorry if my questions are too amateurish.. I am still trying to figure
out a lot of fundamentals in this technology.

-Vishwas.

Dmitri Colebatch wrote:
 
 In 2.4 there was support for deploying without using the hot deploy via the JMX 
interface.  I assume its still there in 3.0,
 although haven't looked as yet.  Perhaps that might be a solution for you - dont put 
the jar/war/ear in the deploy dir, but instead
 find the interface in jmx, and tell it where it is (full url: 
file:///home/dim/blah/myapp.ear)
 
 hth
 dim
 
 - Original Message -
 From: Vishwas Raman [EMAIL PROTECTED]
 To: Dmitri Colebatch [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Saturday, February 23, 2002 9:51 AM
 Subject: Re: [JBoss-user] EJB deployment problem
 
  I am running on solaris2.8, and behaviour on my machine I presume would
  be similar to jboss's behaviour on linux, especially with respect to hot
  deploy... Can somebody tell me if there is a fix to this problem...How
  do I go abt deploying an application on solaris??
 
  -Vishwas.
 
 
  Dmitri Colebatch wrote:
  
   You're running on linux right?  I also found that (running off a cvs version), 
but hadn't really looked into it... works fine on
   NT... so I have the choice between NT's stupid file locking killing the hot 
deploy, or the over-enthusiastic hot-deploy on
 linux.
  
   sorry this isn't any help - but I know what you're talking about (o:
  
   cheers
   dim
  
   - Original Message -
   From: Vishwas Raman [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Saturday, February 23, 2002 9:24 AM
   Subject: [JBoss-user] EJB deployment problem
  
Hi all,
   
I set up the jboss3.0beta version and managed to start up the server
too. I wanted to know what is the procedure to deploy a sample EJB
application. This application could be as simple as one with just a
single stateless session bean.
   
I tried compiling an application jar( which apparently worked very well
with jboss2.4) and placing it in the build/output/deploy jboss runtime
directory. When I do that, the server goes in an infinite loop of
deploying and undeloying that application. I dont know why that
happens!!
   
Is there anything else I need to do to deploy a sample application in
jboss3.0beta??
   
Any help would be appreciated!
   
-Vishwas.
   
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
 
  --
  Vishwas Raman
  Software Engineer, Eternal Systems, Inc,
  5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
  Email: [EMAIL PROTECTED]
  Tel:   (805) 696-9051 x246
  Fax:   (805) 696-9083
  URL:   http://www.eternal-systems.com/

--
Vishwas Raman
Software Engineer, Eternal Systems, Inc,
5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
Email: [EMAIL PROTECTED] 
Tel:   (805) 696-9051 x246
Fax:   (805) 696-9083
URL:   http://www.eternal-systems.com/

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread David Jencks

On 2002.02.22 17:24:14 -0500 Vishwas Raman wrote:
 Hi all,
 
 I set up the jboss3.0beta version and managed to start up the server
 too. I wanted to know what is the procedure to deploy a sample EJB
 application. This application could be as simple as one with just a
 single stateless session bean. 
 
 I tried compiling an application jar( which apparently worked very well
 with jboss2.4) and placing it in the build/output/deploy jboss runtime
 directory. When I do that, the server goes in an infinite loop of
 deploying and undeloying that application. I dont know why that
 happens!!
 
 Is there anything else I need to do to deploy a sample application in
 jboss3.0beta??

You might try the cvs version. I fixed some other problems with deployment
of ears since the beta, and I thought I'd fixed that problem before the
beta.  If you send me the application I will investigate, otherwise the
server log and the structure of your jar file might be helpful.

David Jencks
 
 Any help would be appreciated!
 
 -Vishwas.
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread David Jencks

On 2002.02.22 17:44:54 -0500 Dmitri Colebatch wrote:
 You're running on linux right?  I also found that (running off a cvs
 version), but hadn't really looked into it... works fine on
 NT... so I have the choice between NT's stupid file locking killing the
 hot deploy, or the over-enthusiastic hot-deploy on linux.

I haven't seen this in quite a while and thought I'd fixed it, and I'm
running on linux.  Can you send me an example showing this problem?

david jencks
 
 sorry this isn't any help - but I know what you're talking about (o:
 
 cheers
 dim
 
 - Original Message -
 From: Vishwas Raman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, February 23, 2002 9:24 AM
 Subject: [JBoss-user] EJB deployment problem
 
 
  Hi all,
 
  I set up the jboss3.0beta version and managed to start up the server
  too. I wanted to know what is the procedure to deploy a sample EJB
  application. This application could be as simple as one with just a
  single stateless session bean.
 
  I tried compiling an application jar( which apparently worked very well
  with jboss2.4) and placing it in the build/output/deploy jboss runtime
  directory. When I do that, the server goes in an infinite loop of
  deploying and undeloying that application. I dont know why that
  happens!!
 
  Is there anything else I need to do to deploy a sample application in
  jboss3.0beta??
 
  Any help would be appreciated!
 
  -Vishwas.
 
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread Dmitri Colebatch

I'm not going to be able to be too detailed answer, but...

on 2.4 - look at http://localhost:8082/ViewObjectRes//J2EE%3Aservice%3DJ2eeDeployer to 
deploy the application manually.

then on 3.0 I guess its just a matter of finding where that has moved to (assuming its 
still there) and using it there..

hth
dim

- Original Message -
From: Vishwas Raman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 23, 2002 10:17 AM
Subject: Re: [JBoss-user] EJB deployment problem


 Even in 2.4 I used only the hot deploy to deploy my sample applications.
 How would I go about using the jmx interface to deploy my applications?

 Sorry if my questions are too amateurish.. I am still trying to figure
 out a lot of fundamentals in this technology.

 -Vishwas.

 Dmitri Colebatch wrote:
 
  In 2.4 there was support for deploying without using the hot deploy via the JMX 
interface.  I assume its still there in 3.0,
  although haven't looked as yet.  Perhaps that might be a solution for you - dont 
put the jar/war/ear in the deploy dir, but
instead
  find the interface in jmx, and tell it where it is (full url: 
file:///home/dim/blah/myapp.ear)
 
  hth
  dim
 
  - Original Message -
  From: Vishwas Raman [EMAIL PROTECTED]
  To: Dmitri Colebatch [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Saturday, February 23, 2002 9:51 AM
  Subject: Re: [JBoss-user] EJB deployment problem
 
   I am running on solaris2.8, and behaviour on my machine I presume would
   be similar to jboss's behaviour on linux, especially with respect to hot
   deploy... Can somebody tell me if there is a fix to this problem...How
   do I go abt deploying an application on solaris??
  
   -Vishwas.
  
  
   Dmitri Colebatch wrote:
   
You're running on linux right?  I also found that (running off a cvs version), 
but hadn't really looked into it... works
fine on
NT... so I have the choice between NT's stupid file locking killing the hot 
deploy, or the over-enthusiastic hot-deploy on
  linux.
   
sorry this isn't any help - but I know what you're talking about (o:
   
cheers
dim
   
- Original Message -
From: Vishwas Raman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 23, 2002 9:24 AM
Subject: [JBoss-user] EJB deployment problem
   
 Hi all,

 I set up the jboss3.0beta version and managed to start up the server
 too. I wanted to know what is the procedure to deploy a sample EJB
 application. This application could be as simple as one with just a
 single stateless session bean.

 I tried compiling an application jar( which apparently worked very well
 with jboss2.4) and placing it in the build/output/deploy jboss runtime
 directory. When I do that, the server goes in an infinite loop of
 deploying and undeloying that application. I dont know why that
 happens!!

 Is there anything else I need to do to deploy a sample application in
 jboss3.0beta??

 Any help would be appreciated!

 -Vishwas.

 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
  
   --
   Vishwas Raman
   Software Engineer, Eternal Systems, Inc,
   5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
   Email: [EMAIL PROTECTED]
   Tel:   (805) 696-9051 x246
   Fax:   (805) 696-9083
   URL:   http://www.eternal-systems.com/

 --
 Vishwas Raman
 Software Engineer, Eternal Systems, Inc,
 5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
 Email: [EMAIL PROTECTED]
 Tel:   (805) 696-9051 x246
 Fax:   (805) 696-9083
 URL:   http://www.eternal-systems.com/

 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread Dmitri Colebatch

David,

  You're running on linux right?  I also found that (running off a cvs
  version), but hadn't really looked into it... works fine on
  NT... so I have the choice between NT's stupid file locking killing the
  hot deploy, or the over-enthusiastic hot-deploy on linux.

 I haven't seen this in quite a while and thought I'd fixed it, and I'm
 running on linux.  Can you send me an example showing this problem?

oh... at the moment I cant, but I will when I get home tonight.  The only thing I can 
tell you atm is that its Mandrake 8.2, sun 1.3
jvm, and I'm deploying an ear that contains a jar and war.  Last time I checked this 
was cvs a couple of days ago.

When I get home tonight I'll check that I still see the problem on current cvs, and if 
so send you privately the ear that I'm
deploying.

cheesr
dim




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EJB deployment problem

2002-02-22 Thread David Jencks

For jboss 3 beta you use the main deployer, which figures out what you are
trying to deploy

http://localhost:8082/ViewObjectRes//jboss%2Esystem%3Aservice%3DMainDeployer

On 2002.02.22 18:34:41 -0500 Dmitri Colebatch wrote:
 I'm not going to be able to be too detailed answer, but...
 
 on 2.4 - look at http://localhost:8082/ViewObjectRes//J2EE%3Aservice%3DJ2eeDeployer
 to deploy the application manually.
 
 then on 3.0 I guess its just a matter of finding where that has moved to
 (assuming its still there) and using it there..
 
 hth
 dim
 
 - Original Message -
 From: Vishwas Raman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, February 23, 2002 10:17 AM
 Subject: Re: [JBoss-user] EJB deployment problem
 
 
  Even in 2.4 I used only the hot deploy to deploy my sample
 applications.
  How would I go about using the jmx interface to deploy my applications?
 
  Sorry if my questions are too amateurish.. I am still trying to figure
  out a lot of fundamentals in this technology.
 
  -Vishwas.
 
  Dmitri Colebatch wrote:
  
   In 2.4 there was support for deploying without using the hot deploy
 via the JMX interface.  I assume its still there in 3.0,
   although haven't looked as yet.  Perhaps that might be a solution for
 you - dont put the jar/war/ear in the deploy dir, but
 instead
   find the interface in jmx, and tell it where it is (full url:
 file:///home/dim/blah/myapp.ear)
  
   hth
   dim
  
   - Original Message -
   From: Vishwas Raman [EMAIL PROTECTED]
   To: Dmitri Colebatch [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]
   Sent: Saturday, February 23, 2002 9:51 AM
   Subject: Re: [JBoss-user] EJB deployment problem
  
I am running on solaris2.8, and behaviour on my machine I presume
 would
be similar to jboss's behaviour on linux, especially with respect
 to hot
deploy... Can somebody tell me if there is a fix to this
 problem...How
do I go abt deploying an application on solaris??
   
-Vishwas.
   
   
Dmitri Colebatch wrote:

 You're running on linux right?  I also found that (running off a
 cvs version), but hadn't really looked into it... works
 fine on
 NT... so I have the choice between NT's stupid file locking
 killing the hot deploy, or the over-enthusiastic hot-deploy on
   linux.

 sorry this isn't any help - but I know what you're talking about
 (o:

 cheers
 dim

 - Original Message -
 From: Vishwas Raman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, February 23, 2002 9:24 AM
 Subject: [JBoss-user] EJB deployment problem

  Hi all,
 
  I set up the jboss3.0beta version and managed to start up the
 server
  too. I wanted to know what is the procedure to deploy a sample
 EJB
  application. This application could be as simple as one with
 just a
  single stateless session bean.
 
  I tried compiling an application jar( which apparently worked
 very well
  with jboss2.4) and placing it in the build/output/deploy jboss
 runtime
  directory. When I do that, the server goes in an infinite loop
 of
  deploying and undeloying that application. I dont know why that
  happens!!
 
  Is there anything else I need to do to deploy a sample
 application in
  jboss3.0beta??
 
  Any help would be appreciated!
 
  -Vishwas.
 
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
   
--
Vishwas Raman
Software Engineer, Eternal Systems, Inc,
5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
Email: [EMAIL PROTECTED]
Tel:   (805) 696-9051 x246
Fax:   (805) 696-9083
URL:   http://www.eternal-systems.com/
 
  --
  Vishwas Raman
  Software Engineer, Eternal Systems, Inc,
  5290 Overpass Rd, Bldg D, Santa Barbara. CA 93111
  Email: [EMAIL PROTECTED]
  Tel:   (805) 696-9051 x246
  Fax:   (805) 696-9083
  URL:   http://www.eternal-systems.com/
 
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user