Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-782

'service hue status' still show 'failed' after hue is started in SLES

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.5.0
    • 0.5.0
    • rpm
    • None

    Description

      in SLES, do

      pkgtest-sles64-11:~ # service hue start
      Starting Hue web server:                                                                   done
      
      pkgtest-sles64-11:~ # service hue status
      Hue web server is not running                                                              failed
      

      at this moment the service hue is already started, but the status still shows "failed", we can verify hue service started by trying its web GUI or by curl command

      # curl http://localhost:8888/accounts/login/
      
      <!DOCTYPE html>
      <html lang="en">
      <head>
      	<meta charset="utf-8">
      	<title>Hue Login</title>
      	<meta name="viewport" content="width=device-width, initial-scale=1.0">
      	<meta name="description" content="">
      	<meta name="author" content="">
      
      	<link href="/static/ext/css/bootstrap.min.css" rel="stylesheet">
      	<link href="/static/css/hue2.css" rel="stylesheet">
      
      	<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
      	<!--[if lt IE 9]>
      	<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
      	<![endif]-->
      
      	<style type="text/css">
      		body {
      			padding-top: 100px;
      		}
      	</style>
      </head>
      
      <body>
      	<div class="navbar navbar-fixed-top">
      		<div class="navbar-inner">
      			<div class="container-fluid">
      				<a class="brand" href="#">Hue</a>
      			</div>
      		</div>
      	</div>
      
      	<div class="container">
      		<div class="row">
      			<div class="span4 offset4">
      				<form method="POST" action="/accounts/login/" class="well">
      					<label>Username
      						<input name="username" class="input-large" type="text" maxlength="30">
      					</label>
      					<label>Password
      						<input name="password" class="input-large" type="password" maxlength="30">
      					</label>
      
      						<input type="submit" class="btn primary" value="Sign in" />
      					<input type="hidden" name="next" value="/" />
      
      				</form>
      			</div>
      		</div>
      
      	</div>
      </body>
      </html>
      

      Roman, we discussed before, this is a issue you been aware of, but I didn't found the specific jira to report this, so open this one

      Attachments

        Issue Links

          Activity

            People

              rvs Roman Shaposhnik
              dreambird Johnny Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: