- This topic has 5 replies, 5 voices, and was last updated 20 years, 3 months ago by
Scott Anderson.
-
AuthorPosts
-
thomas_perry@putnam.comMemberI’m deploying an enterprise project using MyEclipse 3.8.2
The project contains a web project and an ejb projectThe following errors are generated, whether I deploy through MyEclipse or if I deploy directly with asadmin:
SEVERE: in application/module Node, handling of id = myeclipse.1096765356646 failed
SEVERE: in application/module Node, handling of id = myeclipse.1097704645801 failed
note that <module id=”myeclipse.1096765356646″> is the id of the web war file in application.xml
<module id=”myeclipse.1097704645801″> is the id of the ejb jar file
I’ve deleted and recreated the enterprise project, removed the project and redeployed from AS8, stopped and started the appserver etc
Has anyone had this problem with myeclipse 3.8.2 and AS8.0.0_01?
Thanks for your help
Tom
Riyad KallaMemberTom,
I sent this off to be looked at, hang tight.
edwardotisMemberI have a similar error. Did you find a solution?
[#|2004-12-01T00:16:43.428-0800|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|in application/module Node, handling of id = myeclipse.1101176867728 failed|#]
[#|2004-12-01T00:16:43.438-0800|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|in application/module Node, handling of id = myeclipse.1101887841257 failed|#]
Scott AndersonParticipantI replicated this error message with one of our test projects. However, when testing the application it seems to behave correctly. Did you try testing after receiving these messages?
danirebMemberI´m having the same error!!!! Now I don´t know if my new code isn´t working due to a self mistake, or is because an error in the deploying process…please help 😛
Scott AndersonParticipantThe problem is that the app I’m testing with is correct as it is spec compliant and deploys and operates without any error on JBoss, WebLogic, and WebSphere. I get the errors deploying to Sun 8, but the application still works. However, there’s not enough detail provided by the server to see what it’s really complaining about.
-
AuthorPosts