jaikiran pai [
http://community.jboss.org/people/jaikiran] created the discussion
"MC - Better error reporting?"
To view the discussion, visit:
http://community.jboss.org/message/537110#537110
--------------------------------------------------------------
While trying out an application deployment on AS, MC threw this error message:
15:49:18,031 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] Failed
to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment
"jboss.ejb3:module=myapp,component=MyNoInterfaceSFSB,service=EjbEncFactory" is
missing the following dependencies:
Dependency "jboss.naming:component=MyNoInterfaceSFSB,module=myapp" (should
be in state "Installed", but is actually in state "** NOT FOUND Depends on
'jboss.naming:component=MyNoInterfaceSFSB,module=myapp' **")
Deployment
"jboss.ejb3:module=myapp,component=MyNoInterfaceSLSB,service=EjbEncFactory" is
missing the following dependencies:
Dependency "jboss.naming:component=MyNoInterfaceSLSB,module=myapp" (should
be in state "Installed", but is actually in state "** NOT FOUND Depends on
'jboss.naming:component=MyNoInterfaceSLSB,module=myapp' **")
Deployment "jboss.j2ee:jar=myapp.war,name=MyNoInterfaceSFSB,service=EJB3" is
missing the following dependencies:
Dependency
"jboss.ejb3:component=MyNoInterfaceSFSB,module=myapp,service=EjbEncFactory"
(should be in state "Installed", but is actually in state
"Described")
Deployment
"jboss.j2ee:jar=myapp.war,name=MyNoInterfaceSFSB,service=EJB3_endpoint" is
missing the following dependencies:
Dependency "jboss.j2ee:jar=myapp.war,name=MyNoInterfaceSFSB,service=EJB3"
(should be in state "Installed", but is actually in state
"Instantiated")
Deployment "jboss.j2ee:jar=myapp.war,name=MyNoInterfaceSLSB,service=EJB3" is
missing the following dependencies:
Dependency
"jboss.ejb3:component=MyNoInterfaceSLSB,module=myapp,service=EjbEncFactory"
(should be in state "Installed", but is actually in state
"Described")
Deployment
"jboss.j2ee:jar=myapp.war,name=MyNoInterfaceSLSB,service=EJB3_endpoint" is
missing the following dependencies:
Dependency "jboss.j2ee:jar=myapp.war,name=MyNoInterfaceSLSB,service=EJB3"
(should be in state "Installed", but is actually in state
"Instantiated")
DEPLOYMENTS IN ERROR:
Deployment "jboss.naming:component=MyNoInterfaceSLSB,module=myapp" is in error
due to the following reason(s): ** NOT FOUND Depends on
'jboss.naming:component=MyNoInterfaceSLSB,module=myapp' **
Deployment "jboss.naming:component=MyNoInterfaceSFSB,module=myapp" is in error
due to the following reason(s): ** NOT FOUND Depends on
'jboss.naming:component=MyNoInterfaceSFSB,module=myapp' **
Deployment
"jboss.ejb3:component=MyNoInterfaceSLSB,module=myapp,service=EjbEncFactory" is
in error due to the following reason(s): Described
Deployment
"jboss.ejb3:component=MyNoInterfaceSFSB,module=myapp,service=EjbEncFactory" is
in error due to the following reason(s): Described
I had a very hard time trying to figure out what that message was trying to convey. Could
these error messages be better reported to make it more understandable?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/537110#537110]
Start a new discussion in JBoss Microcontainer at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]