0

I followed the instructions to setup the profiler given here:

http://www.mastertheboss.com/articles/application-server/jboss-profiler-tuning/

When I start my server, I get this error:

WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."jboss-profiler-noAOP.sar".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "jboss-profiler-noAOP.sar" service jboss.deployment.unit."Data_Structures_war_exploded.war".STRUCTURE: WFLYSRV0153: Failed to process phase STRUCTURE of deployment "Data_Structures_war_exploded.war"

My deployment directory

[Directory][1]

Nishant
  • 1
  • 3

1 Answers1

1

You are not using JBoss 4 but WildFly thus following out of date instructions isn't going to work at all. The beginning of the article give you some pointers addressing different version of the server.

ehsavoie
  • 3,126
  • 1
  • 16
  • 14