Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. DalliError No Server Availiable

DalliError No Server Availiable

Added by John Jones over 10 years ago

After a new install of CentOS 6.0

I ran the packaged installation and received no errors:

First I log in as root
Second run the services

service mysqld start
service httpd start
service openproject start

Third open firefox:
http://192.168.1.241

The web page opens and try to log in. I receive an error 403 No Auth Ticket.

I run from terminal openproject logs —tail and repeat

the the log produces the following

Connecting to database specified by DATABASE_URL
127.0.0.1:11211 failed (count: 0)
DalliError: No server available
127.0.0.1:11211 failed (count: 1)
127.0.0.1:11211 is down

Just to check if its a firewall issue I shutdown the firewall and repeated the process with the same results.

Anyone know how to fix this issues?


Replies (1)

RE: DalliError No Server Availiable - Added by John Jones over 10 years ago

For anyone who has this issue on a fresh install of CentOS 6.

log in as root.
yum install memcached

You need this to be properly install prior to starting httpd

after its installed correctly

service memchached start
service mysqld start
service openproject start
service httpd restart

afterwards I was able to goto my home pages on the server and log in as admin/admin.

  • (1 - 1/1)
Loading...