Unable to attach files to work items from Web UI
![](http://jazz.net/_images/myphoto/74cc5f0c959f8de0b1ece956a341150e.jpg)
Using RTC 3.0.1.3 and customized a Process Template.
I use a master project area that is shared to a child project area that inherits from it.
Issue is WebUI only - in the child PA, I am unable to attach file: during upload , I am getting the error "Repository Error uploading file. Attachment upload failed unexpectedly.
In case this error message persists, please contact your system administrator for server log information related to this failure.
You may also create a defect against Rational Team Concert on jazz.net"
The server log shows a NullPointerException is thrown by WorkItemProcessAreaOperation#getActions()
This NPE is catched by AttachmentRestService#uploadPart() and the error msg is raised.
If this a bug?
I use a master project area that is shared to a child project area that inherits from it.
Issue is WebUI only - in the child PA, I am unable to attach file: during upload , I am getting the error "Repository Error uploading file. Attachment upload failed unexpectedly.
In case this error message persists, please contact your system administrator for server log information related to this failure.
You may also create a defect against Rational Team Concert on jazz.net"
The server log shows a NullPointerException is thrown by WorkItemProcessAreaOperation#getActions()
This NPE is catched by AttachmentRestService#uploadPart() and the error msg is raised.
If this a bug?
One answer
![](http://jazz.net/_images/myphoto/74cc5f0c959f8de0b1ece956a341150e.jpg)
Yes - this issue was identified on jazz.net with defect WebUI - unable to upload attachment - server error (235191)