Re: Etherpad stuck on loading....

423 views
Skip to first unread message

John McLear

unread,
Sep 18, 2012, 11:12:23 AM9/18/12
to etherpad-open-...@googlegroups.com
Try run it as root

If that doesn't work try rm -Rf src/node_modules

then run it again (bin/run.sh)

On Tue, Sep 18, 2012 at 2:12 PM, Rafael Nathan <rafina...@gmail.com> wrote:
Hi,

Greeting !!!!


I've been trying to install Etherpad Lite on my test server from a couple of days. Simple to install I am always stuck on loading infinitely.

I have node.js node-v0.6.8  installed.

Here is the output of the run.sh script :

root >> su soft ./bin/run.sh
Ensure that all dependencies are up to date...

Ensure jQuery is downloaded and up to date...
Clear minfified cache...
ensure custom css/js files are created...
start...
[2012-09-18 07:58:51.513] [INFO] console - Installed plugins: ep_etherpad-lite
[2012-09-18 07:58:51.515] [WARN] console - Can't get git version for server header
ENOENT, no such file or directory '/home/soft/Etherpad/.git/
HEAD'
[2012-09-18 07:58:51.515] [INFO] console - Report bugs at https://github.com/Pita/etherpad-lite/issues
[2012-09-18 07:58:51.518] [INFO] console -    info  - 'socket.io started'
[2012-09-18 07:58:51.521] [INFO] console - You can access your Etherpad-Lite instance at http://1.1.1.1:9001/
[2012-09-18 07:58:51.521] [INFO] console - The plugin admin page is at http://1.1.1.1:9001/admin/plugins
[2012-09-18 07:59:11.542] [INFO] http - 200, GET /
[2012-09-18 07:59:12.098] [INFO] http - 200, GET /static/custom/index.css
[2012-09-18 07:59:12.236] [INFO] http - 200, GET /static/custom/index.js
[2012-09-18 07:59:12.739] [INFO] http - 200, GET /favicon.ico
[2012-09-18 07:59:13.475] [INFO] http - 304, GET /favicon.ico
[2012-09-18 07:59:13.674] [INFO] http - 200, GET /p/K53JPGr1ny
[2012-09-18 07:59:13.948] [INFO] http - 200, GET /static/custom/pad.css
[2012-09-18 07:59:13.959] [INFO] http - 200, GET /static/css/pad.css
[2012-09-18 07:59:14.071] [INFO] http - 304, GET /favicon.ico
[2012-09-18 07:59:14.477] [INFO] http - 200, GET /static/img/loading.gif
[2012-09-18 07:59:14.477] [INFO] http - 200, GET /static/img/leftarrow.png
[2012-09-18 07:59:14.916] [INFO] http - 200, GET /static/js/require-kernel.js
[2012-09-18 07:59:16.163] [INFO] http - 200, GET /static/custom/pad.js
[2012-09-18 07:59:16.164] [INFO] http - 200, GET /static/img/etherpad_lite_icons.png
[2012-09-18 07:59:16.186] [INFO] http - 200, GET /javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define
[2012-09-18 07:59:16.189] [INFO] http - 200, GET /javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define
[2012-09-18 07:59:17.499] [INFO] http - 200, GET /javascripts/lib/ep_etherpad-lite/static/js/rjquery/index.js?callback=require.define


Is this information enough to debug the data ???

Thanks in advance.

Regards,
Rafael Nathan


John McLear

unread,
Sep 23, 2012, 7:36:45 AM9/23/12
to etherpad-open-...@googlegroups.com
Few things to try..

Get the latest nodejs from nodejs.org

Use git to clone the read only repository: (You may need to install git)

Then once clone is complete do
git checkout develop

That will give you our development branch whicn includes various bug fixes for this issue.



On Sat, Sep 22, 2012 at 9:24 AM, Rafael Nathan <rafina...@gmail.com> wrote:
Hi,

Well that did not work for me.

Here are my installation steps:
yum -y install openssl-devel

downloaded NodeJS from here :
http://nodejs.org/dist/v0.6.8/

unzipped and ./configure && make && make install

All done well

Downloaded Etherpad lite unzipped it at /home/user

root> cd etherpad
root> ./bin/installDeps.sh

executes well with some GET and some 300 or 200

changes to settingg.json to suit mysql and IP

root> ./bin/run.sh

That's it.

I visit http://ip:9001 > Click on New Pad and boom its stuck again on loading.

Am I missing somthing?



Reply all
Reply to author
Forward
0 new messages