digideskio / zotonic

Automatically exported from code.google.com/p/zotonic
0 stars 0 forks source link

Frozen at info @ z_pivot_rsc:251 Executing task: mod_menu:convert_symbolic_names( [] ) #174

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to install Zotonic as per instructions in doc/INSTALL on Ubuntu 
10.10 running Erlang 14B02 and PostgreSQL 8.4
2. First error will timeout while creating table for mod_menu
3. Kill the process and start again and you will hang on the task below

What is the expected output? What do you see instead?
info @ z_pivot_rsc:251  Executing task:mod_menu:convert_symbolic_names( [] )

What version of the product are you using? On what operating system?
Zotonic 0.7 Ubuntu 10.10

Please provide any additional information below.
This problem existed when using Erlang 13B02. Upgrading Erlang did not solve 
the problem. Found a patch on the Google Group that might have been for a 
similar problem. It didn't help.

Original issue reported on code.google.com by shull.an...@gmail.com on 25 Apr 2011 at 7:51

GoogleCodeExporter commented 8 years ago
> 2. First error will timeout while creating table for mod_menu
in postgresql.conf:
fsync = off
synchronous_commit = off

> z_pivot_rsc:251 Executing task: mod_menu:convert_symbolic_names( [] )
This is a normal message from background process. Does enter key works in 
console?

Original comment by hellla...@gmail.com on 26 Apr 2011 at 8:26

GoogleCodeExporter commented 8 years ago
Need more info on this one.

The  mod_menu:convert_symbolic_names( [] ) call has been replaced by a better 
mechanism, by the way.

Original comment by scherpenisse on 28 Jun 2011 at 8:06