0 Replies Latest reply on Mar 17, 2014 12:57 PM by bsrinua

    JObss EAO 6 startup issue

    bsrinua

      Hello I am planning to migrate JBOSS 4 (Spring and ejb based java application) to 6 .I have created ear file using Maven scripts and started JBoos 4 application with little modifications like commenting spring security. I am running it from eclipse Kepler.

      I am unable to create the application context and also I do not see any relevant errors

       

      VM Arguments

       

      "-Dprogram.name=JBossTools: jboss-eap-6.0" -server -Xms2024m -Xmx3036m -XX:MaxPermSize=1024m -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true "-Dorg.jboss.boot.log.file=C:/jboss-eap-6.0/standalone/log/boot.log" "-Dlogging.configuration=file:/C:/jboss-eap-6.0/standalone/configuration/logging.properties" "-Djboss.home.dir=C:/jboss-eap-6.0" "-verbose:class" "-Duser.language=en" "-Duser.country=US"

       

      Please let me know for any pointers

       

      Thanks