Hi,

I get the fallowing error when I executed "puppet agent -vt" from a
AppServer instance.


Error: Could not retrieve catalog from remote server: Error 400 on
SERVER: I*nvalid
parameter tribes_port on* Class[Appserver] at
/etc/puppet/manifests/nodes/appserver.pp:40 on node
535619051452.default.appserver.puppet.stratosec2.com
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

Content of the  /etc/puppet/manifests/nodes/appserver.pp is


node /appserver/ inherits base {
  $docroot = "/mnt/wso2as-5.2.1"
  require java
  class {'agent':}
  class {'appserver':

        version            => '5.2.1',
        sub_cluster_domain => 'test',
        members            => false,
        offset             => 0,
        tribes_port        => 4100,
        config_db          => 'as_config',
        config_target_path => 'config/as',
        maintenance_mode   => 'zero',
        depsync            => false,
        clustering         => false,
        cloud              => true,
        owner              => 'root',
        group              => 'root',
        target             => '/mnt/'

  }

  Class['stratos_base'] -> Class['java'] -> Class['appserver'] ~>
Class['agent']
}




-- 

Udara Liyanage
Software Engineer
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

web: http://udaraliyanage.wordpress.com
phone: +94 71 443 6897
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to