cannot FTP put a file...

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
2 posts Page 1 of 1

jenni

Verified User
Posts: 2
Joined: Fri Oct 09, 2009 12:39 pm

Post by jenni » Tue Oct 20, 2009 3:39 pm
I cannot seem to put a file to one of my servers. The test worked just fine when I set up the resource, I browse to the folder I want to upload the file to just fine when I create the Project but when I run it it fails with the error below. If I just sit at the command line for the server GoAnywhere runs on, FTP to the destination server logging on with the same ID/password I entered in GoAnywhere, I am able to put the file without any trouble. I looked through these forums for a possible solution and saw the post about having a $ in the password but this ID does not have a $ in the password... TIA!!


10/20/09 2:14:14 PM ERROR [8098 - putCactusFile] 550 /cactus_hpm_20091019.zip: Access is denied.

com.linoma.dpa.runtime.JobFailedException: [8098 - putCactusFile] 550 /cactus_hpm_20091019.zip: Access is denied.

at com.linoma.dpa.runtime.Job.run(Unknown Source)
at com.linoma.dpa.runtime.Runtime.executeProject(Unknown Source)
at com.linoma.dpa.j2ee.forms.ProjectListForm.runProject(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.el.parser.AstValue.invoke(AstValue.java:172)
at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
at org.apache.myfaces.el.convert.MethodExpressionToMethodBinding.invoke(MethodExpressionToMethodBinding.java:75)
at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:57)
at javax.faces.component.UICommand.broadcast(UICommand.java:143)
at javax.faces.component.UIData.broadcast(UIData.java:696)
at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:321)
at org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:296)
at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:253)
at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:466)
at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32)
at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:103)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:151)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.linoma.dpa.security.SecurityFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
Caused by: com.linoma.dpa.ExecutionException: [8098 - putCactusFile] 550 /cactus_hpm_20091019.zip: Access is denied.

at com.linoma.dpa.ProjectUtilities.getExecutionException(Unknown Source)
at com.linoma.dpa.tasks.ftp.PutAction.execute(Unknown Source)
at com.linoma.dpa.tasks.ftp.AbstractFTPTask.execute(Unknown Source)
at com.linoma.dpa.Module.execute(Unknown Source)
at com.linoma.dpa.Project.execute(Unknown Source)
at com.linoma.dpa.runtime.Job.executeProject(Unknown Source)
... 45 more
Caused by: com.linoma.dpa.tasks.ftp.FTPInterfaceException: 550 /cactus_hpm_20091019.zip: Access is denied.
at com.linoma.dpa.tasks.ftp.FTPImpl.upload(Unknown Source)
at com.linoma.dpa.tasks.ftp.PutAction.processFile(Unknown Source)
at com.linoma.dpa.tasks.ftp.PutAction.uploadFiles(Unknown Source)
... 50 more
Caused by: com.jscape.inet.ftp.FtpException: 550 /cactus_hpm_20091019.zip: Access is denied.
at com.jscape.inet.ftp.FtpBaseImplementation.checkResponse(FtpBaseImplementation.java:1150)
at com.jscape.inet.ftp.FtpBaseImplementation.openDataConnection(FtpBaseImplementation.java:1569)
at com.jscape.inet.ftp.FtpBaseImplementation.upload(FtpBaseImplementation.java:414)
at com.jscape.inet.ftp.Ftp.upload(Ftp.java:490)
at com.jscape.inet.ftp.Ftp.upload(Ftp.java:565)
... 53 more
10/20/09 2:14:14 PM INFO End Date and Time: 10/20/09 2:14:14 PM

Support_Julie

User avatar
Support Specialist
Posts: 91
Joined: Thu Mar 05, 2009 3:49 pm
Location: Ashland, NE USA

Post by Support_Julie » Wed Oct 21, 2009 9:10 am
This error appears to be caused by a lack of permission on the file or the file could be locked.
Please verify that you have authority to write to the root directory.

Also, instead of placing a '/' in front of the file name, put a PERIOD. This will put the file in the current directory for your user id.
Instead of
/cactus_hpm_20091019.zip
Enter for the destination file name
.cactus_hpm_20091019.zip
Julie Rosenbaum
Sr Support Analyst
e. [email protected]
p. 1.800.949.4696
w. HelpSystems.com
2 posts Page 1 of 1