Skip to content

Instantly share code, notes, and snippets.

View elliottneilclark's full-sized avatar

Elliott elliottneilclark

View GitHub Profile
info: Retrieving plugin
debug: Using cached certificate for ca, good until Mon Jan 25 00:50:06 UTC 2016
debug: Using cached certificate for ip-10-114-135-132.ec2.internal, good until Mon Jan 25 01:39:08 UTC 2016
err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': undefined method `closed?' for nil:NilClass
debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: undefined method `closed?' for nil:NilClass Could not retrieve file metadata for puppet://puppetmaster/plugins: undefined method `closed?' for nil:NilClass
debug: Finishing transaction 69976977396360 with 0 changes
debug: Executing '/etc/puppet/etckeeper-commit-pre'
debug: catalog supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
err: Could not retrieve catalog from remote server: undefined method `closed?' for nil:NilClass
@elliottneilclark
elliottneilclark / gist:635349
Created October 19, 2010 23:01
Hadoop JUnit MiniTest
org.apache.hadoop.security.AccessControlException: ugi = null
at org.apache.hadoop.hdfs.server.namenode.PermissionChecker.<init>(PermissionChecker.java:50)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.checkSuperuserPrivilege(FSNamesystem.java:4494)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getStats(FSNamesystem.java:3418)
at org.apache.hadoop.hdfs.server.namenode.NameNode.getStats(NameNode.java:577)
at org.apache.hadoop.hdfs.MiniDFSCluster.isClusterUp(MiniDFSCluster.java:757)
at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:293)
at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:281)
at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:123)
at org.apache.hadoop.mapred.ClusterMapReduceTestCase.startCluster(ClusterMapReduceTestCase.java:81)
ruby-1.8.7-p302 > Iconv.iconv("UTF-8//IGNORE", "UTF-16", d)
Iconv::InvalidCharacter: "\n"
from (irb):39:in `iconv'
from (irb):39
test_add_update_destroy(ContentSourceControllerTest) [test/integration/content_source_controller_test.rb:14]:
Expected response to be a <:success>, but was <500>
<"content_source_url failed to generate from {:controller=>\"content_source\", :action=>\"show\", :id=>#<ContentSource id: nil, name: nil, url: nil, cache: nil, cache_dir: nil, parser: nil, created_at: nil, updated_at: nil, new_id: nil, quality_score: 10>}, expected: {:controller=>\"content_source\", :action=>\"show\"}, diff: {:id=>#<ContentSource id: nil, name: nil, url: nil, cache: nil, cache_dir: nil, parser: nil, created_at: nil, updated_at: nil, new_id: nil, quality_score: 10>}">