CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • Random Error that goes away after login and log out with CIVI BETA 2
Pages: [1]

Author Topic: Random Error that goes away after login and log out with CIVI BETA 2  (Read 1534 times)

jacoblee

  • Guest
Random Error that goes away after login and log out with CIVI BETA 2
September 12, 2009, 08:35:52 am
Civi came back up but wanted LOBO and crew to know that this has happened a couple of times.

J 

  Sorry. A non-recoverable error has occurred.

    DB Error: unknown error

    Database Error Code: Server shutdown in progress, 1053

    Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => handle
            )

       
Code: [Select]
=> -1
    [message] => DB Error: unknown error
    [mode] => 16
    [debug_info] => select COUNT(DISTINCT(civicrm_activity.id)) as count from civicrm_activity
 
                  left join civicrm_activity_target at on
                            civicrm_activity.id = at.activity_id
                  left join civicrm_activity_assignment aa on
                            civicrm_activity.id = aa.activity_id
                  left join civicrm_activity_target as activity_target on
                            civicrm_activity.id = activity_target.activity_id
                  left join civicrm_activity_assignment as activity_assignment on
                            civicrm_activity.id = activity_assignment.activity_id                               
                  left join civicrm_contact sourceContact on
                            source_contact_id = sourceContact.id
          left join civicrm_contact targetContact on
                            activity_target.target_contact_id = targetContact.id
                  left join civicrm_contact assigneeContact on
                            activity_assignment.assignee_contact_id = assigneeContact.id
                  left join civicrm_option_value on
                            ( civicrm_activity.activity_type_id = civicrm_option_value.value )
                  left join civicrm_option_group on 
                            civicrm_option_group.id = civicrm_option_value.option_group_id
                  left join civicrm_case_activity on
                            civicrm_case_activity.activity_id = civicrm_activity.id
                  left join civicrm_case on
                            civicrm_case_activity.case_id = civicrm_case.id
                  left join civicrm_case_contact on
                            civicrm_case_contact.case_id = civicrm_case.id  where  ( source_contact_id = 1 or
                          at.target_contact_id = 1 or
                          aa.assignee_contact_id = 1 or
                          civicrm_case_contact.contact_id = 1 )
                   and civicrm_option_group.name = 'activity_type'
                   and (civicrm_option_value.component_id IS NULL OR civicrm_option_value.component_id IN (1, 2, 3, 4, 5, 6, 8))
                   and is_test = 0  and 1 and  ((civicrm_case_activity.case_id Is Null) OR (civicrm_option_value.name <> 'Inbound Email' AND civicrm_option_value.name <> 'Email' AND civicrm_case_activity.case_id Is Not Null))  and 1 [nativecode=1053 ** Server shutdown in progress]
    [type] => DB_Error
    [user_info] => select COUNT(DISTINCT(civicrm_activity.id)) as count from civicrm_activity
 
                  left join civicrm_activity_target at on
                            civicrm_activity.id = at.activity_id
                  left join civicrm_activity_assignment aa on
                            civicrm_activity.id = aa.activity_id
                  left join civicrm_activity_target as activity_target on
                            civicrm_activity.id = activity_target.activity_id
                  left join civicrm_activity_assignment as activity_assignment on
                            civicrm_activity.id = activity_assignment.activity_id                               
                  left join civicrm_contact sourceContact on
                            source_contact_id = sourceContact.id
          left join civicrm_contact targetContact on
                            activity_target.target_contact_id = targetContact.id
                  left join civicrm_contact assigneeContact on
                            activity_assignment.assignee_contact_id = assigneeContact.id
                  left join civicrm_option_value on
                            ( civicrm_activity.activity_type_id = civicrm_option_value.value )
                  left join civicrm_option_group on 
                            civicrm_option_group.id = civicrm_option_value.option_group_id
                  left join civicrm_case_activity on
                            civicrm_case_activity.activity_id = civicrm_activity.id
                  left join civicrm_case on
                            civicrm_case_activity.case_id = civicrm_case.id
                  left join civicrm_case_contact on
                            civicrm_case_contact.case_id = civicrm_case.id  where  ( source_contact_id = 1 or
                          at.target_contact_id = 1 or
                          aa.assignee_contact_id = 1 or
                          civicrm_case_contact.contact_id = 1 )
                   and civicrm_option_group.name = 'activity_type'
                   and (civicrm_option_value.component_id IS NULL OR civicrm_option_value.component_id IN (1, 2, 3, 4, 5, 6, 8))
                   and is_test = 0  and 1 and  ((civicrm_case_activity.case_id Is Null) OR (civicrm_option_value.name <> 'Inbound Email' AND civicrm_option_value.name <> 'Email' AND civicrm_case_activity.case_id Is Not Null))  and 1 [nativecode=1053 ** Server shutdown in progress]
    [to_string] => [db_error: message="DB Error: unknown error" code=-1 mode=callback callback=CRM_Core_Error::handle prefix="" info="select COUNT(DISTINCT(civicrm_activity.id)) as count from civicrm_activity
 
                  left join civicrm_activity_target at on
                            civicrm_activity.id = at.activity_id
                  left join civicrm_activity_assignment aa on
                            civicrm_activity.id = aa.activity_id
                  left join civicrm_activity_target as activity_target on
                            civicrm_activity.id = activity_target.activity_id
                  left join civicrm_activity_assignment as activity_assignment on
                            civicrm_activity.id = activity_assignment.activity_id                               
                  left join civicrm_contact sourceContact on
                            source_contact_id = sourceContact.id
          left join civicrm_contact targetContact on
                            activity_target.target_contact_id = targetContact.id
                  left join civicrm_contact assigneeContact on
                            activity_assignment.assignee_contact_id = assigneeContact.id
                  left join civicrm_option_value on
                            ( civicrm_activity.activity_type_id = civicrm_option_value.value )
                  left join civicrm_option_group on 
                            civicrm_option_group.id = civicrm_option_value.option_group_id
                  left join civicrm_case_activity on
                            civicrm_case_activity.activity_id = civicrm_activity.id
                  left join civicrm_case on
                            civicrm_case_activity.case_id = civicrm_case.id
                  left join civicrm_case_contact on
                            civicrm_case_contact.case_id = civicrm_case.id  where  ( source_contact_id = 1 or
                          at.target_contact_id = 1 or
                          aa.assignee_contact_id = 1 or
                          civicrm_case_contact.contact_id = 1 )
                   and civicrm_option_group.name = 'activity_type'
                   and (civicrm_option_value.component_id IS NULL OR civicrm_option_value.component_id IN (1, 2, 3, 4, 5, 6, 8))
                   and is_test = 0  and 1 and  ((civicrm_case_activity.case_id Is Null) OR (civicrm_option_value.name <> 'Inbound Email' AND civicrm_option_value.name <> 'Email' AND civicrm_case_activity.case_id Is Not Null))  and 1 [nativecode=1053 ** Server shutdown in progress]"]
)

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Random Error that goes away after login and log out with CIVI BETA 2
September 12, 2009, 04:52:19 pm
This looks like a problem with you database server. Can you check this with your server administrator.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • Random Error that goes away after login and log out with CIVI BETA 2

This forum was archived on 2017-11-26.