Strange errors when I try to update any object on Content Services

Hi everyone,
I don't know what is happening but when i try to perforn any action (delete, change name etc..) on a file or folder i get a message telling me that an unexpected error has occured. In the application.log i get messages like :
oracle.ifs.common.IfsException: IFS-30011: Unable to set attributes of LibraryObject
java.sql.SQLException: ORA-30554: function-based index CONTENT.IFS_LYKE is disabled
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
     at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:698)
     at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:630)
     at oracle.jdbc.driver.T2CPreparedStatement.execute_for_describe(T2CPreparedStatement.java:850)
     at oracle.jdbc.driver.T2CPreparedStatement.execute_for_rows(T2CPreparedStatement.java:1012)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1153)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2932)
     at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3023)
     at oracle.ifs.server.S_LibrarySession.execute(S_LibrarySession.java:18589)
     at oracle.ifs.server.S_LibraryObject.updateRow(S_LibraryObject.java:3461)
     at oracle.ifs.server.S_LibraryObject.updateRows(S_LibraryObject.java:3402)
     at oracle.ifs.server.OperationState.executeAtomicOperations(OperationState.java:503)
     at oracle.ifs.server.S_LibraryObject.update(S_LibraryObject.java:1717)
     at oracle.ifs.server.S_LibraryObject.setAttributes(S_LibraryObject.java:1689)
     at oracle.ifs.server.S_LibrarySession.DMSetAttributes(S_LibrarySession.java:10405)
     at oracle.ifs.beans.LibrarySession.DMSetAttributes(LibrarySession.java:10476)
     at oracle.ifs.beans.LibraryObject.handleUpdate(LibraryObject.java:1070)
     at oracle.ifs.beans.LibraryObject.updateAndExposeDefinition(LibraryObject.java:1030)
     at oracle.ifs.beans.LibraryObject.update(LibraryObject.java:981)
     at oracle.ifs.beans.LibraryObject.setAttributes(LibraryObject.java:967)
     at oracle.ifs.beans.LibraryObject.setAttribute(LibraryObject.java:898)
     at oracle.ifs.beans.LibraryObject.setAttribute(LibraryObject.java:881)
     at oracle.ifs.beans.LibraryObject.setName(LibraryObject.java:567)
     at oracle.ifs.ecm.beans.EcmFamily.rename(EcmFamily.java:530)
     at oracle.ifs.ecm.beans.EcmDocument.updateAttributes(EcmDocument.java:678)
     at oracle.ifs.ecm.beans.EcmDocument.lowLevelUpdate(EcmDocument.java:860)
     at oracle.ifs.ecm.beans.EcmDocument.ecmUpdate(EcmDocument.java:567)
     at oracle.ifs.ecm.util.BulkUtilities.ecmUpdate(BulkUtilities.java:345)
     at oracle.ifs.fdk.impl.FileManagerImpl.updateDocuments(FileManagerImpl.java:1420)
     at oracle.ifs.fdk.impl.FileManagerImpl.updateDocument(FileManagerImpl.java:1297)
     at oracle.ifs.web.action.ApplyObjectPropertiesAction.updateGeneralProperties(ApplyObjectPropertiesAction.java:550)
     at oracle.ifs.web.action.ApplyObjectPropertiesAction.doAction(ApplyObjectPropertiesAction.java:194)
     at oracle.ifs.web.action.UpdateObjectPropertiesAction.doAction(UpdateObjectPropertiesAction.java:35)
     at oracle.ifs.web.action.EcmAction.execute(EcmAction.java:74)
     at oracle.ifs.web.action.EcmApplicationActions.updateObjectProperties(EcmApplicationActions.java:543)
     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:324)
     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
     at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211)
     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
     at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
     at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
     at oracle.ifs.web.webapp.NlsFilter.doFilter(NlsFilter.java:47)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:351)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:320)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:190)
     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
     at oracle.ifs.web.webapp.FilesApplicationFilter.doFilter(FilesApplicationFilter.java:77)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
     at oracle.ifs.web.webapp.SetEncodingFilter.doFilter(SetEncodingFilter.java:43)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
     at oracle.ifs.fdk.http.HttpServerManager.doFilter(HttpServerManager.java:103)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRe
08/07/14 10:11:42 content: questDispatcher.java:330)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
Does anyone knows what's causing the problem and what should be the solution?
Thanks,
Diamantino Pereira Campos

Ok,
seems that the problem was due to the index IFS_LYKE beeing disbled. I re-crate it and now it's fine.

Similar Messages

  • Any one know what error -5000 is?  I get this error when I try to update to IOS 5 on my 3gs phone.

    Any one know what error -5000 is?  I get this error when I try to update to IOS 5 on my 3gs phone.

    I am also facing the same issue.
    four days back, my power buttton stopped working.
    Then my sim card slot stopped reading like it was stuck at gsm/cdma band.
    Even without simcard it said searching..
    then I changed the power button and antenna strip myself as my iphone5 is uk ee and i live in india.
    Everything was fine and I booted the phone.
    The power button worked like a new device... but the searching problem still remained.
    I hard resetted my phone but to no vail. even Find My phone was not turning off.
    then I forced my phone to recovery mode and downloaded iphone5,2 7.0.2,11A501_restore.ipsw from web and flashed it.
    At the start it recognised and everything was good until the "restoring iphone firmware" was stuck at the end point.
    I tried every trick on net. Even tried to downgrade.. but it was blocked.
    at the last it is either stuck at firmware or itunes unknown error (3)
    Please somebody help me to recover this PAPERWEIGHT to a phone again...

  • Hi when I try to update any apps I have recently had errors and could not update them. Anyone got any suggestions please?

    hi when I try to update any apps I have recently had errors and cannot complete the update - anybody got any suggestionS?

    Mac OS X Lion 10.7.3
    QREncoder App
    Talk To Me App
    Screensaver App
    All apps don't seem to download or update.
    Only recently has this started happening
    It starts to either update or download then stops and a small box pops up saying it has errored and would you like to retry or cancel

  • I'm signed in to my account on my macbook air's apple store, but when I try to update any apps, it has a locked in apple store user which is not mine, any help removing this?

    I'm signed in to my account on my macbook air's apple store, but when I try to update any apps, it has a locked in apple store user which is not mine. I have no idea where this user came from, but I need to update my apps and get this user off my computer. The users email is locked, it is grey in colour and I can not get it off. I've tried my system settings and the app store, logging in does not change the fact that there is a strange email there. I need help, please! I don't know if this is a hack or what, I brought my computer into the shop to get some work done so it may be their account, I just need the account removed.

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store alert. For example, the App Store may prompt you to update "Angry Birds" or "Twitter," but the hacked app may be something else entirely. Don't make any assumptions about which app you're looking for. To find it, you must carry out a systematic search with Spotlight.
    Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    In the Finder, press command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu of search criteria, initially showing Kind. From that menu, select
    Other...
    A sheet will drop down. In that sheet, select
    Raw Query
    as the criterion, then click OK or press return.
    Now there will be a text box to the right of the menu of search criteria. That's where you enter the raw search query. Click in that box and paste the text you copied earlier by pressing command-V.
    The search window will now show all the App Store products that are installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the apps in the Spotlight search results is not among your purchases in the App Store. Move each such item to the Trash, after quitting it if it's running. You may be prompted for your administrator password. Empty the Trash.
    Quit and relaunch the App Store. Test.

  • "unknown error" when I try to update my ipad

    I get an "unknown error" when I try to update my ipad... no problem signing on at the website from a desktop, but can't update any programs or purchase any new ones in the apple store.

    Go to Settings>Store >Apple ID, tap your ID and sign out. Then reboot the iPad, Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Then go back to Settings>Store>Sign in and sign in again and see if the apps will update.

  • My Cosmos says network error when I try to update the software

    Can someone help me understand why my lg cosmos says network error when I try to update the software? Thank you!

    Imeans, this is kind of odd! The Cosmos, hasn't had any new updates to come out. I can look further into this for you. Which Cosmos do you have? Also, what zip code are you in? VanetrisC_VZW Follow us on Twitter @VZWSupport If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Why does my imovie say error when I try to update it?

    I just bought a macbook pro, and I clicked update on the apps. The imovie app says error when I try to update it. What do I need to do to fix this?

    Please post the complete, verbatim text of any error messages you saw, and specify where you saw them: in an application window, a CrashReporter window, a log, or whatever.

  • Hello guys ..when i try to update any applecation..it puts the first user a ccount and it ask the password which i dont know it cause im not the first user of this i pad ,,,,so how can i changebit to update apps dute to my account name and password???

    hello guys ..when i try to update any applecation..it puts the first user a ccount and it ask the password which i dont know it cause im not the first user of this i pad ,,,,so how can i changebit to update apps dute to my account name and password???
    please answer me

    Delete all apps that were purchased with the former ID and renown load or purchase them with your ID.

  • I get an error when I try to update airport

    Iget an error when I try to update airport

    What do you want to do with your AirPort, and what kind is it (Extreme, Express, Time Capsule)?

  • There is always an error when I try to make an object

    I could setup 6i, then make a repositori succesfuly. (Win2000/db8i)
    I always get an error when I try to make an object in somewhere a diagram.
    ORA-01400: cannot insert NULL into ("DES_REPOS_OWNER"."I$SDD_DIAGRAM_SEGMENTS"."IRID")
    ORA-01400: cannot insert NULL into ("DES_REPOS_OWNER"."I$SDD_DIAGRAM_SEGMENTS"."IRID")
    RME-02124: Failed to execute SQL statement: insert into I$SDD_DIAGRAM_SEGMENTS (DIAGRAM_REF, SEQUENCE, GRAPHICAL_DATA, PARENT_IVID, PAC_REF) values (:diag_id, :seq, :data, :diag_ivid, :diag_id)
    Could somebody help me?
    Viktor

    What sort of error? The update and activation servers are crazy busy right now, so some glitchiness is to be expected. Might just want to give it a couple hours and try again.
    = L.I.

  • Error when I try to update the version XI Pro

    I install and have no problems but when I try to update the version I get this.

    Hi liontamer67,
    We would require the Updater logs for further analysis.
    To get the updater logs,when this error dialog pops up, copy log file present at location ~/Library/Logs/Adobe/ Adobe Acrobat Updater.Log.
    Regards,
    Rave

  • Error when I try to update to 1.1.3?

    When I try to update it it does a whole load of stuff and appears to be downloading the update but when it comes near to the end it says that there was an error and a load of numbers and stuff appears.
    Answers please?

    Well based on the precise description that you've given us to work with, I can definitely at this point offer you this solution. Try deleting some stuff, and re-doing some other stuff, and see what happens.
    Your going to have to be more descriptive than "load of stuff" and "load of numbers" if you are seriously looking for help.

  • [SOLVED]I get errors when I try to install any package.

    when I try to install any package using pacman. I get this exact same error.
    ldconfig: File /usr/lib/libefreet.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_input_evas.so is empty, not checked.
    ldconfig: File /usr/lib/libeet.so is empty, not checked.
    ldconfig: File /usr/lib/libgstdataprotocol-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_imf.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libGIMPACTUtils.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libembryo.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_evas.so is empty, not checked.
    ldconfig: File /usr/lib/libgstpbutils-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_file.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libMiniCL.so is empty, not checked.
    ldconfig: File /usr/lib/libgstriff-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_input.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libluajit-5.1.so.2.0.3 is empty, not checked.
    ldconfig: File /usr/lib/libBulletCollision.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libecore_imf.so is empty, not checked.
    ldconfig: File /usr/lib/libethumb.so is empty, not checked.
    ldconfig: File /usr/lib/libgstcontroller-0.10.so.0.30.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_file.so is empty, not checked.
    ldconfig: File /usr/lib/libgstinterfaces-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libluajit-5.1.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libefreet_mime.so is empty, not checked.
    ldconfig: File /usr/lib/libeet.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_avahi.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstdataprotocol-0.10.so.0.30.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstaudio-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_file.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libembryo.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libBulletSoftBody.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libMiniCL.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libBulletDynamics.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_wayland.so is empty, not checked.
    ldconfig: File /usr/lib/libeina.so is empty, not checked.
    ldconfig: File /usr/lib/libgsttag-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so is empty, not checked.
    ldconfig: File /usr/lib/libgstnetbuffer-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libgstfft-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so is empty, not checked.
    ldconfig: File /usr/lib/libbluetooth.so.3.17.7 is empty, not checked.
    ldconfig: File /usr/lib/libgstrtp-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libefreet.so is empty, not checked.
    ldconfig: File /usr/lib/libLinearMath.so is empty, not checked.
    ldconfig: File /usr/lib/libeeze.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libethumb.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libethumb_client.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_imf_evas.so is empty, not checked.
    ldconfig: File /usr/lib/libgstrtsp-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libgstinterfaces-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_ipc.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstdataprotocol-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstpbutils-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libedje.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libeina.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_wayland.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_fb.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libelementary.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstcheck-0.10.so.0.30.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_input_evas.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_imf_evas.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libeldbus.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libBulletFileLoader.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libgsttag-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_evas.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_audio.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_input.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_x.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstcontroller-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstrtp-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libevas.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_avahi.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libBulletXmlWorldImporter.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libgstnet-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstaudio-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_fb.so is empty, not checked.
    ldconfig: File /usr/lib/libBulletSoftBodySolvers_OpenCL_Mini.so is empty, not checked.
    ldconfig: File /usr/lib/libeio.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libHACD.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_x.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libevas.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_con.so is empty, not checked.
    ldconfig: File /usr/lib/libgstnet-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_wayland.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libelementary.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libemotion.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstvideo-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libelementary.so is empty, not checked.
    ldconfig: File /usr/lib/libefreet_trash.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstfft-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_con.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_ipc.so is empty, not checked.
    ldconfig: File /usr/lib/libeo.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libXp.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_avahi.so is empty, not checked.
    ldconfig: File /usr/lib/libgstbase-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstrtsp-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libedje.so is empty, not checked.
    ldconfig: File /usr/lib/libBulletMultiThreaded.so is empty, not checked.
    ldconfig: File /usr/lib/libethumb.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore.so is empty, not checked.
    ldconfig: File /usr/lib/libeeze.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstnetbuffer-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libefreet_trash.so is empty, not checked.
    ldconfig: File /usr/lib/libeio.so is empty, not checked.
    ldconfig: File /usr/lib/libgstrtsp-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libXp.so.6.2.0 is empty, not checked.
    ldconfig: File /usr/lib/libefreet_mime.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstaudio-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libembryo.so is empty, not checked.
    ldconfig: File /usr/lib/libBulletDynamics.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libgstvideo-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libefreet_mime.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_input.so is empty, not checked.
    ldconfig: File /usr/lib/libBulletWorldImporter.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libConvexDecomposition.so is empty, not checked.
    ldconfig: File /usr/lib/libecore.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstpbutils-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_input_evas.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstapp-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libedje.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libeet.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libevas.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.10 is empty, not checked.
    ldconfig: File /usr/lib/libeldbus.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libBulletWorldImporter.so is empty, not checked.
    ldconfig: File /usr/lib/libgstvideo-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libConvexDecomposition.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libeo.so is empty, not checked.
    ldconfig: File /usr/lib/libbluetooth.so.3 is empty, not checked.
    ldconfig: File /usr/lib/libgstnetbuffer-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libBulletSoftBodySolvers_OpenCL_Mini.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libephysics.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libLinearMath.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libgstriff-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.10 is empty, not checked.
    ldconfig: File /usr/lib/libgstcdda-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libefreet_trash.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libefreet.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libBulletSoftBody.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_ipc.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstbase-0.10.so.0.30.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstcontroller-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libeeze.so is empty, not checked.
    ldconfig: File /usr/lib/libHACD.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libgstreamer-0.10.so.0.30.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstsdp-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libluajit-5.1.so is empty, not checked.
    ldconfig: File /usr/lib/libgstriff-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_evas.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_imf.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_audio.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_fb.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstrtp-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libemotion.so is empty, not checked.
    ldconfig: File /usr/lib/libgstcdda-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libeldbus.so is empty, not checked.
    ldconfig: File /usr/lib/libeo.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgsttag-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libeina.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libXp.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libgstcheck-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstinterfaces-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstsdp-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstcdda-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libephysics.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libemotion.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libbluetooth.so is empty, not checked.
    ldconfig: File /usr/lib/libecore_con.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_audio.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstnet-0.10.so.0.30.0 is empty, not checked.
    ldconfig: File /usr/lib/libecore_imf_evas.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.10.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.10.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstapp-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libBulletMultiThreaded.so.2.82 is empty, not checked.
    ldconfig: File /usr/lib/libGIMPACTUtils.so is empty, not checked.
    ldconfig: File /usr/lib/libethumb_client.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libephysics.so is empty, not checked.
    ldconfig: File /usr/lib/libBulletXmlWorldImporter.so is empty, not checked.
    ldconfig: File /usr/lib/libgstreamer-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libgstapp-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libeio.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libecore_x.so is empty, not checked.
    ldconfig: File /usr/lib/libethumb_client.so.1.9.1 is empty, not checked.
    ldconfig: File /usr/lib/libgstsdp-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libgstbase-0.10.so is empty, not checked.
    ldconfig: File /usr/lib/libBulletCollision.so is empty, not checked.
    ldconfig: File /usr/lib/libgstfft-0.10.so.0.25.0 is empty, not checked.
    ldconfig: File /usr/lib/libgstreamer-0.10.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libBulletFileLoader.so is empty, not checked.
    ldconfig: File /usr/lib/libgstcheck-0.10.so is empty, not checked.
    what I have tried so far:
    pacman -Syyf <packagename> which tells me invalid option
    I tried -Ssy
    I am running arch linux 64bit on an HP pavillion g6?
    Last edited by RaptorAnon (2014-03-30 07:02:05)

    Kartious wrote:
    It is good to see your system working now, though I tend to frown against reinstalling the entire system. Fixing the issue though sometimes tedious and frustrating can be one of the best ways for you to learn about your system and a fresh install doesn't teach you anything (apart from learning the tools to install Arch better I guess..). Which in your case, some knowledge is much needed seeming that you were executing commands without even knowing what they even do...
    Gummiboot is just a bootloader and shouldn't effect any of the libraries listed in your first post so it is still unknown why this issue has happened. You didn't even mention anything you did previous to your error nor posted any logs so no one could help you properly.
    Anyhow if you feel your problem Is fixed, It would be great if you marked the thread as solved.
    It's alright I wanted to change the partition order anyway.
    nevertheless next time I will be sure to look into the problem further.

  • My iTunes wont update, and I can't connect my new iPhone if it doesn't update. It says error when I try to update, and I cant download it because of a "Windows Installer" error...

    I just not a new iPhone and in order to sync it I need the newest iTunes, but I can't update it! I tried checking for updates and then trying to downlaod it. I get this error: "Errors occured while installing the updates. If the problem persists, chose Tools > Download Only and try installing manually."
    Where on earth is Tools anyway?
    When I tried just reinstalling all of iTunes, I had a Windows Installer error...I don't even know what that is!

    tools is at the top of the apple updater but dont get your hopes up

  • I get an error when I try to update to version 7.0.4 on my iPad 2

    When I try to download the software update to 7.0.4, I get a error message saying there was an error downloading the software.

    Have you tried updating with iTune (tap to enlarge image)?

Maybe you are looking for

  • Web Dynpro Application URL

    Hi All, I need to run a Web Dynpro application without using Portal, is there a was to do so? Can I run the application by calling it directly using a URL? Thanks, Rajiv

  • Sender Port in FILE to IDOC scenario

    Hi all, I am trying to do a File - SAP XI-IDOC scenario. The idoc which is getting created in XI is having senderport as SAPABC where ABC is my XI system id. i have not craeted this sender port and i am not able to find it in idx1 tx.code of XI. Can

  • Is there activation server or Appstore is down??

              I have erased all the data and when i try to confgure my iPhone and not able to activate and showing the error as "the activation server cannot be reached. Try connecting your iPhone to iTunes to activate it, or try again ina few minutes" .

  • Firefox will not open after recent update of all computer lab servers, Windows server 2008 R2, Multipoint 2011

    All 3 computer lab servers were recently updated and rebooted. Java was updated as well to 7u21. Now all 3 do not respond when Firefox icon is clicked, from any thin-client or remote desktop session/user. There is no popup error, just an hour-glass f

  • Windows 7 64-bit Device Timeout when syncing to Ipod Touch

    When I plug my ipod touch into my Windows 7 64 bit system it begins to sync, gets to about 40 songs worth, then times out. This happens pretty much every time. I've tried multiple USB ports and have reinstalled itunes with no change. All was working