|
Problem |
During the deploy of an EAR file using the
SMEUI in WebSphere® Application Server for z/OS® V4.0.1 an error message
is received. TCP/IP issued the 554 message which indicates that A restart
request was received for the FTP server to resume storing into a data set
or file at a point indicated by a restart marker.
The data set or file does not exist so the restart is not possible.
The restart processing assumes there was a problem in the original FTP and
looks for a file to append to upon restart. When the STOR is done, the
server expects the file to be there because the REST is used. The ear file
to deploy does not pre-exist in the config hfs directory
/WebSphere390/CB390/plexname/temp/CBADMIN directory during the deployment
process thus the 554 return code from the STOR. |
|
Cause |
In the TCPPARMS, the following parameter was inadvertently
uncommented (i.e. the option was active):
;EXTENSIONS REST_STREAM |
|
Solution |
If you have the above parameter coded in your TCPPARMS it
should be removed, then you should recycle the FTP server and the deploy
of the ear file should complete successfully.
You can review your SMEUI logs to see if this is the same error and if it
is on the FTP step as described here:
20:52:32 BBON0995I FTP: acfhost: Restartable
feature is able.
...
20:52:35 BBON0995I FTP: acfhost: STOR PolicyIVP_resolved.ear.
20:52:35 BBON0995I FTP: acfhost: 554 Requested action not taken: file not
found.
20:52:36 BBON0995I FTP: acfhost: ERROR while trying to send file to...
On a workstation that successfully deploys an ear file, the SM EUI message
log shows this feature is disabled:
BBON0995I FTP: boss0062: Restartable feature is disable.
|
|
|
|
|
Cross Reference
information |
Segment |
Product |
Component |
Platform |
Version |
Edition |
Application Servers |
WebSphere Application Server for z/OS |
Deploy (for example: AAT or ANT or EAR/WAR/JAR) |
OS/390, z/OS |
4.0.1 |
Enterprise |
|
|
|
|