• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Server + Client @ 1.4.2 & Guide

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 13, 2010
Messages
5
Reaction score
0
HELLO ... I have problems ... I downloaded "ubuntu-10.04.1-server-i386.iso" and "VMware"!
1 - mount the file "ISO" WITH VMWARE
2-A installations STARTED!
paso 1.JPG - Server + Client @ 1.4.2 & Guide - RaGEZONE Forums
3-then I see this window ... I press the "yes" xq "no" does not work
paso 2.JPG - Server + Client @ 1.4.2 & Guide - RaGEZONE Forums
4 - continuing with the installation until it finishes and restarts
5-A last entry into the console ... I type in username: root password: root and does not work (I remembered that prior to the installation I had to write a user name and password)
6-I put my username and password created can move ... but none of the command worked
final.JPG - Server + Client @ 1.4.2 & Guide - RaGEZONE Forums
somebody tell me that I am wrong ... or give me a hand! I am Argentine ... sorry for my bad English! I hope you help me thanks
:*::*::*::*::*::*::*::*::*::*::*::*::*::*::*::*::*::*::*::*:....
 
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,567
Reaction score
322
try root - not other user -> other user -> need: " sudo " > sudo apt-get update

---------- Post added at 10:33 AM ---------- Previous post was at 10:32 AM ----------

btw: " Login as root with the root password that you had set during installation " < read the guide carefully
 
Black Magic Development
Loyal Member
Joined
Apr 29, 2010
Messages
2,170
Reaction score
600
try root - not other user -> other user -> need: " sudo " > sudo apt-get update

---------- Post added at 10:33 AM ---------- Previous post was at 10:32 AM ----------

btw: " Login as root with the root password that you had set during installation " < read the guide carefully

On Ubuntu logging in as root is disabled by default, you make a user account with sudo permissions instead, and quite honestly I do think that is a relatively good practice as most of the time you don't need root's 'override all permissions' which can easily break your machines install if you aren't careful with your commands

To actually be able to login as root on Ubuntu you have to do sudo passwd root...
 
Last edited:
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,567
Reaction score
322
" On Ubuntu logging in as root is disabled by default " its not true btw > install ssh server > " sudo passwd root " > give passWD and login at root in ssh shell [ login musst disabled by user > on default always on ... ]
 
Joined
Oct 14, 2009
Messages
5,493
Reaction score
2,299
...no the root account really is disabled by default in ALL Ubuntu installations. When you run 'sudo' you're using your account with " root privileges "

and this is why you must "sudo passwd root" to assign it a password (or "activate it"), because default installation -- logging in is root is prohibited (via not having a password).
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
you cant "wget" from mediafire cuz it dont gives direct link to file like dropbox.

but sure, if you have problem to download with wget, try to download from your favorite downloader and upload the file to your server with filezilla or winscp.
 
Newbie Spellweaver
Joined
Dec 13, 2010
Messages
5
Reaction score
0
:*::*::*::*::*::*::*::*::*::*::*::*::*::*::*::*::*:
PROBLEM
:thumbup1:COMMAND # ~: wget http://dl.dropbox.com/u/13040933/PW...n: [ATTACH]83463._xfImport[/ATTACH] HELP PLIS
 
Last edited:
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
the "V" mean "verbose". It doesn't matter with his error.
 
Newbie Spellweaver
Joined
Dec 13, 2010
Messages
5
Reaction score
0
Hello ... try to do everything ... =( with COMMAND ~: tar -xf PWServer.tar.bz2 and also with COMMAND ~: tar-xvf PWServer.tar.bz2 and download it again ... but it did not work ... says the file is corrupted or something so ... = ( :*::*::*:

Dibujo.JPG - Server + Client @ 1.4.2 & Guide - RaGEZONE Forums

:thumbdown:
 
Last edited:
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Ok.... follow that:

command~: apt-get install openssh-server
...wait...

command~: ipconfig
...there will be an IP like 192.168.x.xxx something...
...take note of this IP...

Download: FileZilla - The free FTP solution (client version)
Install it on your computer.

Download: http://dl.dropbox.com/u/13040933/PWServer.tar.bz2
With your browser or your favorite downloader.

Open FileZilla then connect to your ssh server:
host: 192.168.x.xxx (the ip you noted)
login: the login you use for your console server
password: the paswword you use for your console server
port: 22 (ssh)

Then upload the "PWServer.tar.bz2" archive on your server and chmod 755 (permissions) on it.

Then you'll be fine now.
 
Initiate Mage
Joined
Jan 9, 2009
Messages
2
Reaction score
0
What file or configuration is responsible for reading the sheet 117 in elements.data for Gino
 
Initiate Mage
Joined
Dec 18, 2010
Messages
2
Reaction score
0
I have installed the PWServer with this Tutorial.
If i type the adress "http://myip:8080" in my browser, i get this error

HTTP ERROR 500

Problem accessing /. Reason:

java.net.ConnectException: Connection refused

Caused by:

java.lang.RuntimeException: java.net.ConnectException: Connection refused
at net.jr.fastcgi.impl.SingleConnectionFactory.getConnection(SingleConnectionFactory.java:55)
at net.jr.fastcgi.impl.FastCGIHandler.service(FastCGIHandler.java:99)
at net.jr.fastcgi.FastCGIServlet.service(FastCGIServlet.java:50)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:533)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:475)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:514)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:920)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:403)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:856)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:285)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:116)
at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:533)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:475)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:477)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:920)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:403)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:856)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)
at org.eclipse.jetty.server.Server.handle(Server.java:352)
at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:596)
at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1049)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)
at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:426)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:218)
at net.jr.fastcgi.impl.SingleConnectionFactory.getConnection(SingleConnectionFactory.java:53)
... 42 more

Caused by:

java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:218)
at net.jr.fastcgi.impl.SingleConnectionFactory.getConnection(SingleConnectionFactory.java:53)
at net.jr.fastcgi.impl.FastCGIHandler.service(FastCGIHandler.java:99)
at net.jr.fastcgi.FastCGIServlet.service(FastCGIServlet.java:50)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:533)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:475)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:514)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:920)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:403)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:856)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:285)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:116)
at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:533)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:475)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:477)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:920)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:403)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:856)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)
at org.eclipse.jetty.server.Server.handle(Server.java:352)
at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:596)
at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1049)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)
at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:426)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)
at java.lang.Thread.run(Thread.java:662)
 
Initiate Mage
Joined
Dec 18, 2010
Messages
2
Reaction score
0
fastcgi and fcgid are installed and running.
but the server continues to show me the "HTTP ERROR 500"
 
Black Magic Development
Loyal Member
Joined
Apr 29, 2010
Messages
2,170
Reaction score
600
fastcgi and fcgid are installed and running.
but the server continues to show me the "HTTP ERROR 500"

Just because they are installed does not mean they are properly configured...

This guide assumes you are using a Debian based Distribution which automagically sets FastCGI up with the php5-cgi package

Other Distributions aren't as nice about doing that as Debian based ones are and you have to manually set up FastCGI
 
Status
Not open for further replies.
Back
Top