Created
May 26, 2009 18:17
-
-
Save tammersaleh/118199 to your computer and use it in GitHub Desktop.
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
| Account Create (0.3ms) INSERT INTO `accounts` (`name`, `updated_at`, `deleted_at`, `pending_deletion`, `full_domain`, `created_at`, `tenant_disabled`) VALUES('Cakes Account', '2009-05-26 11:13:25', NULL, 0, 'cakes.livebarhq.com', '2009-05-26 11:13:25', 0) | |
| POST http://localhost:8080/services/seattle/tenants.json | |
| --- | |
| - "{\"username\": \"cakes\", \"domain\": \"cakes.livebarhq.com\", \"first_name\": \"Cakes\", \"password\": \"test\", \"last_name\": \"Admin\", \"email\": \"[email protected]\"}" | |
| - Authentication: f5d06ddb28537e81edcaa1a1f1ca842cba77d6219bba95fbb38a4906750c7d5d0e6301a6c602a918 | |
| Content-Type: application/json | |
| --> 201 Created ({"admin_token_value":"c0b701fe7381e1b31a56f130a162bd8b2280d0b985d11ed9fc86507eeb70f6aa83ec45fd9f87c693","anon_token_value":"681e35bcbd3a74a7a34317d98036daa7fdc5840db09c81cb6c325519df0077c5","domain":"cakes.livebarhq.com","email":null,"first_name":null,"id":3,"last_name":null,"password":null,"username":null}b 1.38s) | |
| User Exists (0.5ms) SELECT `users`.id FROM `users` WHERE (`users`.`login` = BINARY 'cakes' AND `users`.account_id = 1) LIMIT 1 | |
| User Exists (0.3ms) SELECT `users`.id FROM `users` WHERE (`users`.`email` = BINARY '[email protected]' AND `users`.account_id = 1) LIMIT 1 | |
| User Create (0.3ms) INSERT INTO `users` (`salt`, `updated_at`, `crypted_password`, `account_id`, `remember_token_expires_at`, `admin`, `remember_token`, `first_name`, `login`, `last_name`, `email`, `created_at`) VALUES('95269339fb09aaef78bdb1064deff91a8222ad1c', '2009-05-26 11:13:27', 'd7029250e18da035a40f1e3d7680364a97cdcdc3', 1, NULL, 1, NULL, 'Cakes', 'cakes', 'Admin', '[email protected]', '2009-05-26 11:13:27') | |
| SQL (38.7ms) ROLLBACK | |
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
| [tsaleh@tardis:~/code/liveworld-seattle multitenant ∴ ] panel_reset | |
| * About to connect() to localhost port 8080 (#0) | |
| * Trying ::1... Connection refused | |
| * Trying fe80::1... Connection refused | |
| * Trying 127.0.0.1... connected | |
| * Connected to localhost (127.0.0.1) port 8080 (#0) | |
| > POST /admin/system-cache.jsp HTTP/1.1 | |
| > User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3 | |
| > Host: localhost:8080 | |
| > Accept: */* | |
| > Content-Length: 318 | |
| > Content-Type: application/x-www-form-urlencoded | |
| > | |
| < HTTP/1.1 302 Moved Temporarily | |
| < Server: Apache-Coyote/1.1 | |
| < Set-Cookie: JSESSIONID=56CB8E55C93588F6A3248ADE055A83DB; Path=/ | |
| < Location: http://localhost:8080/admin/system-cache.jsp | |
| < Content-Type: text/html;charset=UTF-8 | |
| < Content-Length: 0 | |
| < Date: Tue, 26 May 2009 18:13:14 GMT | |
| < | |
| * Connection #0 to host localhost left intact | |
| * Closing connection #0 | |
| (in /Users/tsaleh/code/liveworld-panel) | |
| ** Invoke db:bootstrap (first_time) | |
| ** Invoke environment (first_time) | |
| ** Execute environment | |
| ** Execute db:bootstrap | |
| *** Make sure you have reset seattle API before bootstrapping *** | |
| Dropping and recreating tables for all environments... | |
| ** Invoke db:drop (first_time) | |
| ** Invoke db:load_config (first_time) | |
| ** Invoke rails_env (first_time) | |
| ** Execute rails_env | |
| ** Execute db:load_config | |
| ** Execute db:drop | |
| ** Invoke db:create (first_time) | |
| ** Invoke db:load_config | |
| ** Execute db:create | |
| ** Invoke db:schema:load (first_time) | |
| ** Invoke environment | |
| ** Execute db:schema:load | |
| -- create_table("accounts", {:force=>true}) | |
| -> 0.0199s | |
| -- add_index("accounts", ["full_domain"], {:name=>"index_accounts_on_full_domain"}) | |
| -> 0.0077s | |
| -- create_table("metrics_entries", {:force=>true}) | |
| -> 0.0046s | |
| -- add_index("metrics_entries", ["account_id"], {:name=>"index_metrics_entries_on_account_id"}) | |
| -> 0.0389s | |
| -- add_index("metrics_entries", ["fingerprint"], {:name=>"index_metrics_entries_on_fingerprint"}) | |
| -> 0.0094s | |
| -- add_index("metrics_entries", ["request_id"], {:name=>"index_metrics_entries_on_request_id"}) | |
| -> 0.0081s | |
| -- add_index("metrics_entries", ["tenant_id"], {:name=>"index_metrics_entries_on_tenant_id"}) | |
| -> 0.0134s | |
| -- create_table("password_resets", {:force=>true}) | |
| -> 0.0119s | |
| -- create_table("skins", {:force=>true}) | |
| -> 0.0110s | |
| -- add_index("skins", ["account_id"], {:name=>"index_skins_on_account_id"}) | |
| -> 0.0113s | |
| -- create_table("subscription_discounts", {:force=>true}) | |
| -> 0.0037s | |
| -- create_table("subscription_payments", {:force=>true}) | |
| -> 0.0108s | |
| -- add_index("subscription_payments", ["account_id"], {:name=>"index_subscription_payments_on_account_id"}) | |
| -> 0.0165s | |
| -- add_index("subscription_payments", ["subscription_id"], {:name=>"index_subscription_payments_on_subscription_id"}) | |
| -> 0.0075s | |
| -- create_table("subscription_plans", {:force=>true}) | |
| -> 0.0038s | |
| -- create_table("subscriptions", {:force=>true}) | |
| -> 0.0078s | |
| -- add_index("subscriptions", ["account_id"], {:name=>"index_subscriptions_on_account_id"}) | |
| -> 0.0085s | |
| -- create_table("tenant_configs", {:force=>true}) | |
| -> 0.0593s | |
| -- add_index("tenant_configs", ["account_id"], {:name=>"index_tenant_configs_on_account_id"}) | |
| -> 0.0116s | |
| -- create_table("users", {:force=>true}) | |
| -> 0.0049s | |
| -- add_index("users", ["account_id"], {:name=>"index_users_on_account_id"}) | |
| -> 0.0074s | |
| -- initialize_schema_migrations_table() | |
| -> 0.0097s | |
| -- assume_migrated_upto_version(20090410205156) | |
| -> 0.0027s | |
| ** Invoke sample_accounts:create (first_time) | |
| ** Invoke environment | |
| ** Execute sample_accounts:create | |
| Loading data... | |
| ** Invoke spec:db:fixtures:load (first_time) | |
| ** Invoke environment | |
| ** Execute spec:db:fixtures:load | |
| rake aborted! | |
| Could not remove configuration settings from remote server. | |
| /Users/tsaleh/code/liveworld-panel/app/models/tenant_config.rb:78:in `delete_remote_config' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `send' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `evaluate_method' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:166:in `call' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:93:in `run' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `each' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `send' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `run' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:276:in `run_callbacks' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:344:in `callback' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:336:in `destroy_without_transactions' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `send' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `with_transaction_returning_status' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in `transaction' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:182:in `transaction' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:228:in `with_transaction_returning_status' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:192:in `destroy' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:221:in `send' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:221:in `method_missing' | |
| /Users/tsaleh/code/liveworld-panel/app/models/account.rb:184:in `cleanup_failed_creation' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `send' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `evaluate_method' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:166:in `call' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:93:in `run' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `each' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `send' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `run' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:276:in `run_callbacks' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:344:in `callback' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:267:in `create' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/base.rb:2868:in `create_or_update_without_callbacks' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:250:in `create_or_update' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/base.rb:2539:in `save_without_validation' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/validations.rb:1009:in `save_without_dirty' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/dirty.rb:79:in `save_without_transactions' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `send' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `with_transaction_returning_status' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in `transaction' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:182:in `transaction' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:228:in `with_transaction_returning_status' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:196:in `save' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:208:in `rollback_active_record_state!' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:196:in `save' | |
| /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/base.rb:728:in `create' | |
| /Users/tsaleh/code/liveworld-panel/lib/tasks/sample_accounts.rake:40 | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `call' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `execute' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `each' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `execute' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:597:in `invoke_with_call_chain' | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:590:in `invoke_with_call_chain' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:583:in `invoke' | |
| /Users/tsaleh/code/liveworld-panel/lib/tasks/bootstrap.rake:10 | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `call' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `execute' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `each' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `execute' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:597:in `invoke_with_call_chain' | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:590:in `invoke_with_call_chain' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:583:in `invoke' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2047:in `invoke_task' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2025:in `top_level' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2025:in `each' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2025:in `top_level' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2064:in `standard_exception_handling' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2019:in `top_level' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:1997:in `run' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2064:in `standard_exception_handling' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:1994:in `run' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.6/bin/rake:31 | |
| /usr/bin/rake:19:in `load' | |
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
| ==> jive.info.log <== | |
| 2009.05.26 11:13:14 [26/May/2009:11:13:14 PDT] AccessLog.checkSchedule() Scheduling admin log parsing for Wed May 27 11:13:14 PDT 2009 | |
| ==> jive.error.log <== | |
| 2009.05.26 11:13:25 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7404)] Checking the existance of the 3 category | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7421)] Root livebar categoryLiveBarRootCategory-3 NOT found...creating | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7423)] Root livebar category LiveBarRootCategory-3 created | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7432)] Checking for root blog forum-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7439)] Root blog forum 3 not found..creating | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7445)] Root blog created | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7466)] Checking the existance of the root discussion forum-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7473)] Root discussion forum not found..creating | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7500)] Checking the existance of the root dashboard forum-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7507)] Root dashboard forum not found..creating | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7536)] Checking the existance of the root shouts forum-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7543)] Root shouts forum not found..creating-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7569)] Checking the existance of the root image forum-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7576)] Root image forum not found..creating-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7599)] Checking the existance of the root urlrating forum-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7606)] Root urlrating forum not found..creating-3 | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4653)] | |
| com.jivesoftware.base.UserNotFoundException: Failed to read user [email protected] from database. | |
| at com.jivesoftware.base.database.DbUser.loadFromDb(DbUser.java:848) | |
| at com.jivesoftware.base.database.DbUser.<init>(DbUser.java:245) | |
| at com.jivesoftware.base.database.DbUserManager.lookupUser(DbUserManager.java:220) | |
| at com.jivesoftware.base.UserManagerAdapter.getUserIDByEmail(UserManagerAdapter.java:159) | |
| at com.jivesoftware.base.UserManagerAdapter.getUserByEmail(UserManagerAdapter.java:118) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4650) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.postusers(DiscussionImpl.java:4110) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7642) | |
| at com.liveworld.seattle.services.discussion.DiscussionService.posttenants(DiscussionService.java:475) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:585) | |
| at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:194) | |
| at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:98) | |
| at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40) | |
| at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:96) | |
| at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145) | |
| at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:130) | |
| at org.apache.axis2.transport.http.util.RESTUtil.processXMLRequest(RESTUtil.java:82) | |
| at org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processXMLRequestPost(AxisServlet.java:791) | |
| at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:194) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetResponseCharacterEncodingFilter.doFilter(SetResponseCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetRequestCharacterEncodingFilter.doFilter(SetRequestCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:738) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) | |
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | |
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | |
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | |
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | |
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) | |
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) | |
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | |
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | |
| at java.lang.Thread.run(Thread.java:613) | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4654)] Email does not exist | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4680)] | |
| com.jivesoftware.base.UserNotFoundException: Failed to read user cakes from database. | |
| at com.jivesoftware.base.database.DbUser.loadFromDb(DbUser.java:848) | |
| at com.jivesoftware.base.database.DbUser.<init>(DbUser.java:245) | |
| at com.jivesoftware.base.database.DbUserManager.lookupUser(DbUserManager.java:220) | |
| at com.jivesoftware.base.UserManagerAdapter.getUserID(UserManagerAdapter.java:134) | |
| at com.jivesoftware.base.UserManagerAdapter.getUser(UserManagerAdapter.java:111) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4677) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.postusers(DiscussionImpl.java:4110) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7642) | |
| at com.liveworld.seattle.services.discussion.DiscussionService.posttenants(DiscussionService.java:475) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:585) | |
| at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:194) | |
| at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:98) | |
| at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40) | |
| at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:96) | |
| at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145) | |
| at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:130) | |
| at org.apache.axis2.transport.http.util.RESTUtil.processXMLRequest(RESTUtil.java:82) | |
| at org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processXMLRequestPost(AxisServlet.java:791) | |
| at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:194) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetResponseCharacterEncodingFilter.doFilter(SetResponseCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetRequestCharacterEncodingFilter.doFilter(SetRequestCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:738) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) | |
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | |
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | |
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | |
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | |
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) | |
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) | |
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | |
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | |
| at java.lang.Thread.run(Thread.java:613) | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4681)] User name does not exist | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4653)] | |
| com.jivesoftware.base.UserNotFoundException: Failed to read user [email protected] from database. | |
| at com.jivesoftware.base.database.DbUser.loadFromDb(DbUser.java:848) | |
| at com.jivesoftware.base.database.DbUser.<init>(DbUser.java:245) | |
| at com.jivesoftware.base.database.DbUserManager.lookupUser(DbUserManager.java:220) | |
| at com.jivesoftware.base.UserManagerAdapter.getUserIDByEmail(UserManagerAdapter.java:159) | |
| at com.jivesoftware.base.UserManagerAdapter.getUserByEmail(UserManagerAdapter.java:118) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4650) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.postusers(DiscussionImpl.java:4110) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7653) | |
| at com.liveworld.seattle.services.discussion.DiscussionService.posttenants(DiscussionService.java:475) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:585) | |
| at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:194) | |
| at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:98) | |
| at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40) | |
| at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:96) | |
| at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145) | |
| at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:130) | |
| at org.apache.axis2.transport.http.util.RESTUtil.processXMLRequest(RESTUtil.java:82) | |
| at org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processXMLRequestPost(AxisServlet.java:791) | |
| at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:194) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetResponseCharacterEncodingFilter.doFilter(SetResponseCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetRequestCharacterEncodingFilter.doFilter(SetRequestCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:738) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) | |
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | |
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | |
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | |
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | |
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) | |
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) | |
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | |
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | |
| at java.lang.Thread.run(Thread.java:613) | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4654)] Email does not exist | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4680)] | |
| com.jivesoftware.base.UserNotFoundException: Failed to read user anon from database. | |
| at com.jivesoftware.base.database.DbUser.loadFromDb(DbUser.java:848) | |
| at com.jivesoftware.base.database.DbUser.<init>(DbUser.java:245) | |
| at com.jivesoftware.base.database.DbUserManager.lookupUser(DbUserManager.java:220) | |
| at com.jivesoftware.base.UserManagerAdapter.getUserID(UserManagerAdapter.java:134) | |
| at com.jivesoftware.base.UserManagerAdapter.getUser(UserManagerAdapter.java:111) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4677) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.postusers(DiscussionImpl.java:4110) | |
| at com.liveworld.seattle.services.discussion.DiscussionImpl.posttenants(DiscussionImpl.java:7653) | |
| at com.liveworld.seattle.services.discussion.DiscussionService.posttenants(DiscussionService.java:475) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at java.lang.reflect.Method.invoke(Method.java:585) | |
| at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:194) | |
| at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:98) | |
| at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40) | |
| at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:96) | |
| at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145) | |
| at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:130) | |
| at org.apache.axis2.transport.http.util.RESTUtil.processXMLRequest(RESTUtil.java:82) | |
| at org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processXMLRequestPost(AxisServlet.java:791) | |
| at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:194) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetResponseCharacterEncodingFilter.doFilter(SetResponseCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at com.jivesoftware.util.SetRequestCharacterEncodingFilter.doFilter(SetRequestCharacterEncodingFilter.java:33) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:738) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) | |
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | |
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | |
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | |
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | |
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) | |
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) | |
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | |
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | |
| at java.lang.Thread.run(Thread.java:613) | |
| 2009.05.26 11:13:26 [com.liveworld.seattle.services.discussion.DiscussionImpl.validateNewUser(DiscussionImpl.java:4681)] User name does not exist | |
| ==> jive.info.log <== | |
| 2009.05.26 11:13:26 [26/May/2009:11:13:26 PDT] AccessLog.checkSchedule() Scheduling access log parsing for Tue May 26 12:13:26 PDT 2009 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment