Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: DeveloperStudio failed to start
c:\liferay\liferay-developer-studio\DeveloperStudio\jre\bin\javaw.exe
javaw.exe in your current PATH.
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20150204-1316
-product
com.liferay.studio.product.ui.studio
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
384M
-showsplash
com.liferay.studio.product.ui
-vm C:\jdk1.7.0_79\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx1024m
-Dsun.java2d.noddraw=true
but it hangs up after starting tomcat.
website comes up but studio keeps hanging.
ran better on java 1.6
Studio should use default java in computer, I'm not sure why it doesn't on your side. Can you try reset the JAVA_HOME and restart your computer?
That's better to add the following codes in DeveloperStudio.ini file.
-vm
C:\jdk1.7.0_79\bin\javaw.exe
I did that and now i get "Failed to Create Java Virtual Machine"
I think it's because your computer didn't have enough space and you can try using 256M instead of 384M.
some of our applications have some 1.7 code that errors with 1.6.
perhaps we can change the code or upgrade our machines to 64bit 8GB mem.
Thank You
Hi All,
Is there any solution?
DeveloperStudio automatically closed when am trying to open studio.
Can any one help me out.
Chanakya P:Is there any solution?DeveloperStudio automatically closed when am trying to open studio.
without a proper error message it's hard to say. I think that the description above was quite good, and it matched my expectations and experiences.
If you absolutely don't get an error message popping up, it might be good to start DevStudio from the command line. Sometimes this is more enlightning than the mouseclick, because the console doesn't go away and might contain an error message.
Hi Olaf kock,
Thanks for your reply.
Error:
at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to
instantiate type ch.qos.logback.core.rolling.RollingFileAppender
at at
ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73)
at at
ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:48)
at at
ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:35)
at at
ch.qos.logback.core.joran.action.AppenderAction.begin(AppenderAction.java:54)
at at
ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:275)
at at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:147)
at at
ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:129)
at at
ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:50)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
at at
org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration(LogPlugin.java:185)
at at
org.eclipse.m2e.logback.configuration.LogPlugin.configureLogback(LogPlugin.java:144)
at at
org.eclipse.m2e.logback.configuration.LogPlugin.access$2(LogPlugin.java:107)
at at
org.eclipse.m2e.logback.configuration.LogPlugin$1.run(LogPlugin.java:62)
at at
java.util.TimerThread.mainLoop(Timer.java:555)
at
at java.util.TimerThread.run(Timer.java:505)
Caused by:
java.lang.ClassNotFoundException:
ch.qos.logback.core.rolling.RollingFileAppender cannot be found by ch.qos.logback.classic_1.1.2.v20160208-0839
Powered by Liferay™