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 73888 - Can't Run Web App on remote WebSphere
Summary: Can't Run Web App on remote WebSphere
Status: VERIFIED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-22 15:52 UTC by Alexander Kouznetsov
Modified: 2006-06-05 12:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
deploy output log (12.57 KB, text/plain)
2006-03-22 15:53 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2006-03-22 15:52:37 UTC
Steps to reproduce:
- Register remote WebSphere instance
- Create New Web Application targeted to the instance
- Run it
- RESULT: Deploy failed
Comment 1 Alexander Kouznetsov 2006-03-22 15:53:08 UTC
Created attachment 29362 [details]
deploy output log
Comment 2 Kirill Sorokin 2006-05-29 09:07:17 UTC
Upon a deeper investigation this turns out to be a limitation of the WebSphere
deployment engine. The resulting error code is ADMA0043E. What actually happens
is that the target server attempts to access the application archive using its
local path on the client machine. The WebSphere's native tools also suffer from
this misbehavior.
Comment 3 Alexander Kouznetsov 2006-06-05 12:39:32 UTC
It is okay to remove this functionality.