Odoo 中文社区

    • 注册
    • 登录
    • 搜索
    • 版块
    • 标签
    • 热门
    • 用户
    • 群组

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    Document management: Only Server is seen, No files listed

    Odoo 新手求助
    3
    8
    6961
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • C
      chipwang 最后由 编辑

      [quote]
      [2011-03-11 16:09:51,649][cylindro] INFO:FTP:[]183.14.251.64:14373 Connected.
      [2011-03-11 16:09:53,966][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 User admin logged in.
      [2011-03-11 16:09:53,977][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
      [2011-03-11 16:09:53,980][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
      [2011-03-11 16:09:53,982][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
      [2011-03-11 16:09:53,988][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
      [2011-03-11 16:09:54,004][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
      [2011-03-11 16:09:55,814][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
      [2011-03-11 16:09:55,819][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
      [2011-03-11 16:09:55,821][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
      [2011-03-11 16:09:55,827][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
      [2011-03-11 16:09:55,840][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
      [2011-03-11 16:09:56,843][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
      [2011-03-11 16:09:56,845][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
      [2011-03-11 16:09:56,848][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
      [2011-03-11 16:09:56,853][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
      [2011-03-11 16:09:56,968][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
      [2011-03-11 16:09:57,583][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
      [2011-03-11 16:09:57,587][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
      [2011-03-11 16:09:57,590][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
      [2011-03-11 16:09:57,595][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
      [2011-03-11 16:09:57,609][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
      [2011-03-11 16:10:17,102][cylindro] INFO:FTP:[admin]@192.168.1.7:42837 Disconnected.
      [/quote]

      Document management -> Browse Files Using FTP

      I use Firefox. Only the ftp server name and port is shown, no files listed.

      Part of the log file is enclosed above, "Operation not permitted" is the highlight. Everything is OK on the host machine. I guess something need to be done with ownership but don't know how.

      Chip

      1 条回复 最后回复 回复 引用 0
      • mrshelly
        mrshelly 最后由 编辑

        ftp client try to use passive mode...

        1 条回复 最后回复 回复 引用 0
        • C
          chipwang 最后由 编辑

          But,
          1. DMZ is activated on the router and the DMZ machine IP is set to the OpenERP host
          2. ufw has been disabled by "sudo ufw disable".
          3. CuteFTP(a ftp client) can access the doc files by ftp://[email protected]:8021, even adding and deleting files have no problem.

          I've checked  that
          1. "/usr/local/lib/python2.6/dist-packages/openerp-server" is owned by openerp
          2. /usr/local/lib/python2.6/dist-packages/openerp-server/filestore is properly created

          And I have deleted cookie stuff

          Why don't I use IE ? with IE even username and password window won't pop up and it ends up with this:
          [quote]
          [2011-03-11 19:03:38,627][cylindro] INFO:web-service:successful login from 'admin' using database 'cylindro'
          [2011-03-11 19:03:46,671][cylindro] INFO:FTP:[]183.14.251.64:19984 Connected.
          [2011-03-11 19:03:46,674][cylindro] INFO:FTP:[anonymous]@183.14.251.64:19984 Authentication failed: anonymous access not allowed.
          [2011-03-11 19:03:46,675][cylindro] INFO:FTP:[anonymous]@183.14.251.64:19984 Disconnected.
          [2011-03-11 19:03:56,861][cylindro] INFO:FTP:[admin]@183.14.251.64:19579 OK LIST "/cylindro/Documents/Products/IC_CPLD". Transfer starting.
          [/quote]

          1 条回复 最后回复 回复 引用 0
          • mrshelly
            mrshelly 最后由 编辑

            default, It's not be allowed to use anonymous login

            So, Just use the OpenERP username and password to login into oe server. maybe click the menum "File->Login...", the operate will pop up login form.

            1 条回复 最后回复 回复 引用 0
            • Joshua
              Joshua 管理员 最后由 编辑

              [quote author=mrshelly link=topic=2326.msg7613#msg7613 date=1299845814]
              default, It's not be allowed to use anonymous login

              So, Just use the OpenERP username and password to login into oe server. maybe click the menum "File->Login...", the operate will pop up login form.


              [/quote]
              yes.it`s use OpenERP username and password

              【上海先安科技】(joshua AT openerp.cn),欢迎关注公众号:openerp_cn

              1 条回复 最后回复 回复 引用 0
              • C
                chipwang 最后由 编辑

                使用IE,FireFox,Windows的文件管理器,Ubuntu的Connect to Server,CuteFTP 8.0以前的版本统统没有办法正常连接Document management的 FTP Server, 能够正常连接的只有FileZilla客户端。CuteFTP 8.0以后版本虽然能连,但有乱码问题,我另外开贴说了这个。

                我用vsftpd建立的FTP Server,以上所有手段都能正常连接。

                我猜测是pyftpdlib存在兼容性问题,或由于某种原因使得我的OpenERP FTP 服务器出了问题。

                还有,Mrshelly和Joshua的回复看得出来是受到了我的Log File的误导,以为我错误使用了匿名连接,实际情况是服务器端的原因使得客户端无法弹出输入窗口。

                既然能用了,就让我们公司用到ERP的人每人装一份FileZilla算了。

                呵呵,再说一句题外话,每次提问都得到了坛内几位前辈的热情指导,非常感谢。然而我有几次提问,都令人产成了误读,在此致歉!下次准备问题一定仔细斟酌措辞。

                Chip

                1 条回复 最后回复 回复 引用 0
                • mrshelly
                  mrshelly 最后由 编辑

                  呵呵. 放心好了..OpenERP 类似 的这种编码问题 太多了...

                  慢慢修正,提BUG到官方.或者自己发现, 自己修改吧... 米办法...

                  1 条回复 最后回复 回复 引用 0
                  • First post
                    Last post