Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: VMware VFabric server not running in STS

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default VMware VFabric server not running in STS

    I have Installed STS Version: 3.2.0.RELEASE, inside that i have default sever as VMware vFabric tc Server Developer Edition v2.8,
    when i run my server i'm getting the following error "Could not create Java Virtual Machine" in the console it is printing "Error occurred during initialization of VM
    Could not reserve enough space for object heap"


    my STS.ini file has
    -----------------------------------
    -vm
    C:\Program Files\Java\jdk1.6.0_19\bin\javaw.exe
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2 00.v20120913-144807
    -product
    org.springsource.sts.ide
    --launcher.defaultAction
    openFile
    --launcher.XXMaxPermSize
    256M
    -vmargs
    -Dosgi.requiredJavaVersion=1.6
    -Xms40m
    -Xmx384m
    -XX:MaxPermSize=256m-
    -------------------------------
    please provide me solution i searched in several forums but of no use...please help


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: VMware VFabric server not running in STS

    Quote Originally Posted by kamal1984 View Post
    i searched in several forums but of no use...please help
    Please provide links to crossposts (if any).
    Just because the topic was brought up, a link to the crossposting rule here which contains a link to help explain why.

Similar Threads

  1. Receive Server Sent Event Notifications in JAVA SERVER PAGE (JSP)
    By amritasenthilkumar in forum Web Frameworks
    Replies: 1
    Last Post: August 17th, 2012, 02:30 PM
  2. Replies: 0
    Last Post: May 15th, 2012, 06:37 AM
  3. ...CONNECTION OF CLIENT AND SERVER RUNNING ON DIFFERENT COMPUTERS
    By baraka.programmer in forum Java Networking
    Replies: 1
    Last Post: August 9th, 2011, 07:11 AM
  4. Replies: 1
    Last Post: March 3rd, 2009, 08:04 AM

Tags for this Thread