Jira (PUP-3073) Error message "Could not send report": appear when puppet client is pulling config from puppet master

2017-05-18 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-3073 
 
 
 
   Error message "Could not send report": appear when puppet client is pulling config from puppet master  
 
 
 
 
 
 
 
 
 

Change By:
 
 Moses Mendoza 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3073) Error message "Could not send report": appear when puppet client is pulling config from puppet master

2017-05-16 Thread Adrien Thebo (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Adrien Thebo commented on  PUP-3073 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Error message "Could not send report": appear when puppet client is pulling config from puppet master  
 
 
 
 
 
 
 
 
 
 
Thank you for reporting this issue. However, we believe this issue only affects a version of Puppet that has reached its end of life or is no longer supported. 
For more info on getting the current version of Puppet Agent, see https://docs.puppet.com/puppet/latest/install_pre.html. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3073) Error message Could not send report: appear when puppet client is pulling config from puppet master

2014-10-28 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg updated an issue


















 Puppet /  PUP-3073



   Error message Could not send report: appear when puppet client is pulling config from puppet master 










Change By:

 Henrik Lindberg









 Pleasefindattachedlogfilesformoredetails {code} ErrormessageCouldnotsendreport:appearwhenpuppetclientispullingconfigfrompuppetmasterwithvlanconfigurationi.e..vlancountgreaterthan460andlessthan700.rootshowvlansRoutinginstanceVLANnameTagInterfacesdefault-switchdefault1Pullingtheconfigfilefrommasterwhichishaving500vlanstobeconfiguredonclient.+}+v-98{+descriptionPuppetcreatedVLAN:v-98:98;+vlan-id98;+}+v-99{+descriptionPuppetcreatedVLAN:v-99:99;+vlan-id99;+}+}Notice:JUNOS:OK:COMMITsuccess!ErrormessageisseenonpuppetclientNotice:Finishedcatalogrunin101.35secondsError:Couldnotsendreport:Stackoverflowinregexpmatcher:/\A(?:#?:non-capturinggroup(groupingwithnobackreferences)[\x09\x0A\x0D\x20-\x7E]#ASCII|[\xC2-\xDF][\x80-\xBF]#non-overlong2-byte|\xE0[\xA0-\xBF][\x80-\xBF]#excludingoverlongs|[\xE1-\xEC\xEE\xEF][\x80-\xBF]{2}#straight3-byte|\xED[\x80-\x9F][\x80-\xBF]#excludingsurrogates|\xF0[\x90-\xBF][\x80-\xBF]{2}#planes1-3|[\xF1-\xF3][\x80-\xBF]{3}#planes4-15|\xF4[\x80-\x8F][\x80-\xBF]{2}#plane16)*\z/mxn%Vlansaregettingconfiguredonpuppetclientbutaboveerrorsareseen.---rootshowvlans|grep500default-switchv-500500{master:0}puppet@st-mojito2f-02 {code}












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from 

Jira (PUP-3073) Error message Could not send report: appear when puppet client is pulling config from puppet master

2014-10-28 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg commented on an issue


















  Re: Error message Could not send report: appear when puppet client is pulling config from puppet master 










The regexp in question is in Puppet's zaml.rb in a method to_zaml that is added to String. Thus, this logic is executed for every string when it is converted to YAML. Thus, if this was a general problem, we would see failures any time something was serialized to yaml. The primary suspicion is therefore the Regexp implementation itself (in the Ruby runtime). Please check that this is not running on an older 1.8.7 ( say older than p370 or so).
There could also be issues with the string itself that is being matched, and that this string causes the regexp matcher to fail. That is something to look at if the version of the Ruby runtime is one that is known to work ok in general. (Looking at the string and digging in further requires debuggin/instrumentation in zaml.rb to examine the string being matched against).












   

 Add Comment

























 Puppet /  PUP-3073



   Error message Could not send report: appear when puppet client is pulling config from puppet master 







 Please find attached log files for more details  {code}  Error message Could not send report: appear when puppet client is pulling config from puppet master with vlan configuration i.e..vlan count greater than 460 and less than 700.   root show vlans   Routing instance VLAN name Tag Interfaces  default-switch ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)

  

Jira (PUP-3073) Error message Could not send report: appear when puppet client is pulling config from puppet master

2014-08-18 Thread Ganesh Nalawade (JIRA)
Title: Message Title










 

 Ganesh Nalawade created an issue


















 Puppet /  PUP-3073



   Error message Could not send report: appear when puppet client is pulling config from puppet master 










Issue Type:

  Bug




Affects Versions:


 3.6.1




Assignee:

 Kylo Ginsberg




Attachments:


 send_report_err_memory_usage.txt, send_report_err_puppet_debug_logs.txt, send_report_err_puppet_verbose_logs.txt, send_report_err_site.pp




Components:


 Client




Created:


 18/Aug/14 4:12 AM




Environment:


Puppet on Junos (Juniper device which has jpuppet package installed)




Priority:

  Normal




Reporter:

 Ganesh Nalawade










Please find attached log files for more details
Error message Could not send report: appear when puppet client is pulling config from puppet master with vlan configuration i.e..vlan count greater than 460 and less than 700.