I am evaluating MyEclipse 9.0 with WAS7 and cannot successfully deploy anything to the server. I created a simple Web Project with one web file and a single Servlet and get the same results as a complex EAR project. The code is physically deployed to the WAS7 folders but then does not appear to be registered in WAS. I've tried uninstalling everything and starting from scratch and continue to get stuck in the same place. When I checked the deployment.log I get stuck at the same place every time:
-------------------------------------------------------------------------------------------------------------------------------
MyEclipse: deployment START exploded project: arsServicing server: websphere7Server#WAS7Blue time: Tue May 31 09:45:54 EDT 2011
-------------------------------------------------------------------------------------------------------------------------------
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\arsServicing.war, L1231534Node04Cell, L1231534Node04, server1, /, arsServicing, {{"arsServicing.war" "arsServicing.war,WEB-INF/web.xml" default_host}}, {{.* .* AppDeploymentOption.Yes 1}}, arsServicing.war, false]"
-contextroot "/" -nopreCompileJSPs -distributeApp -useMetaDataFromBinary -nodeployejb -appname "arsServicing" -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{"arsServicing.war" "arsServicing.war,WEB-INF/web.xml" default_host}} -JSPReloadForWebMod {{.* .* AppDeploymentOption.Yes 1}}
C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\arsServicing.war
L1231534Node04Cell
L1231534Node04
server1
/
arsServicing
{"arsServicing.war" "arsServicing.war,WEB-INF/web.xml" default_host}
{.* .* AppDeploymentOption.Yes 1}
arsServicing.war
false |