This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 73866

Summary: Can't Run Web App on WebSphere server
Product: serverplugins Reporter: Alexander Kouznetsov <mrkam>
Component: WebSphereAssignee: Kirill Sorokin <ksorokin>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: build output log
Run output log
Deploy output log

Description Alexander Kouznetsov 2006-03-22 10:18:38 UTC
Steps to reproduce:
- Create New Web Application, set WebSphere server as target
- Try to Run it
- RESULT: Deployment will fail

You could easily deploy created WAR file using Administrative Console
Comment 1 Alexander Kouznetsov 2006-03-22 10:23:24 UTC
Created attachment 29349 [details]
build output log
Comment 2 dlipin 2006-03-22 10:37:13 UTC
It is a known WebSphere`s behaviour. 
Not sure enough but it seems to be that WS doesn`t support Run command.
We`ll work on this issue to clarify this fact.

Workaround: use Deploy command instead.
Comment 3 Alexander Kouznetsov 2006-03-22 15:53:52 UTC
Deploy command doesn't work too with the same result.
Comment 4 dlipin 2006-05-18 12:55:41 UTC
The issues is fixed. Please verify.

Before verification please re-register server in Server Manager.
Comment 5 Alexander Kouznetsov 2006-06-02 10:12:17 UTC
Failed to verify with JSE 8.1 (2005.05.31). Neither Run nor Deploy command does not work. Deployment via admin console still works.
Comment 6 Alexander Kouznetsov 2006-06-02 10:13:30 UTC
Created attachment 30738 [details]
Run output log
Comment 7 Alexander Kouznetsov 2006-06-02 10:13:55 UTC
Created attachment 30739 [details]
Deploy output log
Comment 8 Alexander Kouznetsov 2006-06-09 09:54:19 UTC
I've experienced a little different behavior on Linux. The main issue is the same: you can't Run or Deploy Web Application to WebSphere, even all other applications are stopped and undeployed from the server. The log differs a little, please, see it in attach.
Comment 9 Alexander Kouznetsov 2006-06-09 09:59:25 UTC
I checked the log again and it seems to completely identical to what's been seen on WinXP. So this issue is reproducible for both platforms - WinXP and Linux.
Comment 10 Alexander Kouznetsov 2006-06-22 17:28:43 UTC
There is a workaround:
- Go to Tools > Modules
- Disable Performance modules
- Restart IDE
Comment 11 Alexander Kouznetsov 2006-06-23 09:57:42 UTC
REMARK: The second step of workaround should be read as following:
- Disable Profiler modules
Comment 12 Kirill Sorokin 2006-07-19 06:49:25 UTC
Fixed as of build 060718_2.
Comment 13 Alexander Kouznetsov 2006-07-19 14:08:55 UTC
Verified with JSE 8.1 20060719 build on WinXP.