php - phpstorm 10 portable error -


in office, there's restrictions on installing programs thought of searching , see if there's portable phpstorm (even though love sublime) still use phpstorm instead , went through few sites of them talking webstorm , few talked phpstorm mentioned downloading zip , modify idea.properties file should work after editing files tried opening phpstorm.exe , error message comes up

internal error. please report http://jb.gg/ide/critical-startup-errors  java.lang.illegalstateexception: failed create child event loop     @ io.netty.util.concurrent.multithreadeventexecutorgroup.<init>(multithreadeventexecutorgroup.java:81)     @ io.netty.util.concurrent.multithreadeventexecutorgroup.<init>(multithreadeventexecutorgroup.java:48)     @ io.netty.channel.multithreadeventloopgroup.<init>(multithreadeventloopgroup.java:57)     @ io.netty.channel.nio.nioeventloopgroup.<init>(nioeventloopgroup.java:67)     @ io.netty.channel.nio.nioeventloopgroup.<init>(nioeventloopgroup.java:54)     @ org.jetbrains.io.builtinserver.start(builtinserver.java:79)     @ com.intellij.idea.socketlock$2.call(socketlock.java:133)     @ com.intellij.idea.socketlock$2.call(socketlock.java:113)     @ com.intellij.idea.socketlock.a(socketlock.java:157)     @ com.intellij.idea.socketlock.lock(socketlock.java:113)     @ com.intellij.idea.startuputil.a(startuputil.java:263)     @ com.intellij.idea.startuputil.prepareandstart(startuputil.java:101)     @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:62)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:497)     @ com.intellij.idea.mainimpl.start(mainimpl.java:36)     @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:62)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:497)     @ com.intellij.ide.plugins.pluginmanager$2.run(pluginmanager.java:90)     @ java.lang.thread.run(thread.java:745) caused by: io.netty.channel.channelexception: failed open new selector     @ io.netty.channel.nio.nioeventloop.openselector(nioeventloop.java:127)     @ io.netty.channel.nio.nioeventloop.<init>(nioeventloop.java:119)     @ io.netty.channel.nio.nioeventloopgroup.newchild(nioeventloopgroup.java:97)     @ io.netty.channel.nio.nioeventloopgroup.newchild(nioeventloopgroup.java:31)     @ io.netty.util.concurrent.multithreadeventexecutorgroup.<init>(multithreadeventexecutorgroup.java:77)     ... 22 more caused by: java.io.ioexception: unable establish loopback connection     @ sun.nio.ch.pipeimpl$initializer.run(pipeimpl.java:101)     @ sun.nio.ch.pipeimpl$initializer.run(pipeimpl.java:68)     @ java.security.accesscontroller.doprivileged(native method)     @ sun.nio.ch.pipeimpl.<init>(pipeimpl.java:170)     @ sun.nio.ch.selectorproviderimpl.openpipe(selectorproviderimpl.java:50)     @ java.nio.channels.pipe.open(pipe.java:155)     @ sun.nio.ch.windowsselectorimpl.<init>(windowsselectorimpl.java:127)     @ sun.nio.ch.windowsselectorprovider.openselector(windowsselectorprovider.java:44)     @ io.netty.channel.nio.nioeventloop.openselector(nioeventloop.java:125)     ... 26 more caused by: java.net.socketexception: invalid argument: socket     @ sun.nio.ch.net.socket0(native method)     @ sun.nio.ch.net.serversocket(net.java:420)     @ sun.nio.ch.serversocketchannelimpl.<init>(serversocketchannelimpl.java:88)     @ sun.nio.ch.selectorproviderimpl.openserversocketchannel(selectorproviderimpl.java:56)     @ java.nio.channels.serversocketchannel.open(serversocketchannel.java:108)     @ sun.nio.ch.pipeimpl$initializer$loopbackconnector.run(pipeimpl.java:123)     @ sun.nio.ch.pipeimpl$initializer.run(pipeimpl.java:83)     ... 34 more 

**idea.properties file ** uncomment 4 lines these

#--------------------------------------------------------------------- # uncomment option if want customize path ide config folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.config.path=${user.home}/.webide/config  #--------------------------------------------------------------------- # uncomment option if want customize path ide system folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.system.path=${user.home}/.webide/system  #--------------------------------------------------------------------- # uncomment option if want customize path user installed plugins folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.plugins.path=${idea.config.path}/plugins  #--------------------------------------------------------------------- # uncomment option if want customize path ide logs folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.log.path=${idea.system.path}/log 

i tried idea.properties (changed $user $idea)

#--------------------------------------------------------------------- # uncomment option if want customize path ide config folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.config.path=${idea.home}/.webide/config  #--------------------------------------------------------------------- # uncomment option if want customize path ide system folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.system.path=${idea.home}/.webide/system  #--------------------------------------------------------------------- # uncomment option if want customize path user installed plugins folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.plugins.path=${idea.config.path}/plugins  #--------------------------------------------------------------------- # uncomment option if want customize path ide logs folder. make sure you're using forward slashes. #---------------------------------------------------------------------  idea.log.path=${idea.system.path}/log 

is able give me hand how make work?

thanks in advance

if use windows, must bear comment, appears in beginning of idea.properties file:

note windows users: please make sure you're using forward slashes (e.g. c:/idea/system).

you can replaced path.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -