This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<ProfileHandlerGroup xmlns="urn:mace:shibboleth:2.0:idp:profile-handler" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="urn:mace:shibboleth:2.0:idp:profile-handler classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd"> | |
<!-- Error Handler --> | |
<ErrorHandler xsi:type="JSPErrorHandler" jspPagePath="/error.jsp" /> | |
<!-- Profile Handlers --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap | |
self.run() | |
File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/mattias/go_repos/globusonline-graph/birncommunity/test_utils/openid_server.py", line 751, in _start_server | |
Traceback (most recent call last): | |
File "/usr/local/bin/nosetests", line 9, in <module> | |
self.httpserver.serve_forever() | |
load_entry_point('nose==1.0.0', 'console_scripts', 'nosetests')() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost mattias.globuscs.info:443> | |
ServerName mattias.globuscs.info | |
SSLEngine On | |
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP | |
SSLProtocol all -SSLv2 | |
SSLCertificateFile /etc/ssl/private/cert-file.crt | |
#SSLCertificateKeyFile /etc/ssl/server.key | |
SSLOptions +StdEnvVars | |
SetEnvIf User-Agent ".*MSIE.*" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Tue Jul 26 09:02:00 2011] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log | |
[Tue Jul 26 09:02:00 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status | |
[Tue Jul 26 09:02:00 2011] [notice] Apache/2.2.17 (Ubuntu) mod_jk/1.2.30 mod_ssl/2.2.17 OpenSSL/0.9.8o configured -- resuming normal operations | |
[Tue Jul 26 14:15:00 2011] [notice] caught SIGTERM, shutting down | |
[Tue Jul 26 14:15:01 2011] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log | |
[Tue Jul 26 14:15:01 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status | |
[Tue Jul 26 14:15:01 2011] [warn] No JkLogFile defined in httpd.conf. Using default /var/log/apache2/mod_jk.log | |
[Tue Jul 26 14:15:01 2011] [warn] No JkShmFile defined in httpd.conf. Using default /var/log/apache2/jk-runtime-status | |
[Tue Jul 26 14:15:01 2011] [notice] Apache/2.2.17 (Ubuntu) mod_jk/1.2.30 mod_ssl/2.2.17 OpenSSL/0.9.8o configured -- resu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Tue Jul 26 09:02:00.537 2011] [1276:139832727263072] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
[Tue Jul 26 14:15:01.461 2011] [5708:140624804415328] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
[Tue Jul 26 14:15:01.510 2011] [5710:140624804415328] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
[Tue Jul 26 14:27:25.799 2011] [6343:140058536802144] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
[Tue Jul 26 14:27:25.865 2011] [6344:140058536802144] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
[Tue Jul 26 14:33:08.051 2011] [6350:140058425558784] [warn] map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri index.html is invalid. Uri must start with / | |
[Tue Jul 26 14:56:03.763 2011] [11749:139830087214944] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized | |
[Tue Jul 26 14:56:03.844 2011] [11750:139830087214944] [info] init_jk::mod_jk.c (3189): mod_jk/1.2.30 initialized |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 <<<<<<< HEAD | |
47 # leave this check to ensure we cover the migrated users with open id | |
48 try: | |
49 credential_id = create_credential_id(credential_type, params) | |
50 if _credential_exists_by_id(DataStoreManager().instance(), credential_type, credential_id): | |
51 return HTTPConflict("OpenID identity already exists") | |
52 except Exception: | |
53 message = json.dumps(error.create_error(message='Invalid %s credential' % credential_type)) | |
54 log.exception(message) | |
55 return HTTPBadRequest(body=message) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[default] Fixed port collision 'ssh'. Now on port 2200. | |
[default] Importing base box 'lucid32'... | |
[default] Destroying VM and associated drives... | |
../lib/vagrant_solo_databag_patch.rb:20:in `share_data_bag_folder': undefined method `folder_path' for #<Vagrant::Provisioners::ChefSolo:0x7fa95b204430> (NoMethodError) | |
from ../lib/vagrant_solo_databag_patch.rb:15:in `prepare' | |
from /usr/lib/ruby/gems/1.8/gems/vagrant-0.8.2/lib/vagrant/action/vm/provision.rb:15:in `call' | |
from /usr/lib/ruby/gems/1.8/gems/vagrant-0.8.2/lib/vagrant/action/vm/provision.rb:15:in `map' | |
from /usr/lib/ruby/gems/1.8/gems/vagrant-0.8.2/lib/vagrant/action/vm/provision.rb:15:in `call' | |
from /usr/lib/ruby/gems/1.8/gems/vagrant-0.8.2/lib/vagrant/action/warden.rb:30:in `call' | |
from /usr/lib/ruby/gems/1.8/gems/vagrant-0.8.2/lib/vagrant/action/vm/forward_ports.rb:92:in `call' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash 'deploy .war' do | |
user 'root' | |
code <<EOF | |
cp /opt/shibboleth-idp/war/idp.war #{app['deploy_to']}/releases/#{app['war'][node.app_environment]['checksum']}.war | |
EOF | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant::Config.run do |config| | |
# All Vagrant configuration is done here. For a detailed explanation | |
# and listing of configuration options, please view the documentation | |
# online. | |
# Every Vagrant virtual environment requires a box to build off of. | |
config.vm.box = "lucid32" | |
config.vm.forward_port("web", 80, 4567) | |
config.vm.forward_port("ssl", 443, 4569) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:443> | |
SSLEngine On | |
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP | |
SSLProtocol all -SSLv2 | |
SSLCertificateFile /vagrant/cert-file.crt | |
SSLCertificateKeyFile /vagrant/server.key | |
SSLOptions +StdEnvVars | |
SetEnvIf User-Agent ".*MSIE.*" \ | |
nokeepalive ssl-unclean-shutdown \ |
OlderNewer