Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-3773

FIWARE.Request.Lab.Poznan.Poznan IP.

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-LAB-HELP
    • Labels:
      None

      Description

      Hello,

      We are trying to establish a connection to the Poznan node object
      storage (where my team and I are registered) by following this tutorial:

      https://www.npmjs.com/package/fiware-object-storage

      We have managed to the spain2 (172.32.0.144) node ip apart from the
      Lannion2 ip (api2.xifi.imaginlab.fr). Because we simply do not know how
      to obtain the Poznan IP, can you please tell us what it is?

      thank you

      Milos Vranic
      Developer, PANONIT d.o.o.


      This email has been checked for viruses by Avast antivirus software.
      https://www.avast.com/antivirus

      _______________________________________________
      Fiware-lab-help mailing list
      Fiware-lab-help@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-lab-help

      [Created via e-mail received from: Milos Vranic <milos.vranic@panonit.com>]

        Activity

        Hide
        fw.ext.user FW External User added a comment -

        Hello

        Our IP is 150.254.150.195

        Jacek Kochan

        Systems Administrator

        Poznan Supercomputing & Networking Center

        +48 693 918 133

        From: XIFI-PSNC xifi-psnc-bounces@lists.man.poznan.pl On Behalf Of
        Milos Vranic
        Sent: Friday, August 7, 2015 2:04 PM
        To: fiware-lab-help@lists.fi-ware.org; xifi-psnc@lists.man.poznan.pl
        Cc: Srdjan Sladojevic <ssladojevic@gmail.com>
        Subject: [Xifi-psnc] Poznan IP

        Hello,

        We are trying to establish a connection to the Poznan node object storage
        (where my team and I are registered) by following this tutorial:

        https://www.npmjs.com/package/fiware-object-storage

        We have managed to the spain2 (172.32.0.144) node ip apart from the Lannion2
        ip (api2.xifi.imaginlab.fr). Because we simply do not know how to obtain the
        Poznan IP, can you please tell us what it is?

        thank you

        Milos Vranic

        Developer, PANONIT d.o.o.

        Show
        fw.ext.user FW External User added a comment - Hello Our IP is 150.254.150.195 – Jacek Kochan Systems Administrator Poznan Supercomputing & Networking Center +48 693 918 133 From: XIFI-PSNC xifi-psnc-bounces@lists.man.poznan.pl On Behalf Of Milos Vranic Sent: Friday, August 7, 2015 2:04 PM To: fiware-lab-help@lists.fi-ware.org; xifi-psnc@lists.man.poznan.pl Cc: Srdjan Sladojevic <ssladojevic@gmail.com> Subject: [Xifi-psnc] Poznan IP Hello, We are trying to establish a connection to the Poznan node object storage (where my team and I are registered) by following this tutorial: https://www.npmjs.com/package/fiware-object-storage We have managed to the spain2 (172.32.0.144) node ip apart from the Lannion2 ip (api2.xifi.imaginlab.fr). Because we simply do not know how to obtain the Poznan IP, can you please tell us what it is? thank you – Milos Vranic Developer, PANONIT d.o.o. Phone: +38121420591 Mobile: Address: Miroslava Antica 7, Novi Sad, Serbia Website: http://panonit.com/ Email: milos.vranic@panonit.com < milos.vranic@panonit.com >
        Hide
        fw.ext.user FW External User added a comment -

        We are still experiencing a problem, our code is:

        fiwareObjectStorageConfig = {
        url : 'https://cloud.lab.fiware.org/#objectstorage/containers/'
        auth : '150.254.150.195'
        container : 'some-container'
        user : "milos.vranic@panonit.com"
        password : "klasika"
        }

        var fiwareObjectStorage = require('fiware-object-storage');

        fios = fiwareObjectStorage(fiwareObjectStorageConfig);

        fios.connectToObjectStorage(function()

        { // Now we are connected. var files = fios.getFileList() // Prints file list to the console and returns it as an array of strings }

        );

        *
        *and we get the error (preview is in the attached image).*
        *

        Milos Vranic
        Developer, PANONIT d.o.o.


        This email has been checked for viruses by Avast antivirus software.
        https://www.avast.com/antivirus

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        fw.ext.user FW External User added a comment - We are still experiencing a problem, our code is: fiwareObjectStorageConfig = { url : 'https://cloud.lab.fiware.org/#objectstorage/containers/' auth : '150.254.150.195' container : 'some-container' user : "milos.vranic@panonit.com" password : "klasika" } var fiwareObjectStorage = require('fiware-object-storage'); fios = fiwareObjectStorage(fiwareObjectStorageConfig); fios.connectToObjectStorage(function() { // Now we are connected. var files = fios.getFileList() // Prints file list to the console and returns it as an array of strings } ); * * and we get the error (preview is in the attached image). * * – Milos Vranic Developer, PANONIT d.o.o. Phone: +38121420591 Mobile: Address: Miroslava Antica 7, Novi Sad, Serbia Website: http://panonit.com/ Email: milos.vranic@panonit.com < milos.vranic@panonit.com > — This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help
        Hide
        fw.ext.user FW External User added a comment -

        Try myfiles as container name

        Jacek Kochan

        Systems Administrator

        Poznan Supercomputing & Networking Center

        +48 693 918 133

        From: Milos Vranic milos.vranic@panonit.com
        Sent: Friday, August 7, 2015 2:14 PM
        To: Jacek Kochan <jacek.kochan@man.poznan.pl>;
        fiware-lab-help@lists.fi-ware.org; xifi-psnc@lists.man.poznan.pl
        Cc: 'Srdjan Sladojevic' <ssladojevic@gmail.com>
        Subject: Re: [Xifi-psnc] Poznan IP

        We are still experiencing a problem, our code is:

        fiwareObjectStorageConfig = {
        url : 'https://cloud.lab.fiware.org/#objectstorage/containers/'
        auth : '150.254.150.195'
        container : 'some-container'
        user : <milos.vranic@panonit.com> "milos.vranic@panonit.com"
        password : "klasika"
        }

        var fiwareObjectStorage = require('fiware-object-storage');

        fios = fiwareObjectStorage(fiwareObjectStorageConfig);

        fios.connectToObjectStorage(function()

        { // Now we are connected. var files = fios.getFileList() // Prints file list to the console and returns it as an array of strings }

        );

        and we get the error (preview is in the attached image).

        On 07/08/2015 14:06, Jacek Kochan wrote:

        Hello

        Our IP is 150.254.150.195

        Jacek Kochan

        Systems Administrator

        Poznan Supercomputing & Networking Center

        +48 693 918 133

        From: XIFI-PSNC xifi-psnc-bounces@lists.man.poznan.pl On Behalf Of
        Milos Vranic
        Sent: Friday, August 7, 2015 2:04 PM
        To: fiware-lab-help@lists.fi-ware.org
        <fiware-lab-help@lists.fi-ware.org> ; xifi-psnc@lists.man.poznan.pl
        <xifi-psnc@lists.man.poznan.pl>
        Cc: Srdjan Sladojevic <ssladojevic@gmail.com> <ssladojevic@gmail.com>
        Subject: [Xifi-psnc] Poznan IP

        Hello,

        We are trying to establish a connection to the Poznan node object storage
        (where my team and I are registered) by following this tutorial:

        https://www.npmjs.com/package/fiware-object-storage

        We have managed to the spain2 (172.32.0.144) node ip apart from the Lannion2
        ip (api2.xifi.imaginlab.fr). Because we simply do not know how to obtain the
        Poznan IP, can you please tell us what it is?

        thank you

        Milos Vranic

        Developer, PANONIT d.o.o.

        Show
        fw.ext.user FW External User added a comment - Try myfiles as container name – Jacek Kochan Systems Administrator Poznan Supercomputing & Networking Center +48 693 918 133 From: Milos Vranic milos.vranic@panonit.com Sent: Friday, August 7, 2015 2:14 PM To: Jacek Kochan <jacek.kochan@man.poznan.pl>; fiware-lab-help@lists.fi-ware.org; xifi-psnc@lists.man.poznan.pl Cc: 'Srdjan Sladojevic' <ssladojevic@gmail.com> Subject: Re: [Xifi-psnc] Poznan IP We are still experiencing a problem, our code is: fiwareObjectStorageConfig = { url : 'https://cloud.lab.fiware.org/#objectstorage/containers/' auth : '150.254.150.195' container : 'some-container' user : < milos.vranic@panonit.com > "milos.vranic@panonit.com" password : "klasika" } var fiwareObjectStorage = require('fiware-object-storage'); fios = fiwareObjectStorage(fiwareObjectStorageConfig); fios.connectToObjectStorage(function() { // Now we are connected. var files = fios.getFileList() // Prints file list to the console and returns it as an array of strings } ); and we get the error (preview is in the attached image). On 07/08/2015 14:06, Jacek Kochan wrote: Hello Our IP is 150.254.150.195 – Jacek Kochan Systems Administrator Poznan Supercomputing & Networking Center +48 693 918 133 From: XIFI-PSNC xifi-psnc-bounces@lists.man.poznan.pl On Behalf Of Milos Vranic Sent: Friday, August 7, 2015 2:04 PM To: fiware-lab-help@lists.fi-ware.org < fiware-lab-help@lists.fi-ware.org > ; xifi-psnc@lists.man.poznan.pl < xifi-psnc@lists.man.poznan.pl > Cc: Srdjan Sladojevic < ssladojevic@gmail.com > <ssladojevic@gmail.com> Subject: [Xifi-psnc] Poznan IP Hello, We are trying to establish a connection to the Poznan node object storage (where my team and I are registered) by following this tutorial: https://www.npmjs.com/package/fiware-object-storage We have managed to the spain2 (172.32.0.144) node ip apart from the Lannion2 ip (api2.xifi.imaginlab.fr). Because we simply do not know how to obtain the Poznan IP, can you please tell us what it is? thank you – Milos Vranic Developer, PANONIT d.o.o. Phone: +38121420591 Mobile: Address: Miroslava Antica 7, Novi Sad, Serbia Website: http://panonit.com/ Email: milos.vranic@panonit.com < milos.vranic@panonit.com >
        Hide
        fw.ext.user FW External User added a comment -

        Dear Miroslav,

        what you are getting is a syntax error because of improper javascript
        syntax. It has nothing to do with the Object Storage server.
        You should put commas after lines 2-5.

        regards,
        Sergiusz Zieliński
        Poznań Supercomputing and Networking Center

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        fw.ext.user FW External User added a comment - Dear Miroslav, what you are getting is a syntax error because of improper javascript syntax. It has nothing to do with the Object Storage server. You should put commas after lines 2-5. regards, Sergiusz Zieliński Poznań Supercomputing and Networking Center _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help

          People

          • Assignee:
            PSNC Poznan Node Helpdesk
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: