i tried to get some log from plugin. first change i made in SunAppServer.java on row 347. I changed to this
Future<OperationState> result = execute(command);
SunAppSrvPlugin.logMessage(result.get(30, TimeUnit.SECONDS).name() );
if(result.get(30, TimeUnit.SECONDS) == OperationState.COMPLETED) {
second, i catch log from plugin at level finest. Maybe this helps you locate problem with plugin.
.log file is log file from eclipse
eclipse.log is log file from plugin
Slavo
[Message sent by forum member 'boulik1' (boulik1)]
http://forums.java.net/jive/thread.jspa?messageID=316148