Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Lando,Michael
The option of openecomp ui will only allow you access to the onboarding.
For full functionality you will still need the webseal simulator to access the 
system.

Since you are setting up you private envurment please share the full process 
you did so that we will be able to upload it and share it with all users.


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com>


From: Viswa KSP [mailto:kspviswa.git...@gmail.com]
Sent: Wednesday, July 05, 2017 7:37 PM
To: Lando,Michael 
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal 
simulator

Hi Michael,

Prime intent for me is to stand-up SDC on stand-alone mode and explore the 
functionality ( and potential extensions ) of SDC.
Going through 
READ.ME<https://urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=5XkCsMd0vLoT3FmBwQxkccaY-_sZ2VkTZLsiRcouGwc&s=eE5SPb86YX4R-gPK9ihvsgxenDpKPjrIK-zpfQXYhVY&e=>,
 I understood that, webseal simulator / openecomp-ui can be used to talk to SDC 
FE without having to come via portal application.

That's where I ran npm start under openecomp-ui and hit with above issue.

Could you help me test SDC in standalone mode? Please let me know what am i 
missing w.r.t configuration.

BR,
Viswa


On Wed, Jul 5, 2017 at 7:39 PM, Lando,Michael 
mailto:ml6...@intl.att.com>> wrote:
On the latest code you do not need to run npm install.
It is part of the mvn build flow.
In order to create a valide wars for our application you only need to run mavn 
build


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: 
ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>


From: Viswa KSP 
[mailto:kspviswa.git...@gmail.com<mailto:kspviswa.git...@gmail.com>]
Sent: Wednesday, July 05, 2017 5:05 PM
To: Lando,Michael mailto:ml6...@intl.att.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal 
simulator

Yup. I did a full build using mvn clean install under sdc-main root.
Then, ran npm install under dox-sequence-diagram-ui, openecomp-u.
Then, rebuilt node-saas module ( hit error on MAC OS ).

And finally changed devConfig.json to point to sdc-be and then hit npm start.

It went on for a while and then hit with above error.

BR,
Viswa

On Wed, Jul 5, 2017 at 7:06 PM, Lando,Michael 
mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>>
 wrote:
Ok.
You are using mvn clean install from the root dir right?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: 
ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>>


From: Viswa KSP 
[mailto:kspviswa.git...@gmail.com<mailto:kspviswa.git...@gmail.com><mailto:kspviswa.git...@gmail.com<mailto:kspviswa.git...@gmail.com>>]
Sent: Wednesday, July 05, 2017 4:36 PM
To: Lando,Michael 
mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>>
Cc: 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org><mailto:onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal 
simulator

Hi Michael,

It is on master and I'm on direct internet connection.

BR,
Viswa

On Wed, Jul 5, 2017 at 6:46 PM, Lando,Michael 
mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>>>
 wrote:
Hi,
What branch are you working from?
Are you behind a proxy when you are compiling?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey

Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Viswa KSP
Hi Michael,

Prime intent for me is to stand-up SDC on stand-alone mode and explore the
functionality ( and potential extensions ) of SDC.
Going through READ.ME, I understood that, webseal simulator / openecomp-ui
can be used to talk to SDC FE without having to come via portal application.

That's where I ran npm start under openecomp-ui and hit with above issue.

Could you help me test SDC in standalone mode? Please let me know what am i
missing w.r.t configuration.

BR,
Viswa


On Wed, Jul 5, 2017 at 7:39 PM, Lando,Michael  wrote:

> On the latest code you do not need to run npm install.
> It is part of the mvn build flow.
> In order to create a valide wars for our application you only need to run
> mavn build
>
>
> BR,
>
> Michael Lando
> Opensource & Frontend Team Lead, SDC
> AT&T Network Application Development · NetCom
> Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
> 
> ···
> Office: +972 (3) 5451487
> Mobile: +972 (54) 7833603
> e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com>
>
>
> From: Viswa KSP [mailto:kspviswa.git...@gmail.com]
> Sent: Wednesday, July 05, 2017 5:05 PM
> To: Lando,Michael 
> Cc: onap-discuss@lists.onap.org
> Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal
> simulator
>
> Yup. I did a full build using mvn clean install under sdc-main root.
> Then, ran npm install under dox-sequence-diagram-ui, openecomp-u.
> Then, rebuilt node-saas module ( hit error on MAC OS ).
>
> And finally changed devConfig.json to point to sdc-be and then hit npm
> start.
>
> It went on for a while and then hit with above error.
>
> BR,
> Viswa
>
> On Wed, Jul 5, 2017 at 7:06 PM, Lando,Michael  ml6...@intl.att.com>> wrote:
> Ok.
> You are using mvn clean install from the root dir right?
>
>
> BR,
>
> Michael Lando
> Opensource & Frontend Team Lead, SDC
> AT&T Network Application Development · NetCom
> Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
> 
> ···
> Office: +972 (3) 5451487
> Mobile: +972 (54) 7833603
> e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml636
> r...@intl.att.com<mailto:ml6...@intl.att.com>>
>
>
> From: Viswa KSP [mailto:kspviswa.git...@gmail.com<mailto:kspviswa.github@
> gmail.com>]
> Sent: Wednesday, July 05, 2017 4:36 PM
> To: Lando,Michael mailto:ml6...@intl.att.com>>
> Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
> Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal
> simulator
>
> Hi Michael,
>
> It is on master and I'm on direct internet connection.
>
> BR,
> Viswa
>
> On Wed, Jul 5, 2017 at 6:46 PM, Lando,Michael  ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>>
> wrote:
> Hi,
> What branch are you working from?
> Are you behind a proxy when you are compiling?
>
>
> BR,
>
> Michael Lando
> Opensource & Frontend Team Lead, SDC
> AT&T Network Application Development · NetCom
> Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
> 
> ···
> Office: +972 (3) 5451487
> Mobile: +972 (54) 7833603
> e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml636
> r...@intl.att.com<mailto:ml6...@intl.att.com>><mailto:ml6...@intl.att.com
> <mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml636r@
> intl.att.com>>>
>
>
> From: onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-
> boun...@lists.onap.org><mailto:onap-discuss-boun...@lists.onap.org onap-discuss-boun...@lists.onap.org>> [mailto:onap-discuss-bounces@
> lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> onap-discuss-boun...@lists.onap.org<mailto:onap-
> discuss-boun...@lists.onap.org>>] On Behalf Of Viswa KSP
> Sent: Wednesday, July 05, 2017 3:43 PM
> To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org
> ><mailto:onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
> Subject: [onap-discuss] [sdc] Error while using openecomp-ui / webseal
> simulator
>
> Dear All,
>
> I tried to stand-up SDC in standalone mode as per READ.ME<
> https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=
> FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=NWs2RfEV-xTmXAjU_ywmQNZBy_
> xcg6WxpUXptCvjMhQ&s=--lZl51lS4Ph_f1hIMF445P9HeO1b3mfJdg8UskD78s&e=><
> https

Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Lando,Michael
On the latest code you do not need to run npm install.
It is part of the mvn build flow.
In order to create a valide wars for our application you only need to run mavn 
build


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com>


From: Viswa KSP [mailto:kspviswa.git...@gmail.com]
Sent: Wednesday, July 05, 2017 5:05 PM
To: Lando,Michael 
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal 
simulator

Yup. I did a full build using mvn clean install under sdc-main root.
Then, ran npm install under dox-sequence-diagram-ui, openecomp-u.
Then, rebuilt node-saas module ( hit error on MAC OS ).

And finally changed devConfig.json to point to sdc-be and then hit npm start.

It went on for a while and then hit with above error.

BR,
Viswa

On Wed, Jul 5, 2017 at 7:06 PM, Lando,Michael 
mailto:ml6...@intl.att.com>> wrote:
Ok.
You are using mvn clean install from the root dir right?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: 
ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>


From: Viswa KSP 
[mailto:kspviswa.git...@gmail.com<mailto:kspviswa.git...@gmail.com>]
Sent: Wednesday, July 05, 2017 4:36 PM
To: Lando,Michael mailto:ml6...@intl.att.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal 
simulator

Hi Michael,

It is on master and I'm on direct internet connection.

BR,
Viswa

On Wed, Jul 5, 2017 at 6:46 PM, Lando,Michael 
mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>>
 wrote:
Hi,
What branch are you working from?
Are you behind a proxy when you are compiling?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: 
ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>>


From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org><mailto:onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>>
 
[mailto:onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org><mailto:onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>>]
 On Behalf Of Viswa KSP
Sent: Wednesday, July 05, 2017 3:43 PM
To: 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org><mailto:onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

Dear All,

I tried to stand-up SDC in standalone mode as per 
READ.ME<https://urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=NWs2RfEV-xTmXAjU_ywmQNZBy_xcg6WxpUXptCvjMhQ&s=--lZl51lS4Ph_f1hIMF445P9HeO1b3mfJdg8UskD78s&e=><https://urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=cqpgZid0i68XrQQSGRClI8sLD6WP_FE79zh0U1d92NY&e=><https://urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=xq7AYzKDiGEonTBCX2XdwBfNcdpihh2Ybq2CwhfRxiY&e=>
 in openecomp-ui dir and currently stuck with below error:


ERROR in ./~/dox-sequence-diagram-ui/dist/index.js

Module not found: Error: Can't resolve 'd3' in 
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'

 @ ./~/dox-sequence-diagram-ui/dist/index.js 3:45-58

 @ ./src/sdc-app/flows/SequenceDiagram.jsx

 @ ./src/sdc-app/flows/FlowsListEditorView.jsx

 @ ./src/sdc-app/flows/FlowsListEditor.js

 @ ./src/sdc-app/flows/FlowsPunchOut.jsx

 @ ./src/sdc-app/punch-outs.js

 @ m

Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Viswa KSP
Yup. I did a full build using mvn clean install under sdc-main root.
Then, ran npm install under *dox-sequence-diagram-ui, **openecomp-u.*
Then, rebuilt node-saas module ( hit error on MAC OS ).

And finally changed devConfig.json to point to sdc-be and then hit npm
start.

It went on for a while and then hit with above error.

BR,
Viswa

On Wed, Jul 5, 2017 at 7:06 PM, Lando,Michael  wrote:

> Ok.
> You are using mvn clean install from the root dir right?
>
>
> BR,
>
> Michael Lando
> Opensource & Frontend Team Lead, SDC
> AT&T Network Application Development · NetCom
> Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
> 
> ···
> Office: +972 (3) 5451487
> Mobile: +972 (54) 7833603
> e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com>
>
>
> From: Viswa KSP [mailto:kspviswa.git...@gmail.com]
> Sent: Wednesday, July 05, 2017 4:36 PM
> To: Lando,Michael 
> Cc: onap-discuss@lists.onap.org
> Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal
> simulator
>
> Hi Michael,
>
> It is on master and I'm on direct internet connection.
>
> BR,
> Viswa
>
> On Wed, Jul 5, 2017 at 6:46 PM, Lando,Michael  ml6...@intl.att.com>> wrote:
> Hi,
> What branch are you working from?
> Are you behind a proxy when you are compiling?
>
>
> BR,
>
> Michael Lando
> Opensource & Frontend Team Lead, SDC
> AT&T Network Application Development · NetCom
> Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
> 
> ···
> Office: +972 (3) 5451487
> Mobile: +972 (54) 7833603
> e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml636
> r...@intl.att.com<mailto:ml6...@intl.att.com>>
>
>
> From: onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-
> boun...@lists.onap.org> [mailto:onap-discuss-boun...@lists.onap.org
> <mailto:onap-discuss-boun...@lists.onap.org>] On Behalf Of Viswa KSP
> Sent: Wednesday, July 05, 2017 3:43 PM
> To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
> Subject: [onap-discuss] [sdc] Error while using openecomp-ui / webseal
> simulator
>
> Dear All,
>
> I tried to stand-up SDC in standalone mode as per READ.ME<
> https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=
> FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=
> J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=
> cqpgZid0i68XrQQSGRClI8sLD6WP_FE79zh0U1d92NY&e=> urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_
> HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_
> ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=xq7AYzKDiGEonTBCX2XdwBfNcdpihh
> 2Ybq2CwhfRxiY&e=> in openecomp-ui dir and currently stuck with below
> error:
>
>
> ERROR in ./~/dox-sequence-diagram-ui/dist/index.js
>
> Module not found: Error: Can't resolve 'd3' in '/Users/kspviswa-vz/ws/onap/
> sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'
>
>  @ ./~/dox-sequence-diagram-ui/dist/index.js 3:45-58
>
>  @ ./src/sdc-app/flows/SequenceDiagram.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditorView.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditor.js
>
>  @ ./src/sdc-app/flows/FlowsPunchOut.jsx
>
>  @ ./src/sdc-app/punch-outs.js
>
>  @ multi (webpack)-dev-server/client?http://localhost:9000 urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=
> ttihg5AVFClWIi3S5owJkDK5R0XSlCyYuhDJlDL58bI&e=> urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=
> lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=> webpack/hot/dev-server
> sdc-app/punch-outs.js webpack-dev-server/client?http://localhost:9000<
> https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=
> ttihg5AVFClWIi3S5owJkDK5R0XSlCyYuhDJlDL58bI&e=> urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=
> lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
>

Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Lando,Michael
Ok.
You are using mvn clean install from the root dir right?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com>


From: Viswa KSP [mailto:kspviswa.git...@gmail.com]
Sent: Wednesday, July 05, 2017 4:36 PM
To: Lando,Michael 
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal 
simulator

Hi Michael,

It is on master and I'm on direct internet connection.

BR,
Viswa

On Wed, Jul 5, 2017 at 6:46 PM, Lando,Michael 
mailto:ml6...@intl.att.com>> wrote:
Hi,
What branch are you working from?
Are you behind a proxy when you are compiling?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: 
ml6...@intl.att.com<mailto:ml6...@intl.att.com><mailto:ml6...@intl.att.com<mailto:ml6...@intl.att.com>>


From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>]
 On Behalf Of Viswa KSP
Sent: Wednesday, July 05, 2017 3:43 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

Dear All,

I tried to stand-up SDC in standalone mode as per 
READ.ME<https://urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=cqpgZid0i68XrQQSGRClI8sLD6WP_FE79zh0U1d92NY&e=><https://urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=xq7AYzKDiGEonTBCX2XdwBfNcdpihh2Ybq2CwhfRxiY&e=>
 in openecomp-ui dir and currently stuck with below error:


ERROR in ./~/dox-sequence-diagram-ui/dist/index.js

Module not found: Error: Can't resolve 'd3' in 
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'

 @ ./~/dox-sequence-diagram-ui/dist/index.js 3:45-58

 @ ./src/sdc-app/flows/SequenceDiagram.jsx

 @ ./src/sdc-app/flows/FlowsListEditorView.jsx

 @ ./src/sdc-app/flows/FlowsListEditor.js

 @ ./src/sdc-app/flows/FlowsPunchOut.jsx

 @ ./src/sdc-app/punch-outs.js

 @ multi 
(webpack)-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=ttihg5AVFClWIi3S5owJkDK5R0XSlCyYuhDJlDL58bI&e=><https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/dev-server sdc-app/punch-outs.js 
webpack-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=ttihg5AVFClWIi3S5owJkDK5R0XSlCyYuhDJlDL58bI&e=><https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/only-dev-server



ERROR in ./~/dox-sequence-diagram-ui/dist/index.js

Module not found: Error: Can't resolve 'react-dnd-html5-backend' in 
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'

 @ ./~/dox-sequence-diagram-ui/dist/index.js 3:60-94

 @ ./src/sdc-app/flows/SequenceDiagram.jsx

 @ ./src/sdc-app/flows/FlowsListEditorView.jsx

 @ ./src/sdc-app/flows/FlowsListEditor.js

 @ ./src/sdc-app/flows/FlowsPunchOut.jsx

 @ ./src/sdc-app/punch-outs.js

 @ multi 
(webpack)-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=J6348ySRE3qIraTk21je16V7zjAt6ulphKab_P_UsC0&s=ttihg5AVFClWIi3S5owJkDK5R0XSlCyYuhDJlDL58bI&e=><ht

Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Viswa KSP
Hi Michael,

It is on master and I'm on direct internet connection.

BR,
Viswa

On Wed, Jul 5, 2017 at 6:46 PM, Lando,Michael  wrote:

> Hi,
> What branch are you working from?
> Are you behind a proxy when you are compiling?
>
>
> BR,
>
> Michael Lando
> Opensource & Frontend Team Lead, SDC
> AT&T Network Application Development · NetCom
> Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
> 
> ···
> Office: +972 (3) 5451487
> Mobile: +972 (54) 7833603
> e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com>
>
>
> From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-bounces@
> lists.onap.org] On Behalf Of Viswa KSP
> Sent: Wednesday, July 05, 2017 3:43 PM
> To: onap-discuss@lists.onap.org
> Subject: [onap-discuss] [sdc] Error while using openecomp-ui / webseal
> simulator
>
> Dear All,
>
> I tried to stand-up SDC in standalone mode as per READ.ME<
> https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=
> FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_
> VJG4QMEePhL5GVIIt7aY&s=xq7AYzKDiGEonTBCX2XdwBfNcdpihh2Ybq2CwhfRxiY&e=> in
> openecomp-ui dir and currently stuck with below error:
>
>
> ERROR in ./~/dox-sequence-diagram-ui/dist/index.js
>
> Module not found: Error: Can't resolve 'd3' in '/Users/kspviswa-vz/ws/onap/
> sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'
>
>  @ ./~/dox-sequence-diagram-ui/dist/index.js 3:45-58
>
>  @ ./src/sdc-app/flows/SequenceDiagram.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditorView.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditor.js
>
>  @ ./src/sdc-app/flows/FlowsPunchOut.jsx
>
>  @ ./src/sdc-app/punch-outs.js
>
>  @ multi (webpack)-dev-server/client?http://localhost:9000 urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=
> lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=> webpack/hot/dev-server
> sdc-app/punch-outs.js webpack-dev-server/client?http://localhost:9000<
> https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=
> lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
> webpack/hot/only-dev-server
>
>
>
> ERROR in ./~/dox-sequence-diagram-ui/dist/index.js
>
> Module not found: Error: Can't resolve 'react-dnd-html5-backend' in
> '/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/
> dox-sequence-diagram-ui/dist'
>
>  @ ./~/dox-sequence-diagram-ui/dist/index.js 3:60-94
>
>  @ ./src/sdc-app/flows/SequenceDiagram.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditorView.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditor.js
>
>  @ ./src/sdc-app/flows/FlowsPunchOut.jsx
>
>  @ ./src/sdc-app/punch-outs.js
>
>  @ multi (webpack)-dev-server/client?http://localhost:9000 urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=
> lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=> webpack/hot/dev-server
> sdc-app/punch-outs.js webpack-dev-server/client?http://localhost:9000<
> https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=
> lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
> webpack/hot/only-dev-server
>
>
>
> ERROR in ./~/dox-sequence-diagram-ui/dist/index.js
>
> Module not found: Error: Can't resolve 'react-dnd' in
> '/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/
> dox-sequence-diagram-ui/dist'
>
>  @ ./~/dox-sequence-diagram-ui/dist/index.js 3:96-116
>
>  @ ./src/sdc-app/flows/SequenceDiagram.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditorView.jsx
>
>  @ ./src/sdc-app/flows/FlowsListEditor.js
>
>  @ ./src/sdc-app/flows/FlowsPunchOut.jsx
>
>  @ ./src/sdc-app/punch-outs.js
>
>  @ multi (webpack)-dev-server/client?http://localhost:9000 urldefense.proofpoint.com/v2/url?u=http-3A__localhost-
> 3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-
> TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=
> lBjrTaQrePN2

Re: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Lando,Michael
Hi,
What branch are you working from?
Are you behind a proxy when you are compiling?


BR,

Michael Lando
Opensource & Frontend Team Lead, SDC
AT&T Network Application Development · NetCom
Tel Aviv | Tampa | Atlanta | New Jersey |Chicago
···
Office: +972 (3) 5451487
Mobile: +972 (54) 7833603
e-mail: ml6...@intl.att.com<mailto:ml6...@intl.att.com>


From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Viswa KSP
Sent: Wednesday, July 05, 2017 3:43 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

Dear All,

I tried to stand-up SDC in standalone mode as per 
READ.ME<https://urldefense.proofpoint.com/v2/url?u=http-3A__READ.ME&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=xq7AYzKDiGEonTBCX2XdwBfNcdpihh2Ybq2CwhfRxiY&e=>
 in openecomp-ui dir and currently stuck with below error:


ERROR in ./~/dox-sequence-diagram-ui/dist/index.js

Module not found: Error: Can't resolve 'd3' in 
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'

 @ ./~/dox-sequence-diagram-ui/dist/index.js 3:45-58

 @ ./src/sdc-app/flows/SequenceDiagram.jsx

 @ ./src/sdc-app/flows/FlowsListEditorView.jsx

 @ ./src/sdc-app/flows/FlowsListEditor.js

 @ ./src/sdc-app/flows/FlowsPunchOut.jsx

 @ ./src/sdc-app/punch-outs.js

 @ multi 
(webpack)-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/dev-server sdc-app/punch-outs.js 
webpack-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/only-dev-server



ERROR in ./~/dox-sequence-diagram-ui/dist/index.js

Module not found: Error: Can't resolve 'react-dnd-html5-backend' in 
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'

 @ ./~/dox-sequence-diagram-ui/dist/index.js 3:60-94

 @ ./src/sdc-app/flows/SequenceDiagram.jsx

 @ ./src/sdc-app/flows/FlowsListEditorView.jsx

 @ ./src/sdc-app/flows/FlowsListEditor.js

 @ ./src/sdc-app/flows/FlowsPunchOut.jsx

 @ ./src/sdc-app/punch-outs.js

 @ multi 
(webpack)-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/dev-server sdc-app/punch-outs.js 
webpack-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/only-dev-server



ERROR in ./~/dox-sequence-diagram-ui/dist/index.js

Module not found: Error: Can't resolve 'react-dnd' in 
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'

 @ ./~/dox-sequence-diagram-ui/dist/index.js 3:96-116

 @ ./src/sdc-app/flows/SequenceDiagram.jsx

 @ ./src/sdc-app/flows/FlowsListEditorView.jsx

 @ ./src/sdc-app/flows/FlowsListEditor.js

 @ ./src/sdc-app/flows/FlowsPunchOut.jsx

 @ ./src/sdc-app/punch-outs.js

 @ multi 
(webpack)-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/dev-server sdc-app/punch-outs.js 
webpack-dev-server/client?http://localhost:9000<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9000&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=FYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY&m=1_ppYbu4ywRMXDT7H6lIKL_VJG4QMEePhL5GVIIt7aY&s=lBjrTaQrePN2fpoDduIdd8znXBnTvfYzsZd7Gti5Gro&e=>
 webpack/hot/only-dev-server

Any help on this is highly appreciated.

BR,
Viswa
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [sdc] Error while using openecomp-ui / webseal simulator

2017-07-05 Thread Viswa KSP
Dear All,

I tried to stand-up SDC in standalone mode as per READ.ME in openecomp-ui
dir and currently stuck with below error:

*ERROR in ./~/dox-sequence-diagram-ui/dist/index.js*

*Module not found: Error: Can't resolve 'd3' in
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'*

* @ ./~/dox-sequence-diagram-ui/dist/index.js 3:45-58*

* @ ./src/sdc-app/flows/SequenceDiagram.jsx*

* @ ./src/sdc-app/flows/FlowsListEditorView.jsx*

* @ ./src/sdc-app/flows/FlowsListEditor.js*

* @ ./src/sdc-app/flows/FlowsPunchOut.jsx*

* @ ./src/sdc-app/punch-outs.js*

* @ multi (webpack)-dev-server/client?http://localhost:9000
 webpack/hot/dev-server sdc-app/punch-outs.js
webpack-dev-server/client?http://localhost:9000 
webpack/hot/only-dev-server*


*ERROR in ./~/dox-sequence-diagram-ui/dist/index.js*

*Module not found: Error: Can't resolve 'react-dnd-html5-backend' in
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'*

* @ ./~/dox-sequence-diagram-ui/dist/index.js 3:60-94*

* @ ./src/sdc-app/flows/SequenceDiagram.jsx*

* @ ./src/sdc-app/flows/FlowsListEditorView.jsx*

* @ ./src/sdc-app/flows/FlowsListEditor.js*

* @ ./src/sdc-app/flows/FlowsPunchOut.jsx*

* @ ./src/sdc-app/punch-outs.js*

* @ multi (webpack)-dev-server/client?http://localhost:9000
 webpack/hot/dev-server sdc-app/punch-outs.js
webpack-dev-server/client?http://localhost:9000 
webpack/hot/only-dev-server*


*ERROR in ./~/dox-sequence-diagram-ui/dist/index.js*

*Module not found: Error: Can't resolve 'react-dnd' in
'/Users/kspviswa-vz/ws/onap/sdc/openecomp-ui/node_modules/dox-sequence-diagram-ui/dist'*

* @ ./~/dox-sequence-diagram-ui/dist/index.js 3:96-116*

* @ ./src/sdc-app/flows/SequenceDiagram.jsx*

* @ ./src/sdc-app/flows/FlowsListEditorView.jsx*

* @ ./src/sdc-app/flows/FlowsListEditor.js*

* @ ./src/sdc-app/flows/FlowsPunchOut.jsx*

* @ ./src/sdc-app/punch-outs.js*

* @ multi (webpack)-dev-server/client?http://localhost:9000
 webpack/hot/dev-server sdc-app/punch-outs.js
webpack-dev-server/client?http://localhost:9000 
webpack/hot/only-dev-server*

Any help on this is highly appreciated.

BR,
Viswa
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss