image
image

Go Back   macosx.com > Mac Help Forums > Mac OS X System & Mac Software

Reply
 
Thread Tools
  #1  
Old November 12th, 2007, 09:38 AM
Registered User
 
Join Date: Jul 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Dabow is on a distinguished road
Upgradedb error after Leopard u/g

Hi all,

I'm hoping someone may be able to shed some light on why I am receiving continuous "The application upgradedb quit unexpectedly" messages after my recent upgrade to Leopard. If I try and 'Relaunch' the message pops up again. If I 'Ignore' it disappears for a while then later reappears. This is perhaps a general message, but if someone can point me in the right direction as to what may be causing it and how I can fix/remove it that would be most helpful. Thanks in advance.

Dave
Reply With Quote
  #2  
Old November 12th, 2007, 05:24 PM
Giaguara's Avatar
Chmod 760
 
Join Date: Nov 2002
Location: ~
Posts: 7,734
Thanks: 2
Thanked 22 Times in 22 Posts
Giaguara is a jewel in the roughGiaguara is a jewel in the roughGiaguara is a jewel in the rough
Did you install 10.5 client on 10.4 Server?

I've only seen upgradedb error messages on server. Are you trying to upgrade mail databases? (p. 42)
This is for 10.4 upgrade but unless they changed the location of the Server's core services, it should still be valid.

If it's on normal Mac OS X 10.5 client, which application launches this upgradedb message? Some database is trying to upgrade itself, and it would be good to know what it was.

Open Console (Applications/Utilities) when it starts to give this error again, and then look at Console to see what it says (post the code it will generate then, it will contain what asked for what in your system).
__________________
MacBook Pro + Mac mini | Newton 2000 | @Work : Dell D620 & 2x20" + a lot of Macs | Workstation, VC & Fusion
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do.
~ Samuel Clemens | Rants | Photos
Reply With Quote
  #3  
Old November 13th, 2007, 09:11 AM
Registered User
 
Join Date: Jul 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Dabow is on a distinguished road
Giaguara,

Many thanks for the advice. This was a straight forward upgrade from Tiger client to Leopard client. When it reappears (so far it hasn't appeared tonight) I'll follow your suggestion
Reply With Quote
  #4  
Old November 13th, 2007, 09:35 AM
Giaguara's Avatar
Chmod 760
 
Join Date: Nov 2002
Location: ~
Posts: 7,734
Thanks: 2
Thanked 22 Times in 22 Posts
Giaguara is a jewel in the roughGiaguara is a jewel in the roughGiaguara is a jewel in the rough
Ok. I'm very curious which application would have this database ...
__________________
MacBook Pro + Mac mini | Newton 2000 | @Work : Dell D620 & 2x20" + a lot of Macs | Workstation, VC & Fusion
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do.
~ Samuel Clemens | Rants | Photos
Reply With Quote
  #5  
Old November 14th, 2007, 12:29 PM
Registered User
 
Join Date: Nov 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
jernst is on a distinguished road
Have the same problem

Blogged about it here: http://netmesh.info/jernst/Personal/...edb-crash.html

I have never touched OSX server in my life so that can't really be it.
Reply With Quote
  #6  
Old November 14th, 2007, 02:15 PM
Giaguara's Avatar
Chmod 760
 
Join Date: Nov 2002
Location: ~
Posts: 7,734
Thanks: 2
Thanked 22 Times in 22 Posts
Giaguara is a jewel in the roughGiaguara is a jewel in the roughGiaguara is a jewel in the rough
/System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb is where it's calling it from.. so SyncServer.app. Core services in the Mac.

Would you have Missinc Sync app installed?

Let's see if it's something with permissions..
In Terminal (Applications/Utilities), type

Code:
ls -lias /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb
For comparison, on a healthy 10.4 the output would be something like
462336 2008 -rwxr-xr-x 1 root wheel 1026116 Apr 25 2007 /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb
At least the owner and permissions should be the same.
What do you get with that command as output?
__________________
MacBook Pro + Mac mini | Newton 2000 | @Work : Dell D620 & 2x20" + a lot of Macs | Workstation, VC & Fusion
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do.
~ Samuel Clemens | Rants | Photos
Reply With Quote
  #7  
Old November 14th, 2007, 02:28 PM
Registered User
 
Join Date: Nov 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
jernst is on a distinguished road
What I have what installed, exactly?

Here's some output. Note my file seems to be larger than your's.

% ls -lias /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb
1762993 3216 -rwxr-xr-x 1 root wheel 1643440 Oct 4 23:16 /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb
% file /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb
/System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb: Mach-O universal binary with 2 architectures
/System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb (for architecture ppc7400): Mach-O executable ppc
/System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb (for architecture i386): Mach-O executable i386
% /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/SyncServer.app/Contents/Resources/upgradedb
Bus error
Reply With Quote
  #8  
Old November 14th, 2007, 02:54 PM
Giaguara's Avatar
Chmod 760
 
Join Date: Nov 2002
Location: ~
Posts: 7,734
Thanks: 2
Thanked 22 Times in 22 Posts
Giaguara is a jewel in the roughGiaguara is a jewel in the roughGiaguara is a jewel in the rough
Hm, permissions for it are ok, it should be able to execute it. So next probability is .mac sync database or other corruption error.

Do you have .Mac sync enabled? If so, in System Preferences, .Mac, try if any of these or these tips work, if not ...
"Reset Sync Data..." (make a backup of everything that you sync there first, just in case). That should reset the database.

Apple recommends staying away form the sync folder, but if it doesn't go away with any of those other options, may need to try as the next resort.

If any of those steps will fix it, I'm curious to see which one did it as I've never seen this exact error on Client as said
__________________
MacBook Pro + Mac mini | Newton 2000 | @Work : Dell D620 & 2x20" + a lot of Macs | Workstation, VC & Fusion
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do.
~ Samuel Clemens | Rants | Photos
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 03:56 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.