Forums » Union General »
Union 1.0 Alpha 7 been using over 90% CPU
Added by Comic Tsai 626 days ago
Hello
I had run Union 1.0 Alpha 7 on a Linux virtual host and got a spining progress.
then, I run it on my local windowsXP, got the same result.
I run Java1.6.0_20 on virtual host and localhost.
Is this situation normal for alpha version?(I had not try Union with previously version)
Or have I missing some thing during the setup process?
thanks
Comic
Replies
RE: Union 1.0 Alpha 7 been using over 90% CPU - Added by derek clayton 623 days ago
Hello,
From the root directory of Union can you please run the following command:
java -cp lib/union.jar:lib/mariner.jar net.user1.union.core.UnionMain localhost [port] [password] a99
Where port and password are the admin port and password for your Union installation. By default this will be 9110 and "password".
This will create a diagnostic file named diagnostic<timestamp>.txt. Please then send that file to derek@user1.net. Also please attach the log.txt.
Thank you,
Derek
RE: Union 1.0 Alpha 7 been using over 90% CPU - Added by Comic Tsai 623 days ago
Hello Derek
First of all, I have to applolgiz for posting my question before a detailed checking.
Finally I found why I made a spining progress.
Because I got some random socket ports from hosting company.
So I just copy/paste these port number to union.xml & policy.xml.
Unfortunately I paste the same number in two different places.
And I start Union server.
That's why I got a 90% CPU rate.
So next time I got a spining progress, I will check the union.xml at first priority.
Sorry for that thoughtless post.
Comic