Re: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment fails during start

2003-02-04 Thread Scott M Stark
I documented the required changes in the release notes. Its the commented out
info on the depends needed for wars in the farm-service.xml descriptor that needs
to be updated.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: "Bill Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 04, 2003 6:32 AM
Subject: RE: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment 
fails during start


> I have put in a single logical name for the jetty and tomcat services.
> Please tell me the changes to make and I will commit on all branches since I
> am responsible.
> 
> 
> Apologies,
> 
> 
> Bill Burke
> Chief Architect
> JBoss Group, LLC
> 
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Scott
> > M Stark
> > Sent: Monday, February 03, 2003 11:27 PM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming
> > deployment fails during start
> >
> >
> > Again there is a need for logical service aliases to avoid this.
> >
> > 
> > Scott Stark
> > Chief Technology Officer
> > JBoss Group, LLC
> > 
> >
> > - Original Message -
> > From: "Sacha Labourey" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, January 27, 2003 10:13 AM
> > Subject: RE: [JBoss-user] Migration to JBoss 3.0.6: farming
> > deployment fails during start
> >
> >
> > > Sh*t, who has modified this name?!?
> > >
> > > The change is crap as it makes the farm service fail but it is
> > good as if we
> > > can have a single name for both jetty/tomcat it is easier to write mbean
> > > dependencies.
> > >
> > > > -Message d'origine-
> > > > De : [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED]]De la part de Vladyslav
> > > > Kosulin
> > > > Envoye : lundi, 27 janvier 2003 18:50
> > > > A : [EMAIL PROTECTED]
> > > > Objet : Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment
> > > > fails during start
> > > >
> > > >
> > > > Sacha Labourey wrote:
> > > > > Can you make sure you have all these mbeans started:
> > > > > jboss:service=DefaultPartition
> > > > > jboss.ejb:service=EJBDeployer
> > > > > jboss.web:service=JBossWeb
> > > > > jboss.system:service=MainDeployer
> > > > >
> > > > > (in http://localhost:8080/jmx-console/ for example)
> > > > >
> > > > > I suspect:
> > > > >  - either jbossweb (aka jetty) is not started
> > > > >  - you have not started the all configuration (i.e.
> > > > DefaultPartition is not
> > > > > there) => "run -c all"
> > > >
> > > > I found the cause: "JBossWeb" is obsolete name now.
> > > > Starting with JBoss 3.0.6 Jetty is being deployed as
> > "WebServer" instead
> > > > of "JBossWeb".
> > > > After I made the corresponding changes to farm-service.xml, it starts
> > > > O.K. Can somebody commit this changes to CVS?
> > > >
> > > > Vlad
> >
> >
> >
> > ---
> > This SF.NET email is sponsored by:
> > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> > http://www.vasoftware.com
> > ___
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment fails during start

2003-02-04 Thread Bill Burke
I have put in a single logical name for the jetty and tomcat services.
Please tell me the changes to make and I will commit on all branches since I
am responsible.


Apologies,


Bill Burke
Chief Architect
JBoss Group, LLC



> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Scott
> M Stark
> Sent: Monday, February 03, 2003 11:27 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-dev] Re: [JBoss-user] Migration to JBoss 3.0.6: farming
> deployment fails during start
>
>
> Again there is a need for logical service aliases to avoid this.
>
> 
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> 
>
> - Original Message -
> From: "Sacha Labourey" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 27, 2003 10:13 AM
> Subject: RE: [JBoss-user] Migration to JBoss 3.0.6: farming
> deployment fails during start
>
>
> > Sh*t, who has modified this name?!?
> >
> > The change is crap as it makes the farm service fail but it is
> good as if we
> > can have a single name for both jetty/tomcat it is easier to write mbean
> > dependencies.
> >
> > > -Message d'origine-
> > > De : [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]De la part de Vladyslav
> > > Kosulin
> > > Envoye : lundi, 27 janvier 2003 18:50
> > > A : [EMAIL PROTECTED]
> > > Objet : Re: [JBoss-user] Migration to JBoss 3.0.6: farming deployment
> > > fails during start
> > >
> > >
> > > Sacha Labourey wrote:
> > > > Can you make sure you have all these mbeans started:
> > > > jboss:service=DefaultPartition
> > > > jboss.ejb:service=EJBDeployer
> > > > jboss.web:service=JBossWeb
> > > > jboss.system:service=MainDeployer
> > > >
> > > > (in http://localhost:8080/jmx-console/ for example)
> > > >
> > > > I suspect:
> > > >  - either jbossweb (aka jetty) is not started
> > > >  - you have not started the all configuration (i.e.
> > > DefaultPartition is not
> > > > there) => "run -c all"
> > >
> > > I found the cause: "JBossWeb" is obsolete name now.
> > > Starting with JBoss 3.0.6 Jetty is being deployed as
> "WebServer" instead
> > > of "JBossWeb".
> > > After I made the corresponding changes to farm-service.xml, it starts
> > > O.K. Can somebody commit this changes to CVS?
> > >
> > > Vlad
>
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development