Skip to content

Instantly share code, notes, and snippets.

View kellyp's full-sized avatar
🕺
Fabulous

Kelly Plummer kellyp

🕺
Fabulous
View GitHub Profile
2011-12-01 21:06:46,241 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role
java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Dele
@kellyp
kellyp / test.sh
Created June 28, 2013 15:45
test shell script
#!/bin/bash
echo "A O River!"
@kellyp
kellyp / test.rb
Created June 28, 2013 15:47
test ruby script
puts "A O RIVER!"
#!/bin/bash
if [ $# -eq 0 ]
then
echo "Please supply the name of the gem to timestamp"
exit
fi
file=`ls -t $1-*.gem`
new_file="${file//gem/$(date +"%Y%m%d%H%M%S").gem}"
{
"id": "5089166426",
"type": "WatchEvent",
"actor": {
"id": 5953992,
"login": "Richard-Cao",
"display_login": "Richard-Cao",
"gravatar_id": "",
"url": "https://api.github.com/users/Richard-Cao",
"avatar_url": "https://avatars.githubusercontent.com/u/5953992?"
{
"login": "Richard-Cao",
"id": 5953992,
"avatar_url": "https://avatars3.githubusercontent.com/u/5953992?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/Richard-Cao",
"html_url": "https://github.com/Richard-Cao",
"followers_url": "https://api.github.com/users/Richard-Cao/followers",
"following_url": "https://api.github.com/users/Richard-Cao/following{/other_user}",
"gists_url": "https://api.github.com/users/Richard-Cao/gists{/gist_id}",
Beerfest 2017
https://www.travelportland.com/itinerary/pearl-district-nw-portland-brewery-itinerary/
Portland
Taps
https://oregonpublichouse.com
http://www.baileystaproom.com
http://www.roscoespdx.com
@kellyp
kellyp / gist:b3d7545d7c10cd354eb2
Created June 11, 2015 18:51
chef-server-ctl reconfigure
* execute[oc_id_schema] action run
================================================================================
Error executing action `run` on resource 'execute[oc_id_schema]'
================================================================================
Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received ''
---- Begin output of bundle exec rake db:migrate ----