[Solved] Recent updates cause Gramps error: No module named _bsddb

Did a 'pacman -Syu' today and Gramps fails to start:
$ gramps
2599: ERROR: gramps.py: line 142: Unhandled exception
Traceback (most recent call last):
File "/usr/share/gramps/gui/grampsgui.py", line 271, in __startgramps
from GrampsLogger import RotateHandler, GtkHandler
File "/usr/share/gramps/GrampsLogger/__init__.py", line 45, in <module>
from _GtkHandler import GtkHandler
File "/usr/share/gramps/GrampsLogger/_GtkHandler.py", line 4, in <module>
from _ErrorView import ErrorView
File "/usr/share/gramps/GrampsLogger/_ErrorView.py", line 15, in <module>
from _ErrorReportAssistant import ErrorReportAssistant
File "/usr/share/gramps/GrampsLogger/_ErrorReportAssistant.py", line 14, in <module>
import bsddb
File "/usr/lib/python2.7/bsddb/__init__.py", line 67, in <module>
import _bsddb
ImportError: No module named _bsddb
Was working fine a few days ago ...
Last edited by ninian (2011-07-07 20:20:32)

Please put it in the bug report, as installing python2-bsddb didn't seem to fix the issue...
Report for python2: https://bugs.archlinux.org/task/25045 [CLOSED]
EDIT:
In fact, the problem comes from gramps, which should import bsddb3, see GRAMPS wiki.
Report for gramps (the config should be changed to use bsddb3 by default): https://bugs.archlinux.org/task/25050
Last edited by Fififox (2011-07-07 08:54:32)

Similar Messages

  • Recent update caused this error - any help greatly appreciated

    After running the following updates:
    2010-07-08 00:43:03 -0400: Installed "Security Update 2010-004" (1.0)
    2010-07-08 00:43:35 -0400: Installed "iTunes" (9.2)
    2010-07-08 00:43:37 -0400: Installed "Xserve LOM Firmware Update" (1.2)
    2010-07-08 00:44:04 -0400: Installed "Safari" (5.0)
    OS X 10.5 server is now having the following system log message.
    Jul 9 12:36:20 server named[27069]: starting BIND 9.4.3-P3 -f
    Jul 9 12:36:20 server named[27069]: /etc/dns/publicView.conf.apple:1: invalid prefix length '255'
    Jul 9 12:36:20 server named[27069]: loading configuration: out of range
    Jul 9 12:36:20 server named[27069]: exiting (due to fatal error)
    I have searched hi and low on forms and the web for a possible answer to this.
    Major issue is that some DNS requests are timing out for no apperent reason.
    Any help would be appreciated.

    Hi foilpan,
    Thanks for the quick post.
    I don't see any syntax errors.
    Here is the file.
    acl "com.apple.ServerAdmin.DNS.public" {localnets;10.200.131.0/255;};
    // This is the view that is shown in Server Admin
    // This is an automatically generated file.
    // PLEASE DO NOT MANUALLY MODIFY THIS FILE!
    // Please make your changes in the named.conf file
    view "com.apple.ServerAdmin.DNS.public" {
    //GUID=5846CA82-ACBA-4F25-BD4C-5725620D66F6;
    allow-recursion {"com.apple.ServerAdmin.DNS.public";};
    zone "hainer.ca." {
    type master;
    file "db.hainer.ca.";
    allow-transfer {any;};
    allow-update {none;};
    zone "28.70.76.in-addr.arpa." {
    type master;
    file "db.28.70.76.in-addr.arpa.";
    allow-transfer {none;};
    allow-update {none;};
    zone "insurancemd.ca." {
    type master;
    file "db.insurancemd.ca.";
    allow-transfer {any;};
    allow-update {none;};
    zone "50something.ca." {
    type master;
    file "db.50something.ca.";
    allow-transfer {any;};
    allow-update {none;};
    zone "insuranceland.ca." {
    type master;
    file "db.insuranceland.ca.";
    allow-transfer {any;};
    allow-update {none;};
    zone "." {
    type hint;
    file "named.ca";
    zone "localhost" IN {
    type master;
    file "localhost.zone";
    allow-update { none; };
    zone "0.0.127.in-addr.arpa" IN {
    type master;
    file "named.local";
    allow-update { none; };
    Thanks for your quick response.

  • Recent Update causes my App to crash. What should I do?

    Recent update causes my Adobe Revel App to crash. What can I do?

    Are you using ios? Is your app crashing or not installing an update?
    There is an issue that the Revel version 2.3.2 on iOS does not seem to install.  We are working with Apple to resolve it as quickly as possible. We sincerely apologize for the inconvenience this is causing you. In the mean time, you can still access your photos on adoberevel.com from a browser and from our mac, win8, and android apps.
    If you are using a different platform, please let us know the details.
    Pattie

  • A recent update causing macbook to become noisy

    A recent software update from apple is causing my white 13 inch macbook to heat up and use the fan unnecessarily. I mean, I have no applications open and its heating up! What's going on? This only used to happen when I watched hd videos online. I can understand that. But now its occurring shortly after I start up the macbook with absolutely no applications running. Has this happened to anyone else after the latest snow leopard update?

    recent update causing macbook to become noisy
    Not standing on its power cord, by any chance!!??
    Try resetting some of the hardware involved (PRAM~NVRAM). See this Apple KB for details, etc.:
    http://support.apple.com/kb/HT1379
    Can't hurt to try, and apparently this has helped others recently.
    If still no joy, walk that little heat source into the nearest Apple Store and ask staff there for assistance, etc.

  • [SOLVED] wxpython update cause problems for playonlinux

    After a recent update, playonlinux seems to get stuck in an endless loop during startup. The output in terminal is this:
    Looking for python... 3.3.3 - skipped
    Looking for python2.7... 2.7.6 - selected
    Traceback (most recent call last):
    File "mainwindow.py", line 34, in <module>
    import wx, wx.aui
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/__init__.py", line 45, in <module>
    from wx._core import *
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 4, in <module>
    import _core_
    ImportError: /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core_.so: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference
    Looking for python2.7... 2.7.6 - selected
    Traceback (most recent call last):
    File "mainwindow.py", line 34, in <module>
    import wx, wx.aui
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/__init__.py", line 45, in <module>
    from wx._core import *
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 4, in <module>
    import _core_
    ImportError: /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core_.so: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference
    This just keeps repeating until I end the process with Ctrl-c
    The specific update that cause this is:
    wxgtk
    wxpython
    wxgtk2.8
    The wxgtk2.8 package was newly installed as certain packages require this version. Just to make sure, I removed wxgtk2.8, and downgraded wxgtk and wxpython, then playonlinux works without issue. Upgrading the system again causes this issue to appear again.
    Edit: wxgtk upgrades from version 2.8.12.1-5 -> 3.0.0-2, and wxpython upgrades from version 2.8.12.1-4 -> 3.0.0.0-1
    I have narrowed down the problem. Downgrading only wxpython to version 2.8.12.1-4 solves the problem.
    Last edited by Daerandin (2014-01-12 02:32:41)

    I'm on wxpython 3.0.0-2 and I'm still getting this issue, both on wxgtk 2.8.12.1-5 and 3.0.0-2.
    And it might help to know that playonlinux depends on the package "wxgtk2.8" rather than wxgtk (and also wxpython2.8), which I can't install without borking my system and don't want to anyway because I use wxMupen64Plus, so I installed every other dep and -Sdd'd it.
    EDIT: Scratch that, my error is actually similar but not the same:
    Looking for python... 3.3.3 - skipped
    Looking for python2.7... 2.7.6 - selected
    Traceback (most recent call last):
    File "mainwindow.py", line 32, in <module>
    wxversion.select('2.8')
    File "/usr/lib/python2.7/site-packages/wxversion.py", line 152, in select
    raise VersionError("Requested version of wxPython not found")
    wxversion.VersionError: Requested version of wxPython not found
    And it has the exact same output for either version of wxgtk. I'd test it on wxpython2.8, but that depends on wxgtk2.8, which I can't install without either uninstalling important packages like audacity or forcing conflict overwriting. It also loops this error forever until I CTRL+C.
    Last edited by Cadeyrn (2014-02-04 06:29:08)

  • Mavericks (10.9.3) Python shelve error: ImportError: No module named _bsddb

    Hi when I updated my OS X to Mavericks (10.9.3), my python couldn't recognize bsddb anymore, which worked fine for my previous versions. This is very annoying since it wasted a whole day of mine without a solution.
    I urge Apple support to give me an answer as QUICK as possible.
    I have tried a lot of possible fixes on StackOverflow, and I have bsddb installed on my computer, and bsddb3 package. Also I followed this tutorial to fix the import issues (which worked before I updated my OS).
    http://marc-abramowitz.com/archives/2007/11/28/hacking-os-xs-python-dbhash-and-b sddb-modules-to-work/
    Please let me know a solution, this is urgent and I can't waste time on this anymore.

    carebearboy wrote:
    I get this error when attempting to import pygame:
    Python 3.2.1 (default, Jul 11 2011, 12:37:47)
    [GCC 4.6.1] on linux2
    Type "copyright", "credits" or "license()" for more information.
    >>> ================================ RESTART ================================
    >>>
    Traceback (most recent call last):
    File "/home/user/Documents/fun.py", line 3, in <module>
    import pygame, sys, random
    ImportError: No module named pygame
    >>>
    I've tried installing:
    python3-pygame
    python3-pygame2
    python-pygame
    and a couple others...
    Either I get the same error or the install yaourt aborts due to a bad compile. I noticed that I have python 2.7 also installed on my computer.
    Have you tried python3-pygame-svn?
    I'm not a pygame user myself, but it built okay for me, and I was able to import it in python3 with no errors.
    EDIT: just noticed that the pkgbuild is missing a dependency: python-numpy.
    Last edited by kachelaqa (2011-08-28 19:42:06)

  • Import error: no module named odi

    When i try to do a reverse engineering in planning. it says started when i dadi ok. When i check the operator designer, under start reverse it throws the following error:
    (innermost last):
    File "<string>", line 3, in ?
    ImportError: No module named odi
    at org.apache.bsf.engines.jython.JythonEngine.exec(Unknown Source)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    can anyone please help me,
    Thanks in advance,
    Hanson

    You need to edit the PKGBUILD so that it says
    python2 setup.py install --root=$pkgdir/ --optimize=1
    instead of
    python setup.py install --root=$pkgdir/ --optimize=1
    because it uses python2, and python means python3 now (this package has been last updated over a year ago, so I flagged it out-of-date)
    Bad timing ;P http://mailman.archlinux.org/pipermail/ … 23055.html
    Edit: I think you need python2-setuptools or python2-distribute as a dependency instead of 'setuptools' https://aur.archlinux.org/packages.php?ID=43973
    Last edited by karol (2011-12-01 16:17:15)

  • Acrobat 9.1.2 New Update Causes Print Error

    operating sys: Win XP
    ver: Acrobat 9.1.2
    I'm using a Master file on the printer and marrying my data file to that master.
    Ever since I received the new update, any time I print a file over 35 pgs. from Adobe Acrobat it prints out about 30 pgs. correctly and on the next print it spits out the Master file but for the data it prints out the following error:
    "ERROR: undefined
    OFFENDING COMMAND: limitcheck
    STACK:
    32
    -dictionary-"
    I've tried printing to different printers and on different projects but as soon as throw that .pdf into an InDesign document and print from the InDesign program the project prints out correctly.
    Any suggests as to how to fix this? OR Will this be fixed in the newest update?
    stephen k.

    Windows 7 64 Pro, Thunderbird 7.0 (updated recently) : the "publish form" is completely bugged.
    Before reading solutions here : can't find mail program error messages (can't find my adress book in TB)
    After applying the fix : set the by default programm forced on Thunderbird -> http://forums.adobe.com/message/3610561#3610561
    Acrobat "resolves mail adress", then the submit button make a small dialog box appear (can't read anything in it). Nothing happens.
    I can click and re-click several times, same "empty" or "not displaying a message long enough" dialog box keeps appearing. No forms sent whatsoever.
    This is critical. I'm an ACI. I must set up a special training for one of our customers, about delivering forms. Ok, that issue is on my personnal computer, so far.
    I may need to fix the install, or reinstall whatsoever, BUT : can I really come with that kind of answers in a classroom ?
    "-Oh, and now publish the form, by clicking here..."
    "-Oh, that doesn't work ? Hmmm, it's a known issue without any solution. Uninstall everything and reinstall everything, that should work (or not). Yeah, I know, it's Acrobat...
    and no, sorry, I don't have time to uninstall an reinstall everything on all the computers in the classroom, sorry, it's the end of the day. Bye ! What ? You, students, think this
    training was in fact useless ? Hm, you kinda of right...we spent a whole day setting forms, discussed how Acrobat is a cool software, and in the end our forms are good to be dropped to the trashcan."
    May we have a answer from the Acrobat Team here ?

  • 10.6.5 Update Causing CUPS error logs.

    Hi,
    After updating to OSX 10.6.5. my MacBook Pro has been generating CUPS error logs. I did a post in this forum and in the 10.6 Printer and faxing category. Here's the original post:
    Hi,
    +I was checking the Logs section in System Profiler and the following log caught my attention. The log is related to CUPS which is (as I understand) the printer manager in OSX. The log looks like this on screen:+
    +Note: I had to put parenthesis instead of brackets because the date would otherwise be crossed out. In other words ( )=[ ] in the report.+
    error_log:
    +Description: Printer Error Log+
    +Size: 681 bytes+
    +Location: /var/log/cups/error_log+
    Recent Comments: *+W(19/Nov/2010:22:34:23-0500) No limit for Validate-Job defined in policy authenticated using Print-Job's policy.+*
    +This same error repeats 4 more times and is the only error mentioned in the report. What I would like to know is what is this error about?, Is there a way to correct this?+
    +An additional detail is that I haven't installed any printers on this computer since I reinstalled OSX in my machine a 2 weeks ago.+
    +Thank you for any assistance in this matter.+
    Now, I noticed by looking at the log report date, and the report was created in the same date I installed OSX 10.6.5. Today, I also received a reply to my post in the Print and Fax category of this forum and another user is also having the same issue. His log was also created when he installed the 10.6.5 OSX update, which points that this issue might be occurring in other Macs. What I would like to ask if you are reading this topic, is for you to go into your system profiler and click in the "logs" which is located in the "software" category in the system profiler sidebar. The log name you are looking for is "error_log".
    Please post back indicating if this error log appears in your system profiler log section as well. Also check the date the log was created, in my case the log was created on November 19, 2010 which is the same date I installed the 10.6.5 update. If your log does not have entries before November 10, 2010, there's a chance that OSX 10.6.5 is the culprit.
    By the way, is there a way to report a bug to Apple? Specifically, for OSX.
    Thank You for your assistance and time.

    baltwo wrote:
    Can't help with the CUPS issue, since it's not occurring here. If you want to report this issue to Apple's engineering, send a bug report or an enhancement request via its Bug Reporter system. To do this, join the Mac Developer Program—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report or enhancement request. The nice thing with this procedure is that you get a response and a follow-up number; thus, starting a dialog with engineering.
    I will register for the developer program tomorrow. Do you know someone who knows about CUPS?, it might be helpful to sort this problem out. Should I take the sledge hammer approach and do a clean reinstall for OSX? Also there's a chance that this problem might be related to Apple portables only, since the other user is having the same issue that I do in a MacBook Pro as well but his MacBook is the 17" inch one but still there might be one common denominator here.
    I really hope this thread gets seen by more users in this forum, to see if more information surfaces about this problem.
    Anyways, thank you for your assistance.

  • Software update causes video error

    Plz I made a software update and since then my fone could no longer play movies in avi format what do I do? Thought abt doing a software downgrade bt don't knw if dats a gud idea. I neep help plz

    Hello chidel, 
    Welcome to the forums.
    Sorry to hear about your issue. What happens when you try to view these files? Are you getting a specific error message? Does this happen with all .avi files you try to watch or only certain ones? 
    This could be a codec issue. Please review the supported media types document at the below link:
    http://docs.blackberry.com/en/smartphone_users/deliverables/27267/Supported_Media_Types_on_BlackBerr... 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • [solved] Cannot update system - Java errors

    Seems as though I cannot run updates.
    ben@arch-desktop:~$ sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    warning: hunspell: ignoring package upgrade (1.3.2-3 => 1.3.3-1)
    warning: hunspell-en: ignoring package upgrade (7.1-2 => 7.1-3)
    resolving dependencies...
    looking for inter-conflicts...
    Packages (109): adwaita-icon-theme-3.14.0-1 at-spi2-atk-2.14.1-1 at-spi2-core-2.14.0-1
    atk-2.14.0-1 boost-1.56.0-2 boost-libs-1.56.0-2 cairo-1.14.0-1
    cairo-dock-3.3.2.r1818-1 cairo-dock-plugins-3.3.2.r3121-2
    clutter-1.20.0-1 clutter-gtk-1.6.0-1 dconf-0.22.0-1 ffmpeg-1:2.4.2-2
    file-5.20-1 flashplugin-11.2.202.411-1 fontforge-20140101-4 gcr-3.14.0-1
    gdk-pixbuf2-2.31.1-1 gdl-3.14.0-1 geocode-glib-3.14.0-1 gjs-1.42.0-1
    glib-networking-2.42.0-1 glib2-2.42.0-1 glibmm-2.42.0-1
    gnome-bluetooth-3.14.0-1 gnome-color-manager-3.14.1-1
    gnome-online-accounts-3.14.0-1 gnutls-3.3.9-1
    gobject-introspection-1.42.0-1 grilo-0.2.11-1
    gsettings-desktop-schemas-3.14.1-1 gtk-update-icon-cache-2.24.25-1
    gtk2-2.24.25-1 gtk3-3.14.3-2 gtkmm3-3.14.0-1 gtksourceview3-3.14.1-1
    gvfs-1.22.1-1 hplip-3.14.10-1 inxi-2.2.15-1 irssi-0.8.17-1
    java-environment-common-2-1 java-runtime-common-2-1
    jdk7-openjdk-7.u71_2.5.3-1 jre7-openjdk-7.u71_2.5.3-1
    jre7-openjdk-headless-7.u71_2.5.3-1 kdeconnect-0.7.3-1
    kdenetwork-krdc-4.14.1-2 lazarus-1.2.6-1 less-470-1 lib32-atk-2.14.0-1
    lib32-flashplugin-11.2.202.411-1 lib32-gdk-pixbuf2-2.31.1-1
    lib32-glib2-2.42.0-1 lib32-libtasn1-4.2-1 lib32-mesa-10.3.1-1
    lib32-mesa-dri-10.3.1-1 lib32-mesa-libgl-10.3.1-1
    lib32-mesa-vdpau-10.3.1-1 lib32-mpg123-1.21.0-1 lib32-openssl-1.0.1.j-1
    lib32-p11-kit-0.22.1-1 lib32-pango-1.36.8-1 lib32-pcre-8.36-1
    lib32-xz-5.0.7-1 libanjuta-3.14.0-1 libchamplain-0.12.9-1
    libfakekey-0.1-6 libgdata-0.16.0-1 libgdm-3.14.1-1 libgee-0.16.0-1
    libinput-0.6.0-1 libmediaart-0.6.0-1 libnautilus-extension-3.14.0-2
    libogg-1.3.2-1 libpeas-1.12.1-1 librsvg-1:2.40.5-1 libsigc++-2.4.0-1
    libsoup-2.48.0-1 libtracker-sparql-1.2.2-1 mesa-10.3.1-1
    mesa-dri-10.3.1-1 mesa-libgl-10.3.1-1 mesa-vdpau-10.3.1-1 mpv-0.6.1-1
    nautilus-sendto-3.8.2-1 opencl-mesa-10.3.1-1 openssl-1.0.1.j-1
    p11-kit-0.22.1-1 pango-1.36.8-1 pygobject-devel-3.14.0-1
    python-gobject-3.14.0-1 python-setuptools-1:6.1-1
    python2-setuptools-1:6.1-1 rest-0.7.92-1 totem-plparser-3.10.3-1
    ttf-oxygen-1:5.1.0.1-1 vala-0.26.1-1 virtualbox-host-modules-4.3.18-3
    vlc-2.1.5-4 vte-common-0.38.1-1 vte3-0.38.1-1 webkitgtk-2.4.6-2
    wxpython-3.0.1.1-2 xcb-util-0.4.0-1 xcb-util-image-0.4.0-1
    xdg-utils-1.1.0.git20141009-1 yelp-xsl-3.14.0-1 zenity-3.14.0-1
    zeromq-4.0.5-1
    Total Installed Size: 1510.50 MiB
    Net Upgrade Size: -57.01 MiB
    :: Proceed with installation? [Y/n]
    (109/109) checking keys in keyring [#############################] 100%
    (109/109) checking package integrity [#############################] 100%
    (109/109) loading package files [#############################] 100%
    (109/109) checking for file conflicts [#############################] 100%
    error: failed to commit transaction (conflicting files)
    java-environment-common: /usr/bin/appletviewer exists in filesystem
    java-environment-common: /usr/bin/extcheck exists in filesystem
    java-environment-common: /usr/bin/idlj exists in filesystem
    java-environment-common: /usr/bin/jar exists in filesystem
    java-environment-common: /usr/bin/jarsigner exists in filesystem
    java-environment-common: /usr/bin/javac exists in filesystem
    java-environment-common: /usr/bin/javadoc exists in filesystem
    java-environment-common: /usr/bin/javah exists in filesystem
    java-environment-common: /usr/bin/javap exists in filesystem
    java-environment-common: /usr/bin/jcmd exists in filesystem
    java-environment-common: /usr/bin/jconsole exists in filesystem
    java-environment-common: /usr/bin/jdb exists in filesystem
    java-environment-common: /usr/bin/jhat exists in filesystem
    java-environment-common: /usr/bin/jinfo exists in filesystem
    java-environment-common: /usr/bin/jmap exists in filesystem
    java-environment-common: /usr/bin/jps exists in filesystem
    java-environment-common: /usr/bin/jrunscript exists in filesystem
    java-environment-common: /usr/bin/jsadebugd exists in filesystem
    java-environment-common: /usr/bin/jstack exists in filesystem
    java-environment-common: /usr/bin/jstat exists in filesystem
    java-environment-common: /usr/bin/jstatd exists in filesystem
    java-environment-common: /usr/bin/native2ascii exists in filesystem
    java-environment-common: /usr/bin/rmic exists in filesystem
    java-environment-common: /usr/bin/schemagen exists in filesystem
    java-environment-common: /usr/bin/serialver exists in filesystem
    java-environment-common: /usr/bin/wsgen exists in filesystem
    java-environment-common: /usr/bin/wsimport exists in filesystem
    java-environment-common: /usr/bin/xjc exists in filesystem
    java-runtime-common: /usr/bin/java exists in filesystem
    java-runtime-common: /usr/bin/keytool exists in filesystem
    java-runtime-common: /usr/bin/orbd exists in filesystem
    java-runtime-common: /usr/bin/pack200 exists in filesystem
    java-runtime-common: /usr/bin/policytool exists in filesystem
    java-runtime-common: /usr/bin/rmid exists in filesystem
    java-runtime-common: /usr/bin/rmiregistry exists in filesystem
    java-runtime-common: /usr/bin/servertool exists in filesystem
    java-runtime-common: /usr/bin/tnameserv exists in filesystem
    java-runtime-common: /usr/bin/unpack200 exists in filesystem
    java-runtime-common: /usr/lib/jvm/default exists in filesystem
    java-runtime-common: /usr/lib/jvm/default-runtime exists in filesystem
    Errors occurred, no packages were upgraded.
    Any ideas?  Thanks
    Last edited by hippieben (2014-10-17 01:47:11)

    1) Did you read the front page news about the Java update(s).
    2) Did you install Java from an Arch Repo or install it "manually" by downloading it from Oracle, etc.?
    3) What package owns those files? (pacman -Qo /usr/bin/java, for example)
    Last edited by mrunion (2014-10-17 01:17:51)

  • Apache and PHP update causes an error

    Apple update downloaded updates for apache and php, since then I cant get to work my squirrel mail, because web wont start if it has the php plugin enabled, any help or suggestions ???

    Shxnnxn please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve Error 49.

  • ITunes Used to Work, After Recent Update, itl file error

    I have 2 huge need questions to be answered.
    1. First off, my iTunes worked great. Never was anything wrong, went online at my work and downloaded the lastest update to a cd. Brought the cd home and installed it onto my computer. Then I click on the iTunes Program Logo and error: "..itl file cannot be found/created...default located..My Music Folder.." So maybe I moved it, nope there is the itl file right there. Next I descided well maybe I installed it wrong. So I uninstalled it and reinstalled it and the problem still occured. I have check everywhere for my problem, and yes I have found some people who have come accross it. I still don't know whats wrong. Please, if you know anything list me the things I need to do.
    2. Second off, my iTunes and computer has never Registered an iPod connect to the computer. All it reads is a iPod Camera in the USB directory. (I own the iPod Touch). How do I get this to work as well.
    Thank You,
    I hope someone can HELP!

    BUMP! Please Help!

  • After most recent update firefox crashes - error message every time I try to open - open fails

    Updated Firefox this morning and now I can't use it at all. It crashes and fails to open every time I try. I get an error box on my screen. Still fails to open in safe mode. Tried uninstalling and reinstalling, still same errors.

    That is a problem with Roboform.
    You can try to update to Roboform 7.6.2
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=691271 bug 691271] RESOLVED WORKSFORME Crash mainly close to startup in [@ DebugBreak ] [@ DbgBreakPoint ] with Roboform

  • IWeb 09 update causing publish error

    I recently upgraded to iWeb 09 and now it appears that I need to republish my entire site. As I have attempted to do this, I am getting several publish errors similar to this one:
    An error occurred while publishing file “/private/var/folders/vP/vPY5vsWUHtadxxlDMXDzVE+TI/TemporaryItems/com.apple.iWeb32120_TEMP_267051339_7/sites/Kadesh/Summerfiles/Cement Background Web.jpg”. Try publishing again later.
    I have tried replacing the file, but then a different error pops up next time. In the process the navigation bar from my site is not showing up properly as some changes have taken effect, but now my site is all screwed up.
    Please help.

    I'm having the same issues because of the recent upgrade to iWeb 09. I've tried all the tricks that are listed (http://support.apple.com/kb/TS1678) and my guess is that I'm timing out.
    I have several sub sites with less pages and pictures and have been able to publish them, just not my main site. Try publishing at night - less traffic. Make sure you have other applications closed, etc.
    Good Luck!

Maybe you are looking for