Advertisement
Guest User

Untitled

a guest
Feb 26th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.37 KB | None | 0 0
  1. 2014-02-25 16:50:11.819:INFO:oejs.Server:jetty-7.6.0.v20120127
  2. 2014-02-25 16:50:14.284:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /, did not find org.apache.jasper.servl
  3. et.JspServlet
  4. 2014-02-25 16:50:15.528:INFO:/:Initializing Spring root WebApplicationContext
  5. 2014-02-25 16:50:26,231 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: create table base_report (id number(19,0) not
  6. null, version number(19,0) not null, action_type varchar2(7 char) not null, author varchar2(255 char) not null, ctx_nam
  7. e varchar2(255 char), ctx_project varchar2(255 char) not null, ctx_type varchar2(255 char), date_completed timestamp not
  8. null, date_started timestamp not null, mapref_uri varchar2(255 char), message long not null, node varchar2(255 char), r
  9. eport_id varchar2(255 char), status varchar2(7 char) not null, tags varchar2(255 char), title long not null, class varch
  10. ar2(255 char) not null, aborted_by_user varchar2(255 char), adhoc_execution number(1,0), adhoc_script long, ctx_command
  11. varchar2(255 char), ctx_controller varchar2(255 char), jc_exec_id varchar2(255 char), jc_job_id varchar2(255 char), prim
  12. ary key (id))
  13. 2014-02-25 16:50:26,232 [main] ERROR hbm2ddl.SchemaUpdate - ORA-01754: a table may contain only one column of type LONG
  14.  
  15. 2014-02-25 16:50:26,233 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: create table execution (id number(19,0) not null, version number(19,0) not null, abortedby varchar2(255 char), arg_string long, cancelled number(1,0) not null, date_completed timestamp, date_started timestamp, do_nodedispatch number(1,0), failed_node_list long, filter varchar2(255 char), loglevel varchar2(255 char), node_exclude long, node_exclude_name long, node_exclude_os_arch long, node_exclude_os_family long, node_exclude_os_name long, node_exclude_os_version long, node_exclude_precedence number(1,0), node_exclude_tags long, node_include long, node_include_name long, node_include_os_arch long, node_include_os_family long, node_include_os_name long, node_include_os_version long, node_include_tags long, node_keepgoing number(1,0), node_rank_attribute varchar2(255 char), node_rank_order_ascending number(1,0), node_threadcount number(10,0), outputfilepath long, project varchar2(255 char) not null, scheduled_execution_id number(19,0), server_nodeuuid varchar2(36 char), status varchar2(255 char), succeeded_node_list long, rduser varchar2(255 char) not null, workflow_id number(19,0), primary key (id))
  16. 2014-02-25 16:50:26,233 [main] ERROR hbm2ddl.SchemaUpdate - ORA-01754: a table may contain only one column of type LONG
  17.  
  18. 2014-02-25 16:50:26,289 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: create table node_filter (id number(19,0) not null, version number(19,0) not null, filter long, name varchar2(255 char) not null, node_exclude long, node_exclude_name long, node_exclude_os_arch long, node_exclude_os_family long, node_exclude_os_name long, node_exclude_os_version long, node_exclude_precedence number(1,0), node_exclude_tags long, node_include long, node_include_name long, node_include_os_arch long, node_include_os_family long, node_include_os_name long, node_include_os_version long, node_include_tags long, project varchar2(255 char), user_id number(19,0) not null, primary key (id))
  19. 2014-02-25 16:50:26,289 [main] ERROR hbm2ddl.SchemaUpdate - ORA-01754: a table may contain only one column of type LONG
  20.  
  21. 2014-02-25 16:50:26,369 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: create table rdoption (id number(19,0) not null, version number(19,0) not null, default_value long, delimiter varchar2(255 char), description long, enforced number(1,0) not null, multivalued number(1,0), name varchar2(255 char) not null, regex long, required number(1,0), scheduled_execution_id number(19,0), secure_exposed number(1,0), secure_input number(1,0), sort_index number(10,0), values_url varchar2(255 char), values_url_long varchar2(3000 char), primary key (id))
  22. 2014-02-25 16:50:26,369 [main] ERROR hbm2ddl.SchemaUpdate - ORA-01754: a table may contain only one column of type LONG
  23.  
  24. 2014-02-25 16:50:26,710 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: create table scheduled_execution (id number(19,0) not null, version number(19,0) not null, arg_string long, date_created timestamp not null, day_of_month varchar2(255 char) not null, day_of_week varchar2(255 char) not null, description long, do_nodedispatch number(1,0), exec_count number(19,0), filter long, group_path long, hour varchar2(255 char) not null, job_name long not null, last_updated timestamp not null, loglevel varchar2(255 char), minute varchar2(255 char) not null, month varchar2(255 char) not null, multiple_executions number(1,0), next_execution timestamp, node_exclude long, node_exclude_name long, node_exclude_os_arch long, node_exclude_os_family long, node_exclude_os_name long, node_exclude_os_version long, node_exclude_precedence number(1,0), node_exclude_tags long, node_include long, node_include_name long, node_include_os_arch long, node_include_os_family long, node_include_os_name long, node_include_os_version long, node_include_tags long, node_keepgoing number(1,0), node_rank_attribute varchar2(255 char), node_rank_order_ascending number(1,0), node_threadcount number(10,0), project varchar2(255 char) not null, scheduled number(1,0) not null, seconds varchar2(255 char), server_nodeuuid varchar2(36 char), total_time number(19,0), rduser varchar2(255 char), user_role_list long, uuid varchar2(255 char) unique, workflow_id number(19,0), year varchar2(255 char), primary key (id))
  25. 2014-02-25 16:50:26,711 [main] ERROR hbm2ddl.SchemaUpdate - ORA-01754: a table may contain only one column of type LONG
  26.  
  27. 2014-02-25 16:50:27,018 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: create table workflow_step (id number(19,0) not null, version number(19,0) not null, description varchar2(1024 char), error_handler_id number(19,0), keepgoing_on_success number(1,0), class varchar2(255 char) not null, arg_string long, job_group long, job_name long, node_step number(1,0), adhoc_execution number(1,0), adhoc_filepath long, adhoc_local_string long, adhoc_remote_string long, interpreter_args_quoted number(1,0), script_interpreter long, json_data long, type varchar2(255 char), primary key (id))
  28. 2014-02-25 16:50:27,018 [main] ERROR hbm2ddl.SchemaUpdate - ORA-01754: a table may contain only one column of type LONG
  29.  
  30. 2014-02-25 16:50:27,282 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table execution add constraint FKBEF90B185C4E2579 foreign key (scheduled_execution_id) references scheduled_execution
  31. 2014-02-25 16:50:27,282 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  32.  
  33. 2014-02-25 16:50:27,285 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table execution add constraint FKBEF90B18854C6C74 foreign key (workflow_id) references workflow
  34. 2014-02-25 16:50:27,285 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  35.  
  36. 2014-02-25 16:50:27,306 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table log_file_storage_request add constraint FKF2D7EE23FC45D6E0 foreign key (execution_id) references execution
  37. 2014-02-25 16:50:27,306 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  38.  
  39. 2014-02-25 16:50:27,319 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table node_filter add constraint FK2227B4557D4CFDF4 foreign key (user_id) references rduser
  40. 2014-02-25 16:50:27,319 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  41.  
  42. 2014-02-25 16:50:27,333 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table notification add constraint FK237A88EB5C4E2579 foreign key (scheduled_execution_id) references scheduled_execution
  43. 2014-02-25 16:50:27,333 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  44.  
  45. 2014-02-25 16:50:27,338 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table rdoption add constraint FKAFFFA9275C4E2579 foreign key (scheduled_execution_id) references scheduled_execution
  46. 2014-02-25 16:50:27,338 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  47.  
  48. 2014-02-25 16:50:27,354 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table rdoption_values add constraint FKD63A73AAD6C2734 foreign key (option_id) references rdoption
  49. 2014-02-25 16:50:27,354 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  50.  
  51. 2014-02-25 16:50:27,377 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table scheduled_execution add constraint FKB7829206854C6C74 foreign key (workflow_id) references workflow
  52. 2014-02-25 16:50:27,377 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  53.  
  54. 2014-02-25 16:50:27,416 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table workflow_step add constraint FK4410E74CACC1920C foreign key (error_handler_id) references workflow_step
  55. 2014-02-25 16:50:27,416 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  56.  
  57. 2014-02-25 16:50:27,447 [main] ERROR hbm2ddl.SchemaUpdate - Unsuccessful: alter table workflow_workflow_step add constraint FK1D2A96CC71837C33 foreign key (workflow_step_id) references workflow_step
  58. 2014-02-25 16:50:27,447 [main] ERROR hbm2ddl.SchemaUpdate - ORA-00942: table or view does not exist
  59.  
  60. INFO BootStrap: using rdeck.base config property: /var/lib/rundeck
  61. INFO BootStrap: loaded configuration: /etc/rundeck/framework.properties
  62. INFO BootStrap: RSS feeds disabled
  63. ERROR JDBCExceptionReporter: ORA-00942: table or view does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement