[Carbon-dev] ESB startup issue(latest build)

2011-05-05 Thread Vijayaratha Vijayasingam
Hi,

Today's ESB distribution is not starting properly...Im getting following
error[1] (mediation-initializer component is active and has no issue..)

-Ratha.
[1]

[2011-05-05 11:43:31,697]  INFO - CarbonServerManager Repository   :
C:\Projects\trunk\products\esb\modules\DISTRI~1\product\target\WSO2ES~1.0-S\b
in\../repository/deployment/server/
[2011-05-05 11:43:31,963]  INFO - PermissionUpdater Permission cache updated
for tenant 0
[2011-05-05 11:43:31,964]  INFO - CarbonServerManager
ConfigurationContextService registered in 267ms
Error: Unrecognized option: -s8672
usage: Qpid [-b bind] [-c file] [--exclude-0-10 exclude-0-10]
   [--exclude-0-8 exclude-0-8] [--exclude-0-9 exclude-0-9]
   [--exclude-0-9-1 exclude-0-9-1] [-h] [-l logconfig] [-m
   mport] [-p port] [-v] [-w logwatch]
 -b,--bind bind bind to the specified address.
  Overrides any value in the config
  file
 -c,--config file   use given configuration file
--exclude-0-10 exclude-0-10 when listening on the specified port
  do not accept AMQP0-10 connections.
  The specified port must be one
  specified on the command line
--exclude-0-8 exclude-0-8   when listening on the specified port
  do not accept AMQP0-8 connections.
  The specified port must be one
  specified on the command line
--exclude-0-9 exclude-0-9   when listening on the specified port
  do not accept AMQP0-9 connections.
  The specified port must be one
  specified on the command line
--exclude-0-9-1 exclude-0-9-1   when listening on the specified port
  do not accept AMQP0-9-1 connections.
  The specified port must be one
  specified on the command line
 -h,--helpprint this message
 -l,--logconfig logconfig   use the specified log4j xml
  configuration file. By default looks
  for a file named log4j.xml in the
  same directory as the configuration
  file
 -m,--mport mport   listen on the specified management
  port. Overrides any value in the
  config file
 -p,--port port listen on the specified port.
  Overrides any value in the config
  file
 -v,--version print the version information and
  exit
 -w,--logwatch logwatch monitor the log file configuration
  file for changes. Units are seconds.
  Zero means do not check for changes.
[2011-05-05 11:44:31,969]  WARN - StartupFinalizerServiceComponent Waiting
for required OSGi services: org.wso2.carbon.mediation.initializer.services.
SynapseEnvironmentService,
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB startup issue(latest build)

2011-05-05 Thread Manjula Rathnayake
Hi,

I got the same, after svn up of qpid from dependency to features, fixed
this.

Thank you.

On Thu, May 5, 2011 at 11:46 AM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Hi,

 Today's ESB distribution is not starting properly...Im getting following
 error[1] (mediation-initializer component is active and has no issue..)

 -Ratha.
 [1]

 [2011-05-05 11:43:31,697]  INFO - CarbonServerManager Repository   :
 C:\Projects\trunk\products\esb\modules\DISTRI~1\product\target\WSO2ES~1.0-S\b
 in\../repository/deployment/server/
 [2011-05-05 11:43:31,963]  INFO - PermissionUpdater Permission cache
 updated for tenant 0
 [2011-05-05 11:43:31,964]  INFO - CarbonServerManager
 ConfigurationContextService registered in 267ms
 Error: Unrecognized option: -s8672
 usage: Qpid [-b bind] [-c file] [--exclude-0-10 exclude-0-10]
[--exclude-0-8 exclude-0-8] [--exclude-0-9 exclude-0-9]
[--exclude-0-9-1 exclude-0-9-1] [-h] [-l logconfig] [-m
mport] [-p port] [-v] [-w logwatch]
  -b,--bind bind bind to the specified address.
   Overrides any value in the config
   file
  -c,--config file   use given configuration file
 --exclude-0-10 exclude-0-10 when listening on the specified port
   do not accept AMQP0-10 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-8 exclude-0-8   when listening on the specified port
   do not accept AMQP0-8 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9 exclude-0-9   when listening on the specified port
   do not accept AMQP0-9 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9-1 exclude-0-9-1   when listening on the specified port
   do not accept AMQP0-9-1 connections.
   The specified port must be one
   specified on the command line
  -h,--helpprint this message
  -l,--logconfig logconfig   use the specified log4j xml
   configuration file. By default looks
   for a file named log4j.xml in the
   same directory as the configuration
   file
  -m,--mport mport   listen on the specified management
   port. Overrides any value in the
   config file
  -p,--port port listen on the specified port.
   Overrides any value in the config
   file
  -v,--version print the version information and
   exit
  -w,--logwatch logwatch monitor the log file configuration
   file for changes. Units are seconds.
   Zero means do not check for changes.
 [2011-05-05 11:44:31,969]  WARN - StartupFinalizerServiceComponent Waiting
 for required OSGi services: org.wso2.carbon.mediation.initializer.services.
 SynapseEnvironmentService,

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Manjula Rathnayaka
Software Engineer
WSO2, Inc.
Mobile:+94 77 743 1987
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB startup issue(latest build)

2011-05-05 Thread Vijayaratha Vijayasingam
Nope still occurs..I got up from dependencies/qpid, orbit/qpid,
components/qpid then build features/qpid..
Can somebody look into this issue??

Thanks
-Ratha.


On 5 May 2011 11:55, Manjula Rathnayake manju...@wso2.com wrote:

 Hi,

 I got the same, after svn up of qpid from dependency to features, fixed
 this.

 Thank you.

 On Thu, May 5, 2011 at 11:46 AM, Vijayaratha Vijayasingam rat...@wso2.com
  wrote:

 Hi,

 Today's ESB distribution is not starting properly...Im getting following
 error[1] (mediation-initializer component is active and has no issue..)

 -Ratha.
 [1]

 [2011-05-05 11:43:31,697]  INFO - CarbonServerManager Repository   :
 C:\Projects\trunk\products\esb\modules\DISTRI~1\product\target\WSO2ES~1.0-S\b
 in\../repository/deployment/server/
 [2011-05-05 11:43:31,963]  INFO - PermissionUpdater Permission cache
 updated for tenant 0
 [2011-05-05 11:43:31,964]  INFO - CarbonServerManager
 ConfigurationContextService registered in 267ms
 Error: Unrecognized option: -s8672
 usage: Qpid [-b bind] [-c file] [--exclude-0-10 exclude-0-10]
[--exclude-0-8 exclude-0-8] [--exclude-0-9 exclude-0-9]
[--exclude-0-9-1 exclude-0-9-1] [-h] [-l logconfig] [-m
mport] [-p port] [-v] [-w logwatch]
  -b,--bind bind bind to the specified address.
   Overrides any value in the config
   file
  -c,--config file   use given configuration file
 --exclude-0-10 exclude-0-10 when listening on the specified port
   do not accept AMQP0-10 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-8 exclude-0-8   when listening on the specified port
   do not accept AMQP0-8 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9 exclude-0-9   when listening on the specified port
   do not accept AMQP0-9 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9-1 exclude-0-9-1   when listening on the specified port
   do not accept AMQP0-9-1 connections.
   The specified port must be one
   specified on the command line
  -h,--helpprint this message
  -l,--logconfig logconfig   use the specified log4j xml
   configuration file. By default looks
   for a file named log4j.xml in the
   same directory as the configuration
   file
  -m,--mport mport   listen on the specified management
   port. Overrides any value in the
   config file
  -p,--port port listen on the specified port.
   Overrides any value in the config
   file
  -v,--version print the version information and
   exit
  -w,--logwatch logwatch monitor the log file configuration
   file for changes. Units are seconds.
   Zero means do not check for changes.
 [2011-05-05 11:44:31,969]  WARN - StartupFinalizerServiceComponent Waiting
 for required OSGi services: org.wso2.carbon.mediation.initializer.services.
 SynapseEnvironmentService,

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB startup issue(latest build)

2011-05-05 Thread Manjula Rathnayake
Hi,

On Thu, May 5, 2011 at 12:27 PM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Nope still occurs..I got up from dependencies/qpid, orbit/qpid,
 components/qpid then build features/qpid..
 Can somebody look into this issue??


Usually we svn up followings and do the build.

dependency/qpid
orbit/qpid
orbit/qpid-client
component/qpid
component/messagebox
component/event
feature/qpid
feature/messagebox
feature/event
product/

I will try to build this and see, you too can try this as well :)
Thank you.


 Thanks
 -Ratha.



 On 5 May 2011 11:55, Manjula Rathnayake manju...@wso2.com wrote:

 Hi,

 I got the same, after svn up of qpid from dependency to features, fixed
 this.

 Thank you.

 On Thu, May 5, 2011 at 11:46 AM, Vijayaratha Vijayasingam 
 rat...@wso2.com wrote:

 Hi,

 Today's ESB distribution is not starting properly...Im getting following
 error[1] (mediation-initializer component is active and has no issue..)

 -Ratha.
 [1]

 [2011-05-05 11:43:31,697]  INFO - CarbonServerManager Repository   :
 C:\Projects\trunk\products\esb\modules\DISTRI~1\product\target\WSO2ES~1.0-S\b
 in\../repository/deployment/server/
 [2011-05-05 11:43:31,963]  INFO - PermissionUpdater Permission cache
 updated for tenant 0
 [2011-05-05 11:43:31,964]  INFO - CarbonServerManager
 ConfigurationContextService registered in 267ms
 Error: Unrecognized option: -s8672
 usage: Qpid [-b bind] [-c file] [--exclude-0-10 exclude-0-10]
[--exclude-0-8 exclude-0-8] [--exclude-0-9 exclude-0-9]
[--exclude-0-9-1 exclude-0-9-1] [-h] [-l logconfig] [-m
mport] [-p port] [-v] [-w logwatch]
  -b,--bind bind bind to the specified address.
   Overrides any value in the config
   file
  -c,--config file   use given configuration file
 --exclude-0-10 exclude-0-10 when listening on the specified
 port
   do not accept AMQP0-10 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-8 exclude-0-8   when listening on the specified
 port
   do not accept AMQP0-8 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9 exclude-0-9   when listening on the specified
 port
   do not accept AMQP0-9 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9-1 exclude-0-9-1   when listening on the specified
 port
   do not accept AMQP0-9-1
 connections.
   The specified port must be one
   specified on the command line
  -h,--helpprint this message
  -l,--logconfig logconfig   use the specified log4j xml
   configuration file. By default
 looks
   for a file named log4j.xml in the
   same directory as the configuration
   file
  -m,--mport mport   listen on the specified management
   port. Overrides any value in the
   config file
  -p,--port port listen on the specified port.
   Overrides any value in the config
   file
  -v,--version print the version information and
   exit
  -w,--logwatch logwatch monitor the log file configuration
   file for changes. Units are
 seconds.
   Zero means do not check for
 changes.
 [2011-05-05 11:44:31,969]  WARN - StartupFinalizerServiceComponent
 Waiting for required OSGi services:
 org.wso2.carbon.mediation.initializer.services.
 SynapseEnvironmentService,

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Manjula Rathnayaka
Software Engineer
WSO2, Inc.
Mobile:+94 77 743 1987
___

Re: [Carbon-dev] ESB startup issue(latest build)

2011-05-05 Thread Danushka Menikkumbura
You need to build features/event.

Please note that qpid gets installed as a result of installing event
feature.

Danushka

On Thu, May 5, 2011 at 12:27 PM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Nope still occurs..I got up from dependencies/qpid, orbit/qpid,
 components/qpid then build features/qpid..
 Can somebody look into this issue??

 Thanks
 -Ratha.



 On 5 May 2011 11:55, Manjula Rathnayake manju...@wso2.com wrote:

 Hi,

 I got the same, after svn up of qpid from dependency to features, fixed
 this.

 Thank you.

 On Thu, May 5, 2011 at 11:46 AM, Vijayaratha Vijayasingam 
 rat...@wso2.com wrote:

 Hi,

 Today's ESB distribution is not starting properly...Im getting following
 error[1] (mediation-initializer component is active and has no issue..)

 -Ratha.
 [1]

 [2011-05-05 11:43:31,697]  INFO - CarbonServerManager Repository   :
 C:\Projects\trunk\products\esb\modules\DISTRI~1\product\target\WSO2ES~1.0-S\b
 in\../repository/deployment/server/
 [2011-05-05 11:43:31,963]  INFO - PermissionUpdater Permission cache
 updated for tenant 0
 [2011-05-05 11:43:31,964]  INFO - CarbonServerManager
 ConfigurationContextService registered in 267ms
 Error: Unrecognized option: -s8672
 usage: Qpid [-b bind] [-c file] [--exclude-0-10 exclude-0-10]
[--exclude-0-8 exclude-0-8] [--exclude-0-9 exclude-0-9]
[--exclude-0-9-1 exclude-0-9-1] [-h] [-l logconfig] [-m
mport] [-p port] [-v] [-w logwatch]
  -b,--bind bind bind to the specified address.
   Overrides any value in the config
   file
  -c,--config file   use given configuration file
 --exclude-0-10 exclude-0-10 when listening on the specified
 port
   do not accept AMQP0-10 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-8 exclude-0-8   when listening on the specified
 port
   do not accept AMQP0-8 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9 exclude-0-9   when listening on the specified
 port
   do not accept AMQP0-9 connections.
   The specified port must be one
   specified on the command line
 --exclude-0-9-1 exclude-0-9-1   when listening on the specified
 port
   do not accept AMQP0-9-1
 connections.
   The specified port must be one
   specified on the command line
  -h,--helpprint this message
  -l,--logconfig logconfig   use the specified log4j xml
   configuration file. By default
 looks
   for a file named log4j.xml in the
   same directory as the configuration
   file
  -m,--mport mport   listen on the specified management
   port. Overrides any value in the
   config file
  -p,--port port listen on the specified port.
   Overrides any value in the config
   file
  -v,--version print the version information and
   exit
  -w,--logwatch logwatch monitor the log file configuration
   file for changes. Units are
 seconds.
   Zero means do not check for
 changes.
 [2011-05-05 11:44:31,969]  WARN - StartupFinalizerServiceComponent
 Waiting for required OSGi services:
 org.wso2.carbon.mediation.initializer.services.
 SynapseEnvironmentService,

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev