Don't be, you can download the latest version of insight from here: https://github.com/SpringSource/spring-insight-plugins#download-insight-developer-edition
Type: Posts; User: shachar; Keyword(s):
Don't be, you can download the latest version of insight from here: https://github.com/SpringSource/spring-insight-plugins#download-insight-developer-edition
This can't be fixed by configuration. This is related to one of Insight's core classes.
The only thing you can do (for now) is to open an issue at...
Checkout https://github.com/SpringSource/spring-insight-plugins#download-insight-developer-edition
You can't download insight directly (at least not for now)
Insight is packaged with tc server:
Insight developer edition is packaged with tc server developer edition (which is also...
Insight devedition will not work with jboss, only insight operations will. Insight Operations is bundled with tcserver enterprise edition, but you can checkout the photo album app source code from...
I tested the plugin with photo album on jboss-6.0.0.Final community edition:
2012-12-23 08:32:23,521 SEVERE [com.springsource.insight.plugin.jsf.ActionListenerOperationCollectionAspect] ...
Great, and it only took ~40 posts ;)
Enjoy Insight
No,
The missing class is in insight-intercept jar file, I believe that the problem is with the -L syntax.
Try to change
-L=<path to jar file> to
-L file:/<path to jar file>
You need the jar files under jbossas/lib and not under server/default/lib
One more thing, what is the server configuration you are using? Is it cos or default?
The next files should be located under C:/JBoss/Spring-Insight/jboss-eap-exe-5.1/jboss-as/lib:
insight-annotation-1.8.3.RELEASE.jar
insight-bootstrap-jboss-5.1.0.GA-1.8.3.RELEASE.jar
...
No, we are actually testing the plugin on a various of JSF apps. The plugin breaks pre jsf 2.0 apps, but that's not a problem.
The only problem is to find JSF 2.0 sample apps
I'm really sorry...
Well, it's a promising start.
First start the server outside eclipse:
1. cd C:\JBoss\EnterprisePlatform-5.1.2\jboss-eap-5.1\jboss-as\bin
2. run.bat -b 0.0.0.0 -c cos
If the above...
Try to use insight annotations
This way you can annotate your methods with @InsightOperation or @InsightEndPoint
Looks very promising and we are still testing it.
I have created a new branch in Spring Insight Plugins repo and committed required modifications to match 1.9 new APIs
I also noticed that the...
The GWT plugin must cover all forms of GWT server communications. Currently there are two forms to communicate with the server:
RPC -...
I did the next steps on my eclipse (I'm using mac):
Installed jboss developer studio
Configured a new server with JBOSS 5.1.0.GA (community edition - I don't have a license for the...
Please delete insight-collection-tcserver-1.8.3.RELEASE.jar and try to start the server
All is there...
Does the next files exist under C:/JBoss/EnterprisePlatform-5.1.2/jboss-eap-5.1/jboss-as/server/cos/lib?
insight-annotation-1.8.3.RELEASE.jar
...
I saw it before, can you attach the tree structure of insight.base?
cd C:\JBoss\EnterprisePlatform-5.1.2\jboss-eap-5.1\jboss-as\insight
tree /f
Never saw that exception before... :confused: ... (Shooting in the dark) change insight.base value to:
-Dinsight.base="/C:/JBoss/EnterprisePlatform-5.1.2/jboss-eap-5.1/jboss-as/insight"
(Speaking the obvious) - verify that insight.properties file does exist under C:\JBoss\EnterprisePlatform-5.1.2\jboss-eap-5.1\jboss-as\insight\conf
Try to use quotes around insight.base value and...
The javaagent syntax is wrong, instead of:
-Djavaagent=C:\JBoss\EnterprisePlatform-5.1.2\jboss-eap-5.1\jboss-as\bin\aspectjweaver-1.6.12.M2.jar
Use:
...
11:28:42,236 SEVERE [InsightClassPathMunger] Context not initialized by an InsightClassLoader
11:28:42,236 SEVERE [InsightClassPathMunger] Thus, I am not able to add conf or plugins to the classpath...
The problem is that JBOSS is not loading the insight jars that are located under <jboss dir>/lib
Try to do the next steps:
Move insight jars (insight-*.jar) from <jboss main folder>/lib to...
Assuming you are using insight 1.8.3, there should be an install log file under ~/.insight
Can you attach it?