ERROR: ld.so: object '/opt/SUNWut/lib/libusbut.so.1' from LD_PRELOAD cannot

When I try to run a libusb app via utusbrun or by just setting the LD_PRELOAD I got this message.
ERROR: ld.so: object '/opt/SUNWut/lib/libusbut.so.1' from LD_PRELOAD cannot be preloaded: ignored.
Some one that got any idea?
Running SRSS 4.0 on Scientific linux 4.7
Edited by: deg on Jan 10, 2008 1:17 AM

Is the application a setuid or setgid executable? The LD_PRELOAD environment variable is ignored by setuid and setgid executables unless the preload library lives in one of the default library directories and has its setuid bit set. (See 'man ld.so' for details.) If you can live with the security risks then you could try copying the libusbut.so.1 file into /usr/lib and turning on its setuid bit. You'll also need to copy libut.so.1 and libutdev.so.1 into /usr/lib but you shouldn't need to turn on their setuid bits.
I don't know of any security issues with libusbut.so.1 being used in this way, but it's not safe to just assume that it will be secure. If your app is setuid or setgid and this approach solves the problem then it would be worth checking with Sun to find out whether they believe that it's safe to have libusbut executed like this by a setuid or setgid program. The answer might depend on how the program manages its privileges so it would be helpful if you tell Sun what libusb program(s) you're using.
A better way to proceed would be to try to get rid of the setuid or setgid bit on the application.

Similar Messages

  • ERROR: ld.so: object '/lib/libcwait.so' from LD_PRELOAD cannot be preloaded

    Hi Friends,
    i am using Linux X86-64 bit OS and i have 9.2.0.5 ebiz (32 bit)database
    Now i installed 9.2.0.8 (64 bit) in new home and migrated and upgraded the 32 bit database to 64 bit as well the version from 9.2.0.5 to 9.2.0.8
    when i start the application Tier services (11i)
    I am getting the following error
    ERROR: ld.so: object '/lib/libcwait.so' from LD_PRELOAD cannot be preloaded: ignored.
    please suggest the Fix.
    Regards,
    DB

    Hi,
    Please check the location of libcwait.so file and add that path in the .profile file of application OS user as follows:
    LD_PRELOAD=/usr/lib/libcwait.so; export LD_PRELOAD
    andre-login and re-test the issue
    refrence [ID 371344.1]
    -RK

  • ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD

    Hi DBA's
    I am getting the following error after cloning.
    But Cloning done successfully.
    When I run the application environment and services to start or stop i am getting the following error.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib/libInternalSymbols.so' from LD_PRELOAD cannot be preloaded: ignored.
    Thanks,
    SG

    Hi Sawwan,
    What value should i give for LD_PRELOAD ? can you please tell me and I set the environment in .bash_profile as bellow.
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    #export PATH
    unset USERNAME
    export LD_ASSUME_KERNEL=2.4.19
    export ORACLE_BASE=/s03/CLN
    export ORACLE_SID=CLN
    export ORACLE_TERM=xterm
    export NLS_LANG=AMERICAN
    export ORACLE_HOME=$ORACLE_BASE/clndb/10.2.4
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=$PATH:$ORACLE_HOME/bin
    export ORA_NLS10=$ORACLE_HOME/nls/data/9idata
    Thanks
    SG

  • Javax.servlet.ServletException: /opt/CSCOar/lib/libarapi.so: libstdc++.so.6

    Hi all,
    I faced the following issues while calling the JNI library from Struts Action Class.
    Initially got the following exception -
    java.lang.UnsatisfiedLinkError: no arapi in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at com.cisco.ar.api.ARAPINativeImpl.<init>(ARAPINativeImpl.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.cisco.ar.api.ARAPI.<init>(ARAPI.java:191)
    After setting the required "so" files in the LD_LIBRARY_PATH, I got the following exception -
    java.lang.UnsatisfiedLinkError: /opt/CSCOar/lib/libarapi.so: Can't load IA 32-bit .so on a IA 32-bit platform
    I seached the java forums and found that the issue could be coz of JDK. So, I reverted my JDK 1.5 Update 10 to JDK 1.5 Update 7 and again got another exception as follows-
    javax.servlet.ServletException: /opt/CSCOar/lib/libarapi.so: libstdc++.so.6: cannot open shared object file: No such file or directory
    So, I am unable to call the JNI. Please let me know if I am missing anything in environment settings. Please help to resolve this.
    TIA,
    Deepa

    Hi,
    My questions are the same.
    But I have also set up the classpath for the servlet component.
    After that, I found I can't call user-defined obecjts in my servlet.
    Even when I just write a simple Java command-line progarm which call the outside objects, it also can't find the user-defined objects; unless I move out the setup of CLASSPATH. So does anyone have the further solution? or tell me where I can find the answer!
    Thank you so much!

  • Skype, ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so'

    Hi there,
    I don't like Skype but my friends all are on Skype and I don't have any other choose.
    Yes I'm running Skype on a multilib arch. DUCK!
    I installed multilibs and apulse, apulse32 from AUR all OK.
    Error:
    [vahid@archlinux ~]$ apulse skype
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    Skype starts but no audio.
    Last edited by Vahids (2015-01-30 19:49:22)

    Mercader1902 wrote:Have you tried "apulse32 skype"?
    not audio.
    this errors:
    [vahid@archlinux ~]$ apulse32 skype
    !ALSA lib conf.c:646:(get_char_skip_comments) Cannot access file /usr/share/alsa/pcm/default.conf
    ALSA lib conf.c:1697:(snd_config_load1) _toplevel_:59:26:Too many open files
    ALSA lib conf.c:3417:(config_file_open) /usr/share/alsa/cards/aliases.conf may be old or corrupted: consider to remove or fix it
    ALSA lib conf.c:3339:(snd_config_hooks_call) function snd_config_hook_load returned error: Too many open files
    ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.default
    [apulse] [error] do_connect_pcm, snd_pcm_open, No such file or directory
    [apulse] [error] do_connect_pcm, snd_pcm_open, No such file or directory
    ALSA lib pcm_pulse.c:743:(pulse_prepare) PulseAudio: Unable to create stream: Oops.
    ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.default
    [apulse] [error] do_connect_pcm, snd_pcm_open, No such file or directory
    [apulse] [error] do_connect_pcm, snd_pcm_open, No such file or directory
    ALSA lib pcm_pulse.c:743:(pulse_prepare) PulseAudio: Unable to create stream: Oops.

  • Error: process-uri-objects reports: HTTP2020: cannot find template default

    Error
    process-uri-objects reports: HTTP2020: cannot find template default
    Migrated from v4 to 6 but getting this error.

    Here is the obj.conf from migrated SSL server 6.0 sp5
    $ more obj.conf
    # Netscape Communications Corporation - obj.conf
    # You can edit this file, but comments and formatting changes
    # might be lost when the admin server makes changes.
    <Object name="weblogic" ppath="*/ts/*">
    Service fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy" PathTrim="/ts" ErrorPage="htt
    p://ips.chase.com/Xcelerate/wlNotUp.html"
    </Object>
    <Object name="weblogic" ppath="*/jbs/*">
    Service fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy" PathTrim=""
    </Object>
    <Object name="si" ppath="*/servletimages/*">
    Service fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy"
    NameTrans fn="NSServletNameTrans" name="servlet"
    NameTrans fn="pfx2dir" from="/servlet" dir="/opt/netscape/servers/docs/servlet" name="ServletByExt"
    NameTrans fn="pfx2dir" from="/manual" dir="/opt/netscape/servers/manual/https" name="es-internal"
    NameTrans fn="pfx2dir" from="/ns-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/help" dir="/opt/netscape/servers/manual/https/ug" name="es-internal"
    NameTrans fn="pfx2dir" from="/ns-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/help" dir="/opt/netscape/servers/manual/https/ug" name="es-internal"
    NameTrans fn="pfx2dir" from="/cgi-bin" dir="/opt/netscape/suitespot/docs/cgi-bin" name="cgi"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.html,home.html"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error"
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    </Object>
    <Object name="maintpwreset" ppath="*/maintpwreset/*">
    Service fn="wl-proxy" WebLogicHost="xxx.xxx.x.xx" WebLogicPort="yyyy"
    </Object>
    <Object name="pwreset" ppath="*/pwreset/*">
    Service fn="wl-proxy" WebLogicHost="xxx.xxx.x.xx" WebLogicPort="yyyy"
    </Object>
    <Object name="servlet">
    ObjectType fn=force-type type=text/html
    Service fn="NSServletService"
    </Object>
    <Object name="jsp092">
    ObjectType fn="type-by-extension"
    ObjectType fn="change-type" type="magnus-internal/jsp092" if-type="magnus-internal/jsp"
    Service fn="NSServletService" type="magnus-internal/jsp092"
    </Object>
    <Object name="ServletByExt">
    ObjectType fn=force-type type=magnus-internal/servlet
    Service type="magnus-internal/servlet" fn="NSServletService"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    $
    Back end is a weblogic cluster, I have used xxx at place of IP and yy for port.
    Here is last few config lines from magnus.conf
    Init fn="load-modules" shlib="/opt/netscape/servers/bin/https/lib/libNSServletPlugin.so" funcs="NSServlet
    EarlyInit,NSServletLateInit,NSServletNameTrans,NSServletService" shlib_flags="(global|now)"
    Init fn="NSServletEarlyInit" EarlyInit=yes
    Init fn="NSServletLateInit" LateInit=yes
    Init fn="flex-init" access="/opt/netscape/servers/https-secure-xxxxxxx/logs/access" format.access="%Ses
    ->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %
    Req->srvhdrs.content-length%"
    Init fn="load-types" mime-types="mime.types"
    Init fn="load-modules" funcs="wl-proxy,wl-init" shlib="/weblogic/lib/solaris/libproxy.so"
    Init fn="wl-init"
    Thanks

  • Unable to Configuring IM - cp: cannot access /opt/SUNWiim/lib/imService_*.p

    Hi I have been trying to install im on both of my solaris 8 and solaris 9 the second time and I made sure all the directories, packages and prodreg and productregistry files are cleaned up. However during configuration of instant messaging (JES 2004Q2), we encounter an error: PLEASE HELP
    cp: cannot access /opt/SUNWiim/lib/imService_*.propertiesHere's the details of the directory structure and install log
    bash-2.05# pwd
    /opt/SUNWiim
    bash-2.05# ls -l
    total 3154
    -rw-r--r--   1 root     root       23019 Nov 18  2003 License.txt
    -rw-r--r--   1 root     root         526 Nov 18  2003 README.txt
    drwxrwxr-x   2 root     root         512 Sep 15 19:18 classes
    lrwxrwxrwx   1 root     other         31 Sep 15 20:00 config -> /etc/opt/SUNWiim/default/config
    -rwxr-xr-x   1 root     root     1533989 Apr 17 07:04 config.class
    -rw-r--r--   1 root     root        2595 Sep 15 20:01 config_20040915195921.log
    -rwxr-xr-x   1 root     root       18187 Apr 17 07:01 configure
    -rw-r--r--   1 root     root          93 Apr 17 07:01 copyright
    drwxrwxr-x   5 root     root        1024 Sep 15 20:00 html
    -rw-r--r--   1 root     root          33 Apr 17 06:27 iim.version
    -rwxr-xr-x   1 root     root        4139 Nov 18  2003 install_locale
    drwxrwxr-x   2 root     root        1024 Sep 15 20:00 lib
    drwxrwxr-x   2 root     root         512 Sep 15 19:18 sbin
    -rwxr-xr-x   1 root     root        7605 Nov 18  2003 uninstall_locale
    bash-2.05# cd lib
    bash-2.05# ls -l
    total 7412
    -rw-r--r--   1 root     root      138666 Apr 17 06:26 CfgResources.properties
    -rw-r--r--   1 root     root      189363 Apr 17 06:26 ImResources.properties
    -rw-r--r--   1 root     root         294 Nov 18  2003 charset.properties
    -rwxr-xr-x   1 root     root        9372 Apr 17 07:01 execdaemon
    -rw-r--r--   1 root     root        5495 Apr 17 06:27 iim.conf.template
    -rw-r--r--   1 root     root        3866 Nov 18  2003 imService.ldif
    -r--r--r--   1 root     root        1171 Nov 18  2003 imService.properties
    -rw-r--r--   1 root     root       17402 Nov 18  2003 imService.xml
    -rw-r--r--   1 root     root         460 Nov 18  2003 imServiceCheckTemplate.xml
    -rwxr-xr--   1 root     root       11051 Sep 15 20:00 imServiceConfigure
    -rw-r--r--   1 root     root       16868 Nov 18  2003 imServiceRequestTemplate.xml
    -rw-r--r--   1 root     root        7820 Nov 18  2003 imidentity.jar
    -rw-r--r--   1 root     root       37827 Nov 18  2003 ldapfilt.jar
    -rw-r--r--   1 root     root      268268 Nov 18  2003 ldapjdk.jar
    -rw-r--r--   1 root     root       99600 Nov 18  2003 ldapsp.jar
    -rw-r--r--   1 root     root      241800 Apr 17 06:28 libasock.so
    -rw-r--r--   1 root     root      985712 Apr 17 06:28 libasync.so
    -rw-r--r--   1 root     root      797092 Nov 18  2003 libcyrus.so
    -rwxr-xr-x   1 root     root       16286 Apr 17 06:27 libsetupSDKJNI.so
    -rw-r--r--   1 root     root      659528 Apr 17 06:28 libyasr.so
    -rwxr-xr-x   1 root     root      170480 Apr 17 07:01 multiplexor
    bash-2.05#  -----here's the full install log------
    bash-2.05# more config_20040915195921.log
    Basic Install Successful: doing post installation setup and configuration
    Instant Messaging Server: Setting Instant Messaging Server configuration file options
    Server configuration file "/etc/opt/SUNWiim/default/config/iim.conf" created
    Instant Messaging Server: Configuring Instant Messaging Server system startup scripts
    Created system startup script "/etc/init.d/sunwiim"
    Instant Messaging Server: Configuring Instant Messaging Server to start on system bootup
    Instant Messaging Server: Setting Instant Messaging Server directory and file permissions
    Instant Messaging Server: Starting Instant Messaging Server
    Instant Messaging Server: Product Installation Completed: creating product uninstaller
    Checking for IM and Presence Services...
    Generating /tmp/im_check.xml .
    Done.
    Removing existing IM and Presence services LDAP schema ...
    Success.
    Adding IM and Presence services LDAP schema ...
    modifying entry cn=schema
    modifying entry cn=schema
    modifying entry cn=schema
    modifying entry cn=schema
    IM and Presence services LDAP schema added successfully.
    Importing IM and Presence Services Identity Server Schema...
    Success.
    Adding IM and Presence requests...
    Generating /tmp/im_requests.xml .
    Importing /tmp/im_requests.xml to Identity Server.
    Organization: dc=mydomain,dc=com
    Registered services:
    SunIM
    Organization: dc=mydomain,dc=com
    Create service templates:
    SunIM
    Organization: dc=mydomain,dc=com
    Registered services:
    SunPresence
    Organization: dc=mydomain,dc=com
    Create service templates:
    SunPresence
    Organization: dc=mydomain,dc=com
    Create Roles:
    Organization: dc=mydomain,dc=com
    Create service templates:
    SunIM
    Organization: dc=mydomain,dc=com
    Registered services:
    SunPresence
    Organization: dc=mydomain,dc=com
    Create service templates:
    SunPresence
    Organization: dc=mydomain,dc=com
    Create Roles:
    cn=IM Regular User,dc=mydomain,dc=com
    Organization: dc=mydomain,dc=com
    Create Roles:
    cn=IM Administrator,dc=mydomain,dc=com
    Organization: dc=mydomain,dc=com
    Create Roles:
    cn=IM News Administrator,dc=mydomain,dc=com
    Organization: dc=mydomain,dc=com
    Create Roles:
    cn=IM Conference Rooms Administrator,dc=mydomain,dc=com
    Organization: dc=mydomain,dc=com
    Create Roles:
    cn=IM Allow User Settings Role,dc=mydomain,dc=com
    Organization: dc=mydomain,dc=com
    Create Roles:
    cn=IM Allow Send Alerts Role,dc=mydomain,dc=com
    Organization: dc=mydomain,dc=com
    Create Roles:
    cn=IM Allow Watch Changes Role,dc=mydomain,dc=com
    Success 0: Successfully completed.
    Success.
    Copying property file to /opt/SUNWam/locale ...
    Done.
    Assigning IM and Presence services to existing users ...
    modifying entry uid=amAdmin,ou=People,dc=mydomain,dc=com
    modifying entry uid=anonymous,ou=People,dc=mydomain,dc=com
    modifying entry uid=authlessanonymous,ou=People,dc=mydomain,dc=com
    modifying entry uid=testportal,ou=People,dc=mydomain,dc=com
    Done.
    cp: cannot access /opt/SUNWiim/lib/imService_*.properties
    bash-2.05#

    this is harmless. It happens if you do not install any non en language.

  • Error in updating object SURVEY

    Hi Experts,
    The following error occurs not always but very rarely while updating the notes field or while saving an Activity.
    SAP Note
    The following error text was processed in the system P60:
    Error in updating object SURVEY
    The error occurred on the application server crmpcs2c_P60_09 and in the work process 6.
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    Function: CRM_SURVEY_UPDATE_DY of program SAPLCRM_SURVEY_DU
    Form:CRM_SURVEY_UPDATE_DY of program SAPLCRM_SURVEY_DU
    Form:%_UPDATES_NO_UTASK of program SAPMSSY4
    Form: LOCAL_UPDATE_TASK of program SAPMSSY4
    START-OF-SELECTION of Program SAPMSSY4
    Could you help me in this regard.
    Thanks in Advance.
    I will reward full points to the expert.
    Regards,
    Madhura.

    Hi Gervase,
    No, but there was an associated dump in the transaction SM13.
    Here is the detail:
    Function Module: CRM_SURVEY_UPDATE_DU
    Status: Update was terminated
    Report: LCRM_SURVEY_DUU02
    Row: 94
    Error details   Class: CRM_ORDER_MISC Number: 002
    Error in updating object SURVEY
    Thanks in Advance.
    Regards,
    Gabriel.

  • "An error has occurred:Object reference not set to an instance of an object."

    This error message comes up with a user in InfoView.  The user schedules a report, updates parameters, and the report kicks off successfully.  But then a few minutes later, this error is received.    This occurs sporadically, regardless of the length of time of report or amount of data being retrieved.  Sometimes the report runs to completion.  Other times this error message occurs.
    Has anyone seen this before and have any thoughts?
    Thank you.
    “An error has occurred:Object reference not set to an instance of an object.”

    Are you able to replicate the issue both in Java and .NET InfoView?
    For .NET InfoView, sometimes the "An error has occurred: Object reference not set to an instance of an object" error shows up after the .NET Framework is upgraded to 2.0

  • Error while loading shared libraries: /usr/lib/libwebkitgtk-1.0.so.0

    So, I have a sligtly old computer that I use web browsers like midori on, because they are good for slow computers. Whenever I launch dwb or midori or luakit from the launcher in the Gnome shell, nothing happends. When launching from the terminal (dwb here, it happens for all three) I get:
    dwb: error while loading shared libraries: /usr/lib/libwebkitgtk-1.0.so.0: file too short
    and when installing packages I get:
    ldconfig: File /usr/lib/libjavascriptcoregtk-1.0.so is empty, not checked.
    ldconfig: File /usr/lib/libjavascriptcoregtk-1.0.so.0.16.10 is empty, not checked.
    ldconfig: File /usr/lib/libtotem.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libxvidcore.so.4.3 is empty, not checked.
    ldconfig: File /usr/lib/libwebkitgtk-1.0.so.0.22.8 is empty, not checked.
    ldconfig: File /usr/lib/libjavascriptcoregtk-1.0.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libxvidcore.so is empty, not checked.
    ldconfig: File /usr/lib/libxvidcore.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libtotem.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libwebkitgtk-1.0.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libtotem.so is empty, not checked.
    ldconfig: File /usr/lib/libwebkitgtk-1.0.so is empty, not checked.
    The package installs, and then this prints out.
    What can I do to fix it?
    Note: this happened after a system update
    Last edited by dubble (2014-06-04 20:42:09)

    Alright, I read the thread and preformed
    sudo pacman -Syyf <all packages updated>
    but the option wasn't found (-f)
    so i did
    sudo pacman -Syyu <all packages updated>
    and it spit out several hundered lines consisting of:
    webkitgtk2: /usr/share/webkitgtk-1.0/images/panIcon.png exists in filesystem
    except with different packages and files
    help?

  • Error  while migrating object from PI 7.0 to pi 7.1

    Hi All,
    I am migrating IR and ID object from PI 7.0  to PI 7.1 using file system.
    IR oject got imported sucessfully in ESR but ID after importing when i tried to activate the objects in change list i am facing the following error. Does anyone have any idea about the error.
    Internal error while checking object Communication Channel: | XIXREF_C | File_FileXref_Sender_XrefFlat_CC; see details++
    Attempt to access the 1 requested objects on 1 failed
    Detailed information:
    com.sap.aii.ib.core.roa.RoaObjectAccessException:
    Attempt to read object Adapter Metadata File | http://sap.com/xi/XI/System,
    type AdapterMetaData from application REPOSITORY on++
    system REPOSITORY failed. Object does not exist. Detailed
    informatio n: Software component version with key ID:
    b38bcd00e47111d7afacde420a1145a5 not found (ROA_MOA_NOTCOMPLETED)
    Thanks
    Kasturika Phukan

    Hi Kasturika,
    Check whether the metadata for the particular adapter in the BASIS SWCV exists or not.
    I hope you are refering to the following guide while transferring from PI 7.0 to PI 7.1
    [Move Scenarios from 7.0 to 7.1|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90baf3dd-dbf9-2b10-47aa-ac5f56bb5030]
    Regards,
    Gautam Purohit

  • How to fix CUPS corrupted (Dyld Error Message:   Library not loaded: /usr/lib/libcups.2.dylib)?

    Hello,
    After trying to change my printer settings on CUPS administrator area to allow to share my wirelless printer to my VirtualBox environment (somehow virtualbox doesn't detect my wirelless printer) I notice that this area stop to work. After it I try to update  the CUPS by installing a new version. I admint that I am a newby in unix environment and I downloaded the  CUPS v1.6.1 and installed through the terminal,
    ./configure
    sudo make
    make install
    After restarting apple site no longer opened like also my home page. Other programs also stopped working and always warn about the same error described bellow. I posted my last try which was reinstall my system Snow Leopard (Mac OS X 10.6.8). Does anyone deal with this problem before? How can I reinstall at least the operation system or just fixing this library will solve the problem?
    Note: The reason of using virtualbox is that I need to use a prescribed software that only works in windows environment and since I need to make work in other places the wireless printing is the only viable way to do this.
    Process:    
    Install Mac OS X [58962]
    Path:       
    /Volumes/Mac OS X Install DVD/Install Mac OS
    X.app/Contents/MacOS/Install Mac OS X
    Identifier: 
    com.apple.installassistant
    Version:    
    Build Info: 
    InstallAssistant-480000~1
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [207]
    Date/Time:  
    2013-02-11 01:18:18.198 +0000
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    48784 sec
    Crashes Since Last Report:      
    10094
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                 
    D1A4D697-3F20-4799-9396-A5CEDA61BC62
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /usr/lib/libcups.2.dylib
      Referenced from:
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P rintCore.framework/Versions/A/PrintCore
      Reason: no suitable image found.  Did find:
    /usr/lib/libcups.2.dylib: mach-o, but wrong architecture
    /usr/lib/libcups.2.dylib: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???)
    <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core
    2 Duo, 2.26 GHz, 2 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D),
    Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2160BH FFS G1, 149,05 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N, 7,24 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403,
    0x26500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.),
    0x8213, 0x06110000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.),
    0x0237, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2and

    Here is another option.
    I had the same problem with my Mac OSX System 10.8.4 after update cups from 1.6.2 to 1.6.3.
    I have a MacBookPro with the same system version and copy the libcups.2.dylib file form /usr/lib/ then replace the error file in my other Mac.
    1. Install cups 1.6.2 again
    2. Replace the file libcups.2.dylib in /usr/lib/ directory with this one libcups.2.dylib
    Note: I added the link if you dont have an other mac in the same version available.
    This works for me.

  • Add ABAP program: validating package - error accessing shared objects-area

    When adding a new program or browsing the packages in eclipse i get an "error accessing shared objects-area".
    I can edit, save and run existing ABAP reports, however.
    There was a similar problem here, regarding database procedure proxies but the solution doesn't apply to my problem, i guess. The solution was about creating the shared memory area CL_RIS_SHM_AREA. I can't access the memory area and start the constructor, as it doesn't show up on the monitor.
    ADT 2.28
    Eclipse 4.3
    Netweaver 7.31 SP4 -> is this really compatible with ADT 2.28?
    Thanks in advance for helpful hints,
    Julian

    HI Julian,
    if the area doesn't show up in the monitor, please try to start the constructor in transaction SHMM on your own by selecting the icon 'Start Constructor' as shown in the screenshot.
    Choose CL_RIS_SHM_AREA as area, select 'Default Instance' and 'Dialog' as execution mode. Then press 'Create'. Either this works or the system will tell you the issue with the instance creation (e.g. insufficient shared objects memory - see the other solution description).
    Best regards, Sebastian

  • Error in editing Object Form

    Hi,
    After submitting the request for an application when i click on edit to make some changes in web console the form for editing pops out. When i change the field values and again submit am getting an error like 'Error in editing Object Form .After request is submitted, data canot be added, updated or deleted any further by the requestor'. This happens only for applications which are having a child form. Please let me know the solution for this issue. Thanks in advance.
    Regards,
    Durgaprasad

    I have given permission to all users in the object from. This problem is not happening for all applications. Only for applications which are having child form the problem is there. When i debugged the custom UI code the error displayed in console is 'Error in editing Object Form .After request is submitted, data canot be added, updated or deleted any further by the requestor'. Thanks.

  • Error "Invalid Report Object" when running any CR

    Hi, I have installed BO XI V3.1 and upgraded to 1.4 level.
    However when logged into the infoview app, if i browse to any 2008 report i have uploaded into the enterprise system and double click to run i get the error "Invalid Report Object".
    This is also true if i try to run any report in the Public Folders \ Report Samples folder.
    Nothing will display for me but they run fine in CR 2008, just not via the web tool.
    Any help on this will be much appreciated.
    C.

    Hi,
    Is this issue after you have upgraded to 1.4 or was this issue occurring before?
    Since the reports are running properly in the designer please try to do following steps:-
    1)  Open the report in the designer which is not working in enterprise
    2)  Refresh the report in CR designer
    3)  Save the report back to the enterprise and make sure save with data is checked.
    4)  Now open the report in the Enterprise and check it works or not.
    The reason of doing this is that to generate new PID's for the reports if after the upgrade the PID's have changed or has became corrupt.

Maybe you are looking for

  • Get the parameter from the URL

    Hello I have a problem. I want to know the id that is in the url of an extern site. For example http://www.example.com/employer.jsp?id=1234 Does anybody know how I can get the value 1234 fom the url. I have no idea but it is very important for me. Pl

  • Windows Vista 64 and VPN

    Hi, which possibilities i have to create a VPN Tunnel between a ASA5520 and Windows Vista Enterprise x64? Is possible to use the Windows integrated "Firewall and advanced security"? There it seems to be the possibility to create a IPSEC-Tunnel. The o

  • How do I install Firefox with Windows 7?

    I have Windows 7 and after I downloaded Firefox to my computer and tried to install it a message pops up asking me to log in as administrator or my user name. Since I am the administrator and never set up a password, I try to log in with my user name

  • Reversal of invoice on PO

    Can a invoice be reversed on a PO after the GR/IR clearing has been completed and the invoice has been paid? The payment was a valid payment just against the worn PO. When trying to execute MR8M to reverse invoice, getting error " Document already co

  • Jaggy text when I export to DVD

    My keynote presentation looks perfect in Keynote. I have a title that uses the font "Mona Lisa Solid". The title looks perfect in Keynote. When that text is black, it looks perfect. When it's red, it's jagged. any suggestions? My title has black and