+ Reply to Thread
Results 1 to 4 of 4

Thread: Cannot start ES5

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cannot start ES5

    Hi all.

    I am now installing a fresh new instance of ES5, but the server won't start.

    I found the following error in Console.log
    ===
    Exception in thread "Reference Handler"
    java.lang.IllegalMonitorStateException
    *******at java.lang.Object.notifyAll(Native Method)
    *******at java.lang.ref.ReferenceQueue.enqueue(ReferenceQueu e.java:68)
    *******at java.lang.ref.Reference$ReferenceHandler.run(Refer ence.java:146)
    ===
    Can anyone give me a suggestion on what's happening?

    For the config file, I only change the port number from 8080 to 15000
    Last edited by elaine; 08-17-2012 at 02:18 AM.

  2. #2
    Administrator tcarr's Avatar
    Join Date
    Dec 2007
    Posts
    7,209
    Thanks
    80
    Thanked 1,086 Times in 1,075 Posts
    First try changing the Configuration.xml port to 8080 or 8081 and seeing if that helps. If it doesn't, try a fresh installation. I haven't seen that error before, so it's possible that you got a bad download.
    Teresa Carrigan
    Senior Engineer
    Electrotank, Inc.

  3. #3
    Junior Member
    Join Date
    Jul 2012
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks, I get above error gone, but I still cannot start the instance

    I've got the following screen and hang

    [xxxx@xxxxx ElectroServer5.3.3]# Start_ElectroServer_5_3_3
    14:00:28,360 [main] INFO DisplayLogger -
    _____ _ _ ____
    | ____| | ___ ___| |_ _ __ ___ ___ ___ _ ____ _____ _ __ | ___|
    | _| | |/ _ \/ __| __| '__/ _ \/ __|/ _ \ '__\ \ / / _ \ '__| |___ \
    | |___| | __/ (__| |_| | | (_) \__ \ __/ | \ V / __/ | ___) |
    |_____|_|\___|\___|\__|_| \___/|___/\___|_| \_/ \___|_| |____/

    Starting ElectroServer 5.3.3
    Go to http://www.electrotank.com/ for the latest version.
    ################################################## #########
    Computer Information
    Operating System: Linux
    Operating System Architecture: amd64
    Processors Available: 1
    Memory Available: 247Mb
    ################################################## #########
    Virtual Machine Information
    Virtual Machine Vendor: Oracle Corporation
    Virtual Machine Version: 1.7.0_05-icedtea

    any ideas for this situation? There's nothing on Console.log

    -------

    Update: I am running the ES5 in VPS, maybe there is a problem on threading / memory? Any experience in dealing with it?
    Last edited by elaine; 08-20-2012 at 09:01 AM.

  4. #4
    Administrator tcarr's Avatar
    Join Date
    Dec 2007
    Posts
    7,209
    Thanks
    80
    Thanked 1,086 Times in 1,075 Posts
    It's possible that the problem is trying to run ES5 in VPS. It's also possible that it's the version of Java you are running, because I don't think we have tested ES5 against IcedTea. Before I suggest that you install the latest Java 1.6 (not 1.7), try starting ES5 using safemode. When starting the way you are starting, the JVM needs more memory than when starting using safemode.

    I assume that this is a development instance of ES5, although I'm rather confused why you would pay for a development instance that is that weak. Most developers either just run ES5 locally on their desktop or else use a server that has a reasonable amount of memory and concurrency. See the manual's article on Hardware for more info.

    edit: you may also need to check your file permissions. See Installing to a Remote Linux Server for more info.
    Teresa Carrigan
    Senior Engineer
    Electrotank, Inc.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts