Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. 2014-03-26 14:01:24,482 [ 559795] DEBUG - t.connections.RemoteConnection - Opening connection to ftp://192.168.21.59:2121/
  2. 2014-03-26 14:01:24,707 [ 560020] DEBUG - ains.plugins.webDeployment.ftp - 220 Xlight FTP Server 3.7 ready...
  3. 2014-03-26 14:01:24,707 [ 560020] DEBUG - ains.plugins.webDeployment.ftp - > USER spectrum
  4. 2014-03-26 14:01:25,110 [ 560423] DEBUG - ains.plugins.webDeployment.ftp - 331 Password required for spectrum
  5. 2014-03-26 14:01:25,110 [ 560423] DEBUG - ains.plugins.webDeployment.ftp - > PASS ******
  6. 2014-03-26 14:01:25,358 [ 560671] DEBUG - ains.plugins.webDeployment.ftp - 230 Login OK
  7. 2014-03-26 14:01:25,358 [ 560671] DEBUG - ains.plugins.webDeployment.ftp - > TYPE I
  8. 2014-03-26 14:01:25,458 [ 560771] DEBUG - ains.plugins.webDeployment.ftp - 200 Type set to I.
  9. 2014-03-26 14:01:25,458 [ 560771] DEBUG - ains.plugins.webDeployment.ftp - > FEAT
  10. 2014-03-26 14:01:25,615 [ 560928] DEBUG - ains.plugins.webDeployment.ftp - 211-Features supported
  11. REST STREAM
  12. EPRT
  13. EPSV
  14. SIZE
  15. MDTM
  16. MFMT
  17. AUTH
  18. PBSZ
  19. PROT
  20. MLST type*;size*;modify*;
  21. MLSD
  22. 211 End
  23. 2014-03-26 14:01:25,616 [ 560929] DEBUG - ains.plugins.webDeployment.ftp - > PASV
  24. 2014-03-26 14:01:25,759 [ 561072] DEBUG - ains.plugins.webDeployment.ftp - 227 Entering Passive Mode (192,168,21,59,245,188)
  25. 2014-03-26 14:01:25,812 [ 561125] DEBUG - ains.plugins.webDeployment.ftp - > MLSD
  26. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - 150 Opening ASCII mode data connection for MLSD (730 bytes).
  27. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=cdir;perm=eclmdf;modify=20140304175457; /
  28. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=752;type=file;perm=rwdf;modify=20121005165551; console.txt
  29. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140304162131; demo
  30. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140304162131; demoAppliance
  31. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140304162133; Dental1_SM121_20140224
  32. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=2129300;type=file;perm=rwdf;modify=20140224145245; Dental1_SM121_20140224.zip
  33. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140304162135; dgDemo
  34. 2014-03-26 14:01:25,908 [ 561221] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140326184434; WACH_AX
  35. 2014-03-26 14:01:25,909 [ 561222] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140304162136; WinnArmyAX
  36. 2014-03-26 14:01:25,909 [ 561222] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140326181231; WinnArmySupervisor
  37. 2014-03-26 14:01:25,909 [ 561222] DEBUG - ains.plugins.webDeployment.ftp - size=0;type=dir;perm=eclmdf;modify=20140304162159; WinnArmySupervisor_old
  38. 2014-03-26 14:01:25,909 [ 561222] DEBUG - ains.plugins.webDeployment.ftp - 226 Transfer complete (73.000 KB/s).
  39. 2014-03-26 14:01:25,916 [ 561229] WARN - createproject.ChooseServerStep - Invalid descendent file name "/".
  40. org.apache.commons.vfs2.FileSystemException: Invalid descendent file name "/".
  41. at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveName(DefaultFileSystemManager.java:797)
  42. at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:951)
  43. at org.apache.commons.vfs2.provider.ftp.FtpFileObject.getChildren(FtpFileObject.java:443)
  44. at org.apache.commons.vfs2.provider.AbstractFileObject.getChild(AbstractFileObject.java:1006)
  45. at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionPool.createConnection(RemoteConnectionPool.java:142)
  46. at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionManager.openConnection(RemoteConnectionManager.java:103)
  47. at com.jetbrains.plugins.webDeployment.PublishUtils$1$1.run(PublishUtils.java:115)
  48. at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:419)
  49. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  50. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  51. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  52. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  53. at java.lang.Thread.run(Thread.java:724)
  54. at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:149)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement