Anyone running WCS 6 on CentOS 5?

I ran into an issue when trying to install and run WCS 6.0.132.0 on a clean install of CentOS 5 (2.6.18-194.3.1.el5.centos.plus)
After successfully installing WCS using the option "-DCHECK_OS=false" I tried to start the WCS service with the startupscript as root, but got the following error:
[root@wcs WCS6.0.132.0]# ./StartWCS
Starting WCS
The Server seems to be unavailable. The possible reasons are
1. The server is not running yet.
2. The server is hanging.
3  The server has crashed.
If the server has crashed or is hanging
Please report the issue and follow the instructions to restart it.
1. Run StopWCS to stop all WCS processes.
2. Run StartWCS to start the WCS server.
3. If the server still fails to start, or you still get this
   message, then reboot the machine.
failed to start WCS on startup Health Monitor
Failed to start WCS.  Check hm_launchout.txt for details.
Log files are located under webnms/logs in the WCS install directory.
[root@wcs WCS6.0.132.0]# cat webnms/logs/hm_launchout.txt
JAVA_HOME=./../jre
Starting Health Monitor as a primary
Checking for Port 8082 availability... OK
Starting Health Montior Web Server...
Health Monitor Web Server Started.
Starting Health Monitor Server...
Health Monitor Server Started.
[root@wcs WCS6.0.132.0]#[root@wcs logs]# cat launchout.txt
Invalid OS version detected, can not start Xvfb.
JAVA_HOME=./../jre
Checking for Port 21 availability... OK
Checking for Port 8456 availability... OK
Checking for Port 8457 availability... OK
Checking for Port 1299 availability... OK
Checking for local Port 1299 availability... OK
Checking for Port 6789 availability... OK
Checking for local Port 6789 availability... OK
Checking for UDP Port 69 availability... OK
Checking for Port 8005 availability... OK
Checking for UDP Port 162 availability... OK
Checking for Port 8009 availability... OK
Starting RMI registry on port 1299
Registry started.
DB is already started
Starting NMS Server...
the only error I can interpret is the "can not start Xvfb", but my google foo does not yield any results for this issue, so:
Anyone here successfully running this configuration?
Best regards
-LA
PS: I do realize this is not a Cisco supported OS, but I would like to try it before falling back to RHEL

Editing /etc/redhat-release should allow WCS to start.  I run ours on CentOS 5 and I had to make this change.
Just comment out the CentOS line and add the Red Hat line below.  You will probably need to be root to do this and
it may require a restart.  Also after running updates for CentOS I have notice that the file usually changes back
and WCS does not start again.  I keep a copy of the file on the server desktop and copy it over after the updates.
I have not notice any issue with running it on CentOS, just thought I would throw that out there.
Cheers!
Eli
Red Hat Enterprise Linux Server release 5 (Tikanga)
#CentOS release 5.4 (Final)

Similar Messages

  • Requesting Windows Experience Index scores from anyone running WIN 7 on either current-model 13" MBPs... Thanks!

    Requesting Windows Experience Index scores from anyone running WIN 7 on either current-model 13" MBPs... Thanks!

    Hi mchainmchainmch,
    I am sorry, but to get your issue more exposure, I would suggest posting it in the commercial forums, since this is a commercial product. You can do this at http://h30499.www3.hp.com/t5/Business-PCs-Compaq-Elite-Pro/bd-p/bsc-271
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Has anyone run into the problem of downloading or opening an E.pdf file? I am running on 10.6.8 and am unable to open the file. Any suggestions?

    Has anyone run into the problem of downloading or opening an E.pdf file? I am running on 10.6.8 and am unable to open the file. Any suggestions?

    That crash appears to be casued by the Facebook plug-in.
    Create a new account (systempreferences -> accounts or Users & Groups on 10.7 and 10.8), make a new Library in that account, import some shots  and see if the problem is repeated there. If it is, then a re-install of the app might be indicated. If it's not, then it's likely the app is okay and the problem is something in the main account.

  • The iPhone cannot be synced. Unknown error (13019) - anyone run into this?

    The iPhone cannot be synced. Unknown error (13019) - anyone run into this?

    Stephen's got you covered.
    I've also seen the following reported cause/workaround:
    After several Google searches I found the iPad syncing problem to be caused by iPhoto 9.4 not handling the & correctly in names. It's not recognizing them as & which is causing problems with XML. You can manually change them or wait for Apple to issue a fix to iPhoto 9.4. I started to do the manual fix & I just have too many to change.
    (Manual renaming isn't going to be an easy/good workaround for a bunch of folks, though.)

  • Is anyone running Photoshop CS6 on a Windows Vista 32 bit machine  without problems

    Is anyone running Photoshop CS6 on a Windows Vista 32 bit machine  without problems? I have over 400 GB,s  free disc space (c drive) and still am getting lots of errors and program closing problems.  I do not have USB3 on my machine so if I purchased a few 256  GB ssd drives would this help it from crashing?
    Thank you in advance for any guidance.
    Message was edited by: jackg032

    jackg032 wrote:
    Is anyone running Photoshop CS6 on a Windows Vista 32 bit machine  without problems? I have over 400 GB,s  free disc space (c drive) and still am getting lots of errors and program closing problems.  I do not have USB3 on my machine so if I purchased a few 256  GB ssd drives would this help it from crashing?
    Thank you in advance for any guidance.
    Message was edited by: jackg032
    Jack, as Curt has suggested, available drive space comes well down the list regards a happy experience with Photoshop.   You have also asked a self-defeating question, because the fact you are running Vista, and a 32bit version at that, more or less precludes the ability to run without problems.
    Windows 7 was billed as the first MS OS to need less system resources than its predecessor.  If your system hardware will support 64bit, then consider paying $90 for an OS upgrade  What is your system out of interest?  I have a feeling you are running with just 2Gb RAM, which just isn’t enough.  Post your specs or make and model, and I am sure you’ll get some help with what your mainboard will handle by way of RAM and whether it will support 64bit.

  • ATT anyone running Fedora Core 4

    Can anyone running Fedora Core 4 please compile and run the following code several times and post the output here.
    import java.math.BigInteger;
    import java.security.SecureRandom;
    class RndTest {
        public static void main(String[] args) {
            SecureRandom rnd = new SecureRandom();
            for (int i = 0; i < 10; i++)
                System.out.print(new BigInteger(5,rnd) + " ");
    }Originally posted http://forums.java.sun.com/thread.jspa?threadID=230198 but I have yet to receive a response, hence hope posting in a high traffic forum may get one...
    Cheers

    I tried it on FC4 with two different versions of java. The GCJ version has the problems you mention. Sun's JDK 1.5.0_05 worked fine.
    GCJ output:
    [brh@jupiter ~]$ java -version
    java version "1.4.2"
    gij (GNU libgcj) version 4.0.1 20050727 (Red Hat 4.0.1-5)
    Copyright (C) 2005 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    [brh@jupiter ~]$ java RndTest
    0 31 12 21 21 16 8 24 15 20
    Sun's 1.5.0_05 output:
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java -version
    java version "1.5.0_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_05-b05, mixed mode)
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    5 17 18 1 29 30 11 0 20 5
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    29 31 22 22 25 15 29 9 4 27
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    27 2 12 9 18 30 18 20 22 18
    [brh@jupiter ~]$ jdk1.5.0_05/bin/java RndTest
    30 7 1 16 27 22 22 21 15 17

  • Anyone Running Aperture 3, One library with 150,000+ Photos?

    Would like to now if anyone is running Aperture 3 with a very large Library? Ideally I would like to hear from anyone running one library with 150,000 images or more. I'm planning to Import just short of 200,000 images and I'm hoping it will handle it. If anyone responds I would be grateful for mac specs as well. . Thanks for your input in advance.
    www.naturalexposures.com
    Aperture Applets Blog Posts

    You'll not have any trouble with most processes on any dual-core 2GHz Mac with 4 or more GB RAM.  (With only 4 GB, you shouldn't run any other programs when Aperture in running.) 
    Sharing Previews is a no-no (but IME it is the single biggest bog-field in the app).  Load time will go up.  Faces may become slow.  It will take A LONG TIME (days) for Aperture to finish all its initial internal processing.  Search the forum for general suggestions on keeping Aperture running well.
    I built up a test library of 250,000 images just to make sure.  I was able to run this Library off of an external FW400 drive (the whole Library, not just the Masters) on a 2.3 GHZ dual-core laptop w. 4 GB RAM.
    I have since put together a database of 350,000+ images.  It runs fine.  I'd say it runs "normal" on all machines, as long as operations are kept to 100 images or so.  Relocating a quarter-million Masters will take some time.  Moving 10,000 images into new Projects, or moving those Projects into new Albums, can take a few minutes (but under ten).
    You should set aside a week for the import and all the processing.  I strongly suggest turning Faces off until the Library is structured and working (you've made most major changes and you've not stumbled across any glitches).  Then you can turn Faces on and let it run in the background for a few days.  I suggest NEVER turning on "Share Previews".  YMMV.
    My experience w. a 350,000 image Library leads me to believe that it could handle 10x that.  The breakdown of the work seems to have been well-engineered to fit the currently available pipelines.  But -- the faster your machine, the faster Aperture will run.  Tony Gay and I compared his PowerMac with my MacBookPro for some Aperture tasks -- his was twice as fast.
    Message was edited by: Kirby Krieger

  • When downloading the trial, has anyone run into download issues?

    when downloading the trial, has anyone run into download issues?

    I remembered we have weird permission issues at work. Somewhere between my Home Windows 8 machine(horrible permissions issues with network), my home mac, email and my work computer, some permission got out of whack. The workaround for this was copying the file to my desktop, back to the exact same spot on the network. This resolved all issues.

  • Is anyone running a OCZ Core SSD?

    I have an inconsistency running a OCZ Core SSD with my K9A2 CF.With a regular HDD Samsung HD321KJ no problem whatsoever.
    Sometimes the OCZ Core is very fast and sometimes so slow I get a freeze/hiccup for just a split second.
    File copy goes sometimes with >80MB/s and sometimes with KB/s 
    I've made a support ticket with OCZ. It could be the drive is just faulty.
    Is anyone running a OCZ Core SSD?
    I have a K9A2 CF BIOS v1.7

    Quote from: AaronYuri on 23-July-08, 06:01:08
    Sake also keep in mind that the SB600 is a mediocre SB. SSDs should show it's lack of performance.
    Well, the OCZ NON-Core works just fine with SB600. MSI K9A2 Platinum.....
    http://www.anandtech.com/storage/showdoc.aspx?i=3311&p=3
    The SB600 even has higher max throughput as the MCP51...
    It's not performance but occassional short freeze with the SB600 that it makes feel perform mediocre with the MLC based SSD.
    So IMHO pure a matter of compatibility.
    Quote from: Stu on 23-July-08, 05:59:20
    Sorry, but we're all users like you, no MSI staff here. If you want to contact MSI support about it, you'll need to open a ticket at http://ocss.msi.com.tw
    I've contacted MSI. That's no help. I'd guessed that. Obviously not tested (yet) and a matter of luck that it works out of the box.

  • Battlefield 1942 Anthology issues... anyone run into same issues???

    Alright peep's. It's that time when I look for a little insight.
    I've got a stackload of PC games I said I was going to knock out when I had time. The issue I'm having is regarding Battlefield 1942. I got the boxset with all the expansions a few months back. I installed it and it went through properly. I configure the game to run with everything turned on and maxxed out, it begins to load. The issue I have then is when I try and select a spawning point, the game just locks up where I need to do a hard reset. I've got the latest update preinstalled even tried bringing down the resolution. The game actually worked once and was playable @ 1024 x 768 for about 8 minutes, then the game locked up again. I tried factory defaults and got no where. I recall reading somewhere else that some older games have issues with SLi. I just can't find that article with games listed. Is anyone running BF 1942 or has it installed without any issues with an SLi rig??? Any insight will be appreciated. I'd like to play a former game of the year on my PC and knock it out amongst my "Games to finish" list.
    BTW, since I couldn't get that game to run I installed Half-Life 2. Sick friggin' game. Awesome. Knocked it out in four nights. I think I'll get the expansion when it comes out in May. I'm now playing Star Wars: Republic Commando. Not bad for a FPS but I've played better.
    LPB

    Two things:
    1- I understand that this is a HARDWARE based messageboard. All other software and games work A-O-K. This is an exception so it would point to some sort of possible HARDWARE conflict with older SOFTWARE now, huh???
    2- Thermaltake 680w with SLi connectors.
    Realistcally, I'm not trying to be a smart a$$. I brought it up here because I know CoD is a popular game that many have gone through it like water. I posted because I've seen others with driver issues, software and/or OS conflicts, uncertainities, etc., and I laid out some wisdom and advice. Think I'm lying? Try reading a few boards regarding the K8N Diamond Plus, Sound Blaster XFi, video card issues, RAM questions, heck even overclocking. I'm still leaving feedback on EVGA's messageboard and I don't even own their motherboard anymore.
    All in all, I'm looking for help and a solution just like everyone else. And if you don't think that me being adult enough to ask for help then please just don't post any bulletins or feedback since I guess you get things to run flawlessly and you need no help whatsoever.
    And to others who actually made a positive contribution, thank you genuinely.
    LPB

  • Has anyone run into issues upgrading to ios 8.1.3?

    has anyone run into issues after upgrading to IOS 8.1.3 on the iphone 6 plus?

    Call Apple support -- or send at least send feedback
    http://www.apple.com/feedback/>Apple - Feedback
    Also try internet search as there are other blogs/magazines that have forums going with possible solutions to issues
    One is - and they probably have articles on the IPHONE6
    http://appleinsider.com/articles/14/09/26/ios-8-tells-you-what-app-is-draining-y our-iphones-battery

  • Anyone running a Nvidia GTX680 Mac Edition in there Mac Pro

    I was thinking of putting this card in 3.06 12 core, and my son's 2008 2.8 8 core. Is anyone running this card? Does it play nice with both OSX, and Windows?

    The people that are you will find on MacRumors and thread like the one on X-Plane. You do need Mountain lion.
    GTX 680 (2 or 4MB VR) and X-Plane 10 ( 1 2 3 4 5)
    GTX 680 4GIG model and power requirements (MP 4.1)?
    GTX680 Or Sapphire 7950?
    Barefeats tested those too:
    May 10th, 2013 -- Do the newest GPUs run faster on the 2010 Mac Pro than on the 2009 and 2008 Mac Pro?
    April 26th, 2013 -- PART THREE: EVGA GeForce GTX 680 Mac Edition versus the 'Sharks' (insane GPUs like the GeForce GTX 580 Classified and GTX 690)
    April 18th, 2013 -- PART TWO: EVGA GeForce GTX 680 "Mac Edition" Versus Past and Present Mac GPUs running Pro Apps
    April 16th, 2013 -- PART ONE: EVGA GeForce GTX 680 "Mac Edition" versus Past and Present Mac GPUs running OpenGL accelerated Games and Benchmarks
    Would have thought you have been around here long enough to have seen these.

  • Windows server running WCS crashed after update

    We installed SP2 and some other updates on our Windows 2003 server that was running our WCS. Has anyone had a problem like this. I do not know what the updates were as I am not admin for that box. I can find out if need be. These would be the most recent updates, though.
    konrad

    We have Winodws Service Pack 2. We have not seen such problems. Probably try to uninstall and reinstall it. Try installing it as a application rather as a apllication.By default it is installed as Service. It might contradict cisco's recommendation but it worked for us. But the only difference is you will have to start the service manaully and have the window minimzed each time you restart the service. Refer URL http://cisco.com/en/US/docs/wireless/wcs/4.0/configuration/guide/wcswst.html#wp1062030

  • Anyone running UPK 3.5 (Server) on Windows 2003-64 bit?

    I am trying to install UPK 3.5 Server on Windows 2003-64 bit, with the Oracle 11g client, connecting to an 11.1.0.7 Oracle database that's on a remote server. The installation is failing with a connectivity error that I suspect is related to the 64-bit configuration. But before I throw in the towel and revert to Windows 2003-32 bit, I thought I'd see if anyone out there is successfully using the 64-bit version who can help me out.
    Thanks in advance for your assistance,
    Janene

    Ok, So I am finally able to install UPK 3.5.1 on Windows 2008 Server 64 bit.
    My database sit on linux machine which is OEL 5 64 bit.
    Now , I am facing different issues :( .. like windows authntication and user privilges even though the user i am using in installer has SYSDBA privilges still it doesnt take it
    installation guide is pathetic .. sorry to say ..
    my solution was this ..
    The development team has gotten back to me. They have requested stated the following:
    "This error is an Oracle message. We have addressed this particular error a few times. The error message indicates that our installer is not finding an Oracle ODBC driver to use to make the connection. The installer looks in the registry for the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers key to find any with "Oracle" in the name to try connecting with. Please get a screenshot of this registry key."
    If the registry is empty, please attach the screenshot and navigate to: http://www.oracle.com/technology/software/tech/oci/instantclient/index.html.
    Unzip the 32 bit into C:\Oracle\instantclient_11_1_X32 folder. You have to unzip both the instantclient-basic-win32-11.1.0.6.0.zip and instantclient-odbc-win32-11.1.0.6.0.zip.
    After unzipping, run the odbc_install.exe this will install and register the driver for the 32 bit into the (HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\ and HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\ODBC Drivers).
    thanks guys .. please always share ur solutions..

  • Has anyone run into the I/O error 52 when trying to load something from a relative path in extend script?

    I'm having issues when loading something in a relative path through a script, on my computer I have no issues, but on 2 other devices at work, it's not working. Even at home on a PC and mac I haven't run into problems, anyone have insight on this?
    Here's where it fails:
    #include common.jsx
    It's loading this in the same path another script is called from. Thoughts?

    I remembered we have weird permission issues at work. Somewhere between my Home Windows 8 machine(horrible permissions issues with network), my home mac, email and my work computer, some permission got out of whack. The workaround for this was copying the file to my desktop, back to the exact same spot on the network. This resolved all issues.

Maybe you are looking for

  • I accidentally set my iPhone 5S as my old iPod touch 4th generation, how do I get my phone back?

    I just got an iPhone for the first time and I went to plug it into my mac book air and when I went to sync it I accidently clicked to have it restore as my old 4th Generation iPod touch. well this wiped out my contacts and everything from my iphone.

  • IMessage won't work on iPod 5G iOS 7

    I have had this problem since I bought the iPod. I go to use iMessage and it won't send the messages. I sent them to other Apple products and it just loaded for a long time and then said there was an error. It does this every time and is very inconve

  • Archive log files are not being created

    I am doing some testing of the backup and recovery of our databases. I have a database which is in archive log mode. I have added some records to a table and I am expecting to see some archive files being written to but nothing is being produced. We

  • Problem with http - serverlet interaction?

    Hi. I'm having a bit of problem with a HttpURLConnection. First of all, this isn't something I'm especially knowledgeable in, so.. Basically, I'm requesting a page that carries a token used for validating a form submission to prevent multiple posts.

  • Setting of bluetooth

    how to start bluetooth setting device