Skip to content

Instantly share code, notes, and snippets.

View amcjen's full-sized avatar

Allison Clift-Jennings amcjen

View GitHub Profile
[dashboardv3] [ { title: 'Merged Contacts Viewer',
handle: 'contactsviewer',
update: true,
github: 'https://github.com/LockerProject/Locker',
type: 'app',
static: false,
run: 'node contacts.js',
uses: { services: [Object], types: [Object] },
version: '0.0.2',
upserted: 1326821989351,
[eric@Waterdog /Volumes/Data/opt/locker-narph] [master]:~$ node lockerd.js
18 Jan 10:28:15 - info: proccess id:3199
18 Jan 10:28:16 - info: [mongo] Wed Jan 18 10:28:16 [initandlisten] MongoDB starting : pid=3200 port=27018 dbpath=/Volumes/Data/opt/locker-narph/Me/mongodata 64-bit host=Waterdog.local
18 Jan 10:28:16 - info: [mongo] Wed Jan 18 10:28:16 [initandlisten] db version v2.0.1, pdfile version 4.5
18 Jan 10:28:16 - info: [mongo] Wed Jan 18 10:28:16 [initandlisten] git version: 3a5cf0e2134a830d38d2d1aae7e88cac31bdd684
18 Jan 10:28:16 - info: [mongo] Wed Jan 18 10:28:16 [initandlisten] build info: Darwin erh2.10gen.cc 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 BOOST_LIB_VERSION=1_40
18 Jan 10:28:16 - info: [mongo] Wed Jan 18 10:28:16 [initandlisten] options: { dbpath: "/Volumes/Data/opt/locker-narph/Me/mongodata", nohttpinterface: true, port: 27018 }
18 Jan 10:28:16 - info: [mongo] Wed Jan 18 10:28:16 [initandlisten] journal dir=/Volumes/Data/o
{
"dashboardv3":
{
"title":"Dashboard v3",
"handle":"dashboardv3",
"author":"nerds",
"update":"auto",
"github":"https://github.com/LockerProject/Locker",
"type":"app",
{ idr: 'contact://contacts/#4f225ec3e3bc868e53271533',
action: 'new',
data:
{ _id: '4f225ec3e3bc868e53271533',
_matching: { cleanedNames: [ 'britt curtis' ] },
accounts:
{ facebook:
[ { data:
{ _id: '4f225ec2e3bc868e53271498',
id: '658904273',
Interval Since Last Panic Report: 5760710 sec
Panics Since Last Report: 3
Anonymous UUID: 9F24FC80-D23C-4005-80DB-9BAC6A86F0FA
Sun Jan 29 00:08:21 2012
panic(cpu 4 caller 0xffffff80002c266d): Kernel trap at 0xffffff7f808f2d80, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff8029e98000, CR3: 0x0000000027181052, CR4: 0x00000000000606e0
RAX: 0xffffff8029e98000, RBX: 0xffffff8029e97ff8, RCX: 0x0000000000000100, RDX: 0xffffff8004241160
RSP: 0xffffff812756b050, RBP: 0xffffff812756b980, RSI: 0x00000000ffffffff, RDI: 0xffffff80224861b8
R8: 0x0000000000000000, R9: 0x0000000000000000, R10: 0xfffffffffffffffb, R11: 0xffffff80002d8220
{
"externalHost" : "me.lvh.me"
, "externalPort" : 8443
, "externalSecure" : true
, "logFile" : "locker.log"
, "logging" : {
"level" : "info"
, "console" : true
, "file" : "locker.out"
, "maxsize" : 33554432
{
"externalHost" : "me.lvh.me"
, "externalPort" : 8443
, "externalSecure" : true
, "logFile" : "locker.log"
, "logging" : {
"level" : "info"
, "console" : true
, "file" : "locker.out"
, "maxsize" : 33554432
Waf: Leaving directory `/Volumes/Data/opt/locker/node_modules/clucene/build'
Build failed: -> task failed (err #1):
{task: cxx clucene_bindings.cpp -> clucene_bindings_1.o}
npm ERR! clucene@0.2.3 install: `node-waf configure build`
npm ERR! `sh "-c" "node-waf configure build"` failed with 1
npm ERR!
npm ERR! Failed at the clucene@0.2.3 install script.
npm ERR! This is most likely a problem with the clucene package,
require File.join(File.expand_path(File.dirname(__FILE__)), '../spec_helper.rb')
#describe 'home page', :type => :request do
describe 'dashboard' do
it 'allows people to see the connect page' do
visit '/'
within_frame 'appFrame' do
page.should have_content("Nobody Selected")
end
end
Failures:
1) dashboard should allow people to access the develop interface
Failure/Error: click_link 'Example Apps'
Selenium::WebDriver::Error::UnhandledError:
Element is not clickable at point (369, 334). Other element would receive the click: <div id="simplemodal-container" class="simplemodal-container" style="z-index: 1002; height: 190px; width: 600px; position: fixed; left: 83.5px; top: 326px; ">...</div>
# (eval):2:in `click_link'
# ./spec/integration/dashboard_spec.rb:26:in `block (3 levels) in <top (required)>'
# ./spec/integration/dashboard_spec.rb:25:in `block (2 levels) in <top (required)>'