Great! Happy to hear that you’ve figure that out, thank you for letting us know :)
Kind regards,
Valerie
Great! Happy to hear that you’ve figure that out, thank you for letting us know :)
Kind regards,
Valerie
I switched back to local environment :)
I send you that in few seconds.
New SR (6.4.2.SR1) solved the problem.
THX
Kind regards,
Markus
FYI…
I just went back to my previous version 6_4_0. The error is still there.
Then going back to my previous working version 6_3_2. The error is gone.
Good to me for right now. Will try the latest in future.
Here’s an edit copy pf my rebel.xml file where “OLDNAME” is the previous name of the project.
Where does jrebel get this path form so I can change it?
<?xml version=”1.0″ encoding=”UTF-8″?>
<application xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns=”http://www.zeroturnaround.com” xsi:schemaLocation=”http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd“>
<classpath>
<dir name=”C:<CORRECT PATH>/OLDNAME/target/classes”>
</dir>
</classpath>
<web>
<link target=”/”>
<dir name=”C:<CORRECT PATH>/OLDNAME/target/m2e-wtp/web-resources”>
<exclude name=”/”/>
</dir>
</link>
<link target=”/”>
<dir name=”C:<CORRECT PATH>/OLDNAME/src/main/webapp”>
</dir>
</link>
</web>
</application>
Thanks
John
Hi John,
The rebel.xml is automatically generated using the build path configured within your IDE.
As a side note, if you manually edit the rebel.xml file JRebel will not overwrite the manual changes you make. So if it is easier to just edit the rebel.xml file directly feel free to go down that path instead.
Let me know if you run into any problems getting this fixed.
Regards,
Colton
Sorry I have to reopen this post because the error is still appearing with SR (6.4.2.SR1) if I try to access GlassFish web admin console!
Exactly same error with same log output!
Hi
I am just trying to use jrebel in my GWT application.
I simply created a new GWT Application , Add Jrebel Nature
Run the Application
Then simply change the text of one of the button in the application
Click Refresh
But the button name remains same,neither i see any jrebel message in my console. I have to restart my application to see the changes.
Here is a quick video i made for your reference
http://screencast.com/t/NtmeRYSU
Please have a look
Hello Junaid!
Thank you for the video, it seems like you are doing everything right. Could you please send us your trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com with the link to this forum topic? You can find the instructions on how to generate that file here: http://manuals.zeroturnaround.com/jrebel/misc/sendinglogs.html. Then we would be able to see what have caused this bug.
We can also see from a video that you are using Nightly Build, not the stable release – is there any specific reason for that?
Kind regards,
Valerie
2016-04-14 18:22:28 JRebel: ERROR Class ‘org.hibernate.internal.SessionFactoryImpl’ could not be processed by org.zeroturnaround.javarebel.integration.hibernate.cbp.SessionFactoryImplCBP@org.eclipse.jetty.webapp.WebAppClassLoader@62a193e0: org.zeroturnaround.bundled.javassist.bytecode.DuplicateMemberException: duplicate field: jrLogger
at org.zeroturnaround.bundled.javassist.bytecode.ClassFile.testExistingField(JRebel:632)
at org.zeroturnaround.bundled.javassist.bytecode.ClassFile.addField(JRebel:610)
at org.zeroturnaround.bundled.javassist.CtClassType.addField(JRebel:1315)
at org.zeroturnaround.bundled.javassist.CtClass.addField(JRebel:1100)
at org.zeroturnaround.javarebel.integration.hibernate.cbp.SessionFactoryImplCBP.process(SessionFactoryImplCBP.java:49)
at org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor.process(JRebel:117)
at com.zeroturnaround.javarebel.kl.a(JRebel:360)
at com.zeroturnaround.javarebel.kl.a(JRebel:349)
at com.zeroturnaround.javarebel.kl.a(JRebel:317)
at com.zeroturnaround.javarebel.SDKIntegrationImpl.runBytecodeProcessors(JRebel:133)
at com.zeroturnaround.javarebel.jT.transform(JRebel:57)
at java.lang.ClassLoader.defineClass(ClassLoader.java)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at org.eclipse.jetty.webapp.WebAppClassLoader.findClass(WebAppClassLoader.java:549)
at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:475)
at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:428)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1750)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1788)
at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:372)
at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:454)
at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:439)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:753)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
at org.springframework.context.support.AbstractApplicationContext.__refresh(AbstractApplicationContext.java:538)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:835)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:534)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:808)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:346)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1379)
at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:323)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1341)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:772)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:263)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:517)
at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:398)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.server.Server.start(Server.java:405)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:106)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:372)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:460)
at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:328)
at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:170)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
Here is the log file
I also sent and email .
Actually I am on last day of my trial , it will be great if i get the reply today so i can see if I’ll be going to buy it .
Thanks
——– HEADER ——–
VERSION 2
JVM_ID d5f5d697bb1980c272d9ace79b969e15
JVM_STARTED 1460647425265
LOG_STARTED 1460647425544
——– EOF HEADER ——–
2016-04-14 20:23:45.546 INFO Started logging for JRebel 6.4.1, build 201603151610 (3d75e713a83d)
——– BASE64 CHUNK ——–
H/zGkjFHQ7jgq57kyZRPu5Q8MW7UUu/Pb7TIQNooKKILNNQzAtUKGRqIFC5+tb52F8SFUZAiZ2yT
mX50Zx0X2uDbH5BvFdDpqyAvT8rPRpe1eo8gqy/+v+IyWWNpJpERqGCCkzKoSTXbVtuJ+H7094Le
57bla4c0fawAULySXwLq+baHRWMTCgXmtmTyRQOOirpT3c7NFnMohBzO17Q9PZObpqTykxc/YVfv
GatncxEtGk/IisfEd7ljurhgtRHlE8Nn/y7QgO1zizTTQdgAYxYWUYqW2mvzp5ddSKe2y8fDUwqM
B01HRGuK/zeZx+8+Yu8OawocH4iaNNCM/zhwYQ==
——– EOF BASE64 CHUNK ——–
2016-04-14 20:23:45.723 INFO [0] [Core] Started logging in thread: main daemon=false
2016-04-14 20:23:45.723 INFO [0] [Core] Rebel properties loaded from C:\Users\Junaid\.jrebel\jrebel.properties:
rebel.license=C:\Users\Junaid\.jrebel\jrebel.lic
rebel.log=trace
rebel.log.file=C:\Users\Junaid\.jrebel\jrebel.log
rebel.log.perf=true
rebel.preferred.license=0
rebel.properties.version=2
2016-04-14 20:23:45.723 DEBUG [0] [aak] Using hardware address implementation: Java6
2016-04-14 20:23:45.723 DEBUG [0] [xe] Local IP: Junaid-PC/192.168.15.2
2016-04-14 20:23:45.723 DEBUG [0] [xe] MAC: 9c:ad:97:90:c1:a5
2016-04-14 20:23:45.723 DEBUG [0] [xe] Calculated JVM ID: d5f5d697bb1980c272d9ace79b969e15
2016-04-14 20:23:45.724 DEBUG [0] [Core-Logger] Calculated maximum logging level after logger instance creation
2016-04-14 20:23:45.724 INFO [0] [Core] System properties found:
awt.toolkit=sun.awt.windows.WToolkit
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\work\softwares\Eclipse Luna\eclipse\plugins\com.google.gwt.eclipse.libs_3.8.0.v201410302155-rel-r44\libs\superdevmode-launcher-legacy.jar;C:\work\workspaceNew\JrebelTest\src;C:\work\workspaceNew\JrebelTest\test-classes;C:\work\workspaceNew\JrebelTest\war\WEB-INF\classes;C:\work\softwares\Eclipse Luna\eclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.6.0\gwt-2.6.0\gwt-user.jar;C:\work\softwares\Eclipse Luna\eclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.6.0\gwt-2.6.0\gwt-codeserver.jar;C:\work\softwares\Eclipse Luna\eclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.6.0\gwt-2.6.0\gwt-dev.jar;C:\work\softwares\Eclipse Luna\eclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.6.0\gwt-2.6.0\validation-api-1.0.0.GA-sources.jar;C:\work\softwares\Eclipse Luna\eclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.6.0\gwt-2.6.0\validation-api-1.0.0.GA.jar
java.class.version=51.0
java.endorsed.dirs=C:\Program Files\Java\jdk1.7.0_79\jre\lib\endorsed
java.ext.dirs=C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
java.home=C:\Program Files\Java\jdk1.7.0_79\jre
java.io.tmpdir=C:\Users\Junaid\AppData\Local\Temp\
java.library.path=C:\Program Files\Java\jdk1.7.0_79\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jdk1.7.0_79/bin/../jre/bin/server;C:/Program Files/Java/jdk1.7.0_79/bin/../jre/bin;C:/Program Files/Java/jdk1.7.0_79/bin/../jre/lib/amd64;C:\Program Files\Java\jdk1.7.0_79\bin;C:\work\softwares\apache-maven-3.3.3\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\bin;C:\Program Files\Git LFS;C:\work\Grails\grails-2.0.0\bin;C:\Program Files (x86)\Groovy\Groovy-2.4.6\bin;C:\ant\apache-ant-1.9.6\bin;C:\Ruby22-x64\bin;C:\work\softwares\Eclipse Luna\eclipse;;.
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.7.0_79-b15
java.specification.name=Java Platform API Specification
java.specification.vendor=Oracle Corporation
java.specification.version=1.7
java.vendor=Oracle Corporation
java.vendor.url=http://java.oracle.com/
java.vendor.url.bug=http://bugreport.sun.com/bugreport/
java.version=1.7.0_79
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Oracle Corporation
java.vm.specification.version=1.7
java.vm.vendor=Oracle Corporation
java.vm.version=24.79-b02
line.separator=
os.arch=amd64
os.name=Windows 7
os.version=6.1
path.separator=;
rebel.base=C:\Users\Junaid\.jrebel
rebel.env.ide=Eclipse
rebel.env.ide.plugin.version=6.4.1.RELEASE
rebel.env.ide.product=Eclipse
rebel.env.ide.version=4.4.2
rebel.jar.location=C:\work\softwares\Eclipse Luna\eclipse\plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE\jr6\jrebel\jrebel.jar
rebel.native.image=C:\work\softwares\Eclipse Luna\eclipse\plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE\jr6\jrebel\lib\jrebel64.dll
rebel.native.jar=C:\work\softwares\Eclipse Luna\eclipse\plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE\jr6\jrebel\jrebel.jar
rebel.notification.url=http://localhost:17434
rebel.properties=C:\Users\Junaid\.jrebel\jrebel.properties
rebel.workspace.path=C:\work\workspaceNew
sun.arch.data.model=64
sun.boot.class.path=C:\Users\Junaid\.jrebel\bootcache\jrebel-bootstrap-2b39e7da63a79b5db2525f47b9e44a0d.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_79\jre\classes;C:\work\softwares\Eclipse Luna\eclipse\plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE\jr6\jrebel\jrebel.jar
sun.boot.library.path=C:\Program Files\Java\jdk1.7.0_79\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=amd64
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java.command=com.google.gwt.dev.DevMode -superDevMode -remoteUI 51243:54770281624452 -startupUrl JrebelTest.html -logLevel INFO -codeServerPort 9997 -port 8888 -war C:\work\workspaceNew\JrebelTest\war com.test.JrebelTest
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
sun.os.patch.level=Service Pack 1
user.country=US
user.dir=C:\work\workspaceNew\JrebelTest\war
user.home=C:\Users\Junaid
user.language=en
user.name=Junaid
user.script=
user.timezone=Asia/Karachi
user.variant=
2016-04-14 20:23:45.926 INFO [1] [Core] Started logging in thread: pool-2-thread-1 daemon=false
2016-04-14 20:23:45.926 INFO [1] [Core] Using user temp directory : C:\Users\Junaid\AppData\Local\Temp\
2016-04-14 20:23:45.937 INFO [1] [Core-SDK] Using user temp directory : C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\d5f5d697bb1980c272d9ace79b969e15_b1daf3b4
2016-04-14 20:23:45.938 INFO [1] [Core-SDK] Using user temp directory : C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\ver-5d98c611
2016-04-14 20:23:45.940 INFO [1] [Core-SDK] Found 77 locks from C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index.jrl
2016-04-14 20:23:45.940 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_5761e3a5ce1f43ddcdc1a5020b5ffe07_cf04a1e2.jrl is new, don’t remove
2016-04-14 20:23:45.940 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_3201610f782c8cbbc7087159c0b5b6a6_5191cc46.jrl is new, don’t remove
2016-04-14 20:23:45.941 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_32f4f3a34d089c20d773872ef09d9575_f7bd9340.jrl is new, don’t remove
2016-04-14 20:23:45.941 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_5e0a83b87803d065b20877171c10e7d5_ca594683.jrl is new, don’t remove
2016-04-14 20:23:45.941 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_7cfd2d6bd3f5bf6bb5cda5b9d115c227_b522f2b3.jrl is new, don’t remove
2016-04-14 20:23:45.941 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_2f1f81c1c7897de1ad1e75ecaa4e0e36_1d61bfcc.jrl is new, don’t remove
2016-04-14 20:23:45.941 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_7ac260339cdad1509da2ea0f15091380_c681fbb6.jrl is new, don’t remove
2016-04-14 20:23:45.941 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_eab18a5f548be8a421b7680ee3d75fb4_a13087d9.jrl is new, don’t remove
2016-04-14 20:23:45.942 INFO [1] [Core-SDK] Lock C:\Users\Junaid\AppData\Local\Temp\jrebel-temp\index_fefd4
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] ======================= Memory =========================
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Original Classes: 4657
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Original Class Memory Use: 19245947
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Transformed Class Memory Use: 22654045
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Updateable Classes: 2
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Updateable Class Original Use: 2209
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Updateable Class Processed Use: 2960
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] System Classes: 4655
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] System Class Original Use: 19243738
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] System Class Processed Use: 22651085
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Retransformed Reloadable Classes: 0
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Retransformed Reloadable Class Size Increase: 0
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Retransformed System Classes: 6
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Retransformed system Class Size Increase: -433
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Cached Generated Classes: 0
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Cached Generated Class Use: 0
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Plugin Bytes Cache Memory Use: 0
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] ====================== Resource ========================
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Resource requests original: 1436
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Resource requests overhead: 6299
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Resource requests total: 7735
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Resource requests cached: 3597
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Resource requests cache hit ratio: 47%
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Resource requests overhead cache hit ratio: 50%
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Dir requests total: 16383
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Dir requests cached: 16383
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Dir requests cache hit ratio: 100%
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] ====================== Load ========================
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Current load: 0.0
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] Average load: 21.808086
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] ========================== GC =============================
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] PS Scavenge: Time: 661 (+0 (0.0%)), Count: 25 (+0)
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] PS MarkSweep: Time: 1235 (+0 (0.0%)), Count: 3 (+0)
2016-04-14 20:26:57.729 INFO [8] [Core-Perf] ===========================================================
2016-04-14 20:26:58.676 INFO [6] [ClassChangeDetector] found changes: false
2016-04-14 20:26:58.676 INFO [6] [ClassChangeDetector] end findChanges
2016-04-14 20:26:59.103 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.103 TRACE [5] [IntelliJFSNotify] >> C:\Program Files\Dell\DellDataVault\BQTW712_DCSA_Periodic_Active.bin
2016-04-14 20:26:59.103 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\Program Files\Dell\DellDataVault\BQTW712_DCSA_Periodic_Active.bin
2016-04-14 20:26:59.103 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.103 TRACE [5] [IntelliJFSNotify] >> C:\Program Files\Dell\DellDataVault\BQTW712_DCSA_Periodic_Active.bin
2016-04-14 20:26:59.103 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\Program Files\Dell\DellDataVault\BQTW712_DCSA_Periodic_Active.bin
2016-04-14 20:26:59.677 INFO [6] [ClassChangeDetector] found changes: false
2016-04-14 20:26:59.677 INFO [6] [ClassChangeDetector] end findChanges
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.679 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.680 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> CHANGE
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] Not watchable, filtered: C:\work\workspaceNew\.metadata\.plugins\org.eclipse.wst.sse.core\task-tags.properties
2016-04-14 20:26:59.681 TRACE [5] [IntelliJFSNotify] >> CHANGE
and yes , I am using Nightly Build . I just tried this Nightly Build, I read somewhere that it will resolve the issue , but still no luck, So i am using the stable version now , but still facing same issue
thanks
I just noticed that jrebel detect changes in client side when i run my GWT Application.
But When I run my GWT application in Super Dev Mode , It does not detect any changes in client side , but it does detect changes in Server side when run in Super dev mode.
As GWT is now only supporting super dev mode , i have to use super dev mode.
Here is the short video for your references .if u need
http://screencast.com/t/wanERKhMWEf
…………..
Thanks
Junaid
Hi
I am getting Memory issue when i enable Jrebel nature.
I also tried adding memory size but getting same error ,
this is what i did to avoid memory leak.
Added perm size in eclipse ini file and also in Eclipse Vm Arguments.
http://screencast.com/t/vWwU018yTq
Please guide
thanks
Junaid
GlassFish 3.1.2.2 cannot start correctly from NetBeans 8.1 after updating to JRebel 6.4.2.1 from version 6.3.3.
The server starts with this message in the server.log:
Severe: Exception while loading the app
The Admin Console either waits forever to show the login screen or simply shows a blank screen.
If I go to NetBeans > Tools > Options > JRebel > Startup and untick GlassFish from the options, it starts correctly as before.
Hello Francoist!
Thank you for reporting this bug! Could you please send your trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com with the link to this forum topic? You can find the instructions on how to generate that file here: http://manuals.zeroturnaround.com/jrebel/misc/sendinglogs.html.
Kind regards,
Valerie
Hello!
Thanks a lot for the error stack trace! Could you please send your trace level jrebel.log file after reproducing the issue to support@zeroturnaround.com with the link to this forum topic? You can find the instructions on how to generate that file here: http://manuals.zeroturnaround.com/jrebel/misc/sendinglogs.html.
Please also specify what is your environment – what IDE, server (local or remote?), any additional software and its version do you use?
Kind regards,
Valerie
Hello Junaid!
What is the exact error that you see? Did you try to increase the heap size?
Another way would be also to check if you get this argument overwritten – please verify if you have any custom scripts or on-run configurations that could do that.
If nothing from above solves the issue, then we will see the cause in a log file that we are waiting from you for another issue that you’ve reported earlier.
Kind regards,
Valerie
Hi Valerie
Here is the error i see
http://screencast.com/t/UhFEwC8uw
and Yes I tried with increasing heap size , but please check If i did what jrebel needs
as i increased the heap size in eclipse.ini file and also in eclipse project configuration
here’s the screenshot , please let me know if i need to do something else regarding increasing heapsize
http://screencast.com/t/vWwU018yTq
—–
Here is the log file, when i get the memory leak error
2016-04-01 17:39:18.663 INFO [main] RebelLog – Using log level INFO
2016-04-01 17:39:18.666 INFO [main] RebelPlugin – Starting plugin
2016-04-01 17:39:18.687 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-01 17:39:18.693 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-01 17:39:18.749 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-01 17:39:18.760 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-01 17:39:18.761 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-01 17:39:18.763 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-01 17:39:18.764 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-01 17:39:18.764 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-01 17:39:18.764 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-01 17:39:18.764 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-01 17:39:18.767 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-01 17:39:18.767 INFO [main] PlatformInfo – product name: Eclipse
2016-04-01 17:39:18.767 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-01 17:39:18.779 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-01 17:39:19.196 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-01 17:39:38.974 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-01 17:39:40.258 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@5f57c66
2016-04-01 17:39:40.259 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-01 17:39:40.259 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-01 17:39:40.261 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-01 17:39:41.840 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-01 17:39:41.841 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-01 17:39:41.842 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@62ef9a65
2016-04-01 17:39:41.843 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-01 17:39:41.843 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-01 17:39:41.843 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-01 17:39:41.843 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-01 17:39:41.843 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-01 17:39:41.843 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-01 17:39:41.843 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-01 17:39:42.231 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-01 17:39:42.231 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-01 17:39:42.237 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-01 17:39:42.237 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-01 17:39:42.237 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-01 17:39:42.240 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-01 17:39:42.241 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-01 17:39:42.242 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-01 17:39:42.242 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-01 17:39:42.242 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-01 17:39:42.271 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-01 17:39:42.273 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=false
2016-04-01 17:39:42.273 INFO [Worker-6] BootstrapPreGeneratorForServers – running job Updating server configurations after JRebel upgrade
2016-04-01 17:39:42.274 INFO [Worker-5] BootstrapPreGeneratorForServers – running job Enabling JRebel for existing servers
2016-04-01 17:39:43.236 INFO [Worker-5] BootstrapPreGeneratorForServers – Updated publishing setting on 0 servers
2016-04-01 17:39:43.609 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=false; isValid=false; errMessage = ‘You do not have a valid license!’; activationStatus=null; ] valid=false
2016-04-01 17:41:36.656 INFO [main] LicenseNotifier – suspendNewNotifications
2016-04-01 17:42:40.272 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-01 17:43:03.249 INFO [main] LicenseNotifier – resumeNewNotifications
2016-04-01 17:43:03.250 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener DialogController
2016-04-01 17:43:03.297 INFO [main] LicenseNotifier – resumeNewNotifications
2016-04-01 17:43:03.298 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener DialogController
2016-04-01 17:43:04.444 INFO [Worker-0] OverviewPage – licensingStatus: false null
2016-04-01 17:43:04.445 INFO [Worker-0] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-01 17:43:04.453 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-01 17:43:04.585 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-01 17:43:19.621 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-01 17:43:19.624 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-01 17:43:19.624 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-01 17:43:19.624 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-01 17:43:19.624 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-01 17:43:34.945 INFO [main] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-01 17:43:56.560 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-01 17:44:10.224 INFO [main] ToggleNatureAction – Toggling project’s JRebel remote server nature to true
2016-04-01 17:44:10.242 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.remoting.remotingNature to HelloWorldGWTeLink
2016-04-01 17:44:10.242 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-01 17:44:10.242 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-01 17:44:10.242 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-01 17:44:10.242 INFO [main] ProjectNatureUtil – has nature org.zeroturnaround.eclipse.jrebelNature
2016-04-01 17:44:10.243 ERROR [main] RemotingProject – IProject should never be set to null
2016-04-01 17:44:10.993 INFO [Worker-7] RemotingProject – Conf is NULL, must do rebuild
2016-04-01 17:44:27.390 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-01 17:44:28.390 INFO [Worker-4] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-01 17:44:28.712 INFO [Worker-4] RemotingProject – Conf is NULL, must do rebuild
2016-04-01 17:44:29.429 INFO [Worker-1] RemotingProject – Conf is NULL, must do rebuild
2016-04-01 17:45:25.295 INFO [main] ToggleNatureAction – Toggling project’s JRebel remote server nature to false
2016-04-01 17:45:25.316 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.remoting.remotingNature from HelloWorldGWTeLink
2016-04-01 17:45:37.142 INFO [Worker-10] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-01 17:45:37.231 INFO [Worker-10] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-01 17:49:42.261 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-01 17:49:42.261 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-01 17:49:42.262 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-01 17:49:42.262 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-01 17:49:42.263 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-01 17:49:42.264 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-01 17:49:42.264 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-01 17:49:42.264 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-01 17:49:42.264 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-01 19:19:12.791 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-03 05:39:57.507 INFO [main] RebelLog – Using log level INFO
2016-04-03 05:39:57.523 INFO [main] RebelPlugin – Starting plugin
2016-04-03 05:39:57.615 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-03 05:39:57.755 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-03 05:39:57.972 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 05:39:57.972 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-03 05:39:57.974 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-03 05:39:57.975 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-03 05:39:57.975 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-03 05:39:57.975 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-03 05:39:57.975 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-03 05:39:57.976 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-03 05:39:57.976 INFO [main] PlatformInfo – product name: Eclipse
2016-04-03 05:39:57.977 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 05:39:58.077 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-03 05:39:58.116 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-03 05:39:58.424 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-03 05:40:26.972 INFO [Worker-1] LicenseNotifier – suspendNewNotifications
2016-04-03 05:40:33.755 INFO [Worker-1] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@14ed08cc
2016-04-03 05:40:33.756 INFO [Worker-1] Startup – Checking JRebel home …
2016-04-03 05:40:33.757 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-03 05:40:33.786 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-03 05:40:34.931 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-03 05:40:34.932 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-03 05:40:34.933 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@7ee43074
2016-04-03 05:40:34.934 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-03 05:40:34.934 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-03 05:40:34.934 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-03 05:40:34.934 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-03 05:40:34.934 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-03 05:40:34.934 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-03 05:40:34.935 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-03 05:40:36.415 INFO [Worker-1] RemotingPluginStartup – earlyStartup
2016-04-03 05:40:36.416 INFO [Worker-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-03 05:40:36.425 INFO [Worker-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-03 05:40:36.425 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-03 05:40:36.425 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/currenytest
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-03 05:40:36.446 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-03 05:40:36.447 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-03 05:40:36.447 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-03 05:40:36.447 INFO [Worker-1] RemotingPluginStartup – detected project P/mamtest
2016-04-03 05:40:36.447 INFO [Worker-1] RemotingPluginStartup – detected project P/tesg
2016-04-03 05:40:36.490 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 05:40:36.655 INFO [Worker-1] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-03 05:40:36.657 INFO [Worker-1] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-03 05:50:36.488 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-03 05:50:36.488 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-03 05:50:36.489 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-03 05:50:36.489 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-03 05:50:36.491 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 05:50:36.491 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-03 05:50:36.492 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-03 05:50:36.492 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-03 05:50:36.492 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-03 05:50:36.492 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-03 05:50:36.493 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-03 05:50:36.493 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-03 05:50:36.493 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-03 05:50:36.493 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-03 05:50:36.494 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-03 05:50:36.494 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-03 05:55:48.999 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 05:55:49.574 INFO [Worker-11] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-03 05:59:32.968 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 05:59:33.156 INFO [Worker-11] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-03 06:00:22.995 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-03 06:00:23.122 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-03 06:00:36.841 INFO [Worker-15] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 06:01:26.028 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 06:01:26.140 INFO [Worker-12] OverviewPage – licensingStatus: false null
2016-04-03 06:01:26.143 INFO [Worker-12] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-03 06:02:00.192 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 06:02:37.717 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 06:03:21.640 INFO [Worker-15] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 06:03:24.217 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-03 06:03:24.218 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-03 06:06:01.978 INFO [Worker-18] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 06:07:07.677 INFO [main] JRebelProject – updateJRebelEnablement for tesg. enabled=true
2016-04-03 06:07:07.679 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to tesg
2016-04-03 06:07:07.679 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-03 06:07:07.679 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-03 06:07:07.679 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-03 06:07:07.744 INFO [main] RebelXmlGenerator – Generated rebel.xml in /tesg/src. Trigger: Invoked FULL_BUILD
2016-04-03 06:07:15.112 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 06:07:15.155 INFO [Worker-14] RebelXmlGenerator – Generated rebel.xml in /tesg/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-03 06:13:45.656 INFO [main] JRebelProject – updateJRebelEnablement for tesg. enabled=false
2016-04-03 06:13:45.673 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from tesg
2016-04-03 06:13:59.962 INFO [Worker-23] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-03 06:23:20.369 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-03 06:23:35.310 INFO [main] RebelLog – Using log level INFO
2016-04-03 06:23:35.314 INFO [main] RebelPlugin – Starting plugin
2016-04-03 06:23:35.328 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-03 06:23:35.331 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-03 06:23:35.342 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-03 06:23:35.343 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 06:23:35.343 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-03 06:23:35.345 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-03 06:23:35.345 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-03 06:23:35.346 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-03 06:23:35.346 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-03 06:23:35.346 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-03 06:23:35.348 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-03 06:23:35.348 INFO [main] PlatformInfo – product name: Eclipse
2016-04-03 06:23:35.348 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 06:23:35.355 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-03 06:23:35.853 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-03 06:23:50.230 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-03 06:23:50.684 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@5209b717
2016-04-03 06:23:50.685 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-03 06:23:50.689 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-03 06:23:50.691 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-03 06:23:51.247 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-03 06:23:51.248 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-03 06:23:51.249 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-03 06:23:51.249 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-03 06:23:51.249 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@7cc87d84
2016-04-03 06:23:51.251 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-03 06:23:51.251 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-03 06:23:51.251 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-03 06:23:51.251 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-03 06:23:51.251 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-03 06:23:51.251 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-03 06:23:51.251 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-03 06:23:51.435 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-03 06:23:51.436 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-03 06:23:51.440 INFO [Worker-3] RemotingPluginStartup – detected project P/Dashboard
2016-04-03 06:23:51.440 INFO [Worker-3] RemotingPluginStartup – detected project P/GWTCab
2016-04-03 06:23:51.440 INFO [Worker-3] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-03 06:23:51.440 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/InternalAudit
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/cabseLink
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/hell1
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/hell2
2016-04-03 06:23:51.441 INFO [Worker-3] RemotingPluginStartup – detected project P/test
2016-04-03 06:23:51.448 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-03 06:23:51.450 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=false
2016-04-03 06:23:51.450 INFO [Worker-8] BootstrapPreGeneratorForServers – running job Updating server configurations after JRebel upgrade
2016-04-03 06:23:51.451 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 06:23:51.454 INFO [Worker-4] BootstrapPreGeneratorForServers – running job Enabling JRebel for existing servers
2016-04-03 06:23:51.455 INFO [Worker-4] BootstrapPreGeneratorForServers – Updated publishing setting on 0 servers
2016-04-03 06:27:02.998 INFO [main] RebelLog – Using log level INFO
2016-04-03 06:27:03.003 INFO [main] RebelPlugin – Starting plugin
2016-04-03 06:27:03.024 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-03 06:27:03.028 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-03 06:27:03.071 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 06:27:03.071 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-03 06:27:03.073 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-03 06:27:03.075 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-03 06:27:03.076 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-03 06:27:03.076 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-03 06:27:03.076 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-03 06:27:03.079 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-03 06:27:03.080 INFO [main] PlatformInfo – product name: Eclipse
2016-04-03 06:27:03.080 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 06:27:03.081 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-03 06:27:03.093 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-03 06:27:03.530 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-03 06:27:16.573 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-03 06:27:16.982 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@768b3fae
2016-04-03 06:27:16.983 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-03 06:27:16.983 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-03 06:27:16.985 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-03 06:27:18.515 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-03 06:27:18.516 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-03 06:27:18.516 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-03 06:27:18.516 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@27c88cf3
2016-04-03 06:27:18.518 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-03 06:27:18.518 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-03 06:27:18.518 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-03 06:27:18.518 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-03 06:27:18.518 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-03 06:27:18.518 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-03 06:27:18.518 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-03 06:27:18.723 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-03 06:27:18.724 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-03 06:27:18.729 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 06:27:18.738 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-03 06:27:18.744 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=false
2016-04-03 06:27:18.744 INFO [Worker-9] BootstrapPreGeneratorForServers – running job Updating server configurations after JRebel upgrade
2016-04-03 06:27:18.749 INFO [Worker-2] BootstrapPreGeneratorForServers – running job Enabling JRebel for existing servers
2016-04-03 06:27:18.749 INFO [Worker-2] BootstrapPreGeneratorForServers – Updated publishing setting on 0 servers
2016-04-03 06:27:18.752 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 06:35:44.606 INFO [main] RebelLog – Using log level INFO
2016-04-03 06:35:44.611 INFO [main] RebelPlugin – Starting plugin
2016-04-03 06:35:44.626 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-03 06:35:44.630 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-03 06:35:44.641 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-03 06:35:44.644 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 06:35:44.645 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-03 06:35:44.647 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-03 06:35:44.649 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-03 06:35:44.649 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-03 06:35:44.650 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-03 06:35:44.650 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-03 06:35:44.653 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-03 06:35:44.654 INFO [main] PlatformInfo – product name: Eclipse
2016-04-03 06:35:44.654 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 06:35:44.664 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-03 06:35:45.152 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-03 06:35:59.888 INFO [Worker-4] LicenseNotifier – suspendNewNotifications
2016-04-03 06:36:01.558 INFO [Worker-4] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@3efbdc71
2016-04-03 06:36:01.559 INFO [Worker-4] Startup – Checking JRebel home …
2016-04-03 06:36:01.561 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-03 06:36:01.578 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-03 06:36:03.081 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-03 06:36:03.081 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-03 06:36:03.081 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-03 06:36:03.081 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-03 06:36:03.081 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-03 06:36:03.082 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-03 06:36:03.082 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-03 06:36:03.082 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-03 06:36:03.082 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-03 06:36:03.082 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-03 06:36:03.082 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-03 06:36:03.082 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-03 06:36:03.083 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-03 06:36:03.083 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-03 06:36:03.083 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@6717d777
2016-04-03 06:36:03.085 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-03 06:36:03.085 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-03 06:36:03.085 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-03 06:36:03.085 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-03 06:36:03.085 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-03 06:36:03.085 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-03 06:36:03.085 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-03 06:36:03.291 INFO [Worker-4] RemotingPluginStartup – earlyStartup
2016-04-03 06:36:03.292 INFO [Worker-4] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-03 06:36:03.296 INFO [Worker-4] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-03 06:36:03.296 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-03 06:36:03.297 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-03 06:36:03.297 INFO [Worker-4] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 06:36:03.297 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-2
2016-04-03 06:36:03.297 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-4
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/currenytest
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab4
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest1
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/mamtest
2016-04-03 06:36:03.298 INFO [Worker-4] RemotingPluginStartup – detected project P/tesg
2016-04-03 06:36:03.307 INFO [Worker-4] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-03 06:36:03.308 INFO [Worker-4] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-03 06:36:03.308 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 06:46:03.307 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-03 06:46:03.308 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-03 06:46:03.308 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-03 06:46:03.308 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-03 06:46:03.309 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 06:46:03.309 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-03 06:46:03.309 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-03 06:46:03.309 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-03 06:46:03.309 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-03 06:46:03.310 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-03 06:46:03.310 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-03 06:46:03.310 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-03 06:46:03.310 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-03 06:46:03.310 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-03 06:46:03.310 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-03 06:46:03.310 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-03 18:59:15.332 INFO [main] RebelLog – Using log level INFO
2016-04-03 18:59:15.392 INFO [main] RebelPlugin – Starting plugin
2016-04-03 18:59:15.409 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-03 18:59:15.414 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-03 18:59:15.424 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-03 18:59:15.424 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 18:59:15.424 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-03 18:59:15.427 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-03 18:59:15.429 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-03 18:59:15.429 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-03 18:59:15.429 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-03 18:59:15.429 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-03 18:59:15.429 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-03 18:59:15.429 INFO [main] PlatformInfo – product name: Eclipse
2016-04-03 18:59:15.429 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-03 18:59:15.437 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-03 18:59:16.249 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-03 18:59:42.125 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-03 18:59:42.957 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@43a54b7e
2016-04-03 18:59:42.957 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-03 18:59:42.957 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-03 18:59:43.133 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-03 18:59:50.434 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@4f8da1ce
2016-04-03 18:59:50.481 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-03 18:59:50.481 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-03 18:59:50.481 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-03 18:59:50.481 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-03 18:59:50.481 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-03 18:59:50.481 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-03 18:59:50.481 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-03 18:59:53.282 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-03 18:59:53.282 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-03 18:59:53.345 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-03 18:59:53.407 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-03 18:59:53.407 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-03 18:59:53.438 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-03 19:09:53.414 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-03 19:42:31.301 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 19:54:19.968 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 19:54:29.828 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 20:04:08.969 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 20:04:31.182 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 20:04:51.726 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 20:04:57.610 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 20:07:12.254 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-03 20:08:13.081 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 08:43:45.334 INFO [main] RebelLog – Using log level INFO
2016-04-04 08:43:45.391 INFO [main] RebelPlugin – Starting plugin
2016-04-04 08:43:45.404 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-04 08:43:45.407 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-04 08:43:45.417 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-04 08:43:45.419 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-04 08:43:45.420 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-04 08:43:45.421 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-04 08:43:45.422 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-04 08:43:45.422 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-04 08:43:45.422 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-04 08:43:45.422 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-04 08:43:45.424 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-04 08:43:45.424 INFO [main] PlatformInfo – product name: Eclipse
2016-04-04 08:43:45.424 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-04 08:43:45.432 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-04 08:43:45.914 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-04 08:44:03.955 INFO [Worker-0] LicenseNotifier – suspendNewNotifications
2016-04-04 08:44:05.415 INFO [Worker-0] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@41e6404b
2016-04-04 08:44:05.416 INFO [Worker-0] Startup – Checking JRebel home …
2016-04-04 08:44:05.427 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-04 08:44:05.429 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-04 08:44:12.018 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-04 08:44:12.018 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-04 08:44:12.018 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-04 08:44:12.018 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-04 08:44:12.018 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-04 08:44:12.019 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-04 08:44:12.020 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-04 08:44:12.022 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@3d724d54
2016-04-04 08:44:12.025 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-04 08:44:12.025 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-04 08:44:12.025 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-04 08:44:12.025 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-04 08:44:12.025 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-04 08:44:12.025 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-04 08:44:12.025 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-04 08:44:14.565 INFO [Worker-0] RemotingPluginStartup – earlyStartup
2016-04-04 08:44:14.565 INFO [Worker-0] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-04 08:44:14.629 INFO [Worker-0] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-04 08:44:14.629 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-04 08:44:14.629 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-04 08:44:14.630 INFO [Worker-0] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-04 08:44:14.630 INFO [Worker-0] RemotingPluginStartup – detected project P/SchoolApp
2016-04-04 08:44:14.631 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-2
2016-04-04 08:44:14.631 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-4
2016-04-04 08:44:14.631 INFO [Worker-0] RemotingPluginStartup – detected project P/currenytest
2016-04-04 08:44:14.631 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab
2016-04-04 08:44:14.631 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab4
2016-04-04 08:44:14.631 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-04 08:44:14.632 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-04 08:44:14.632 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest
2016-04-04 08:44:14.632 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest1
2016-04-04 08:44:14.632 INFO [Worker-0] RemotingPluginStartup – detected project P/mamtest
2016-04-04 08:44:14.633 INFO [Worker-0] RemotingPluginStartup – detected project P/tesg
2016-04-04 08:44:14.785 INFO [Worker-0] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-04 08:44:14.788 INFO [Worker-0] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-04 08:44:14.805 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 08:44:50.942 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 08:54:14.734 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-04 08:54:14.735 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-04 08:54:14.736 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-04 08:54:14.736 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-04 08:54:14.737 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-04 08:54:14.737 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-04 08:54:14.738 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-04 08:54:14.738 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-04 08:54:14.738 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-04 08:54:14.738 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-04 08:54:14.738 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-04 08:54:14.738 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-04 08:54:14.739 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-04 08:54:14.739 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-04 08:54:14.739 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-04 08:54:14.739 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-04 08:54:14.739 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-04 10:06:55.700 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 10:34:52.669 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 11:00:46.376 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 11:03:07.364 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 11:09:16.138 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.138 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.157 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.158 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.181 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.182 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.182 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.182 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.182 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.183 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.186 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.186 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.210 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:16.210 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:17.915 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:17.915 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:17.915 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:19.210 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:19.210 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:19.211 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 11:09:19.211 INFO [Worker-13] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 12:04:35.647 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.953 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.954 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.954 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.954 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.954 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.955 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.955 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.986 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.987 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.987 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.987 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.987 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.988 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.988 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.988 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.989 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.989 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.989 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.989 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.989 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.989 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.993 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.994 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.994 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.995 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.995 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.995 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:35.995 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:36.196 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:36.196 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:36.196 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:36.196 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:36.197 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:36.197 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.datatools.sqltools.routineeditor.launching.launchConfigurationType
2016-04-04 12:04:36.812 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:36.812 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:36.813 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:36.813 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:36.813 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:36.813 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:37.016 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:37.016 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:37.043 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:37.251 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:37.281 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:37.311 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:04:37.340 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-04 12:25:49.667 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-04 12:25:49.669 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-04 12:25:49.669 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-04 12:25:49.669 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-04 12:25:49.670 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-04 12:25:49.967 INFO [Worker-37] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-04 12:25:50.096 INFO [main] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:25:56.338 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:25:57.458 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:25:57.511 INFO [Worker-40] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:26:09.657 INFO [Worker-32] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:26:09.701 INFO [Worker-32] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:26:16.265 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-04 12:26:16.265 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-04 12:29:51.983 INFO [Worker-38] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:29:52.031 INFO [Worker-38] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:36:27.095 INFO [Worker-34] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:36:27.179 INFO [Worker-34] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:36:34.888 INFO [Worker-35] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:36:34.929 INFO [Worker-35] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:37:27.853 INFO [Worker-28] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:37:27.984 INFO [Worker-28] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:39:06.982 INFO [Worker-40] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:39:07.044 INFO [Worker-40] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:42:24.086 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:42:24.153 INFO [Worker-3] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:43:28.836 INFO [Worker-40] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:43:28.893 INFO [Worker-40] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 12:57:47.474 INFO [main] RebelLog – Using log level INFO
2016-04-04 12:57:47.479 INFO [main] RebelPlugin – Starting plugin
2016-04-04 12:57:47.496 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-04 12:57:47.501 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-04 12:57:47.514 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-04 12:57:47.516 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-04 12:57:47.516 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-04 12:57:47.518 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-04 12:57:47.519 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-04 12:57:47.519 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-04 12:57:47.519 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-04 12:57:47.519 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-04 12:57:47.521 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-04 12:57:47.522 INFO [main] PlatformInfo – product name: Eclipse
2016-04-04 12:57:47.522 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-04 12:57:47.531 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-04 12:57:48.003 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-04 12:57:59.871 INFO [Worker-0] LicenseNotifier – suspendNewNotifications
2016-04-04 12:58:00.537 INFO [Worker-0] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@2a7fde3f
2016-04-04 12:58:00.538 INFO [Worker-0] Startup – Checking JRebel home …
2016-04-04 12:58:00.539 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-04 12:58:00.547 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-04 12:58:02.076 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-04 12:58:02.077 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-04 12:58:02.078 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-04 12:58:02.078 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-04 12:58:02.078 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@16282ecb
2016-04-04 12:58:02.080 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-04 12:58:02.080 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-04 12:58:02.080 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-04 12:58:02.080 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-04 12:58:02.080 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-04 12:58:02.081 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-04 12:58:02.081 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-04 12:58:02.372 INFO [Worker-0] RemotingPluginStartup – earlyStartup
2016-04-04 12:58:02.385 INFO [Worker-0] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-04 12:58:02.391 INFO [Worker-0] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-04 12:58:02.392 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-04 12:58:02.392 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-04 12:58:02.402 INFO [Worker-0] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-04 12:58:02.402 INFO [Worker-0] RemotingPluginStartup – detected project P/SchoolApp
2016-04-04 12:58:02.402 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-2
2016-04-04 12:58:02.402 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-4
2016-04-04 12:58:02.402 INFO [Worker-0] RemotingPluginStartup – detected project P/currenytest
2016-04-04 12:58:02.403 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab
2016-04-04 12:58:02.403 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab4
2016-04-04 12:58:02.403 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-04 12:58:02.403 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-04 12:58:02.403 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest
2016-04-04 12:58:02.403 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest1
2016-04-04 12:58:02.403 INFO [Worker-0] RemotingPluginStartup – detected project P/mamtest
2016-04-04 12:58:02.405 INFO [Worker-0] RemotingPluginStartup – detected project P/tesg
2016-04-04 12:58:02.421 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 12:58:02.474 INFO [Worker-0] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-04 12:58:02.552 INFO [Worker-0] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-04 12:58:56.288 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 12:58:56.416 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 13:05:47.450 INFO [Worker-10] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 13:05:47.527 INFO [Worker-10] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 13:05:56.240 INFO [Worker-10] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 13:05:56.293 INFO [Worker-10] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 13:08:02.422 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-04 13:08:02.423 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-04 13:08:02.423 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-04 13:08:02.423 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-04 13:08:02.424 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-04 13:08:02.424 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-04 13:08:02.424 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-04 13:08:02.424 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-04 13:08:02.424 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-04 13:08:02.425 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-04 16:21:19.167 INFO [main] RebelLog – Using log level INFO
2016-04-04 16:21:19.185 INFO [main] RebelPlugin – Starting plugin
2016-04-04 16:21:19.351 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-04 16:21:19.498 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-04 16:21:19.729 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-04 16:21:19.729 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-04 16:21:19.731 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-04 16:21:19.732 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-04 16:21:19.732 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-04 16:21:19.732 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-04 16:21:19.732 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-04 16:21:19.735 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-04 16:21:19.736 INFO [main] PlatformInfo – product name: Eclipse
2016-04-04 16:21:19.736 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-04 16:21:19.892 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-04 16:21:19.993 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-04 16:21:20.186 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-04 16:24:25.028 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-04 16:24:27.149 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@65e1e843
2016-04-04 16:24:27.150 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-04 16:24:27.151 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-04 16:24:27.347 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-04 16:24:28.775 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-04 16:24:28.775 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-04 16:24:28.775 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-04 16:24:28.775 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-04 16:24:28.775 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-04 16:24:28.775 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-04 16:24:28.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-04 16:24:28.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@21103f23
2016-04-04 16:24:28.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-04 16:24:28.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-04 16:24:28.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-04 16:24:28.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-04 16:24:28.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-04 16:24:28.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-04 16:24:28.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-04 16:24:35.178 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-04 16:24:35.178 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-04 16:24:35.699 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-04 16:24:35.699 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-04 16:24:35.699 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-04 16:24:36.035 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-04 16:24:36.036 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-04 16:24:36.037 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-04 16:24:38.434 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-04 16:24:38.439 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-04 16:24:51.909 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-04 16:27:22.419 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 16:27:27.457 INFO [Worker-4] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 16:27:48.301 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-04 16:27:48.301 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-04 16:33:25.625 INFO [Worker-2] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-04 16:34:36.363 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-04 16:34:36.363 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-04 16:34:36.364 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-04 16:34:36.364 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-04 16:34:36.365 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-04 16:34:36.366 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-04 16:34:36.366 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-04 16:34:36.366 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-04 16:34:36.366 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-04 16:34:36.366 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-04 16:34:36.366 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-04 16:34:36.366 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-04 16:34:36.367 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-04 16:34:36.367 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-04 16:34:36.367 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-04 16:34:36.367 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-04 16:34:36.367 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-04 16:38:00.802 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:00.803 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:00.847 INFO [Worker-10] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 16:38:01.241 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:01.242 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:01.242 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:09.335 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:09.335 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:09.336 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:38:09.336 INFO [Worker-10] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:39:51.599 INFO [Worker-10] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 16:39:51.753 INFO [Worker-10] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 16:40:51.418 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.419 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.461 INFO [Worker-7] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-04 16:40:51.467 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.468 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.468 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.468 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.469 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.469 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:40:51.469 INFO [Worker-7] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-04 16:49:58.684 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-04 16:49:58.762 INFO [Worker-9] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-05 06:57:26.581 INFO [main] RebelLog – Using log level INFO
2016-04-05 06:57:26.595 INFO [main] RebelPlugin – Starting plugin
2016-04-05 06:57:26.644 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-05 06:57:26.647 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-05 06:57:26.696 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-05 06:57:26.696 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-05 06:57:26.697 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-05 06:57:26.698 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-05 06:57:26.698 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-05 06:57:26.698 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-05 06:57:26.698 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-05 06:57:26.700 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-05 06:57:26.700 INFO [main] PlatformInfo – product name: Eclipse
2016-04-05 06:57:26.700 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-05 06:57:26.809 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-05 06:57:26.827 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-05 06:57:27.150 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-05 06:57:40.307 INFO [Worker-1] LicenseNotifier – suspendNewNotifications
2016-04-05 06:57:41.070 INFO [Worker-1] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@1265a391
2016-04-05 06:57:41.071 INFO [Worker-1] Startup – Checking JRebel home …
2016-04-05 06:57:41.071 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-05 06:57:41.138 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-05 06:57:41.630 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-05 06:57:41.630 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-05 06:57:41.630 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-05 06:57:41.630 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-05 06:57:41.630 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-05 06:57:41.630 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-05 06:57:41.630 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-05 06:57:41.631 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@1f731e97
2016-04-05 06:57:41.646 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-05 06:57:41.647 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-05 06:57:41.647 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-05 06:57:41.647 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-05 06:57:41.647 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-05 06:57:41.647 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-05 06:57:41.647 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-05 06:57:44.837 INFO [Worker-1] RemotingPluginStartup – earlyStartup
2016-04-05 06:57:44.837 INFO [Worker-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-05 06:57:44.841 INFO [Worker-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-05 06:57:44.841 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-05 06:57:44.841 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-05 06:57:44.892 INFO [Worker-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-05 06:57:44.893 INFO [Worker-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-05 06:57:44.893 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-05 06:57:44.893 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-05 06:57:44.893 INFO [Worker-1] RemotingPluginStartup – detected project P/currenytest
2016-04-05 06:57:44.893 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-05 06:57:44.894 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-05 06:57:44.894 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-05 06:57:44.894 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-05 06:57:44.894 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-05 06:57:44.894 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-05 06:57:44.894 INFO [Worker-1] RemotingPluginStartup – detected project P/mamtest
2016-04-05 06:57:44.895 INFO [Worker-1] RemotingPluginStartup – detected project P/tesg
2016-04-05 06:57:45.213 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 06:57:45.439 INFO [Worker-1] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-05 06:57:45.440 INFO [Worker-1] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-05 07:07:45.526 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-05 07:07:45.527 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-05 07:07:45.527 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-05 07:07:45.527 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-05 07:07:45.530 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-05 07:07:45.530 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-05 07:07:45.531 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-05 07:07:45.531 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-05 07:07:45.531 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-05 07:07:45.531 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-05 07:07:45.532 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-05 07:07:45.532 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-05 07:07:45.532 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-05 07:07:45.532 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-05 07:07:45.532 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-05 07:07:45.532 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-05 07:07:45.533 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-05 07:10:28.992 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 07:10:29.262 INFO [Worker-2] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-05 07:10:37.995 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 07:10:37.995 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 08:50:15.990 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 08:50:16.087 INFO [Worker-3] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-05 08:50:18.762 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 08:50:18.762 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 08:54:53.400 INFO [Worker-20] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-05 09:21:54.150 INFO [Worker-19] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 09:21:54.207 INFO [Worker-19] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-05 09:43:25.721 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-05 09:43:25.759 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-05 09:43:43.308 INFO [Worker-22] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 09:46:03.507 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 10:04:55.544 INFO [Worker-31] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 10:05:01.772 INFO [Worker-22] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 11:33:00.482 INFO [Worker-22] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 11:33:02.689 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 11:33:02.689 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 11:33:57.323 INFO [Worker-33] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 11:33:59.332 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 11:33:59.332 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 11:34:51.772 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 11:35:21.314 INFO [main] RebelLog – Using log level INFO
2016-04-05 11:35:21.317 INFO [main] RebelPlugin – Starting plugin
2016-04-05 11:35:21.328 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-05 11:35:21.332 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-05 11:35:21.343 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-05 11:35:21.344 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-05 11:35:21.344 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-05 11:35:21.345 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-05 11:35:21.346 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-05 11:35:21.346 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-05 11:35:21.346 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-05 11:35:21.347 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-05 11:35:21.348 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-05 11:35:21.348 INFO [main] PlatformInfo – product name: Eclipse
2016-04-05 11:35:21.348 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-05 11:35:21.355 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-05 11:35:21.840 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-05 11:35:31.652 INFO [Worker-0] LicenseNotifier – suspendNewNotifications
2016-04-05 11:35:32.446 INFO [Worker-0] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@6dfd1e99
2016-04-05 11:35:32.447 INFO [Worker-0] Startup – Checking JRebel home …
2016-04-05 11:35:32.453 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-05 11:35:32.466 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-05 11:35:35.367 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-05 11:35:35.368 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-05 11:35:35.368 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-05 11:35:35.368 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-05 11:35:35.368 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-05 11:35:35.369 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@db68322
2016-04-05 11:35:35.370 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-05 11:35:35.370 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-05 11:35:35.370 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-05 11:35:35.370 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-05 11:35:35.370 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-05 11:35:35.370 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-05 11:35:35.370 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-05 11:35:35.582 INFO [Worker-0] RemotingPluginStartup – earlyStartup
2016-04-05 11:35:35.582 INFO [Worker-0] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-05 11:35:35.585 INFO [Worker-0] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-05 11:35:35.586 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-05 11:35:35.586 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-05 11:35:35.586 INFO [Worker-0] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/SchoolApp
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-2
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-4
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/currenytest
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab4
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest
2016-04-05 11:35:35.587 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest1
2016-04-05 11:35:35.588 INFO [Worker-0] RemotingPluginStartup – detected project P/mamtest
2016-04-05 11:35:35.588 INFO [Worker-0] RemotingPluginStartup – detected project P/tesg
2016-04-05 11:35:35.595 INFO [Worker-0] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-05 11:35:35.597 INFO [Worker-0] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-05 11:35:35.605 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 11:36:09.226 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 11:36:13.824 INFO [Worker-0] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 11:36:16.194 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 11:36:16.194 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 11:45:35.601 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-05 11:45:35.601 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-05 11:45:35.602 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-05 11:45:35.602 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-05 11:45:35.602 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-05 11:45:35.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-05 11:45:35.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-05 11:45:35.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-05 11:45:35.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-05 11:45:35.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-05 11:45:35.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-05 11:45:35.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-05 11:45:35.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-05 11:45:35.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-05 11:45:35.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-05 11:45:35.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-05 11:45:35.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-05 11:48:20.201 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 11:51:57.714 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 11:57:00.822 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 11:58:27.904 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 11:59:49.632 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:16:17.550 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:16:26.847 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:17:13.160 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:17:34.467 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:18:28.094 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:22:01.293 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:27:30.719 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:30:08.691 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:34:51.644 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:36:43.769 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:37:03.714 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 12:40:08.766 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:04:45.175 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:13:23.620 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:14:06.976 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:15:11.919 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:15:35.470 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:15:45.737 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:16:06.875 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 13:16:39.727 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:26:36.113 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:28:39.467 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:46:03.383 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:50:19.330 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:51:10.328 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:53:27.123 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:57:23.273 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 15:59:55.511 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:01:25.648 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:02:09.698 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:08:31.600 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:09:35.148 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:10:00.441 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:11:28.423 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:11:51.780 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:14:42.059 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:15:13.551 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:18:02.864 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:26:39.176 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:29:05.511 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:30:01.656 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:30:26.547 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:30:29.771 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:30:45.315 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:30:47.903 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:31:50.709 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:37:14.608 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:46:21.553 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:52:55.709 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:54:32.542 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:55:19.876 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:56:41.381 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:58:45.167 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:59:48.287 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 16:59:54.723 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 17:03:53.346 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 17:04:00.926 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 19:10:50.270 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-05 19:10:50.272 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-05 19:10:50.273 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-05 19:10:50.273 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-05 19:10:50.273 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-05 19:10:52.069 INFO [Worker-76] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-05 19:10:56.074 INFO [main] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-05 19:11:11.326 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 19:11:11.423 INFO [Worker-74] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-05 19:11:18.594 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 19:11:18.594 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 19:12:52.472 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 19:13:36.181 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-05 19:13:42.439 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-05 19:13:42.500 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-05 19:13:48.246 INFO [Worker-68] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 19:13:50.443 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 19:13:50.444 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 19:15:30.724 INFO [Worker-75] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 19:15:32.920 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 19:15:32.920 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 19:20:58.777 INFO [Worker-68] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 19:21:00.896 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 19:21:00.897 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 19:22:43.429 INFO [Worker-79] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-05 19:22:45.548 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-05 19:22:45.548 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-05 19:24:41.674 INFO [Worker-81] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 11:33:49.272 INFO [main] RebelLog – Using log level INFO
2016-04-06 11:33:49.287 INFO [main] RebelPlugin – Starting plugin
2016-04-06 11:33:49.923 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-06 11:33:49.927 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-06 11:33:50.366 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 11:33:50.366 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-06 11:33:50.367 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-06 11:33:50.368 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-06 11:33:50.368 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-06 11:33:50.368 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-06 11:33:50.368 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-06 11:33:50.370 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-06 11:33:50.370 INFO [main] PlatformInfo – product name: Eclipse
2016-04-06 11:33:50.370 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 11:33:50.565 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-06 11:33:50.611 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-06 11:33:50.639 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-06 11:34:16.118 INFO [Worker-4] LicenseNotifier – suspendNewNotifications
2016-04-06 11:34:17.471 INFO [Worker-4] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@53b8fd8d
2016-04-06 11:34:17.472 INFO [Worker-4] Startup – Checking JRebel home …
2016-04-06 11:34:17.472 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-06 11:34:17.708 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-06 11:34:24.608 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-06 11:34:24.608 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-06 11:34:24.608 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-06 11:34:24.608 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-06 11:34:24.609 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-06 11:34:24.610 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@7e906958
2016-04-06 11:34:24.627 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-06 11:34:24.627 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-06 11:34:24.627 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-06 11:34:24.627 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-06 11:34:24.627 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-06 11:34:24.627 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-06 11:34:24.627 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-06 11:34:27.404 INFO [Worker-4] RemotingPluginStartup – earlyStartup
2016-04-06 11:34:27.404 INFO [Worker-4] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 11:34:27.444 INFO [Worker-4] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 11:34:27.444 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 11:34:27.444 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/currenytest
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 11:34:27.445 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 11:34:27.446 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 11:34:27.446 INFO [Worker-4] RemotingPluginStartup – detected project P/mamtest
2016-04-06 11:34:27.446 INFO [Worker-4] RemotingPluginStartup – detected project P/tesg
2016-04-06 11:34:27.600 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 11:34:27.601 INFO [Worker-4] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-06 11:34:27.603 INFO [Worker-4] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-06 11:34:58.628 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 11:34:58.753 INFO [Worker-2] OverviewPage – licensingStatus: false null
2016-04-06 11:34:58.755 INFO [Worker-2] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-06 11:35:05.905 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 11:35:20.743 INFO [Worker-6] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 11:35:24.105 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-06 11:35:24.106 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-06 11:44:27.532 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 11:44:27.532 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 11:44:27.532 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 11:44:27.533 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 11:44:27.534 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 11:44:27.534 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 11:44:27.534 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 11:44:27.534 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-06 11:44:27.534 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-06 11:44:38.811 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 11:46:11.799 INFO [Worker-8] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 11:51:23.152 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 11:51:32.459 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-06 11:51:32.462 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-06 11:51:32.462 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-06 11:51:32.462 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-06 11:51:32.462 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-06 11:51:32.828 INFO [Worker-1] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-06 11:51:33.067 INFO [main] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 11:51:46.625 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 11:51:56.225 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 11:51:56.298 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 11:53:52.287 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 11:53:52.365 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:06:01.493 INFO [Worker-17] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-06 12:06:41.415 INFO [Worker-15] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 12:06:41.469 INFO [Worker-15] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:06:43.988 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-06 12:06:43.988 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-06 12:14:48.838 INFO [Worker-7] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 12:14:48.943 INFO [Worker-7] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:14:53.060 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-06 12:14:53.060 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-06 12:15:04.657 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 12:15:04.734 INFO [Worker-11] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:18:30.325 INFO [Worker-0] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 12:18:30.412 INFO [Worker-0] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:25:39.652 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:39.652 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:39.720 INFO [Worker-24] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:25:40.576 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:40.577 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:40.577 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:41.151 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:41.152 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:41.152 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:25:41.152 INFO [Worker-24] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:12.728 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:12.729 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:13.019 INFO [Worker-0] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:27:13.045 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:13.046 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:13.046 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:13.047 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:13.047 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:13.047 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:27:13.048 INFO [Worker-0] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-06 12:40:59.809 INFO [Worker-22] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 12:40:59.904 INFO [Worker-22] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:46:44.050 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-06 12:47:40.802 INFO [main] RebelLog – Using log level INFO
2016-04-06 12:47:40.806 INFO [main] RebelPlugin – Starting plugin
2016-04-06 12:47:40.893 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-06 12:47:40.908 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-06 12:47:41.090 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 12:47:41.090 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-06 12:47:41.090 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-06 12:47:41.092 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-06 12:47:41.093 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-06 12:47:41.093 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-06 12:47:41.093 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-06 12:47:41.093 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-06 12:47:41.095 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-06 12:47:41.095 INFO [main] PlatformInfo – product name: Eclipse
2016-04-06 12:47:41.095 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 12:47:41.156 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-06 12:47:41.580 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-06 12:48:14.685 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-06 12:48:15.525 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@131a58b7
2016-04-06 12:48:15.526 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-06 12:48:15.532 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-06 12:48:15.534 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-06 12:48:16.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-06 12:48:16.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-06 12:48:16.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-06 12:48:16.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-06 12:48:16.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-06 12:48:16.659 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@1ff757bc
2016-04-06 12:48:16.661 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-06 12:48:16.661 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-06 12:48:16.661 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-06 12:48:16.661 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-06 12:48:16.661 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-06 12:48:16.661 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-06 12:48:16.661 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-06 12:48:21.865 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-06 12:48:21.866 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 12:48:21.971 INFO [Worker-2] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 12:48:21.971 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 12:48:21.971 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 12:48:22.032 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 12:48:22.032 INFO [Worker-2] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 12:48:22.032 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/currenytest
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 12:48:22.033 INFO [Worker-2] RemotingPluginStartup – detected project P/mamtest
2016-04-06 12:48:22.034 INFO [Worker-2] RemotingPluginStartup – detected project P/tesg
2016-04-06 12:48:22.107 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 12:48:22.902 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-06 12:48:22.904 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-06 12:49:08.399 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 12:49:08.619 INFO [Worker-2] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 12:49:13.667 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-06 12:49:13.667 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-06 12:58:09.567 INFO [main] RebelLog – Using log level INFO
2016-04-06 12:58:09.572 INFO [main] RebelPlugin – Starting plugin
2016-04-06 12:58:09.586 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-06 12:58:09.590 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-06 12:58:09.602 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-06 12:58:09.605 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 12:58:09.605 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-06 12:58:09.606 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-06 12:58:09.607 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-06 12:58:09.607 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-06 12:58:09.607 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-06 12:58:09.608 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-06 12:58:09.609 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-06 12:58:09.610 INFO [main] PlatformInfo – product name: Eclipse
2016-04-06 12:58:09.610 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 12:58:09.617 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-06 12:58:10.092 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-06 12:58:23.242 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-06 12:58:24.478 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@4b8ccbf0
2016-04-06 12:58:24.478 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-06 12:58:24.496 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-06 12:58:24.500 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-06 12:58:25.282 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-06 12:58:25.283 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-06 12:58:25.283 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-06 12:58:25.283 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-06 12:58:25.284 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@3e09467
2016-04-06 12:58:25.285 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-06 12:58:25.285 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-06 12:58:25.285 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-06 12:58:25.286 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-06 12:58:25.286 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-06 12:58:25.286 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-06 12:58:25.286 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-06 12:58:25.552 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-06 12:58:25.553 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 12:58:25.560 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 12:58:25.561 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 12:58:25.561 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 12:58:25.569 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 12:58:25.570 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 12:58:25.571 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 12:58:25.571 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-06 12:58:25.572 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-06 12:58:25.584 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 12:58:25.591 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-06 12:58:25.617 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-06 12:59:05.147 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 12:59:05.327 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 13:02:12.095 INFO [main] RebelLog – Using log level INFO
2016-04-06 13:02:12.098 INFO [main] RebelPlugin – Starting plugin
2016-04-06 13:02:12.112 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-06 13:02:12.116 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-06 13:02:12.128 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-06 13:02:12.130 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 13:02:12.130 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-06 13:02:12.132 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-06 13:02:12.133 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-06 13:02:12.134 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-06 13:02:12.134 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-06 13:02:12.134 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-06 13:02:12.137 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-06 13:02:12.137 INFO [main] PlatformInfo – product name: Eclipse
2016-04-06 13:02:12.137 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 13:02:12.145 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-06 13:02:12.618 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-06 13:02:35.717 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-06 13:02:36.576 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@13fa20a1
2016-04-06 13:02:36.577 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-06 13:02:36.579 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-06 13:02:36.583 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-06 13:02:37.382 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-06 13:02:37.382 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-06 13:02:37.383 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-06 13:02:37.384 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@5fcfe440
2016-04-06 13:02:37.385 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-06 13:02:37.385 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-06 13:02:37.385 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-06 13:02:37.385 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-06 13:02:37.386 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-06 13:02:37.386 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-06 13:02:37.386 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-06 13:02:37.555 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-06 13:02:37.569 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 13:02:37.574 INFO [Worker-2] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 13:02:37.574 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 13:02:37.575 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 13:02:37.586 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 13:02:37.587 INFO [Worker-2] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 13:02:37.587 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 13:02:37.587 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 13:02:37.587 INFO [Worker-2] RemotingPluginStartup – detected project P/currenytest
2016-04-06 13:02:37.587 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 13:02:37.588 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 13:02:37.588 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 13:02:37.588 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 13:02:37.588 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 13:02:37.588 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 13:02:37.588 INFO [Worker-2] RemotingPluginStartup – detected project P/mamtest
2016-04-06 13:02:37.589 INFO [Worker-2] RemotingPluginStartup – detected project P/tesg
2016-04-06 13:02:37.598 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-06 13:02:37.599 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-06 13:02:37.599 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 13:05:35.237 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 13:05:35.362 INFO [Worker-2] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 13:07:59.249 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 13:07:59.264 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 13:07:59.391 INFO [Worker-5] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 13:08:03.817 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-06 13:08:03.817 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-06 13:12:37.616 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 13:12:37.616 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 13:12:37.616 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 13:12:37.616 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 13:12:37.617 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 13:12:37.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 13:12:37.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-06 13:12:37.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-06 15:47:13.174 INFO [main] RebelLog – Using log level INFO
2016-04-06 15:47:13.177 INFO [main] RebelPlugin – Starting plugin
2016-04-06 15:47:13.205 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-06 15:47:13.210 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-06 15:47:13.222 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-06 15:47:13.222 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 15:47:13.222 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-06 15:47:13.224 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-06 15:47:13.224 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-06 15:47:13.224 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-06 15:47:13.225 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-06 15:47:13.225 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-06 15:47:13.227 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-06 15:47:13.227 INFO [main] PlatformInfo – product name: Eclipse
2016-04-06 15:47:13.227 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 15:47:13.237 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-06 15:47:13.712 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-06 15:47:22.342 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-06 15:47:23.067 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@706de6aa
2016-04-06 15:47:23.067 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-06 15:47:23.067 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-06 15:47:23.069 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-06 15:47:23.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-06 15:47:23.634 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-06 15:47:23.635 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-06 15:47:23.636 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@620b4114
2016-04-06 15:47:23.638 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-06 15:47:23.638 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-06 15:47:23.638 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-06 15:47:23.638 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-06 15:47:23.638 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-06 15:47:23.638 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-06 15:47:23.638 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-06 15:47:23.835 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-06 15:47:23.836 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-06 15:47:23.839 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 15:47:23.847 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 15:47:23.859 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 15:47:23.881 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-06 15:47:23.897 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-06 15:47:52.479 INFO [Worker-5] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-06 15:50:59.498 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 15:51:00.938 INFO [Worker-3] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 15:56:56.008 INFO [Worker-10] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 15:56:56.070 INFO [Worker-10] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 15:57:23.878 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-06 15:57:23.878 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 15:57:23.879 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 15:57:51.770 INFO [Worker-7] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 15:57:51.846 INFO [Worker-7] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 16:01:36.194 INFO [main] RebelLog – Using log level INFO
2016-04-06 16:01:36.198 INFO [main] RebelPlugin – Starting plugin
2016-04-06 16:01:36.211 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-06 16:01:36.215 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-06 16:01:36.226 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 16:01:36.226 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-06 16:01:36.227 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-06 16:01:36.228 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-06 16:01:36.229 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-06 16:01:36.229 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-06 16:01:36.229 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-06 16:01:36.229 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-06 16:01:36.231 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-06 16:01:36.232 INFO [main] PlatformInfo – product name: Eclipse
2016-04-06 16:01:36.232 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 16:01:36.245 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-06 16:01:36.718 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-06 16:01:52.081 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-06 16:01:52.731 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@22d7d4ee
2016-04-06 16:01:52.731 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-06 16:01:52.763 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-06 16:01:52.765 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-06 16:01:55.831 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-06 16:01:55.832 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-06 16:01:55.832 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-06 16:01:55.832 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-06 16:01:55.833 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@4c4b82f1
2016-04-06 16:01:55.834 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-06 16:01:55.834 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-06 16:01:55.835 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-06 16:01:55.835 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-06 16:01:55.835 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-06 16:01:55.835 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-06 16:01:55.835 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-06 16:01:56.042 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-06 16:01:56.042 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 16:01:56.048 INFO [Worker-2] RemotingPluginStartup – detected project P/Dashboard
2016-04-06 16:01:56.049 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTCab
2016-04-06 16:01:56.050 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-06 16:01:56.050 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-06 16:01:56.050 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-06 16:01:56.050 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 16:01:56.051 INFO [Worker-2] RemotingPluginStartup – detected project P/InternalAudit
2016-04-06 16:01:56.051 INFO [Worker-2] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-06 16:01:56.051 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 16:01:56.051 INFO [Worker-2] RemotingPluginStartup – detected project P/cabseLink
2016-04-06 16:01:56.051 INFO [Worker-2] RemotingPluginStartup – detected project P/hell1
2016-04-06 16:01:56.051 INFO [Worker-2] RemotingPluginStartup – detected project P/hell2
2016-04-06 16:01:56.051 INFO [Worker-2] RemotingPluginStartup – detected project P/test
2016-04-06 16:01:56.060 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-06 16:01:56.063 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-06 16:01:56.063 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 16:02:34.228 INFO [main] JRebelProject – updateJRebelEnablement for InternalAudit. enabled=true
2016-04-06 16:02:34.230 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to InternalAudit
2016-04-06 16:02:34.231 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-06 16:02:34.231 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-06 16:02:34.231 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-06 16:02:34.499 INFO [Worker-4] RebelXmlGenerator – Generated rebel.xml in /InternalAudit/src. Trigger: Invoked FULL_BUILD
2016-04-06 16:02:34.507 INFO [main] RebelXmlGenerator – Generated rebel.xml in /InternalAudit/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 16:03:22.718 INFO [main] JRebelProject – updateJRebelEnablement for InternalAudit. enabled=false
2016-04-06 16:03:22.758 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from InternalAudit
2016-04-06 16:03:27.553 INFO [main] JRebelProject – updateJRebelEnablement for InternalAudit. enabled=true
2016-04-06 16:03:27.554 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to InternalAudit
2016-04-06 16:03:27.554 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-06 16:03:27.557 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-06 16:03:27.557 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-06 16:03:27.587 INFO [main] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-06 16:03:33.988 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 16:03:34.773 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /InternalAudit/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 16:06:03.885 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 16:06:03.948 INFO [Worker-4] RebelXmlGenerator – Generated rebel.xml in /InternalAudit/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 16:11:52.627 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-06 16:11:52.629 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-06 16:11:52.629 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-06 16:11:52.629 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-06 16:11:52.629 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-06 16:11:52.775 INFO [main] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-06 16:11:56.063 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 16:11:56.064 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/Dashboard
2016-04-06 16:11:56.064 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GWTCab
2016-04-06 16:11:56.065 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-06 16:11:56.065 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-06 16:11:56.065 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-06 16:11:56.065 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 16:11:56.066 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/InternalAudit
2016-04-06 16:11:56.066 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-06 16:11:56.067 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 16:11:56.068 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabseLink
2016-04-06 16:11:56.068 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/hell1
2016-04-06 16:11:56.068 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/hell2
2016-04-06 16:11:56.068 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/test
2016-04-06 16:11:59.385 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 16:11:59.432 INFO [Worker-7] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-06 16:13:42.768 INFO [main] RebelLog – Using log level INFO
2016-04-06 16:13:42.777 INFO [main] RebelPlugin – Starting plugin
2016-04-06 16:13:42.794 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-06 16:13:42.799 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-06 16:13:42.812 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-06 16:13:42.814 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 16:13:42.815 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-06 16:13:42.816 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-06 16:13:42.818 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-06 16:13:42.818 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-06 16:13:42.818 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-06 16:13:42.818 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-06 16:13:42.820 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-06 16:13:42.820 INFO [main] PlatformInfo – product name: Eclipse
2016-04-06 16:13:42.820 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-06 16:13:42.829 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-06 16:13:43.303 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-06 16:13:59.286 INFO [Worker-4] LicenseNotifier – suspendNewNotifications
2016-04-06 16:14:00.049 INFO [Worker-4] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@35b5f86b
2016-04-06 16:14:00.050 INFO [Worker-4] Startup – Checking JRebel home …
2016-04-06 16:14:00.059 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-06 16:14:00.070 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-06 16:14:01.395 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-06 16:14:01.396 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-06 16:14:01.397 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@299d39ae
2016-04-06 16:14:01.398 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-06 16:14:01.398 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-06 16:14:01.398 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-06 16:14:01.399 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-06 16:14:01.399 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-06 16:14:01.399 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-06 16:14:01.399 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-06 16:14:01.585 INFO [Worker-4] RemotingPluginStartup – earlyStartup
2016-04-06 16:14:01.585 INFO [Worker-4] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 16:14:01.590 INFO [Worker-4] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 16:14:01.590 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 16:14:01.591 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 16:14:01.600 INFO [Worker-4] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 16:14:01.601 INFO [Worker-4] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 16:14:01.601 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 16:14:01.601 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 16:14:01.601 INFO [Worker-4] RemotingPluginStartup – detected project P/currenytest
2016-04-06 16:14:01.601 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 16:14:01.602 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 16:14:01.602 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 16:14:01.602 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 16:14:01.602 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 16:14:01.602 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 16:14:01.602 INFO [Worker-4] RemotingPluginStartup – detected project P/mamtest
2016-04-06 16:14:01.603 INFO [Worker-4] RemotingPluginStartup – detected project P/tesg
2016-04-06 16:14:01.618 INFO [Worker-4] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-06 16:14:01.620 INFO [Worker-4] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-06 16:14:01.621 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 16:15:14.057 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 16:20:36.303 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 16:24:01.615 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-06 16:24:01.616 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-06 16:24:01.616 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-06 16:24:01.616 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-06 16:24:01.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-06 16:24:01.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-06 16:24:01.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-06 16:24:01.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-06 16:24:01.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-06 16:24:01.618 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-06 16:24:01.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-06 16:24:01.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-06 16:24:01.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-06 16:24:01.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-06 16:24:01.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-06 16:24:01.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-06 16:24:01.619 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-06 16:27:27.519 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-06 16:27:27.598 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-06 16:27:49.580 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-06 16:28:55.635 INFO [Worker-0] OverviewPage – licensingStatus: false null
2016-04-06 16:28:55.653 INFO [Worker-0] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-06 16:28:56.063 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 16:29:00.261 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 16:35:47.101 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 16:36:00.980 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 16:39:34.406 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 16:39:39.889 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:09:41.633 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:18:02.302 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:18:46.970 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:19:03.410 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:19:14.068 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:25:00.339 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:25:12.588 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:26:19.336 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-06 17:28:47.508 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-07 11:37:58.764 INFO [main] RebelLog – Using log level INFO
2016-04-07 11:37:58.797 INFO [main] RebelPlugin – Starting plugin
2016-04-07 11:37:58.848 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-07 11:37:58.852 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-07 11:37:59.049 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-07 11:37:59.049 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-07 11:37:59.050 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-07 11:37:59.051 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-07 11:37:59.051 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-07 11:37:59.051 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-07 11:37:59.051 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-07 11:37:59.053 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-07 11:37:59.053 INFO [main] PlatformInfo – product name: Eclipse
2016-04-07 11:37:59.053 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-07 11:37:59.059 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-07 11:37:59.068 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-07 11:37:59.526 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-07 11:38:20.429 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-07 11:38:21.070 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@3f9b4159
2016-04-07 11:38:21.071 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-07 11:38:21.071 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-07 11:38:21.073 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-07 11:38:27.199 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-07 11:38:27.200 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-07 11:38:27.200 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-07 11:38:27.200 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-07 11:38:27.200 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-07 11:38:27.200 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@1ade4172
2016-04-07 11:38:27.201 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-07 11:38:27.202 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-07 11:38:27.202 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-07 11:38:27.202 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-07 11:38:27.202 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-07 11:38:27.202 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-07 11:38:27.202 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-07 11:38:27.968 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-07 11:38:27.969 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-07 11:38:27.973 INFO [Worker-2] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-07 11:38:27.973 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/SchoolApp
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-2
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-4
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/currenytest
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab
2016-04-07 11:38:27.974 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab4
2016-04-07 11:38:27.975 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-07 11:38:27.975 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-07 11:38:27.975 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest
2016-04-07 11:38:27.975 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest1
2016-04-07 11:38:27.975 INFO [Worker-2] RemotingPluginStartup – detected project P/mamtest
2016-04-07 11:38:27.975 INFO [Worker-2] RemotingPluginStartup – detected project P/tesg
2016-04-07 11:38:27.984 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-07 11:38:27.985 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-07 11:38:27.987 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 11:48:27.992 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-07 11:48:27.993 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-07 11:48:27.993 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-07 11:48:27.993 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-07 11:48:27.994 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-07 11:48:27.994 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-07 11:48:27.994 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-07 11:48:27.995 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-07 11:48:27.995 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-07 11:48:27.995 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-07 11:48:27.995 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-07 11:48:27.995 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-07 11:48:27.995 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-07 11:48:27.996 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-07 11:48:27.996 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-07 11:48:27.996 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-07 11:48:27.996 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-07 11:54:14.191 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 12:16:03.996 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 12:18:11.868 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 13:11:07.663 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 13:17:36.174 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 13:35:00.489 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 17:18:24.071 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 17:32:14.199 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 17:32:50.243 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 17:49:49.680 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 17:55:12.838 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 17:55:47.531 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-07 17:56:37.145 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 09:11:17.284 INFO [main] RebelLog – Using log level INFO
2016-04-08 09:11:17.306 INFO [main] RebelPlugin – Starting plugin
2016-04-08 09:11:17.442 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-08 09:11:17.477 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-08 09:11:17.709 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-08 09:11:17.709 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-08 09:11:17.710 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-08 09:11:17.711 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-08 09:11:17.711 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-08 09:11:17.711 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-08 09:11:17.711 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-08 09:11:17.713 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-08 09:11:17.714 INFO [main] PlatformInfo – product name: Eclipse
2016-04-08 09:11:17.714 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-08 09:11:17.811 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-08 09:11:17.875 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-08 09:11:18.146 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-08 09:12:02.927 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-08 09:12:09.823 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@7c28762e
2016-04-08 09:12:09.823 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-08 09:12:09.823 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-08 09:12:09.917 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-08 09:12:17.795 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-08 09:12:17.796 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-08 09:12:17.797 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-08 09:12:17.797 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-08 09:12:17.798 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@53fa7cb1
2016-04-08 09:12:17.800 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-08 09:12:17.800 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-08 09:12:17.800 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-08 09:12:17.801 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-08 09:12:17.801 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-08 09:12:17.801 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-08 09:12:17.801 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-08 09:12:29.554 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-08 09:12:29.555 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-08 09:12:29.866 INFO [Worker-2] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-08 09:12:29.866 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-08 09:12:29.866 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-08 09:12:29.866 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-08 09:12:29.866 INFO [Worker-2] RemotingPluginStartup – detected project P/SchoolApp
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-2
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-4
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/currenytest
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab4
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest1
2016-04-08 09:12:29.867 INFO [Worker-2] RemotingPluginStartup – detected project P/mamtest
2016-04-08 09:12:29.868 INFO [Worker-2] RemotingPluginStartup – detected project P/tesg
2016-04-08 09:12:29.984 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-08 09:12:29.987 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 09:12:29.987 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-08 09:14:03.394 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 09:19:56.293 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 09:22:29.939 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-08 09:22:29.940 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-08 09:22:29.941 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-08 09:22:29.941 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-08 09:22:29.942 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-08 09:22:29.942 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-08 09:22:29.942 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-08 09:22:29.943 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-08 09:22:29.943 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-08 09:22:29.943 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-08 09:22:29.944 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-08 09:22:29.944 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-08 09:22:29.944 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-08 09:22:29.945 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-08 09:22:29.945 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-08 09:22:29.945 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-08 09:22:29.945 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-08 09:40:43.492 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 10:15:17.227 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 10:16:11.854 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 10:18:01.640 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 10:57:42.126 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:00:00.730 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:00:24.419 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:00:54.855 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:03:10.163 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:04:32.082 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:04:51.583 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:05:47.280 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:06:54.338 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:07:19.974 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:07:44.661 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:08:48.664 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:08:57.346 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:12:19.630 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:12:29.731 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:12:42.202 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:13:38.505 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:16:44.933 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:25:11.166 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:26:07.816 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:26:10.929 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:48:29.169 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-08 11:52:40.506 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-09 12:29:26.524 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-09 12:29:26.554 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-09 12:29:26.555 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-09 12:29:26.556 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-09 12:29:26.557 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-09 12:29:26.558 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-09 12:29:26.559 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-09 12:29:26.559 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-09 12:29:26.559 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-09 12:29:26.560 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-09 12:29:26.560 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-09 12:29:26.560 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-09 12:29:26.561 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-09 12:29:26.561 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-09 12:29:26.561 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-09 12:29:26.561 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-09 12:29:26.562 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-11 11:44:24.303 INFO [main] RebelLog – Using log level INFO
2016-04-11 11:44:24.323 INFO [main] RebelPlugin – Starting plugin
2016-04-11 11:44:24.460 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-11 11:44:24.464 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-11 11:44:24.695 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-11 11:44:24.695 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-11 11:44:24.698 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-11 11:44:24.698 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-11 11:44:24.699 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-11 11:44:24.699 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-11 11:44:24.699 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-11 11:44:24.701 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-11 11:44:24.701 INFO [main] PlatformInfo – product name: Eclipse
2016-04-11 11:44:24.701 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-11 11:44:24.815 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-11 11:44:24.830 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-11 11:44:25.132 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-11 11:44:55.563 INFO [Worker-0] LicenseNotifier – suspendNewNotifications
2016-04-11 11:44:56.570 INFO [Worker-0] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@9bf7ccb
2016-04-11 11:44:56.571 INFO [Worker-0] Startup – Checking JRebel home …
2016-04-11 11:44:56.573 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-11 11:44:56.667 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-11 11:45:04.248 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-11 11:45:04.248 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-11 11:45:04.248 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-11 11:45:04.248 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-11 11:45:04.248 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-11 11:45:04.248 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-11 11:45:04.248 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-11 11:45:04.249 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@31cb5b8b
2016-04-11 11:45:04.251 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-11 11:45:04.251 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-11 11:45:04.251 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-11 11:45:04.251 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-11 11:45:04.251 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-11 11:45:04.251 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-11 11:45:04.251 INFO [Worker-0] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-11 11:45:06.729 INFO [Worker-0] RemotingPluginStartup – earlyStartup
2016-04-11 11:45:06.730 INFO [Worker-0] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-11 11:45:06.769 INFO [Worker-0] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-11 11:45:06.770 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-11 11:45:06.770 INFO [Worker-0] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-11 11:45:06.770 INFO [Worker-0] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-11 11:45:06.770 INFO [Worker-0] RemotingPluginStartup – detected project P/SchoolApp
2016-04-11 11:45:06.770 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-2
2016-04-11 11:45:06.770 INFO [Worker-0] RemotingPluginStartup – detected project P/cabs-4
2016-04-11 11:45:06.770 INFO [Worker-0] RemotingPluginStartup – detected project P/currenytest
2016-04-11 11:45:06.771 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab
2016-04-11 11:45:06.771 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcab4
2016-04-11 11:45:06.771 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-11 11:45:06.771 INFO [Worker-0] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-11 11:45:06.771 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest
2016-04-11 11:45:06.771 INFO [Worker-0] RemotingPluginStartup – detected project P/mamallantest1
2016-04-11 11:45:06.771 INFO [Worker-0] RemotingPluginStartup – detected project P/mamtest
2016-04-11 11:45:06.772 INFO [Worker-0] RemotingPluginStartup – detected project P/tesg
2016-04-11 11:45:06.847 INFO [Worker-0] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-11 11:45:06.849 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 11:45:06.850 INFO [Worker-0] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-11 11:53:10.170 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-11 11:53:10.173 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-11 11:53:10.173 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-11 11:53:10.173 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-11 11:53:10.173 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-11 11:53:11.122 INFO [Worker-1] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-11 11:53:22.112 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 11:53:28.323 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-11 11:53:28.324 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-11 11:55:06.844 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-11 11:55:06.845 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-11 11:55:06.845 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-11 11:55:06.845 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-11 11:55:06.846 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-11 11:55:06.847 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-11 11:55:06.847 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-11 11:55:06.847 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-11 12:00:16.377 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 12:04:27.582 INFO [main] ToggleNatureAction – Toggling project’s JRebel remote server nature to true
2016-04-11 12:04:27.718 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.remoting.remotingNature to HelloWorldGWTeLink
2016-04-11 12:04:27.719 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-11 12:04:27.719 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-11 12:04:27.719 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-11 12:04:27.719 INFO [main] ProjectNatureUtil – has nature org.zeroturnaround.eclipse.jrebelNature
2016-04-11 12:04:27.720 ERROR [main] RemotingProject – IProject should never be set to null
2016-04-11 12:04:28.737 INFO [Worker-3] RemotingProject – Conf is NULL, must do rebuild
2016-04-11 12:04:30.484 INFO [Worker-4] RemotingProject – Conf is NULL, must do rebuild
2016-04-11 12:04:37.845 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 12:04:37.875 INFO [Worker-0] OverviewPage – licensingStatus: false null
2016-04-11 12:04:37.877 INFO [Worker-0] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-11 12:04:49.542 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 12:04:53.983 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 12:05:59.992 INFO [main] ToggleNatureAction – Toggling project’s JRebel remote server nature to false
2016-04-11 12:06:00.140 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.remoting.remotingNature from HelloWorldGWTeLink
2016-04-11 12:06:09.212 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 12:07:21.560 INFO [Worker-11] OverviewPage – licensingStatus: false null
2016-04-11 12:07:21.560 INFO [Worker-11] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-11 12:07:23.321 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 12:10:43.006 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-11 12:10:54.774 INFO [main] RebelLog – Using log level INFO
2016-04-11 12:10:54.777 INFO [main] RebelPlugin – Starting plugin
2016-04-11 12:10:54.790 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-11 12:10:54.793 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-11 12:10:54.804 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-11 12:10:54.806 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-11 12:10:54.806 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-11 12:10:54.807 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-11 12:10:54.808 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-11 12:10:54.808 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-11 12:10:54.808 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-11 12:10:54.808 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-11 12:10:54.810 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-11 12:10:54.810 INFO [main] PlatformInfo – product name: Eclipse
2016-04-11 12:10:54.810 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-11 12:10:54.818 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-11 12:10:55.295 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-11 12:11:08.007 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-11 12:11:08.648 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@1805db4b
2016-04-11 12:11:08.649 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-11 12:11:08.660 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-11 12:11:08.664 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-11 12:11:09.323 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-11 12:11:09.324 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-11 12:11:09.324 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@5a27f247
2016-04-11 12:11:09.325 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-11 12:11:09.325 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-11 12:11:09.325 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-11 12:11:09.326 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-11 12:11:09.326 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-11 12:11:09.326 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-11 12:11:09.326 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-11 12:11:09.599 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-11 12:11:09.600 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-11 12:11:09.605 INFO [Worker-3] RemotingPluginStartup – detected project P/Dashboard
2016-04-11 12:11:09.606 INFO [Worker-3] RemotingPluginStartup – detected project P/GWTCab
2016-04-11 12:11:09.606 INFO [Worker-3] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-11 12:11:09.606 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-11 12:11:09.606 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-11 12:11:09.606 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-11 12:11:09.615 INFO [Worker-3] RemotingPluginStartup – detected project P/InternalAudit
2016-04-11 12:11:09.615 INFO [Worker-3] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-11 12:11:09.615 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-11 12:11:09.615 INFO [Worker-3] RemotingPluginStartup – detected project P/cabseLink
2016-04-11 12:11:09.615 INFO [Worker-3] RemotingPluginStartup – detected project P/hell1
2016-04-11 12:11:09.616 INFO [Worker-3] RemotingPluginStartup – detected project P/hell2
2016-04-11 12:11:09.616 INFO [Worker-3] RemotingPluginStartup – detected project P/test
2016-04-11 12:11:09.653 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-11 12:11:09.655 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-11 12:11:09.665 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 12:12:22.507 INFO [Worker-5] RebelXmlGenerator – Generated rebel.xml in /HelloWorldGWTeLink. Trigger: Invoked FULL_BUILD
2016-04-11 12:18:36.506 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 12:20:10.138 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-11 12:20:10.182 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-11 12:20:49.893 INFO [Worker-7] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 12:21:09.634 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-11 12:21:09.635 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/Dashboard
2016-04-11 12:21:09.636 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GWTCab
2016-04-11 12:21:09.636 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-11 12:21:09.636 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-11 12:21:09.636 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-11 12:21:09.636 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-11 12:21:09.637 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/InternalAudit
2016-04-11 12:21:09.637 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-11 12:21:09.637 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-11 12:21:09.637 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabseLink
2016-04-11 12:21:09.637 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/hell1
2016-04-11 12:21:09.637 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/hell2
2016-04-11 12:21:09.638 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/test
2016-04-11 12:32:18.122 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-11 12:32:18.123 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-11 12:32:18.123 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-11 12:32:18.123 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-11 12:32:18.123 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-11 12:32:18.452 INFO [Worker-7] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-11 12:32:29.312 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 12:34:28.712 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 12:39:48.098 INFO [main] RebelLog – Using log level INFO
2016-04-11 12:39:48.102 INFO [main] RebelPlugin – Starting plugin
2016-04-11 12:39:48.203 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-11 12:39:48.216 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-11 12:39:48.428 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-11 12:39:48.439 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-11 12:39:48.439 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-11 12:39:48.441 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-11 12:39:48.442 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-11 12:39:48.442 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-11 12:39:48.442 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-11 12:39:48.442 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-11 12:39:48.444 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-11 12:39:48.444 INFO [main] PlatformInfo – product name: Eclipse
2016-04-11 12:39:48.444 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-11 12:39:48.529 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-11 12:39:48.890 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-11 12:40:18.047 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-11 12:40:19.972 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@5f32e684
2016-04-11 12:40:19.972 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-11 12:40:19.972 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-11 12:40:20.059 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-11 12:40:21.046 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-11 12:40:21.047 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-11 12:40:21.048 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-11 12:40:21.048 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-11 12:40:21.048 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-11 12:40:21.049 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@6ead16a0
2016-04-11 12:40:21.051 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-11 12:40:21.052 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-11 12:40:21.052 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-11 12:40:21.052 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-11 12:40:21.052 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-11 12:40:21.052 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-11 12:40:21.052 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-11 12:40:22.592 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-11 12:40:22.592 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-11 12:40:22.661 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-11 12:40:22.661 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-11 12:40:22.661 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-11 12:40:22.731 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-11 12:40:22.731 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-11 12:40:22.731 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-11 12:40:22.732 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-11 12:40:22.732 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-11 12:40:22.732 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-11 12:40:22.732 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-11 12:40:22.733 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-11 12:40:22.733 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-11 12:40:22.733 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-11 12:40:22.733 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-11 12:40:22.733 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-11 12:40:22.735 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-11 12:40:22.872 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 12:40:23.155 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-11 12:40:23.157 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-11 12:41:48.776 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-11 12:50:22.834 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-11 12:50:22.834 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-11 12:50:22.834 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-11 12:50:22.834 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-11 12:50:22.836 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-11 12:50:22.836 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-11 12:50:22.836 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-11 12:50:22.836 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-11 12:50:22.836 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-11 12:50:22.836 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-11 12:50:22.836 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-11 12:50:22.837 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-11 12:50:22.837 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-11 12:50:22.837 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-11 12:50:22.837 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-11 12:50:22.838 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-11 12:50:22.838 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-11 17:48:42.948 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 17:48:46.124 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 17:49:21.736 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 17:50:13.643 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-11 17:51:03.733 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 14:52:45.462 INFO [main] RebelLog – Using log level INFO
2016-04-12 14:52:45.553 INFO [main] RebelPlugin – Starting plugin
2016-04-12 14:52:45.567 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-12 14:52:45.570 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-12 14:52:45.582 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-12 14:52:45.584 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 14:52:45.584 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-12 14:52:45.585 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-12 14:52:45.586 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-12 14:52:45.586 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-12 14:52:45.586 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-12 14:52:45.586 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-12 14:52:45.589 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-12 14:52:45.589 INFO [main] PlatformInfo – product name: Eclipse
2016-04-12 14:52:45.589 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 14:52:45.600 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-12 14:52:46.072 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-12 14:52:59.575 INFO [Worker-1] LicenseNotifier – suspendNewNotifications
2016-04-12 14:53:00.201 INFO [Worker-1] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@4b022edc
2016-04-12 14:53:00.202 INFO [Worker-1] Startup – Checking JRebel home …
2016-04-12 14:53:00.205 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-12 14:53:00.207 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-12 14:53:00.815 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-12 14:53:00.816 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@ea02c57
2016-04-12 14:53:00.817 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-12 14:53:00.817 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-12 14:53:00.817 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-12 14:53:00.818 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-12 14:53:00.818 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-12 14:53:00.818 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-12 14:53:00.818 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-12 14:53:01.029 INFO [Worker-1] RemotingPluginStartup – earlyStartup
2016-04-12 14:53:01.030 INFO [Worker-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 14:53:01.033 INFO [Worker-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-12 14:53:01.033 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-12 14:53:01.034 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-12 14:53:01.034 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 14:53:01.041 INFO [Worker-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/currenytest
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-12 14:53:01.042 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-12 14:53:01.043 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-12 14:53:01.043 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-12 14:53:01.043 INFO [Worker-1] RemotingPluginStartup – detected project P/mamtest
2016-04-12 14:53:01.044 INFO [Worker-1] RemotingPluginStartup – detected project P/tesg
2016-04-12 14:53:01.055 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 14:53:01.126 INFO [Worker-1] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-12 14:53:01.127 INFO [Worker-1] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-12 14:56:25.924 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 14:57:00.991 INFO [main] RebelLog – Using log level INFO
2016-04-12 14:57:00.995 INFO [main] RebelPlugin – Starting plugin
2016-04-12 14:57:01.007 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-12 14:57:01.010 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-12 14:57:01.021 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-12 14:57:01.022 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 14:57:01.022 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-12 14:57:01.024 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-12 14:57:01.025 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-12 14:57:01.025 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-12 14:57:01.025 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-12 14:57:01.025 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-12 14:57:01.027 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-12 14:57:01.027 INFO [main] PlatformInfo – product name: Eclipse
2016-04-12 14:57:01.027 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 14:57:01.036 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-12 14:57:01.512 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-12 14:57:17.874 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-12 14:57:18.546 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@62388ca2
2016-04-12 14:57:18.547 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-12 14:57:18.548 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-12 14:57:18.568 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-12 14:57:19.481 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-12 14:57:19.481 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-12 14:57:19.481 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-12 14:57:19.481 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-12 14:57:19.481 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-12 14:57:19.481 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-12 14:57:19.481 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-12 14:57:19.482 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@5a1e9e34
2016-04-12 14:57:19.484 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-12 14:57:19.484 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-12 14:57:19.484 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-12 14:57:19.484 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-12 14:57:19.484 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-12 14:57:19.484 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-12 14:57:19.484 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-12 14:57:19.648 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-12 14:57:19.649 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 14:57:19.654 INFO [Worker-2] RemotingPluginStartup – detected project P/Dashboard
2016-04-12 14:57:19.654 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTCab
2016-04-12 14:57:19.654 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-12 14:57:19.655 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-12 14:57:19.655 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-12 14:57:19.655 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 14:57:19.663 INFO [Worker-2] RemotingPluginStartup – detected project P/InternalAudit
2016-04-12 14:57:19.663 INFO [Worker-2] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-12 14:57:19.663 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 14:57:19.663 INFO [Worker-2] RemotingPluginStartup – detected project P/cabseLink
2016-04-12 14:57:19.663 INFO [Worker-2] RemotingPluginStartup – detected project P/hell1
2016-04-12 14:57:19.663 INFO [Worker-2] RemotingPluginStartup – detected project P/hell2
2016-04-12 14:57:19.663 INFO [Worker-2] RemotingPluginStartup – detected project P/test
2016-04-12 14:57:19.670 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-12 14:57:19.672 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-12 14:57:19.673 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 14:58:19.989 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:01:02.401 INFO [Worker-0] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:01:24.921 INFO [Worker-0] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:01:27.751 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:01:27.751 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:04:28.476 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:04:38.095 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:07:19.677 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 15:07:19.678 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/Dashboard
2016-04-12 15:07:19.678 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GWTCab
2016-04-12 15:07:19.679 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-12 15:07:19.679 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-12 15:07:19.679 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-12 15:07:19.679 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 15:07:19.681 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/InternalAudit
2016-04-12 15:07:19.682 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-12 15:07:19.682 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 15:07:19.682 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabseLink
2016-04-12 15:07:19.682 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/hell1
2016-04-12 15:07:19.683 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/hell2
2016-04-12 15:07:19.683 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/test
2016-04-12 15:13:20.674 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:13:23.057 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:13:23.057 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:14:06.509 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:17:27.293 INFO [Worker-10] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:17:29.419 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:17:29.419 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:18:42.108 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:19:09.021 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:19:48.422 INFO [Worker-0] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:19:50.623 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:19:50.623 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:21:21.562 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:21:23.611 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:21:23.611 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:23:17.758 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:23:20.108 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:23:20.108 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:25:46.094 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:25:48.281 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:25:48.282 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:28:00.181 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:28:02.280 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:28:02.280 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:30:44.796 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:30:46.832 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:30:46.832 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:32:39.276 INFO [Worker-0] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:32:41.443 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:32:41.444 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:33:34.510 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:35:31.908 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:35:33.955 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:35:33.955 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:37:57.635 INFO [Worker-13] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:38:00.184 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:38:00.184 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:39:01.269 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:39:38.745 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:42:08.087 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:42:11.244 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:42:11.245 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:42:56.145 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:43:24.684 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:43:53.252 INFO [main] RebelLog – Using log level INFO
2016-04-12 15:43:53.255 INFO [main] RebelPlugin – Starting plugin
2016-04-12 15:43:53.268 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-12 15:43:53.271 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-12 15:43:53.282 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-12 15:43:53.284 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 15:43:53.284 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-12 15:43:53.286 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-12 15:43:53.287 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-12 15:43:53.287 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-12 15:43:53.287 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-12 15:43:53.287 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-12 15:43:53.289 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-12 15:43:53.289 INFO [main] PlatformInfo – product name: Eclipse
2016-04-12 15:43:53.289 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 15:43:53.299 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-12 15:43:53.773 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-12 15:44:19.908 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-12 15:44:20.813 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@47e30100
2016-04-12 15:44:20.814 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-12 15:44:20.814 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-12 15:44:20.817 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-12 15:44:21.765 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-12 15:44:21.766 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-12 15:44:21.767 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-12 15:44:21.767 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-12 15:44:21.767 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-12 15:44:21.767 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-12 15:44:21.794 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@52012b06
2016-04-12 15:44:21.804 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-12 15:44:21.805 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-12 15:44:21.805 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-12 15:44:21.805 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-12 15:44:21.805 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-12 15:44:21.805 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-12 15:44:21.805 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-12 15:44:23.494 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-12 15:44:23.495 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 15:44:23.508 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-12 15:44:23.508 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloBinding
2016-04-12 15:44:23.509 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-12 15:44:23.509 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 15:44:23.554 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 15:44:23.554 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-12 15:44:23.554 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-12 15:44:23.554 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-12 15:44:23.555 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-12 15:44:23.556 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-12 15:44:24.039 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:44:24.521 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-12 15:44:24.522 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-12 15:45:30.407 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:45:32.909 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:45:32.909 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:46:43.285 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:48:22.968 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:49:43.629 INFO [Worker-7] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:49:46.392 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:49:46.392 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:50:30.133 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:50:50.293 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:50:54.207 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:50:56.331 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:50:56.331 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:51:52.417 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:53:12.653 INFO [Worker-10] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:53:15.461 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:53:15.461 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 15:54:24.000 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 15:54:24.000 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-12 15:54:24.001 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-12 15:54:24.001 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-12 15:54:24.002 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 15:54:24.003 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 15:54:24.004 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-12 15:54:24.004 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-12 15:54:24.004 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-12 15:54:24.004 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-12 15:54:24.004 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-12 15:54:24.004 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-12 15:54:24.004 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-12 15:54:24.005 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-12 15:54:24.005 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-12 15:54:24.005 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-12 15:54:24.005 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-12 15:54:24.005 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-12 15:58:59.746 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 15:59:20.248 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 15:59:23.593 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 15:59:23.593 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 16:00:22.778 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 16:01:24.671 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 16:02:04.294 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 16:02:08.242 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 16:02:08.242 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 16:02:56.754 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 16:06:12.120 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 16:06:15.506 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 16:06:15.506 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 16:09:51.520 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 16:09:54.777 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 16:09:54.778 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 16:12:27.269 INFO [Worker-13] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 16:12:30.424 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 16:12:30.424 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 16:14:54.140 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 16:15:21.115 INFO [Worker-13] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 16:15:24.893 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-12 16:15:24.894 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-12 16:16:26.253 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 16:18:04.289 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 16:18:08.884 INFO [Worker-21] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 16:33:31.564 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-12 16:33:31.706 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-12 16:48:32.235 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-12 16:48:32.238 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-12 16:48:32.238 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-12 16:48:32.239 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-12 16:48:32.239 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-12 16:48:32.317 INFO [main] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-12 16:48:41.061 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 16:55:25.017 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 17:03:41.142 INFO [main] RebelLog – Using log level INFO
2016-04-12 17:03:41.146 INFO [main] RebelPlugin – Starting plugin
2016-04-12 17:03:41.157 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-12 17:03:41.161 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-12 17:03:41.171 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-12 17:03:41.173 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 17:03:41.173 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-12 17:03:41.174 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-12 17:03:41.175 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-12 17:03:41.175 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-12 17:03:41.175 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-12 17:03:41.175 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-12 17:03:41.177 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-12 17:03:41.177 INFO [main] PlatformInfo – product name: Eclipse
2016-04-12 17:03:41.177 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 17:03:41.185 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-12 17:03:41.663 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-12 17:04:05.982 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-12 17:04:06.387 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@1da041f2
2016-04-12 17:04:06.387 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-12 17:04:06.388 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-12 17:04:06.488 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-12 17:04:07.586 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-12 17:04:07.586 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-12 17:04:07.586 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-12 17:04:07.587 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-12 17:04:07.588 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@6d919f73
2016-04-12 17:04:07.590 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-12 17:04:07.590 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-12 17:04:07.590 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-12 17:04:07.590 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-12 17:04:07.590 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-12 17:04:07.590 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-12 17:04:07.590 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-12 17:04:11.312 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-12 17:04:11.312 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 17:04:11.344 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-12 17:04:11.344 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloBinding
2016-04-12 17:04:11.344 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-12 17:04:11.344 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-12 17:04:11.396 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-12 17:04:11.397 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-12 17:04:11.397 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-12 17:04:11.397 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-12 17:04:11.397 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-12 17:04:11.397 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-12 17:04:11.544 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 17:04:11.910 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-12 17:04:11.911 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-12 17:04:38.149 INFO [Worker-8] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 17:10:32.078 INFO [main] RebelLog – Using log level INFO
2016-04-12 17:10:32.081 INFO [main] RebelPlugin – Starting plugin
2016-04-12 17:10:32.092 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-12 17:10:32.096 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-12 17:10:32.106 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-12 17:10:32.108 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 17:10:32.108 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-12 17:10:32.110 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-12 17:10:32.111 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-12 17:10:32.111 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-12 17:10:32.112 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-12 17:10:32.112 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-12 17:10:32.113 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-12 17:10:32.114 INFO [main] PlatformInfo – product name: Eclipse
2016-04-12 17:10:32.114 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 17:10:32.120 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-12 17:10:32.608 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-12 17:10:43.137 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-12 17:10:45.898 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@446430d5
2016-04-12 17:10:45.917 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-12 17:10:45.920 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-12 17:10:45.924 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-12 17:10:47.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-12 17:10:47.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-12 17:10:47.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-12 17:10:47.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-12 17:10:47.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-12 17:10:47.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-12 17:10:47.776 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-12 17:10:47.777 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@442bc386
2016-04-12 17:10:47.778 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-12 17:10:47.779 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-12 17:10:47.779 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-12 17:10:47.779 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-12 17:10:47.779 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-12 17:10:47.779 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-12 17:10:47.779 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-12 17:10:47.922 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-12 17:10:47.922 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 17:10:47.926 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-12 17:10:47.926 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloBinding
2016-04-12 17:10:47.927 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-12 17:10:47.927 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 17:10:47.932 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 17:10:47.932 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-12 17:10:47.932 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-12 17:10:47.932 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-12 17:10:47.932 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-12 17:10:47.933 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-12 17:10:47.939 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-12 17:10:47.941 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-12 17:10:47.941 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 17:10:54.700 INFO [Worker-6] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-12 17:13:33.759 INFO [main] RebelLog – Using log level INFO
2016-04-12 17:13:33.763 INFO [main] RebelPlugin – Starting plugin
2016-04-12 17:13:33.773 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-12 17:13:33.777 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-12 17:13:33.787 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-12 17:13:33.788 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 17:13:33.788 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-12 17:13:33.790 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-12 17:13:33.791 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-12 17:13:33.791 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-12 17:13:33.791 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-12 17:13:33.791 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-12 17:13:33.793 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-12 17:13:33.793 INFO [main] PlatformInfo – product name: Eclipse
2016-04-12 17:13:33.793 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-12 17:13:33.800 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-12 17:13:34.279 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-12 17:13:44.295 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-12 17:13:46.460 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@3aca63df
2016-04-12 17:13:46.460 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-12 17:13:46.475 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-12 17:13:46.477 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-12 17:13:48.285 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-12 17:13:48.286 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-12 17:13:48.287 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-12 17:13:48.287 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-12 17:13:48.287 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@6ca4aaf0
2016-04-12 17:13:48.289 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-12 17:13:48.289 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-12 17:13:48.289 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-12 17:13:48.290 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-12 17:13:48.290 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-12 17:13:48.290 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-12 17:13:48.290 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-12 17:13:48.562 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-12 17:13:48.562 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-12 17:13:48.567 INFO [Worker-2] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-12 17:13:48.567 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloBinding
2016-04-12 17:13:48.568 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-12 17:13:48.568 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-12 17:13:48.577 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/SchoolApp
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-2
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-4
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/currenytest
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab4
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-12 17:13:48.578 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-12 17:13:48.581 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest
2016-04-12 17:13:48.581 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest1
2016-04-12 17:13:48.582 INFO [Worker-2] RemotingPluginStartup – detected project P/mamtest
2016-04-12 17:13:48.582 INFO [Worker-2] RemotingPluginStartup – detected project P/tesg
2016-04-12 17:13:48.591 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-12 17:13:48.593 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-12 17:13:48.599 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-12 17:14:19.492 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-13 05:39:34.601 INFO [main] RebelLog – Using log level INFO
2016-04-13 05:39:34.723 INFO [main] RebelPlugin – Starting plugin
2016-04-13 05:39:34.749 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-13 05:39:34.753 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-13 05:39:34.778 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-13 05:39:34.778 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-13 05:39:34.779 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-13 05:39:34.780 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-13 05:39:34.781 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-13 05:39:34.781 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-13 05:39:34.781 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-13 05:39:34.788 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-13 05:39:34.788 INFO [main] PlatformInfo – product name: Eclipse
2016-04-13 05:39:34.788 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-13 05:39:34.795 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-13 05:39:34.800 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-13 05:39:35.282 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-13 05:39:55.286 INFO [Worker-1] LicenseNotifier – suspendNewNotifications
2016-04-13 05:39:56.219 INFO [Worker-1] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@5490cf46
2016-04-13 05:39:56.220 INFO [Worker-1] Startup – Checking JRebel home …
2016-04-13 05:39:56.227 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-13 05:39:56.229 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-13 05:39:57.144 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-13 05:39:57.145 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-13 05:39:57.145 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-13 05:39:57.145 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-13 05:39:57.145 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-13 05:39:57.145 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-13 05:39:57.146 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@2c1cf3cf
2016-04-13 05:39:57.147 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-13 05:39:57.147 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-13 05:39:57.147 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-13 05:39:57.147 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-13 05:39:57.147 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-13 05:39:57.147 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-13 05:39:57.147 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-13 05:39:58.475 INFO [Worker-1] RemotingPluginStartup – earlyStartup
2016-04-13 05:39:58.476 INFO [Worker-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-13 05:39:58.482 INFO [Worker-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-13 05:39:58.482 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-13 05:39:58.483 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-13 05:39:58.483 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-13 05:39:58.493 INFO [Worker-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-13 05:39:58.495 INFO [Worker-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-13 05:39:58.496 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-13 05:39:58.496 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-13 05:39:58.496 INFO [Worker-1] RemotingPluginStartup – detected project P/currenytest
2016-04-13 05:39:58.496 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-13 05:39:58.496 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-13 05:39:58.496 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-13 05:39:58.497 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-13 05:39:58.497 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-13 05:39:58.497 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-13 05:39:58.498 INFO [Worker-1] RemotingPluginStartup – detected project P/mamtest
2016-04-13 05:39:58.498 INFO [Worker-1] RemotingPluginStartup – detected project P/tesg
2016-04-13 05:39:58.517 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-13 05:39:58.562 INFO [Worker-1] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-13 05:39:58.563 INFO [Worker-1] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-13 05:49:58.513 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-13 05:49:58.513 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-13 05:49:58.514 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-13 05:49:58.514 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-13 05:49:58.514 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-13 05:49:58.515 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-13 05:49:58.515 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-13 05:49:58.516 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-13 11:59:42.533 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:42.599 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:44.883 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:44.883 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:44.884 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:46.608 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:46.609 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:46.609 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 11:59:46.609 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.468 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.468 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.683 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.683 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.683 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.684 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.684 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.684 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:05:54.685 INFO [Worker-34] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:22:47.347 INFO [Worker-32] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-13 12:22:53.763 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=false
2016-04-13 12:22:53.763 INFO [StaticNotifierThread] Listener – Server griffin mode is false
2016-04-13 12:23:48.559 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-13 12:24:24.861 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-13 12:24:46.215 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-13 12:24:46.606 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-13 12:51:07.004 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.004 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.092 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.092 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.093 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.093 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.093 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.093 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 12:51:07.093 INFO [Worker-49] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 13:37:04.395 INFO [ModalContext] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 13:37:04.397 INFO [ModalContext] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 13:37:04.397 INFO [ModalContext] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-13 13:37:04.397 INFO [ModalContext] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-14 11:50:59.830 INFO [main] RebelLog – Using log level INFO
2016-04-14 11:50:59.850 INFO [main] RebelPlugin – Starting plugin
2016-04-14 11:50:59.954 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 11:50:59.960 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 11:51:00.149 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 11:51:00.149 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 11:51:00.151 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 11:51:00.152 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 11:51:00.152 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 11:51:00.152 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 11:51:00.152 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 11:51:00.154 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 11:51:00.154 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 11:51:00.154 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 11:51:00.246 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 11:51:00.274 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 11:51:00.625 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 11:51:33.141 INFO [Worker-4] LicenseNotifier – suspendNewNotifications
2016-04-14 11:51:34.264 INFO [Worker-4] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@3eea3e4f
2016-04-14 11:51:34.265 INFO [Worker-4] Startup – Checking JRebel home …
2016-04-14 11:51:34.265 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-14 11:51:34.379 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 11:51:43.436 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 11:51:43.436 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 11:51:43.437 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 11:51:43.438 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 11:51:43.438 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 11:51:43.438 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 11:51:43.438 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 11:51:43.439 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@33e5cebe
2016-04-14 11:51:43.440 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 11:51:43.440 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 11:51:43.440 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 11:51:43.440 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 11:51:43.440 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 11:51:43.441 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 11:51:43.441 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 11:51:47.414 INFO [Worker-4] RemotingPluginStartup – earlyStartup
2016-04-14 11:51:47.415 INFO [Worker-4] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 11:51:47.506 INFO [Worker-4] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 11:51:47.506 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 11:51:47.507 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 11:51:47.507 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 11:51:47.507 INFO [Worker-4] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 11:51:47.508 INFO [Worker-4] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 11:51:47.508 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 11:51:47.508 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 11:51:47.508 INFO [Worker-4] RemotingPluginStartup – detected project P/currenytest
2016-04-14 11:51:47.508 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 11:51:47.508 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 11:51:47.509 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 11:51:47.509 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 11:51:47.509 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 11:51:47.509 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 11:51:47.510 INFO [Worker-4] RemotingPluginStartup – detected project P/mamtest
2016-04-14 11:51:47.510 INFO [Worker-4] RemotingPluginStartup – detected project P/tesg
2016-04-14 11:51:47.595 INFO [Worker-4] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 11:51:47.597 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 11:51:47.604 INFO [Worker-4] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 12:01:47.598 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 12:01:47.599 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 12:01:47.599 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 12:01:47.600 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 12:01:47.600 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 12:01:47.601 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 12:01:47.602 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 12:01:47.602 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 12:01:47.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 12:01:47.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-14 12:01:47.603 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 12:01:47.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 12:01:47.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 12:01:47.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 12:01:47.604 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 12:01:47.605 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 12:01:47.605 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-14 12:01:47.605 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-14 12:21:36.688 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-14 12:21:36.692 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-14 12:21:36.692 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-14 12:21:36.692 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-14 12:21:36.692 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-14 12:21:37.361 INFO [Worker-4] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-14 12:24:13.081 INFO [main] RebelLog – Using log level INFO
2016-04-14 12:24:13.084 INFO [main] RebelPlugin – Starting plugin
2016-04-14 12:24:13.096 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 12:24:13.100 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 12:24:13.248 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 12:24:13.250 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 12:24:13.250 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 12:24:13.253 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 12:24:13.254 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 12:24:13.254 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 12:24:13.255 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 12:24:13.255 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 12:24:13.257 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 12:24:13.258 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 12:24:13.258 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 12:24:13.265 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 12:24:13.740 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 12:24:30.943 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-14 12:24:32.557 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@4e492a38
2016-04-14 12:24:32.558 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-14 12:24:32.558 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-14 12:24:32.560 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 12:24:33.240 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 12:24:33.241 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 12:24:33.241 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 12:24:33.241 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 12:24:33.241 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 12:24:33.241 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 12:24:33.241 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 12:24:33.242 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@5d9bf08f
2016-04-14 12:24:33.243 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 12:24:33.243 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 12:24:33.243 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 12:24:33.243 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 12:24:33.243 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 12:24:33.243 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 12:24:33.243 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 12:24:33.404 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-14 12:24:33.404 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 12:24:33.410 INFO [Worker-3] RemotingPluginStartup – detected project P/Dashboard
2016-04-14 12:24:33.410 INFO [Worker-3] RemotingPluginStartup – detected project P/GWTCab
2016-04-14 12:24:33.410 INFO [Worker-3] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-14 12:24:33.410 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 12:24:33.410 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-14 12:24:33.411 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 12:24:33.418 INFO [Worker-3] RemotingPluginStartup – detected project P/InternalAudit
2016-04-14 12:24:33.418 INFO [Worker-3] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-14 12:24:33.418 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 12:24:33.418 INFO [Worker-3] RemotingPluginStartup – detected project P/cabseLink
2016-04-14 12:24:33.419 INFO [Worker-3] RemotingPluginStartup – detected project P/hell1
2016-04-14 12:24:33.419 INFO [Worker-3] RemotingPluginStartup – detected project P/hell2
2016-04-14 12:24:33.419 INFO [Worker-3] RemotingPluginStartup – detected project P/test
2016-04-14 12:24:33.428 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 12:24:33.448 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 12:24:33.449 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 12:25:31.113 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 12:27:33.052 INFO [Worker-8] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 12:29:43.193 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=false
2016-04-14 12:29:43.410 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from HelloWorldGWTeLink
2016-04-14 12:30:19.869 INFO [Worker-6] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 12:31:03.754 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 12:32:40.260 INFO [main] JRebelProject – updateJRebelEnablement for HelloWorldGWTeLink. enabled=true
2016-04-14 12:32:40.262 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to HelloWorldGWTeLink
2016-04-14 12:32:40.262 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-14 12:32:40.262 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-14 12:32:40.262 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-14 12:32:40.409 INFO [main] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-14 12:34:13.622 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 12:34:33.429 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 12:34:33.430 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/Dashboard
2016-04-14 12:34:33.430 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GWTCab
2016-04-14 12:34:33.430 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-14 12:34:33.430 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 12:34:33.430 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-14 12:34:33.431 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 12:34:33.432 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/InternalAudit
2016-04-14 12:34:33.432 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-14 12:34:33.432 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 12:34:33.432 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabseLink
2016-04-14 12:34:33.432 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/hell1
2016-04-14 12:34:33.432 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/hell2
2016-04-14 12:34:33.432 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/test
2016-04-14 12:40:12.545 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 12:42:32.801 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 12:50:28.406 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:03:25.267 INFO [main] RebelLog – Using log level INFO
2016-04-14 13:03:25.284 INFO [main] RebelPlugin – Starting plugin
2016-04-14 13:03:25.549 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 13:03:25.595 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 13:03:25.853 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 13:03:25.886 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:03:25.886 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 13:03:25.888 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 13:03:25.889 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 13:03:25.889 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 13:03:25.889 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 13:03:25.889 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 13:03:25.891 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 13:03:25.891 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 13:03:25.891 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:03:26.056 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 13:03:26.292 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 13:04:22.423 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-14 13:04:27.032 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@5bcf290f
2016-04-14 13:04:27.044 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-14 13:04:27.045 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-14 13:04:27.272 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 13:04:34.559 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 13:04:34.560 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 13:04:34.561 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 13:04:34.561 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@1b582efb
2016-04-14 13:04:34.562 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 13:04:34.563 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 13:04:34.563 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 13:04:34.563 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 13:04:34.563 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 13:04:34.563 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 13:04:34.563 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 13:04:38.288 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-14 13:04:38.289 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 13:04:38.345 INFO [Worker-2] RemotingPluginStartup – detected project P/Dashboard
2016-04-14 13:04:38.345 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTCab
2016-04-14 13:04:38.345 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-14 13:04:38.346 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 13:04:38.346 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-14 13:04:38.346 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 13:04:38.346 INFO [Worker-2] RemotingPluginStartup – detected project P/InternalAudit
2016-04-14 13:04:38.346 INFO [Worker-2] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-14 13:04:38.346 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 13:04:38.347 INFO [Worker-2] RemotingPluginStartup – detected project P/cabseLink
2016-04-14 13:04:38.347 INFO [Worker-2] RemotingPluginStartup – detected project P/hell1
2016-04-14 13:04:38.347 INFO [Worker-2] RemotingPluginStartup – detected project P/hell2
2016-04-14 13:04:38.347 INFO [Worker-2] RemotingPluginStartup – detected project P/test
2016-04-14 13:04:38.455 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 13:04:38.456 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 13:04:38.481 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 13:08:00.492 INFO [main] RebelLog – Using log level INFO
2016-04-14 13:08:00.495 INFO [main] RebelPlugin – Starting plugin
2016-04-14 13:08:00.505 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 13:08:00.509 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 13:08:00.519 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 13:08:00.521 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:08:00.521 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 13:08:00.522 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 13:08:00.523 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 13:08:00.523 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 13:08:00.523 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 13:08:00.524 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 13:08:00.525 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 13:08:00.525 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 13:08:00.526 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:08:00.536 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 13:08:01.011 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 13:08:11.698 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-14 13:08:12.433 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@746553a1
2016-04-14 13:08:12.434 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-14 13:08:12.443 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-14 13:08:12.450 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 13:08:13.053 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 13:08:13.054 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 13:08:13.055 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@78f70b60
2016-04-14 13:08:13.057 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 13:08:13.057 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 13:08:13.057 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 13:08:13.057 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 13:08:13.057 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 13:08:13.057 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 13:08:13.057 INFO [Worker-2] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 13:08:13.239 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-14 13:08:13.239 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 13:08:13.244 INFO [Worker-2] RemotingPluginStartup – detected project P/Dashboard
2016-04-14 13:08:13.245 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTCab
2016-04-14 13:08:13.245 INFO [Worker-2] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-14 13:08:13.245 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 13:08:13.245 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-14 13:08:13.245 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 13:08:13.246 INFO [Worker-2] RemotingPluginStartup – detected project P/InternalAudit
2016-04-14 13:08:13.246 INFO [Worker-2] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-14 13:08:13.246 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 13:08:13.246 INFO [Worker-2] RemotingPluginStartup – detected project P/cabseLink
2016-04-14 13:08:13.246 INFO [Worker-2] RemotingPluginStartup – detected project P/hell1
2016-04-14 13:08:13.246 INFO [Worker-2] RemotingPluginStartup – detected project P/hell2
2016-04-14 13:08:13.246 INFO [Worker-2] RemotingPluginStartup – detected project P/test
2016-04-14 13:08:13.254 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 13:08:13.255 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 13:08:13.257 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 13:09:22.294 INFO [main] RebelLog – Using log level INFO
2016-04-14 13:09:22.297 INFO [main] RebelPlugin – Starting plugin
2016-04-14 13:09:22.307 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 13:09:22.311 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 13:09:22.322 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 13:09:22.324 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:09:22.324 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 13:09:22.325 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 13:09:22.327 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 13:09:22.327 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 13:09:22.327 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 13:09:22.327 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 13:09:22.330 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 13:09:22.330 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 13:09:22.330 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:09:22.338 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 13:09:22.813 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 13:09:33.162 INFO [Worker-4] LicenseNotifier – suspendNewNotifications
2016-04-14 13:09:34.143 INFO [Worker-4] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@70917194
2016-04-14 13:09:34.143 INFO [Worker-4] Startup – Checking JRebel home …
2016-04-14 13:09:34.160 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-14 13:09:34.163 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 13:09:34.959 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 13:09:34.959 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 13:09:34.959 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 13:09:34.959 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 13:09:34.959 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 13:09:34.959 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 13:09:34.960 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 13:09:34.961 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@172cef14
2016-04-14 13:09:34.962 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 13:09:34.962 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 13:09:34.962 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 13:09:34.962 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 13:09:34.962 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 13:09:34.962 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 13:09:34.962 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 13:09:35.151 INFO [Worker-4] RemotingPluginStartup – earlyStartup
2016-04-14 13:09:35.152 INFO [Worker-4] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 13:09:35.157 INFO [Worker-4] RemotingPluginStartup – detected project P/Dashboard
2016-04-14 13:09:35.157 INFO [Worker-4] RemotingPluginStartup – detected project P/GWTCab
2016-04-14 13:09:35.157 INFO [Worker-4] RemotingPluginStartup – detected project P/GWTWithFaceBook
2016-04-14 13:09:35.157 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 13:09:35.157 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWT1
2016-04-14 13:09:35.158 INFO [Worker-4] RemotingPluginStartup – detected project P/InternalAudit
2016-04-14 13:09:35.158 INFO [Worker-4] RemotingPluginStartup – detected project P/LeaveManagement
2016-04-14 13:09:35.158 INFO [Worker-4] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 13:09:35.158 INFO [Worker-4] RemotingPluginStartup – detected project P/cabseLink
2016-04-14 13:09:35.158 INFO [Worker-4] RemotingPluginStartup – detected project P/hell1
2016-04-14 13:09:35.158 INFO [Worker-4] RemotingPluginStartup – detected project P/hell2
2016-04-14 13:09:35.158 INFO [Worker-4] RemotingPluginStartup – detected project P/test
2016-04-14 13:09:35.175 INFO [Worker-4] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 13:09:35.176 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 13:09:35.177 INFO [Worker-4] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 13:10:38.724 INFO [main] RebelLog – Using log level INFO
2016-04-14 13:10:38.727 INFO [main] RebelPlugin – Starting plugin
2016-04-14 13:10:38.738 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 13:10:38.742 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 13:10:38.753 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:10:38.753 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 13:10:38.753 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 13:10:38.755 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 13:10:38.756 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 13:10:38.756 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 13:10:38.756 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 13:10:38.756 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 13:10:38.772 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 13:10:38.772 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 13:10:38.772 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 13:10:38.785 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 13:10:39.245 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 13:10:52.469 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-14 13:10:54.591 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@37b86352
2016-04-14 13:10:54.592 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-14 13:10:54.591 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-14 13:10:54.595 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 13:10:55.510 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 13:10:55.511 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 13:10:55.512 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 13:10:55.512 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 13:10:55.513 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@19f71753
2016-04-14 13:10:55.514 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 13:10:55.515 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 13:10:55.515 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 13:10:55.515 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 13:10:55.515 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 13:10:55.515 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 13:10:55.515 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 13:10:55.816 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-14 13:10:55.817 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 13:10:55.817 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 13:10:55.818 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 13:10:55.832 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 13:10:55.859 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 13:10:55.864 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 13:14:51.744 INFO [Worker-0] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-14 13:15:23.949 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:15:24.252 INFO [Worker-6] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 13:17:39.972 INFO [Worker-17] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:17:40.064 INFO [Worker-17] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 13:18:57.175 INFO [Worker-16] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:18:57.249 INFO [Worker-16] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 13:20:55.829 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/Copy of HelloWorldGWTeLink
2016-04-14 13:20:55.830 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 13:20:55.830 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 13:20:55.830 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 13:21:49.593 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:21:49.656 INFO [Worker-4] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 13:26:57.074 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:26:57.137 INFO [Worker-5] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 13:29:13.941 INFO [Worker-6] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:31:55.447 INFO [Worker-18] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:33:34.789 INFO [Worker-19] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:34:50.126 INFO [Worker-6] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:37:48.282 INFO [Worker-18] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:44:31.356 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:45:26.825 INFO [Worker-13] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:46:04.969 INFO [Worker-16] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 13:52:56.999 INFO [Worker-20] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:33:44.036 INFO [Worker-27] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:40:06.913 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:42:35.119 INFO [main] JRebelPropertiesPage – clicked on GenerateNow button
2016-04-14 16:42:35.181 INFO [main] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: GenerateNow button
2016-04-14 16:42:37.697 INFO [main] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 16:42:47.979 INFO [Worker-18] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:42:48.014 INFO [Worker-18] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 16:44:35.456 INFO [main] JRebelProject – updateJRebelEnablement for JrebelTest. enabled=true
2016-04-14 16:44:35.478 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to JrebelTest
2016-04-14 16:44:35.478 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-14 16:44:35.478 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-14 16:44:35.479 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-14 16:44:35.577 INFO [main] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked FULL_BUILD
2016-04-14 16:44:41.573 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:44:41.597 INFO [Worker-21] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 16:45:16.071 INFO [Worker-24] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked FULL_BUILD
2016-04-14 16:45:16.116 INFO [Worker-24] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 16:45:16.135 INFO [Worker-24] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 16:45:16.501 INFO [main] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 16:45:23.452 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:45:23.477 INFO [Worker-30] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 16:48:01.855 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:49:01.439 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:53:11.735 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:55:48.283 INFO [main] RebelLog – Using log level INFO
2016-04-14 16:55:48.287 INFO [main] RebelPlugin – Starting plugin
2016-04-14 16:55:48.356 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 16:55:48.372 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 16:55:48.552 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 16:55:48.555 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 16:55:48.555 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 16:55:48.557 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 16:55:48.558 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 16:55:48.559 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 16:55:48.559 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 16:55:48.559 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 16:55:48.561 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 16:55:48.561 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 16:55:48.561 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 16:55:48.638 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 16:55:49.044 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 16:56:26.439 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-14 16:56:27.933 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@21f73c6b
2016-04-14 16:56:27.933 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-14 16:56:27.933 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-14 16:56:27.960 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 16:56:29.476 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 16:56:29.477 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 16:56:29.478 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 16:56:29.478 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@4992461e
2016-04-14 16:56:29.480 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 16:56:29.480 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 16:56:29.480 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 16:56:29.480 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 16:56:29.480 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 16:56:29.480 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 16:56:29.480 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 16:56:30.963 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-14 16:56:30.964 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 16:56:31.032 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 16:56:31.032 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 16:56:31.033 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 16:56:31.034 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 16:56:31.068 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 16:56:31.068 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 16:56:31.068 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 16:56:31.068 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 16:56:31.068 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-14 16:56:31.069 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 16:56:31.069 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 16:56:31.069 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 16:56:31.069 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 16:56:31.069 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 16:56:31.069 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 16:56:31.070 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-14 16:56:31.070 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-14 16:56:31.204 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 16:56:31.430 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 16:56:31.433 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 16:58:53.740 INFO [main] JRebelProject – updateJRebelEnablement for SchoolApp. enabled=true
2016-04-14 16:58:53.742 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to SchoolApp
2016-04-14 16:58:53.742 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-14 16:58:53.742 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-14 16:58:53.742 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-14 16:58:53.862 INFO [main] RebelXmlGenerator – Generated rebel.xml in /SchoolApp/src. Trigger: Invoked FULL_BUILD
2016-04-14 16:59:01.482 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 16:59:01.554 INFO [Worker-3] RebelXmlGenerator – Generated rebel.xml in /SchoolApp/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 17:03:30.911 INFO [main] JRebelRemoteServerPropertiesPage – onRadioChange() INSTANCE
2016-04-14 17:03:30.913 INFO [main] JRebelRemoteServerPropertiesPage – onRadioChange() INSTANCE
2016-04-14 17:03:31.828 INFO [main] JRebelRemoteServerPropertiesPage – onRadioChange() MODULE
2016-04-14 17:03:31.833 INFO [main] JRebelRemoteServerPropertiesPage – onRadioChange() MODULE
2016-04-14 17:03:34.988 INFO [main] JRebelRemoteServerPropertiesPage – onRadioChange() OFF
2016-04-14 17:03:34.995 INFO [main] JRebelRemoteServerPropertiesPage – onRadioChange() OFF
2016-04-14 17:03:43.046 INFO [Worker-3] OverviewPage – licensingStatus: false null
2016-04-14 17:03:43.194 INFO [Worker-3] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-14 17:03:43.514 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 17:05:32.058 INFO [Worker-8] BootstrapPreGeneratorForServers – running job Updating server configurations
2016-04-14 17:06:31.191 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 17:06:31.192 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 17:06:31.192 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 17:06:31.193 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 17:06:31.193 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 17:06:31.194 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 17:06:31.194 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 17:06:31.195 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-14 17:06:31.196 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-14 17:07:18.384 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 17:07:47.437 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 17:07:55.167 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:07:55.257 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /SchoolApp/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 17:09:29.974 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:09:30.106 INFO [Worker-4] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:19:53.994 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-14 17:20:06.047 INFO [main] RebelLog – Using log level INFO
2016-04-14 17:20:06.051 INFO [main] RebelPlugin – Starting plugin
2016-04-14 17:20:06.066 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 17:20:06.071 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 17:20:06.084 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 17:20:06.088 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 17:20:06.088 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 17:20:06.089 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 17:20:06.090 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 17:20:06.090 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 17:20:06.090 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 17:20:06.090 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 17:20:06.093 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 17:20:06.093 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 17:20:06.093 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 17:20:06.102 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 17:20:06.694 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 17:20:20.201 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-14 17:20:21.220 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@260e887f
2016-04-14 17:20:21.220 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-14 17:20:21.222 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-14 17:20:21.225 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 17:20:21.855 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 17:20:21.855 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 17:20:21.855 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 17:20:21.855 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 17:20:21.855 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 17:20:21.856 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 17:20:21.857 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@36c61273
2016-04-14 17:20:21.859 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 17:20:21.859 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 17:20:21.859 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 17:20:21.859 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 17:20:21.859 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 17:20:21.859 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 17:20:21.859 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 17:20:22.044 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-14 17:20:22.045 INFO [Worker-3] RemotingPluginStartup – detected project P/Copy of HelloWorldGWTeLink
2016-04-14 17:20:22.058 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWT
2016-04-14 17:20:22.058 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 17:20:22.058 INFO [Worker-3] RemotingPluginStartup – detected project P/JrebelTest
2016-04-14 17:20:22.060 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 17:20:22.073 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 17:20:22.090 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 17:20:22.091 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 17:20:33.519 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked FULL_BUILD
2016-04-14 17:20:33.610 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:20:41.063 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:21:41.820 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:21:41.894 INFO [Worker-2] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 17:22:39.805 INFO [Worker-11] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:22:39.852 INFO [Worker-11] RebelXmlGenerator – Generated rebel.xml in /Copy of HelloWorldGWTeLink/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 17:25:04.321 INFO [main] RebelLog – Using log level INFO
2016-04-14 17:25:04.325 INFO [main] RebelPlugin – Starting plugin
2016-04-14 17:25:04.344 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 17:25:04.346 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 17:25:04.346 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 17:25:04.349 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 17:25:04.349 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 17:25:04.350 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 17:25:04.350 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 17:25:04.350 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 17:25:04.352 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 17:25:04.352 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 17:25:04.352 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 17:25:04.359 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 17:25:04.883 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 17:25:17.295 INFO [Worker-1] LicenseNotifier – suspendNewNotifications
2016-04-14 17:25:17.301 INFO [Worker-1] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 17:25:17.304 INFO [Worker-1] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 17:25:18.919 INFO [Worker-1] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@7a2d2d15
2016-04-14 17:25:18.920 INFO [Worker-1] Startup – Checking JRebel home …
2016-04-14 17:25:18.921 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-14 17:25:18.924 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 17:25:19.820 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 17:25:19.820 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 17:25:19.820 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 17:25:19.820 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 17:25:19.820 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 17:25:19.820 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 17:25:19.821 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 17:25:19.822 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@bac64e7
2016-04-14 17:25:19.823 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 17:25:19.823 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 17:25:19.823 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 17:25:19.823 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 17:25:19.823 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 17:25:19.823 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 17:25:19.823 INFO [Worker-1] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 17:25:20.078 INFO [Worker-1] RemotingPluginStartup – earlyStartup
2016-04-14 17:25:20.079 INFO [Worker-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 17:25:20.083 INFO [Worker-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 17:25:20.084 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 17:25:20.084 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 17:25:20.085 INFO [Worker-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 17:25:20.093 INFO [Worker-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 17:25:20.094 INFO [Worker-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 17:25:20.095 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/currenytest
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 17:25:20.096 INFO [Worker-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 17:25:20.097 INFO [Worker-1] RemotingPluginStartup – detected project P/mamtest
2016-04-14 17:25:20.097 INFO [Worker-1] RemotingPluginStartup – detected project P/tesg
2016-04-14 17:25:20.119 INFO [Worker-1] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 17:25:20.122 INFO [Worker-1] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 17:25:20.128 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 17:26:44.713 INFO [main] JRebelProject – updateJRebelEnablement for JrebelTest. enabled=true
2016-04-14 17:26:44.717 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to JrebelTest
2016-04-14 17:26:44.717 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-14 17:26:44.717 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-14 17:26:44.717 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-14 17:26:44.927 INFO [main] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked FULL_BUILD
2016-04-14 17:26:52.543 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 17:26:52.625 INFO [Worker-3] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 17:35:20.102 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 17:35:20.103 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 17:35:20.103 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 17:35:20.103 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 17:35:20.104 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 17:35:20.104 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/JrebelTest
2016-04-14 17:35:20.105 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 17:35:20.105 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 17:35:20.106 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-14 17:35:20.107 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-14 20:17:45.060 INFO [Worker-0] OverviewPage – licensingStatus: false null
2016-04-14 20:17:45.082 INFO [Worker-0] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-14 20:17:45.345 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 20:17:53.053 INFO [Worker-7] BootstrapPreGeneratorForServers – running job Updating server configurations
2016-04-14 20:17:54.822 INFO [Worker-7] BootstrapPreGeneratorForServers – running job Updating server configurations
2016-04-14 20:17:58.636 INFO [Worker-3] BootstrapPreGeneratorForServers – running job Updating server configurations
2016-04-14 20:18:10.137 INFO [Worker-0] BootstrapPreGeneratorForServers – running job Updating server configurations
2016-04-14 20:18:21.173 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 20:21:03.379 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 20:21:37.919 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 20:21:41.835 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-14 20:22:44.043 INFO [main] RebelLog – Using log level INFO
2016-04-14 20:22:44.046 INFO [main] RebelPlugin – Starting plugin
2016-04-14 20:22:44.058 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-14 20:22:44.061 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-14 20:22:44.071 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-14 20:22:44.073 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 20:22:44.073 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-14 20:22:44.074 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-14 20:22:44.075 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-14 20:22:44.075 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-14 20:22:44.075 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-14 20:22:44.075 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-14 20:22:44.077 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-14 20:22:44.077 INFO [main] PlatformInfo – product name: Eclipse
2016-04-14 20:22:44.077 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-14 20:22:44.084 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-14 20:22:44.563 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-14 20:22:55.025 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked FULL_BUILD
2016-04-14 20:22:55.062 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-14 20:22:56.951 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@2351cd9b
2016-04-14 20:22:56.952 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-14 20:22:56.972 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-14 20:22:56.980 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-14 20:22:58.951 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-14 20:22:58.952 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-14 20:22:58.952 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-14 20:22:58.952 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-14 20:22:58.952 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-14 20:22:58.952 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-14 20:22:58.953 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@264aa6ed
2016-04-14 20:22:58.954 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-14 20:22:58.955 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-14 20:22:58.955 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-14 20:22:58.955 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-14 20:22:58.955 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-14 20:22:58.955 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-14 20:22:58.955 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-14 20:22:59.196 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-14 20:22:59.197 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 20:22:59.201 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 20:22:59.202 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 20:22:59.202 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 20:22:59.203 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 20:22:59.212 INFO [Worker-3] RemotingPluginStartup – detected project P/JrebelTest
2016-04-14 20:22:59.214 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 20:22:59.215 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 20:22:59.216 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 20:22:59.217 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 20:22:59.217 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-14 20:22:59.217 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 20:22:59.217 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 20:22:59.217 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 20:22:59.217 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 20:22:59.217 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 20:22:59.218 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 20:22:59.218 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-14 20:22:59.219 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-14 20:22:59.229 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-14 20:22:59.231 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-14 20:22:59.250 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 20:22:59.259 INFO [Worker-4] BootstrapPreGeneratorForServers – running job Pre-generating JRebel bootstrap caches for servers
2016-04-14 20:23:29.259 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-14 20:23:30.880 INFO [main] JRebel – UsingNativeAgent: true
2016-04-14 20:23:30.928 INFO [Worker-3] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-14 20:25:41.348 INFO [Worker-4] OverviewPage – licensingStatus: false null
2016-04-14 20:25:41.350 INFO [Worker-4] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-14 20:25:41.409 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 20:26:58.491 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-14 20:32:59.232 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-14 20:32:59.232 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-14 20:32:59.232 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-14 20:32:59.233 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-14 20:32:59.233 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-14 20:32:59.234 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/JrebelTest
2016-04-14 20:32:59.235 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-14 20:32:59.235 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-14 20:32:59.236 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-14 20:32:59.237 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-14 20:42:22.638 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-15 08:30:44.964 INFO [main] RebelLog – Using log level INFO
2016-04-15 08:30:45.039 INFO [main] RebelPlugin – Starting plugin
2016-04-15 08:30:45.148 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-15 08:30:45.228 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-15 08:30:45.428 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-15 08:30:45.430 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-15 08:30:45.430 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-15 08:30:45.432 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-15 08:30:45.433 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-15 08:30:45.433 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-15 08:30:45.433 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-15 08:30:45.433 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-15 08:30:45.435 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-15 08:30:45.435 INFO [main] PlatformInfo – product name: Eclipse
2016-04-15 08:30:45.435 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-15 08:30:45.442 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-15 08:30:45.919 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-15 08:31:41.425 INFO [Worker-3] LicenseNotifier – suspendNewNotifications
2016-04-15 08:31:45.446 INFO [Worker-3] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@44e6a962
2016-04-15 08:31:45.447 INFO [Worker-3] Startup – Checking JRebel home …
2016-04-15 08:31:45.448 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-15 08:31:45.478 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-15 08:31:47.129 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-15 08:31:47.130 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-15 08:31:47.131 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@2a066fd0
2016-04-15 08:31:47.133 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Logger factory : NOP
2016-04-15 08:31:47.133 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-15 08:31:47.133 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-15 08:31:47.133 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-15 08:31:47.133 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-15 08:31:47.133 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-15 08:31:47.133 INFO [Worker-3] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-15 08:31:52.773 INFO [Worker-3] RemotingPluginStartup – earlyStartup
2016-04-15 08:31:52.773 INFO [Worker-3] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-15 08:31:52.865 INFO [Worker-3] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-15 08:31:52.865 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloBinding
2016-04-15 08:31:52.866 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-15 08:31:52.866 INFO [Worker-3] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-15 08:31:52.964 INFO [Worker-3] RemotingPluginStartup – detected project P/JrebelTest
2016-04-15 08:31:52.965 INFO [Worker-3] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-15 08:31:52.966 INFO [Worker-3] RemotingPluginStartup – detected project P/SchoolApp
2016-04-15 08:31:53.004 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-2
2016-04-15 08:31:53.004 INFO [Worker-3] RemotingPluginStartup – detected project P/cabs-4
2016-04-15 08:31:53.004 INFO [Worker-3] RemotingPluginStartup – detected project P/currenytest
2016-04-15 08:31:53.004 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab
2016-04-15 08:31:53.004 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcab4
2016-04-15 08:31:53.005 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-15 08:31:53.005 INFO [Worker-3] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-15 08:31:53.005 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest
2016-04-15 08:31:53.005 INFO [Worker-3] RemotingPluginStartup – detected project P/mamallantest1
2016-04-15 08:31:53.005 INFO [Worker-3] RemotingPluginStartup – detected project P/mamtest
2016-04-15 08:31:53.005 INFO [Worker-3] RemotingPluginStartup – detected project P/tesg
2016-04-15 08:31:53.266 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 08:31:53.704 INFO [Worker-3] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-15 08:31:53.705 INFO [Worker-3] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-15 08:31:53.707 INFO [Worker-2] BootstrapPreGeneratorForServers – running job Pre-generating JRebel bootstrap caches for servers
2016-04-15 08:40:15.610 INFO [Worker-7] OverviewPage – licensingStatus: false null
2016-04-15 08:40:15.613 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 08:40:15.661 INFO [Worker-7] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-15 08:41:53.179 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-15 08:41:53.179 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-15 08:41:53.179 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-15 08:41:53.180 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-15 08:41:53.180 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-15 08:41:53.181 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/JrebelTest
2016-04-15 08:41:53.182 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-15 08:41:53.182 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-15 08:41:53.183 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-15 08:41:53.183 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-15 08:41:53.183 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-15 08:41:53.183 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-15 08:41:53.183 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-15 08:41:53.183 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-15 08:41:53.184 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-15 08:41:53.184 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-15 08:41:53.184 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-15 08:41:53.184 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-15 08:41:53.184 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-15 08:43:22.131 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-15 08:44:07.131 INFO [main] RebelLog – Using log level INFO
2016-04-15 08:44:07.134 INFO [main] RebelPlugin – Starting plugin
2016-04-15 08:44:07.146 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-15 08:44:07.149 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-15 08:44:07.160 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-15 08:44:07.162 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-15 08:44:07.162 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-15 08:44:07.164 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-15 08:44:07.164 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-15 08:44:07.164 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-15 08:44:07.164 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-15 08:44:07.165 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-15 08:44:07.166 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-15 08:44:07.166 INFO [main] PlatformInfo – product name: Eclipse
2016-04-15 08:44:07.167 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-15 08:44:07.174 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-15 08:44:07.651 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-15 08:44:09.558 INFO [main] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-15 08:44:09.559 INFO [main] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-15 08:44:09.559 INFO [main] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-15 08:44:09.559 INFO [main] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-15 08:44:09.559 INFO [main] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-15 08:44:09.560 INFO [main] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@16bb5ba6
2016-04-15 08:44:09.561 INFO [main] EclipseDebuggerIntegrationConfiguration – Logger factory : File =C:\Users\Junaid\.jrebel\jrebel-eclipse-debugger.log, doNotOverride=false, logHeader=Log file [2016-04-15 08:44:09.556]
2016-04-15 08:44:09.561 INFO [main] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-15 08:44:09.561 INFO [main] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-15 08:44:09.561 INFO [main] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-15 08:44:09.561 INFO [main] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-15 08:44:09.561 INFO [main] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-15 08:44:09.561 INFO [main] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-15 08:44:13.228 INFO [Worker-1] OverviewPage – licensingStatus: false null
2016-04-15 08:44:13.229 INFO [Worker-1] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
2016-04-15 08:44:16.055 INFO [Worker-2] LicenseNotifier – suspendNewNotifications
2016-04-15 08:44:16.576 INFO [Worker-2] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@5463e77c
2016-04-15 08:44:16.577 INFO [Worker-2] Startup – Checking JRebel home …
2016-04-15 08:44:16.578 INFO [pool-7-thread-1] Startup – Try to auto-activate if needed
2016-04-15 08:44:16.580 INFO [pool-7-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-15 08:44:17.226 INFO [Worker-2] RemotingPluginStartup – earlyStartup
2016-04-15 08:44:17.226 INFO [Worker-2] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-15 08:44:17.226 INFO [Worker-2] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-15 08:44:17.226 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloBinding
2016-04-15 08:44:17.227 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-15 08:44:17.227 INFO [Worker-2] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-15 08:44:17.228 INFO [Worker-2] RemotingPluginStartup – detected project P/JrebelTest
2016-04-15 08:44:17.229 INFO [Worker-2] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-15 08:44:17.229 INFO [Worker-2] RemotingPluginStartup – detected project P/SchoolApp
2016-04-15 08:44:17.230 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-2
2016-04-15 08:44:17.230 INFO [Worker-2] RemotingPluginStartup – detected project P/cabs-4
2016-04-15 08:44:17.230 INFO [Worker-2] RemotingPluginStartup – detected project P/currenytest
2016-04-15 08:44:17.230 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab
2016-04-15 08:44:17.231 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcab4
2016-04-15 08:44:17.231 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-15 08:44:17.231 INFO [Worker-2] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-15 08:44:17.231 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest
2016-04-15 08:44:17.231 INFO [Worker-2] RemotingPluginStartup – detected project P/mamallantest1
2016-04-15 08:44:17.231 INFO [Worker-2] RemotingPluginStartup – detected project P/mamtest
2016-04-15 08:44:17.231 INFO [Worker-2] RemotingPluginStartup – detected project P/tesg
2016-04-15 08:44:17.237 INFO [Worker-2] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-15 08:44:17.239 INFO [Worker-2] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-15 08:44:17.239 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 08:44:17.241 INFO [Worker-3] BootstrapPreGeneratorForServers – running job Pre-generating JRebel bootstrap caches for servers
2016-04-15 08:45:10.465 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 08:45:20.614 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 08:45:20.657 INFO [Worker-1] JRebel – UsingNativeAgent: true
2016-04-15 08:45:21.480 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked FULL_BUILD
2016-04-15 08:47:49.777 INFO [main] JRebelProject – updateJRebelEnablement for jtest. enabled=true
2016-04-15 08:47:49.779 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to jtest
2016-04-15 08:47:49.780 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-15 08:47:49.780 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-15 08:47:49.780 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-15 08:47:49.918 INFO [main] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked FULL_BUILD
2016-04-15 08:47:55.737 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 08:47:55.738 INFO [main] JRebel – UsingNativeAgent: true
2016-04-15 08:47:55.762 INFO [Worker-3] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 08:50:10.287 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 08:50:10.288 INFO [main] JRebel – UsingNativeAgent: true
2016-04-15 08:50:11.188 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 08:50:11.188 INFO [main] JRebel – UsingNativeAgent: true
2016-04-15 08:50:23.551 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=true
2016-04-15 08:50:23.551 INFO [StaticNotifierThread] Listener – Server griffin mode is true
2016-04-15 08:51:38.902 INFO [Worker-2] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 08:51:38.904 INFO [Worker-2] JRebel – UsingNativeAgent: true
2016-04-15 08:54:17.249 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-15 08:54:17.250 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-15 08:54:17.250 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-15 08:54:17.251 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-15 08:54:17.252 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-15 08:54:17.254 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/JrebelTest
2016-04-15 08:54:17.257 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-15 08:54:17.257 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-15 08:54:17.260 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-15 08:54:17.260 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-15 08:54:17.260 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-15 08:54:17.261 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-15 08:54:17.261 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-15 08:54:17.261 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-15 08:54:17.261 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-15 08:54:17.262 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/jtest
2016-04-15 08:54:17.264 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-15 08:54:17.264 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-15 08:54:17.265 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-15 08:54:17.265 INFO [pool-9-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-15 08:58:27.603 INFO [Worker-8] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 08:58:27.604 INFO [Worker-8] JRebel – UsingNativeAgent: true
2016-04-15 09:00:53.185 INFO [Worker-13] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:00:53.186 INFO [Worker-13] JRebel – UsingNativeAgent: true
2016-04-15 09:07:06.917 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:07:06.917 INFO [Worker-9] JRebel – UsingNativeAgent: true
2016-04-15 09:08:57.268 INFO [Worker-13] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:08:57.269 INFO [Worker-13] JRebel – UsingNativeAgent: true
2016-04-15 09:08:57.296 INFO [Worker-13] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:10:10.360 INFO [Worker-13] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:10:10.361 INFO [Worker-13] JRebel – UsingNativeAgent: true
2016-04-15 09:10:10.387 INFO [Worker-13] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:10:34.464 INFO [Worker-12] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:10:34.464 INFO [Worker-12] JRebel – UsingNativeAgent: true
2016-04-15 09:10:34.491 INFO [Worker-12] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:11:22.586 INFO [Worker-15] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:11:22.587 INFO [Worker-15] JRebel – UsingNativeAgent: true
2016-04-15 09:11:22.608 INFO [Worker-15] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:12:35.207 INFO [Worker-12] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:12:35.208 INFO [Worker-12] JRebel – UsingNativeAgent: true
2016-04-15 09:12:35.236 INFO [Worker-12] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:36:50.611 INFO [Worker-18] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:36:50.612 INFO [Worker-18] JRebel – UsingNativeAgent: true
2016-04-15 09:36:50.638 INFO [Worker-18] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:37:25.928 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:37:25.929 INFO [Worker-9] JRebel – UsingNativeAgent: true
2016-04-15 09:37:25.992 INFO [Worker-9] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:39:46.998 INFO [Worker-19] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:39:46.998 INFO [Worker-19] JRebel – UsingNativeAgent: true
2016-04-15 09:39:47.066 INFO [Worker-19] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:40:51.445 INFO [Worker-14] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:40:51.449 INFO [Worker-14] JRebel – UsingNativeAgent: true
2016-04-15 09:40:51.480 INFO [Worker-14] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:42:24.092 INFO [Worker-14] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:42:24.093 INFO [Worker-14] JRebel – UsingNativeAgent: true
2016-04-15 09:42:24.205 INFO [Worker-14] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:42:24.206 INFO [Worker-14] JRebel – UsingNativeAgent: true
2016-04-15 09:42:24.231 INFO [Worker-14] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:43:35.621 INFO [Worker-18] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked FULL_BUILD
2016-04-15 09:43:59.869 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:43:59.869 INFO [Worker-9] JRebel – UsingNativeAgent: true
2016-04-15 09:43:59.932 INFO [Worker-9] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:46:51.123 INFO [main] JRebelProject – updateJRebelEnablement for jtest. enabled=false
2016-04-15 09:46:51.207 INFO [main] ProjectNatureUtil – Removing nature org.zeroturnaround.eclipse.jrebelNature from jtest
2016-04-15 09:48:57.340 INFO [main] JRebelProject – updateJRebelEnablement for jtest. enabled=true
2016-04-15 09:48:57.342 INFO [main] ProjectNatureUtil – Adding nature org.zeroturnaround.eclipse.jrebelNature to jtest
2016-04-15 09:48:57.342 INFO [main] ProjectNatureUtil – has nature org.eclipse.jdt.core.javanature
2016-04-15 09:48:57.342 INFO [main] ProjectNatureUtil – has nature com.google.gwt.eclipse.core.gwtNature
2016-04-15 09:48:57.342 INFO [main] ProjectNatureUtil – has nature org.eclipse.wst.common.project.facet.core.nature
2016-04-15 09:48:57.417 INFO [main] RebelXmlGenerator – Using existing backed up rebel.xml
2016-04-15 09:49:11.533 INFO [main] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:49:11.533 INFO [main] JRebel – UsingNativeAgent: true
2016-04-15 09:49:11.598 INFO [Worker-20] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 09:53:33.075 INFO [Worker-14] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 09:53:33.075 INFO [Worker-14] JRebel – UsingNativeAgent: true
2016-04-15 11:06:24.022 INFO [Worker-28] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 11:06:24.023 INFO [Worker-28] JRebel – UsingNativeAgent: true
2016-04-15 11:06:24.052 INFO [Worker-28] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:07:57.153 INFO [Worker-23] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked FULL_BUILD
2016-04-15 11:08:11.842 INFO [Worker-30] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 11:08:11.842 INFO [Worker-30] JRebel – UsingNativeAgent: true
2016-04-15 11:08:11.918 INFO [Worker-30] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:11:32.817 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 11:11:43.109 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 11:11:48.330 INFO [Worker-32] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 11:11:48.331 INFO [Worker-32] JRebel – UsingNativeAgent: true
2016-04-15 11:11:48.362 INFO [Worker-32] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:11:54.242 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=true
2016-04-15 11:11:54.242 INFO [StaticNotifierThread] Listener – Server griffin mode is true
2016-04-15 11:12:23.878 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 11:13:25.544 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 11:13:35.366 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 11:14:11.175 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-15 11:16:43.477 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 11:16:43.478 INFO [Worker-9] JRebel – UsingNativeAgent: true
2016-04-15 11:16:43.598 INFO [Worker-9] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:17:33.211 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 11:17:33.212 INFO [Worker-9] JRebel – UsingNativeAgent: true
2016-04-15 11:17:33.316 INFO [Worker-9] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:24:24.298 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.299 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.299 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.300 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.302 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.303 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.303 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.303 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.304 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.304 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.309 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.309 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.319 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.319 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.442 INFO [Worker-32] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:24:24.514 INFO [Worker-32] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:24:24.543 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.543 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:24.544 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:25.593 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:25.593 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:25.593 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:24:25.594 INFO [Worker-32] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:26:36.727 INFO [Worker-34] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 11:26:36.728 INFO [Worker-34] JRebel – UsingNativeAgent: true
2016-04-15 11:26:36.802 INFO [Worker-34] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:27:08.194 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.195 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.273 INFO [Worker-33] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:27:08.303 INFO [Worker-33] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 11:27:08.313 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.314 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.314 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.315 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.315 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.315 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 11:27:08.316 INFO [Worker-33] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.784 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.785 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.850 INFO [Worker-38] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 15:52:26.922 INFO [Worker-38] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 15:52:26.931 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.931 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.932 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.932 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.932 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.932 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 15:52:26.933 INFO [Worker-38] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.ant.AntLaunchConfigurationType
2016-04-15 16:02:58.270 INFO [pool-6-thread-1] ServerLifecycleListener – ServerLifecycleListener.serverAdded. Tomcat v7.0 Server at localhost
2016-04-15 16:02:58.508 INFO [ModalContext] MyResourceVisitor – Created visitor for filename: rebel-remote.xml
2016-04-15 16:02:58.508 INFO [pool-6-thread-1] ServerLifecycleListener – adapter org.zeroturnaround.eclipse.wtp.launching.LaunchConfigBasedRebelServer@10d1e45c
2016-04-15 16:02:58.525 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:58.531 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:58.532 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:58.533 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:58.542 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:58.543 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:58.578 INFO [pool-6-thread-1] DynamicArgsRebelLaunchConfig – setJRebelEnabled: true
2016-04-15 16:02:58.578 INFO [pool-6-thread-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:02:58.666 INFO [Worker-40] MyResourceVisitor – Created visitor for filename: rebel-remote.xml
2016-04-15 16:02:58.750 INFO [Worker-40] MyResourceVisitor – Created visitor for filename: rebel-remote.xml
2016-04-15 16:02:59.524 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:59.566 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:59.567 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:59.568 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:59.568 INFO [pool-6-thread-1] DynamicArgsRebelLaunchConfig – setJRebelEnabled – done
2016-04-15 16:02:59.571 INFO [pool-6-thread-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:02:59.572 INFO [pool-6-thread-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:02:59.611 INFO [pool-6-thread-1] ServerLifecycleListener – ServerLifecycleListener.serverChanged. Tomcat v7.0 Server at localhost
2016-04-15 16:03:06.773 INFO [Worker-9] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.775 INFO [Worker-9] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.775 INFO [Worker-9] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.782 INFO [Worker-9] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.783 INFO [Worker-9] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.801 INFO [Worker-42] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.801 INFO [Worker-42] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:03:06.803 INFO [Worker-9] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.804 INFO [Worker-9] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:06.804 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:03:06.892 INFO [Worker-9] RebelArgsResolver – RebelArgsResolver.resolveValue() var[org.eclipse.core.internal.variables.DynamicVariable@3fafb62f] argument[null]
2016-04-15 16:03:06.892 INFO [Worker-9] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:03:06.893 INFO [Worker-29] JRebel – UsingNativeAgent: true
2016-04-15 16:03:06.896 INFO [Worker-29] RebelArgsResolver – RebelArgsResolver.resolveValue() getJVMArgsQuotedAll -> -Drebel.base=”C:\Users\Junaid\.jrebel” -Drebel.env.ide.plugin.version=6.4.1.RELEASE -Drebel.env.ide.version=4.4.2 -Drebel.env.ide.product=Eclipse -Drebel.env.ide=Eclipse -Drebel.notification.url=http://localhost:17434 -Drebel.workspace.path=”C:\work\workspaceNew” -Drebel.properties=”C:\Users\Junaid\.jrebel\jrebel.properties” -agentpath:”C:\work\softwares\Eclipse Luna\eclipse\plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE\jr6\jrebel\lib\jrebel64.dll”
2016-04-15 16:03:26.586 INFO [Worker-39] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.587 INFO [Worker-39] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.588 INFO [Worker-39] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.598 INFO [Worker-39] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.598 INFO [Worker-39] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.601 INFO [Worker-42] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.601 INFO [Worker-42] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:03:26.602 INFO [Worker-39] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.602 INFO [Worker-39] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:03:26.602 INFO [Worker-39] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:03:26.607 INFO [Worker-39] RebelArgsResolver – RebelArgsResolver.resolveValue() var[org.eclipse.core.internal.variables.DynamicVariable@3fafb62f] argument[null]
2016-04-15 16:03:26.607 INFO [Worker-39] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:03:26.608 INFO [Worker-40] JRebel – UsingNativeAgent: true
2016-04-15 16:03:26.609 INFO [Worker-40] RebelArgsResolver – RebelArgsResolver.resolveValue() getJVMArgsQuotedAll -> -Drebel.base=”C:\Users\Junaid\.jrebel” -Drebel.env.ide.plugin.version=6.4.1.RELEASE -Drebel.env.ide.version=4.4.2 -Drebel.env.ide.product=Eclipse -Drebel.env.ide=Eclipse -Drebel.notification.url=http://localhost:17434 -Drebel.workspace.path=”C:\work\workspaceNew” -Drebel.properties=”C:\Users\Junaid\.jrebel\jrebel.properties” -agentpath:”C:\work\softwares\Eclipse Luna\eclipse\plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE\jr6\jrebel\lib\jrebel64.dll”
2016-04-15 16:04:00.971 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:04:00.972 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:04:01.019 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:04:01.199 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:04:01.230 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:04:01.260 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:04:01.289 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-15 16:04:27.199 INFO [Worker-39] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-15 16:04:27.200 INFO [Worker-39] JRebel – UsingNativeAgent: true
2016-04-15 16:04:27.265 INFO [Worker-39] RebelXmlGenerator – Generated rebel.xml in /JrebelTest/src. Trigger: Invoked INCREMENTAL_BUILD
2016-04-15 16:11:19.076 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener OverviewPage
2016-04-16 15:48:37.052 INFO [main] RebelLog – Using log level INFO
2016-04-16 15:48:37.073 INFO [main] RebelPlugin – Starting plugin
2016-04-16 15:48:37.176 INFO [main] AgentProvider – setInitializationData. isBeta false; location jrebel/
2016-04-16 15:48:37.180 INFO [main] AgentProvider – setInitializationData. isBeta true; location jr6/jrebel/
2016-04-16 15:48:37.360 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-16 15:48:37.360 INFO [main] PlatformInfo – eclipse.buildId: 4.4.1.M20140925-0400
2016-04-16 15:48:37.362 INFO [main] PlatformInfo – plugin org.eclipse.platform
2016-04-16 15:48:37.363 INFO [main] PlatformInfo – org.eclipse.platform plugin VersionIdentifier: 4.4.0.v20140925-0400
2016-04-16 15:48:37.363 INFO [main] PlatformInfo – DefiningBundle: 4.4.1.20140925-1820
2016-04-16 15:48:37.363 INFO [main] PlatformInfo – bundle org.eclipse.platform_4.4.0.v20140925-0400 [632]
2016-04-16 15:48:37.363 INFO [main] PlatformInfo – org.eclipse.platform bundle: 4.4.0.v20140925-0400
2016-04-16 15:48:37.365 INFO [main] PlatformInfo – feature version: 4.4.2.v20150204-1700
2016-04-16 15:48:37.365 INFO [main] PlatformInfo – product name: Eclipse
2016-04-16 15:48:37.365 INFO [main] PlatformInfo – ****** Platform version data ******
2016-04-16 15:48:37.412 INFO [pool-5-thread-1] NotificationServer – Using port 17434 for notification server.
2016-04-16 15:48:37.476 INFO [main] ActivationState – updateLicenseStatus() – status=null valid=false
2016-04-16 15:48:37.836 INFO [JRebel Statistics Watcher] RebelStatsFileWatcher – loading stats from C:\Users\Junaid\.jrebel\javarebel.stats
2016-04-16 15:49:11.903 INFO [Worker-4] LicenseNotifier – suspendNewNotifications
2016-04-16 15:49:12.449 INFO [Worker-4] JRebelLicensing – addActivationFinishedListener org.zeroturnaround.jrebel.ide.common.notifications.LicenseNotifier@6edebd9e
2016-04-16 15:49:12.450 INFO [Worker-4] Startup – Checking JRebel home …
2016-04-16 15:49:12.450 INFO [pool-6-thread-1] Startup – Try to auto-activate if needed
2016-04-16 15:49:12.478 INFO [pool-6-thread-1] LicenseNotifier – resumeNewNotifications
2016-04-16 15:49:21.307 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – —Changed configuration
2016-04-16 15:49:21.307 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – File to log JDI Exceptions : null
2016-04-16 15:49:21.307 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Stack Frames : true
2016-04-16 15:49:21.307 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Threads : true
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Hide Rebel Classes : true
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Don’t expose versioned types : true
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Fix That : true
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Can call Rebel runtime : true
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Prevent stepping to Rebel code: true
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Pump events: false
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Async attach: false
2016-04-16 15:49:21.308 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator: Eclipse
2016-04-16 15:49:21.309 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE identificator as code: 0x200000000000000
2016-04-16 15:49:21.309 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – IDE type as code: 0x2
2016-04-16 15:49:21.310 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Wrapper proxy builder: com.zeroturnaround.jdi.proxy.DefaultFactoryBuilder@6c404c5
2016-04-16 15:49:21.312 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Logger factory : File =C:\Users\Junaid\.jrebel\jrebel-eclipse-debugger.log, doNotOverride=false, logHeader=Log file [2016-04-16 15:49:21.174]
2016-04-16 15:49:21.312 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle fields : true
2016-04-16 15:49:21.312 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle methods : true
2016-04-16 15:49:21.313 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle stepping : true
2016-04-16 15:49:21.313 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle breakpoints : true
2016-04-16 15:49:21.313 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – Handle reloading: true
2016-04-16 15:49:21.313 INFO [Worker-4] EclipseDebuggerIntegrationConfiguration – ————————
2016-04-16 15:49:27.276 INFO [Worker-4] RemotingPluginStartup – earlyStartup
2016-04-16 15:49:27.277 INFO [Worker-4] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-16 15:49:27.317 INFO [Worker-4] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-16 15:49:27.318 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloBinding
2016-04-16 15:49:27.344 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-16 15:49:27.344 INFO [Worker-4] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-16 15:49:27.367 INFO [Worker-4] RemotingPluginStartup – detected project P/JrebelTest
2016-04-16 15:49:27.368 INFO [Worker-4] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-16 15:49:27.368 INFO [Worker-4] RemotingPluginStartup – detected project P/SchoolApp
2016-04-16 15:49:27.369 INFO [Worker-4] RemotingPluginStartup – detected project P/Servers
2016-04-16 15:49:27.369 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-2
2016-04-16 15:49:27.370 INFO [Worker-4] RemotingPluginStartup – detected project P/cabs-4
2016-04-16 15:49:27.370 INFO [Worker-4] RemotingPluginStartup – detected project P/currenytest
2016-04-16 15:49:27.370 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab
2016-04-16 15:49:27.370 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcab4
2016-04-16 15:49:27.370 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-16 15:49:27.370 INFO [Worker-4] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-16 15:49:27.371 INFO [Worker-4] RemotingPluginStartup – detected project P/jtest
2016-04-16 15:49:27.395 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest
2016-04-16 15:49:27.396 INFO [Worker-4] RemotingPluginStartup – detected project P/mamallantest1
2016-04-16 15:49:27.396 INFO [Worker-4] RemotingPluginStartup – detected project P/mamtest
2016-04-16 15:49:27.396 INFO [Worker-4] RemotingPluginStartup – detected project P/tesg
2016-04-16 15:49:27.520 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=false; errMessage = ‘Your JRebel license has expired!’; activationStatus=null; ] valid=false
2016-04-16 15:49:27.923 INFO [Worker-4] BootstrapPreGeneratorForServers – BootstrapPreGeneratorForServers.earlyStartup.
2016-04-16 15:49:27.925 INFO [Worker-4] BootstrapPreGeneratorForServers – autoenabled=true
2016-04-16 15:49:27.927 INFO [Worker-8] BootstrapPreGeneratorForServers – running job Pre-generating JRebel bootstrap caches for servers
2016-04-16 15:49:33.930 INFO [Worker-8] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 15:49:33.933 INFO [Worker-8] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 15:49:33.934 INFO [Worker-8] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 15:49:35.426 INFO [Worker-8] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 15:49:35.426 INFO [Worker-8] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 15:49:35.432 INFO [Worker-5] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 15:49:35.541 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-16 15:49:35.544 INFO [Worker-8] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-16 15:49:47.228 INFO [Worker-1] RebelXmlGenerator – Generated rebel.xml in /jtest/src. Trigger: Invoked FULL_BUILD
2016-04-16 15:51:38.999 INFO [main] LicenseNotifier – suspendNewNotifications
2016-04-16 15:54:07.213 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-16 15:54:19.860 INFO [main] LicenseNotifier – resumeNewNotifications
2016-04-16 15:54:19.862 INFO [main] ActivationStatusPoller – ActivationStatusPoller.removeListener DialogController
2016-04-16 15:59:27.481 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/CurrencyMonitor
2016-04-16 15:59:27.482 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/GwtSpringSecurityProject
2016-04-16 15:59:27.482 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloBinding
2016-04-16 15:59:27.483 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTCab
2016-04-16 15:59:27.484 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/HelloWorldGWTeLink
2016-04-16 15:59:27.486 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/JrebelTest
2016-04-16 15:59:27.488 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/RemoteSystemsTempFiles
2016-04-16 15:59:27.488 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/SchoolApp
2016-04-16 15:59:27.489 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/Servers
2016-04-16 15:59:27.489 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-2
2016-04-16 15:59:27.490 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/cabs-4
2016-04-16 15:59:27.490 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/currenytest
2016-04-16 15:59:27.490 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab
2016-04-16 15:59:27.490 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcab4
2016-04-16 15:59:27.490 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion3
2016-04-16 15:59:27.490 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/gwtcabwithVersion4
2016-04-16 15:59:27.490 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/jtest
2016-04-16 15:59:27.491 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest
2016-04-16 15:59:27.492 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamallantest1
2016-04-16 15:59:27.492 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/mamtest
2016-04-16 15:59:27.492 INFO [pool-8-thread-1] RemotingPluginStartup – detected project P/tesg
2016-04-16 16:03:10.406 INFO [Worker-5] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-16 16:03:10.410 INFO [Worker-5] JRebel – UsingNativeAgent: true
2016-04-16 16:06:20.629 INFO [Worker-3] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-16 16:06:20.630 INFO [Worker-3] JRebel – UsingNativeAgent: true
2016-04-16 16:06:31.633 INFO [StaticNotifierThread] Listener – Debugger Integration has been attached to the debug vm, jrebel enabled=true. IDE isGriffin=true
2016-04-16 16:06:31.633 INFO [StaticNotifierThread] Listener – Server griffin mode is true
2016-04-16 16:23:44.532 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 16:23:44.533 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 16:23:44.533 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 16:23:44.604 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 16:23:44.604 INFO [main] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 16:23:44.609 INFO [Worker-1] DefaultRebelLaunchConfigProvider – unknown type org.eclipse.jst.server.tomcat.core.launchConfigurationType
2016-04-16 16:23:44.610 INFO [Worker-1] VMInstallAdapter – VMInstallAdapter(IVMInstall vmInstall) vmInstall=[C:\Program Files\Java\jdk1.7.0_79]
2016-04-16 16:23:45.779 INFO [main] ActivationState – updateLicenseStatus() – status=LicensingStatus [ hasLicense = true; hasValidLicenseType=true; isValid=true; errMessage = ‘null’; activationStatus=null; ] valid=true
2016-04-16 16:23:45.975 INFO [Worker-1] OverviewPage – licensingStatus: false null
2016-04-16 16:23:45.975 INFO [Worker-1] ActivationStatusPoller – ActivationStatusPoller.addListener OverviewPage
————-
Thanks
Junaid
Sorry for the slow reply.
I did edit the rebel.xml file and that did get it to work, but I can’t find where in my IDE it gets the old path from.
I’ll eventually just rebuild the project from scratch, it’s not worth the effort to keep looking for it.
Thanks