
Originally Posted by
shachar
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?
Now I use default profile, and not cos, as you suggested to start from scratch.
Ok, I removed the jar files from default/lib, moved them to jboassas/lib and restart the server, I saw this line in the logs,
Code:
2012-12-12 12:34:56,714 INFO [STDOUT] (main) ASPECTJ: aspectj.overweaving=true: overweaving switched ON
But I see new exceptions now..
Code:
Caused by: java.lang.ClassNotFoundException: com.springsource.insight.InsightAgentClassloadingHelper from BaseClassLoader@214c759a{vfsfile:/C:/JBoss/Spring-Insight/jboss-eap-exe-5.1/jboss-as/server/default/deploy/jbossweb.sar/}
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:477)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 143 more
and
Code:
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.springsource.insight.bootstrap.jboss.JBossApplicationLifecycleCollectionAspect
Does it mean progress or I am back to square one?