Skip to content

Instantly share code, notes, and snippets.

var net = require('net');
var util = require('util');
var server = net.createServer(function(c) {
c.on('data', function(data) {
console.log('received data: %s', data.toString());
});
});
server.listen(8124, function() {
[2014-02-05T15:46:46.462Z] ERROR: oae-server/18923 on release0: Unhandled error in the request chain, caught at the default error handler. (req.remoteAddress=127.0.0.1, req.remotePort=51925)
GET /api/auth/google/callback?error=access_denied HTTP/1.1
x-real-ip: 131.111.184.112
x-forwarded-for: 131.111.184.112
host: oae.oae-release0.oaeproject.org
x-nginx-proxy: true
cache-control: max-age=0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36
x-chrome-variations: CKy1yQEIlrbJAQiktskBCKm2yQEIwbbJAQihiMoBCLmIygEIjJPKAQiOk8oB
require('./harness').run();
var _ = require('lodash');
var NUM_SENDBATCH = 100;
var NUM_DEVNULL = 100;
var enoughIO = false;
connection.addListener('ready', function () {
@runs_once
@task
def upgrade():
pp = oae_env.pp_hosts()
activity = oae_env.activity_hosts()
app = oae_env.app_hosts()
env.hosts = pp[0:1]
SELECT ? .. ? FROM DynamicColumnFamily WHERE rowKey = ?
[2014-03-12T15:25:48.114Z] ERROR: oae/19598 on release0: An uncaught exception was raised to the application.
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
~/Source/oaeproject/Hilary$ git grep phantomjs $(git rev-list --all) -- config.js | tail
84d5d61157d3404181a22f361bab41d8ef3f12a7:config.js: 'phantomjs': {
84d5d61157d3404181a22f361bab41d8ef3f12a7:config.js: 'binary': 'phantomjs',
f38200f6f4e3efed0831410ea4f132dd5d429a2f:config.js: 'phantomjs': {
f38200f6f4e3efed0831410ea4f132dd5d429a2f:config.js: 'binary': 'phantomjs',
6116545b1e88645b81ff06d229a5622bebf21d40:config.js: 'phantomjs': {
6116545b1e88645b81ff06d229a5622bebf21d40:config.js: 'binary': 'phantomjs',
e1103af133eb525577b4eb26e302b3d42afbcab1:config.js: 'phantomjs': {
e1103af133eb525577b4eb26e302b3d42afbcab1:config.js: 'binary': 'phantomjs',
cd0295c22010dbe2b4ce8cff9db957a328badc92:config.js: 'phantomjs': {
~/Source/oaeproject/3akai-ux$ grunt qunit:oae.oae.com
Running "qunit:oae.oae.com" (qunit) task
Running "contrib-qunit:all" (contrib-qunit) task
Testing http://oae.oae.com/tests/qunit/tests/cleanjs.html
>> PhantomJS timed out, possibly due to a missing QUnit start() call.
Testing http://oae.oae.com/tests/qunit/tests/cssformatting.html
>> PhantomJS timed out, possibly due to a missing QUnit start() call.
Testing http://oae.oae.com/tests/qunit/tests/doubletranslated.html
>> PhantomJS timed out, possibly due to a missing QUnit start() call.
/tmp$ npm install oae-rest
npm http GET https://registry.npmjs.org/oae-rest
npm http 401 https://registry.npmjs.org/oae-rest
npm http GET https://registry.npmjs.org/oae-rest
npm http 401 https://registry.npmjs.org/oae-rest
npm ERR! Error: unauthorized Name or password is incorrect.: oae-rest
npm ERR! at RegClient.<anonymous> (/usr/local/Cellar/node/0.10.11/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:272:14)
npm ERR! at Request.self.callback (/usr/local/Cellar/node/0.10.11/lib/node_modules/npm/node_modules/request/index.js:148:22)
npm ERR! at Request.EventEmitter.emit (events.js:98:17)
npm ERR! at Request.<anonymous> (/usr/local/Cellar/node/0.10.11/lib/node_modules/npm/node_modules/request/index.js:876:14)

New Skinning Values

OAE 6.0 introduces new skinning values that we recommend to be configured for each tenant in the Skinning section of the Admin UI:

  • Small institutional logo: The institution logo to be used on mobile devices
  • Authentication buttons: The skinnable values for the Shibboleth and CAS authentication buttons