Error starting Software Update Manager (SUM) Can't retrieve C library version

Hi,
I am trying to update my SAP Solution Manager 7.1 SP04 to SP11 on a Debain squeeze. I did create a stack.xml and downloaded SUM SP10 (SUM10SP10_4-20006543.SAR)
unpacked location is /usr/sap/S01/SUM
I tried to run ./STARTUP with user s01adm but I got the following error:
<!--LOGHEADER[START]/-->
<!--HELP[Manual modification of the header may cause parsing problem!]/-->
<!--LOGGINGVERSION[2.0.7.1006]/-->
<!--NAME[/usr/sap/S01/SUM/sdt/log/SDTServer.log]/-->
<!--PATTERN[SDTServer.log]/-->
<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %m)]/-->
<!--ENCODING[UTF8]/-->
<!--LOGHEADER[END]/-->
May 6, 2014 3:23:52 PM [Info]: *************************************************
May 6, 2014 3:23:52 PM [Info]: Starting SL Controller listening on port 4241 ...
May 6, 2014 3:23:52 PM [Info]: Starting StorageService ...
May 6, 2014 3:23:52 PM [Info]: Initializing SecurityManager ...
May 6, 2014 3:23:54 PM [Info]: Server certificate fingerprint is 3E 76 23 18 C1 74 AC B9 5D E4 CC 88 BF FE 3A 08
May 6, 2014 3:23:54 PM [Info]: Configuring HTTPManager ...
May 6, 2014 3:23:54 PM [Info]: Starting WebstartService ...
May 6, 2014 3:23:54 PM [Info]: Starting RoleService ...
May 6, 2014 3:23:54 PM [Info]: Starting AlertService ...
May 6, 2014 3:23:54 PM [Info]: Starting NotesService ...
May 6, 2014 3:23:54 PM [Info]: Starting ProcessService ...
May 6, 2014 3:23:54 PM [Info]: Starting MIDService ...
May 6, 2014 3:23:54 PM [Info]: Starting FileService ...
May 6, 2014 3:23:54 PM [Info]: LogService switched off.
May 6, 2014 3:23:54 PM [Info]: Starting MailService ...
May 6, 2014 3:23:54 PM [Info]: Starting services ...
May 6, 2014 3:23:54 PM [Info]: Starting service "UseCaseService" ...
May 6, 2014 3:23:55 PM [Info]: Starting MIDService ...
May 6, 2014 3:23:59 PM [Error]: Can't retrieve C library version.
May 6, 2014 3:23:59 PM [Error]: Error while initializing service context.
May 6, 2014 3:23:59 PM [Error]: Can't initilize sdt service provider
May 6, 2014 3:23:59 PM [Error]: Creation of use case executor failed.
May 6, 2014 3:23:59 PM [Fatal]: Error during controller startup.
May 6, 2014 3:23:59 PM [Fatal]: SL Controller exiting.
This is what /usr/sap/S01/SUM/sdt/trc/DETECT.TRC reports:
<!--LOGHEADER[START]/-->
<!--HELP[Manual modification of the header may cause parsing problem!]/-->
<!--LOGGINGVERSION[2.0.7.1006]/-->
<!--NAME[/usr/sap/S01/SUM/sdt/trc/DETECT.TRC]/-->
<!--PATTERN[DETECT.TRC]/-->
<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %-100l [%t]: %m)]/-->
<!--ENCODING[UTF8]/-->
<!--LOGHEADER[END]/-->
May 6, 2014 3:23:56 PM [Error]:                                                                    com.sap.sdt.dmt.DMTFactoryManager [Thread[main,5,main]]: Property file dmt.properties not found in class path
May 6, 2014 3:23:57 PM [Error]:                                                                  com.sap.sdt.jspm.JspmFactoryManager [Thread[main,5,main]]: Property file jspm.properties not found in class path
May 6, 2014 3:23:57 PM [Error]:                                                                    com.sap.sdt.dmt.DMTFactoryManager [Thread[main,5,main]]: Property file dmt.properties not found in class path
May 6, 2014 3:23:58 PM [Error]:                                                                  com.sap.sdt.jspm.JspmFactoryManager [Thread[main,5,main]]: Property file jspm.properties not found in class path
May 6, 2014 3:23:59 PM [Error]:            com.sap.sdt.tools.sysinfo.unx.UnixDetermineOSInfo.setupUNIX(UnixDetermineOSInfo.java:131) [Thread[main,5,main]]: Can't retrieve C library version.
May 6, 2014 3:23:59 PM [Error]:                                                         com.sap.sdt.server.core.admin.SDTServerAdmin [Thread[main,5,main]]: com.sap.sdt.tools.sysinfo.DetermineOSException: Can't retrieve C library version.
  at com.sap.sdt.tools.sysinfo.unx.UnixDetermineOSInfo.setupUNIX(UnixDetermineOSInfo.java:131)
  at com.sap.sdt.tools.sysinfo.unx.UnixDetermineOSInfo.<init>(UnixDetermineOSInfo.java:64)
  at com.sap.sdt.tools.sysinfo.unx.UnixOSInfoFactory.getOSInfo(UnixOSInfoFactory.java:29)
  at com.sap.sdt.j2ee.services.OSInfoServiceRetriever.retrieveOSInfo(OSInfoServiceRetriever.java:47)
  at com.sap.sdt.j2ee.services.SDTServiceProvider.detectOSInformation(SDTServiceProvider.java:587)
  at com.sap.sdt.j2ee.services.SDTServiceProvider.initServiceContext(SDTServiceProvider.java:414)
  at com.sap.sdt.j2ee.services.SDTServiceProvider.initialize(SDTServiceProvider.java:180)
  at com.sap.sdt.executor.service.ServiceAndBeanProviderFactory.getServiceAndBeanProvider(ServiceAndBeanProviderFactory.java:120)
  at com.sap.sdt.executor.usecase.UseCaseExecutionInitializer.getServiceBeanProviderWrapper(UseCaseExecutionInitializer.java:268)
  at com.sap.sdt.executor.usecase.UseCaseExecutionInitializer.initialize(UseCaseExecutionInitializer.java:155)
  at com.sap.sdt.executor.factory.UseCaseExecutorFactory.createUseCaseExecutor(UseCaseExecutorFactory.java:56)
  at com.sap.sdt.dsu.service.UseCaseService.createUseCaseExecutor(UseCaseService.java:1014)
  at com.sap.sdt.dsu.service.UseCaseService.initDetectUseCaseExecutor(UseCaseService.java:1027)
  at com.sap.sdt.dsu.service.UseCaseService.init(UseCaseService.java:166)
  at com.sap.sdt.server.core.services.Service.start(Service.java:94)
  at com.sap.sdt.server.core.admin.SDTServerAdmin.startServices(SDTServerAdmin.java:1155)
  at com.sap.sdt.server.core.admin.SDTServerAdmin.start(SDTServerAdmin.java:367)
  at com.sap.sdt.server.core.admin.SDTServerAdmin.runServer(SDTServerAdmin.java:847)
  at com.sap.sdt.server.core.admin.SDTServerAdmin.start(SDTServerAdmin.java:217)
  at com.sap.sdt.server.core.admin.SDTServerAdmin.main(SDTServerAdmin.java:126)
  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:597)
  at com.sap.sdt.bootstrap.BootStrap.start(BootStrap.java:169)
  at com.sap.sdt.bootstrap.Startup.start(Startup.java:140)
  at com.sap.sdt.bootstrap.Startup.main(Startup.java:356)
May 6, 2014 3:23:59 PM [Error]:                 com.sap.sdt.j2ee.services.SDTServiceProvider.initialize(SDTServiceProvider.java:184) [Thread[main,5,main]]: Error while initializing service context.
May 6, 2014 3:23:59 PM [Error]: com.sap.sdt.executor.service.ServiceAndBeanProviderFactory.getServiceAndBeanProvider(ServiceAndBeanProviderFactory.java:125) [Thread[main,5,main]]: Can't initilize sdt service provider
May 6, 2014 3:23:59 PM [Error]:           com.sap.sdt.dsu.service.UseCaseService.initDetectUseCaseExecutor(UseCaseService.java:1031) [Thread[main,5,main]]: Creation of use case executor failed.
May 6, 2014 3:23:59 PM [Fatal]:                 com.sap.sdt.server.core.admin.SDTServerAdmin.startServices(SDTServerAdmin.java:1165) [Thread[main,5,main]]: Error during controller startup.
May 6, 2014 3:23:59 PM [Fatal]:                 com.sap.sdt.server.core.admin.SDTServerAdmin.startServices(SDTServerAdmin.java:1166) [Thread[main,5,main]]: SL Controller exiting.
Any idea what could be wrong?
Thanks,
Sven

SUM checks the libc version by parsing the output of 'ldd --version'.
The java code looks like this:
String[] parsedOutput = getCommandOutput("ldd", new ValueIF[] { new StringValue("--version") }).split("libc\\) ");
   if (parsedOutput.length > 1) {
   this.cLibraryVersion = parsedOutput[1];
  } else {
   throw new DetermineOSException("msg.tools.sysInfo.0078");
With newer releases of libc, the output of ldd --version no longer contains a string matching the pattern "libc\\) ", so this fails.
A rather quick-and-dirty workaround:
- rename the ldd executable to ldd.exe
- create the following shell script named ldd in /usr/bin:
#!/bin/sh
if [ $1 == "--version" ] ; then
  echo "libc) 2.17"
else
  /usr/bin/ldd.exe $@
fi
As SUM ignores the PATH variable it is not possible to place the modified ldd into some other directory.
br,
Sebastian

Similar Messages

  • HT1338 hi i am using mac os x 10.5.8 but this os is not supporting few software updates.so how can i get a better version of os?

    hi i am using mac os x 10.5.8 but this os is not supporting few software updates.so how can i get a better version of os?,,this os not supporting google chrome and i tunes 7..

    The next Mac OS version os 10.6.
    Below is a link to some details how you can obtain that for your Mac.
    https://discussions.apple.com/thread/4368218
    After you upgrade to 10.6 and update to 10.6.8 you can buy version 10.8 online at the Mac App Store.
    That will provide the basis for any of the latest software you now want.
    Message was edited by: roam

  • Installation of Sum (Software Update Manager)

    Hello People
    I have a problem with the installation of packets in my system BW in the stack to java.
    The tool JSPM this not working and I opened a message in support sap and they comment that tool for packages update, is  changed per SUM "Software Update Manager"
    I don't have idea of how install this tool or how use this tool.
    Someone has the how to for the installation  this tool.

    Hi Marco,
    You need to read below section
    Using the Software Update Manager (SUM) - SAP NetWeaver Identity Management REST Interface Version 2 - SAP Library
    For guides and documents
    refer - Software Update Manager (SUM): introducing the tool for software maintenance
    Starting the Software Update Manager GUI - SAP NetWeaver Identity Management REST Interface Version 2 - SAP Library
    Once you download the SUM, just uncar it and use above guide to start and run.
    Regards,

  • HT4623 I Can't able to download IOS 7. I n my software update it is giving an error " Unable to check for updates. An error occured while checking for software update". What can be done for this error?

    I Can't able to download IOS 7. I n my software update it is giving an error " Unable to check for updates. An error occured while checking for software update". What can be done for this error?

    Me too having the same thing what's the solution for this how can I update

  • HT1338 Macbook Pro, OS X 10.8.1 when start software update receive error msg NSURLErrorDomain error -1100, pls advise what is this error and how to check software update?

    Macbook Pro, OS X 10.8.1 when start software update receive error msg NSURLErrorDomain error -1100, pls advise what is this error and how to check software update?
    Thank you, best regards
    Sergey

    Several users are reporting a server problem with Software Update. Why not wait and try again later today or tomorrow to see if the problem is resolved.
    If the problem is on your computer then give this a try:
    Fix for Software Update
    See Troubleshooting Automatic Software Update in Mac OS X.
    Delete the following files:
    /Library/Preferences/com.apple.SoftwareUpdate.plist
    /Home/Library/Preferences/com.apple.SoftwareUpdate.plist
    /Home/Library/Preferences/ByHost/com.apple.SoftwareUpdate.xxx.plist where "xxx" is a number.
    /Home/Library/Caches/com.apple.SoftwareUpdate/ (delete entire folder)

  • SCCM 2012 Software Update Management for Windows Servers and how to automatic set SCOM maintenance mode?

    Hi,
    We planning to go one level higher to automat and have more dynamic Software Update Management for Windows Servers. We have SCCM 2012 R2, SCOM 2012 R2 and SCO 2012 R2.
    Our plan is to pur server in an AD-Group to get Update Schedule, from the servers will be importet to an Collection for Automatic Update and reboot. If I understand Everything right SCOM can't read AD-Group and put then in an Schedule maintenance mode. SCOM
    can read reg value as exempel.
    IS there any smar way to make the SCOM Maintenance Mode Schedule dynamic?
    I found this
    http://www.scom2k7.com/scom-2012-maintenance-mode-scheduler/?
    /SaiTech

    You could use Orchestrator to put the servers from a specific collection, or AD group, in maintenance mode in SCOM. For an example see:
    http://www.systemcentercentral.com/orchestrator-how-to-scom-maintenance-mode-for-windows-computers-in-an-sccm-collection/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Plese Help. Me have FAT32 USB, ISO. Boot camp:Can't install Windows Support Software because the Software Update Server "(null)" can't be found. It asks me to network Diagonostics, but internet ok. Plese Help

    Plese Help. Me have FAT 32 USB, ISO, Boot cam say can't install windows support software because the software update server "(null)" can't be found.
    I know there are many other threads, but I guess I couldn't find clear answer to this problem. Is that the Apple's server problem or just me?
    I'm trying to install Windows7 via Bootcamp, with FAT 32 formated USB with ISO, on Macbook air 2012.
    Thanks!

    The problem is the encryption and how your notebook handles it rather than a Time Capsule problem. I had similar problems until I updated the WLAN drivers on my IBM T41.
    The way I convinced myself it wasn't an Apple problem was to connect my IBM T41, via ethernet, to my AEBSn. I was able to connect to internet so I knew it was a conflict between my wireless card and the AEBSn.
    I am now using the WPA2 encryption for the AEBS without issue and connecting many different types of hardware; three iPod Touches, two MSI Wind Netbooks (Win XP SP3), one IBM T41 (Win XP SP2) wirelessly and both my 20" iMac and Dell 8250 Win XP (SP2) by ethernet
    The MSI Winds are brand new and they would connect to the AEBSn but couldn't get an IP address from the internet (Limited or No Connectivity error message). The AEBSn was using WEP encryption. After doing a little research I found that WEP was a very common cause of this error message so I switched the AEBSn to WPA2 and everything works fine now.
    Don't assume that because you can't connect via OPEN it isn't a encryption issue because my Winds wouldn't connect that way either...it wasn't until I changed to the WPA2 Personal that they connected.
    You may also need to change the program that handles the WLAN connection, sometimes Windows handles it better but for the newest addition to our household, the MSI Winds, I am using the Realtek utility that matches the WLAN card and everything is hunky dory...
    Finally sometimes firewalls will prevent getting the IP address...doesn't happen often but it has happened to me so I would double-check that by turning off the Windows Firewall and just verify that it isn't the firewall (that's never been a problem with my Apple AEBSn but it was a problem with an older Dlink g model).

  • Unkown error during software update... What's happening?

    Last night I set my iphone up for an update. It first decided to backup itself... Which took ages, so I went to sleep leaving the process on.
    When I woke up in the morning, it said "Update is failed due to an unkonwn error"... something along those lines anyway.
    Now my iphone does not start, itunes does not recognize it as well.
    Since I have got it, everyday, I am coming to realize another thing that is wrong with this phone... It really *****! It is the second last worst phone I had ever used in my life, if not the worst!
    Itunes never sync properly, it is either my calender or songs that are left out...
    Somebody please advice something so it starts to work out...
    (For those who don't have an iphone yet; NEVER BUY ONE. IT IS A GREAT HARDWARE BUT SOFTWARE IS HORRIBLE

    Hello,
    Regarding the error in software update: It just means you lost your internet connection, but it was the fault of something on your side, not Apple's side. Try again later, or better yet, try it somewhere else. Sounds like your internet setup (your router, modem, etc) is having problems.

  • It wont let me delete my apple software update so i can download the new version of itunes, it say cannot find the folder

    it wont let me delete my apple software update so i can download the new version of itunes, it say cannot find the folder

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the thingy):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Apple Software Update entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • The update "MacBook Pro (Mid 2012) Software Update 1.0" can't be applied

    When trying to update my new Macbook Pro with Retina through Apple's software update application, I get the error:
    The update "MacBook Pro (Mid 2012) Software Update 1.0" can't be applied
    The update could not be expanded, and may have been corrupted during downloading.
    I've already went through the process twice to download this update.

    Same type of error, but getting 90% downloaded and error message that the update cannot be saved. But it then goes to the screen to apply, but with 90% only - no instructions that it will only download 90% and the rest will come during the update - not going to apply. 

  • HT1338 Help since installing latest software updates I now can't open safari????

    Help since installing latest software updates I now can't open safari????

    Hi Stewartirl,
    Welcome to the Support Communities!
    Are you only having issues opening Safari? Are you able to connect to the internet with other Browsers or using Mail?
    The article below is a good starting point for troubleshooting.  I'd start by plugging in an ethernet cable and restarting the computer.  If the wired (LAN) connection works, then unplug the ethernet cable and continue troubleshooting the wireless connection.
    Solutions for connecting to the Internet, setting up a small network, and troubleshooting
    http://support.apple.com/kb/HT1714
    Cheers,
    - Judy

  • Purchased books do not show up on my Kindle app since the software update.  how can I fix?

    purchased books do not show up on my Kindle app since the software update.  how can I fix?

        I love reading books on my phone, nubi. So I understasnd your desire to get this resolved in a timely manner. Unfortuantely, this is not something that Verizon supports. I would suggest reaching out to application developer. They should be able to provide you with some insight. Have a great day.
    ChaunceyM_VZW
    Follow us on twitter @VZWSupport

  • Can anyone tell me where to download Englsih cersion of Bonjour and Apple Software Update. Currenely I   only obtain the Mandarin version and would like to install on my D: drive, rather than default to C. Thanks

    Can anyone tell me where to download English version of Bonjour and Apple Software Update. Currently I
    only obtain the Mandarin version aI am trying to install on my D:\ drive, rather than default to C:\.
    Thanks.

    This would be a better question for the iTunes forums.
    https://discussions.apple.com/community/itunes
    B-rock

  • How do I update my iPad 2 to iOS 5, I tried going to settings,general ,software update but I can't seem to find the software update button pls help :)

    How do I update my iPad 2 to iOS 5, I tried going to settings,general ,software update but I can't seem to find the software update button pls help :)

    Go to Settings > General > About and see what iOS version you are running.  If it is lower than 5, you won't find the software update button.  It was added when iOS 5 came out.  The current iOS is 5.1.1.  To update to the current OS, you'll need to connect to the computer you sync with (this is important - do not connect to a computer you do not sync with as you will lose you apps) and update the software in iTunes.  Once you have updated to the 5.1.1, the software update button will be in Settings going forward.  Make sure you have a lot of time.  Updating from below 5 to 5 or higher is a somewhat lengthy process.
    This link will provide the guidance you need:
    http://www.macworld.com/article/1162925/how_to_upgrade_your_ios_device_to_ios_5. html

  • Error during software update, slow browsing speed and maximum force quits ?

    I have a mac book. Today i was doing software update, it gave me an error "operation could not be completed, connection reset by peer" ? now what does that mean?
    I had recently downloaded open office application which i have deleted it. Further my internet browser are so slow that i feel surfing in stone age.
    Besides, i have seen my system is getting pretty slow and i have to use force quit as some operation do not respond to the request.
    What to do?

    Hello,
    Regarding the error in software update: It just means you lost your internet connection, but it was the fault of something on your side, not Apple's side. Try again later, or better yet, try it somewhere else. Sounds like your internet setup (your router, modem, etc) is having problems.

Maybe you are looking for

  • Bpartner - Link between customer and vendor if its the same face

    Hello As I understood the primary idea to keep all business partners together is to make a link between differant roles of the same partner (like link customer and vendor if its the same face). Please correct me if I am wrong. The questions is : how

  • No orientation option on iOS 7 IPad 2

    Whether it's different on iPad 2 I'm not sure but on the control center there's no lock orientation option? On the home screen it's permanently on landscape and switches to portrait on everything else.

  • Syncing lyrics to iphone using itunes 9 problem

    hi, i am trying to sync my lyrics from itunes to my iphone. and the lyrics wont sync on. i know how to sync lyrics but this particular song has a permanent website thats posted on the lyric section saying "www.j-pop.cn" i can change the lyrics on te

  • Folio order in a multi folios application

    I've 8 folios ready to be published in my multi-folio app. But when I published them, they appear in a random order instead of in the publication time order. How can I fix this ?

  • FileSaveService and StringBufferInputStream and jdk1.5

    For anyone who's seen the examples, What do we do about the deprecation of th StringBufferInputStream for jdk1.5? None of the examples I've found show an alternative to StringBufferInputStream for saving data through the FileSaveService. Any help is