This time I managed to start it up. typed in the ID and Key.
Then it started... (IMG:[
invalid]
style_emoticons/default/biggrin.gif) and shut down again.
CODE
$ pwd
/home/ichy
$ mkdir ~/home
$ sudo^H
-sh: sud: not found
$ mkdir ~/hhome
$ sudo mv /hhome/* ~/hhome
[sudo] password for ichy:
$ cd ~/hhome
$ ls -lah
total 3.2M
drwxrwxr-x 2 ichy ichy 4.0K Nov 18 19:37 .
drwxr-xr-x 5 ichy ichy 4.0K Nov 18 19:37 ..
-rw-r--r-- 1 root root 89K Sep 1 20:45 HentaiAtHome.jar
-rw-r--r-- 1 root root 3.1M Nov 18 17:43 sqlite-jdbc-3.7.2.jar
$ /root/ibm-java-x86_64-70/jre/bin/java -jar HentaiAtHome.jar
-sh: /root/ibm-java-x86_64-70/jre/bin/java: Permission denied
$ sudo /root/ibm-java-x86_64-70/jre/bin/java -jar HentaiAtHome.jar
2012-11-18T15:46:58Z [info] Started logging to data/log_out
2012-11-18T15:46:58Z [info] Started logging to data/log_err
2012-11-18T15:46:58Z [info] Hentai@Home 1.0.10 starting up
2012-11-18T15:46:58Z [info]
2012-11-18T15:46:58Z [info] Copyright (c) 2008-2012, E-Hentai.org - all rights r
eserved.
2012-11-18T15:46:58Z [info] This software comes with ABSOLUTELY NO WARRANTY. Thi
s is free software, and you are welcome to modify and redistribute it under the
GPL v3 license.
2012-11-18T15:46:58Z [info]
2012-11-18T15:46:58Z [info] Before you can use this client, you will have to reg
ister it at http://hentaiathome.net/
2012-11-18T15:46:58Z [info] IMPORTANT: YOU NEED A SEPARATE IDENT FOR EACH CLIENT
YOU WANT TO RUN.
2012-11-18T15:46:58Z [info] DO NOT ENTER AN IDENT THAT WAS ASSIGNED FOR A DIFFER
ENT CLIENT.
2012-11-18T15:46:58Z [info] After registering, enter your ID and Key below to st
art your client.
2012-11-18T15:46:58Z [info] (You will only have to do this once.)
Enter Client ID: ___
Enter Client Key: iI^H^[[3~
2012-11-18T15:47:49Z [WARN] Invalid Client Key, it must be exactly 20 alphanumer
ical characters. Please try again.
Enter Client Key: ____
2012-11-18T15:48:00Z [info] Connecting to the Hentai@Home Server to register cli
ent with ID 7442...
2012-11-18T15:48:00Z [info] Connecting to rpc.hentaiathome.net...
2012-11-18T15:48:00Z [info] /clientapi.php?clientbuild=69&act=server_stat: Retri
eving 66 bytes...
2012-11-18T15:48:00Z [info] Reading Hentai@Home client settings from server...
2012-11-18T15:48:00Z [info] Connecting to rpc.hentaiathome.net...
2012-11-18T15:48:00Z [info] /clientapi.php?clientbuild=69&act=client_login&add=&
cid=7442&acttime=1353253668&actkey=ac2b8f761a32f7cf5c715352c52d44be56e4d70e: Ret
rieving 304 bytes...
2012-11-18T15:48:00Z [info] Applying settings...
2012-11-18T15:48:00Z [WARN] Failed parsing setting throttle_bytes = 4294967295
2012-11-18T15:48:00Z [info] Finished applying settings
2012-11-18T15:48:00Z [info] CacheHandler: Initializing database engine...
2012-11-18T15:48:00Z [info] CacheHandler: Loading database from data/hath.db
2012-11-18T15:48:01Z [info] CacheHandler: Using SQLite 3.7.2 over SQLiteJDBC 2.1
running in native mode
2012-11-18T15:48:01Z [info] CacheHandler: Initializing database tables...
2012-11-18T15:48:01Z [info] CacheHandler: Optimizing database...
2012-11-18T15:48:01Z [info] Last shutdown was dirty - the cache index must be ve
rified.
2012-11-18T15:48:01Z [info] CacheHandler: Rotating database backups
2012-11-18T15:48:01Z [info] CacheHandler: Database initialized
2012-11-18T15:48:01Z [info] CacheHandler: Initializing the cache system...
2012-11-18T15:48:01Z [info] CacheHandler: Loading cache.. (this could take a whi
le)
2012-11-18T15:48:01Z [info] CacheHandler: Purged 0 nonexisting files from databa
se.
2012-11-18T15:48:01Z [info] CacheHandler: Loaded 0 known files.
2012-11-18T15:48:01Z [info] CacheHandler: Loaded 0 new files.
2012-11-18T15:48:01Z [info] CacheHandler: Finished initializing the cache (0 fil
es, 0 bytes)
2012-11-18T15:48:01Z [info] Starting up the internal HTTP Server...
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:40
6)
at java.net.ServerSocket.bind(ServerSocket.java:387)
at java.net.ServerSocket.<init>(ServerSocket.java:248)
at java.net.ServerSocket.<init>(ServerSocket.java:139)
at org.hath.base.HTTPServer.startConnectionListener(HTTPServer.java:65)
at org.hath.base.HentaiAtHomeClient.run(HentaiAtHomeClient.java:126)
at java.lang.Thread.run(Thread.java:780)
2012-11-18T15:48:01Z [info]
2012-11-18T15:48:01Z [info] ****************************************************
********************************************************************************
2012-11-18T15:48:01Z [info] Could not start the internal HTTP server.
2012-11-18T15:48:01Z [info] This is most likely caused by something else running
on the port H@H is trying to use.
2012-11-18T15:48:01Z [info] In order to fix this, either shut down whatever else
is using the port, or assign a different port to H@H.
2012-11-18T15:48:01Z [info] ****************************************************
********************************************************************************
2012-11-18T15:48:01Z [info]
2012-11-18T15:48:01Z [ERROR] {org.hath.base.HentaiAtHomeClient.dieWithError(Hent
aiAtHomeClient.java:271)} Critical Error: Failed to initialize HTTPServer
2012-11-18T15:48:01Z [info] Shutting down...
2012-11-18T15:48:01Z [info] Your business is appreciated
$
/edit: changed port and now it is running... I think (IMG:[
invalid]
style_emoticons/default/happy.gif)
This post has been edited by Ichy: Nov 18 2012, 17:53