Jump to content

Unable to do development gulp serve, ERR_CONNECTION_RESET. with latest version of KIS 21.1.15.500 [Fixed in 2021MR2]


San2020
Go to solution Solved by Guest,

Recommended Posts

I am trying to develop applications using react.js. However when I run gulp serve command, the web browser opens and I get an error ERR_CONNECTION_RESET.

After spending several days trying different solutions, uninstalling and reinstalling,etc, I found that if I right click on KIS and choose exit and then if I run gulp serve, my application works without any issues.

I am able to reproduce this again and again. As soon as I enable  KIS and run gulp serve, the application fails. If I exit KIS completely and run gulp serve, my application works.

I am not facing this issue on systems which don’t have KIS and which have older version of KIS. Only after I updated to latest version of  KIS 21.1.15.500, I am facing this issue.

 

Please help asap

 

Link to comment
Share on other sites

Thank you very much for the reply.

Yes, KIS and gulp serve has worked in the previous version of KIS without any issues.

I don’t see any patch number . Under application version it shows as 21.1.15.500

I unchecked Inject script into web traffic to interact with web pages, but I am still facing the same issue.

Only if I right click and exit KIS, the application works

I will share the logs shortly

 

Link to comment
Share on other sites

Hello @San2020

You’re most welcome☺ !

Thank you for replying👌

On the Windows Taskbar, rightclick the KIS icon, select About, the popup window will show the patch(x), or hover the mouse🐀 over the KIS icon, the tiny floating popup will show the patch(x) or, open the KIS GUI, select the headset🎧 , opens Support window, the patch(x) information is on the 4th line from the top. 

Thank you🙏

Flood🐳 &🐋

Link to comment
Share on other sites

I have tried all the methods. But I see no patch number. To be frank, I had updated once again today to the latest version of KIS just to see if it would solve my problem. A few hours ago ,before I did the update, it was on patch ‘C” for 21.1.15.500. But now after I once again updated, I don’t see any patch info. Screenshot below. 

 

 

Link to comment
Share on other sites

I am able to fix the issue but I don't know if this is the right approach.

  1. I went to Settings->Additional->Network
  2. I selected Monitor selected ports only 
  3. The I clicked on "Select" next to it and unchecked "Monitor all network ports for applications that are vulnerable to network attacks"

After this I closed the browser and ran gulp serve and it was working.

However I am not sure if this is the right approach and if this would make KIS vulnerable or if there is a better approach.

 

Please advise

Link to comment
Share on other sites

Hello @San2020

You’re most welcome🙂 !

Thank you for updating us👌

  • Unless @Anton Mefodys says otherwise, raise a request with Kaspersky Technical Support, fill in the KIS21, Application malfunction, Other template → see following image, include a new GSI & Windows Logs, images & provide a detailed history with as much detail as possible, so Technical experts understand, also, in the request, include a link/URL to this Community topic; Support will probably request Traces, they will give you the steps required to collect the data

 

  • After submitting the case, you’ll receive an automated email with an INC+12digits reference number, then, normally, within 5 business days, a Kaspersky Technical Support human will communicate with you, also by email, you may continue to engage with the Kaspersky Technical Team via email or by updating the INC in your MyKaspersky account.
  • Please post the incident # here in your topic? 
  • Please share the outcome with the Community when it’s available?

Thank you🙏

Flood🐳+🐋

Link to comment
Share on other sites

 

Hi Paolo, I will reply back on this thread once I get a resolution. This is an issue which would affect all web developers I believe.

 

I have raised the request. Incident number is INC000011983725

I will inform the outcome of the same in this same thread

Link to comment
Share on other sites

I use chrome. I tested in all browsers, same issue. I disabled the web antivirus but same error.

Only the resolution which I mentioned earlier in this post works


Hello,

I try to install node.js and gulp with “npm install gulp -g”, but installation process encounter several  dependency issues.

npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.13

It means I need upgrade chokidar from 2 to 3 version. I use this command to install chokidar 3: npm install chokidar. But the same depandency issue existed when I reinstall gulp… Do you know how to solve this issue? I want to test your problem by myself. Thanks.

Regards.

Link to comment
Share on other sites

Hi Zhang,

Thanks for trying it out. I am following instructions from here for my development:

https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment

 

When you follow all the instructions in that and at the end run gulp serve, you can check.

This is my environment setup which you get when you run npm list -g --depth 0

+-- @microsoft/generator-sharepoint@1.11.0
+-- gulp@3.9.1
`-- yo@3.1.1

 

Is use node v10.17.0

My npm is 6.11.3

 

 

Link to comment
Share on other sites

Hi Zhang,

Thanks for trying it out. I am following instructions from here for my development:

https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment

 

When you follow all the instructions in that and at the end run gulp serve, you can check.

This is my environment setup which you get when you run npm list -g --depth 0

+-- @microsoft/generator-sharepoint@1.11.0
+-- gulp@3.9.1
`-- yo@3.1.1

 

Is use node v10.17.0

My npm is 6.11.3

 

 


Hi, San2020

I will follow this instructions. I install node 12.19.0 LTS. Any issue will reply back here.

Maybe I should install v10 instead.

Regards.

Link to comment
Share on other sites

Hello,

Here is the installation process of gulp from me. Node10 is the best way to install it. I set C:\my-project as my project folder. 

PS C:\Windows\system32> node --version
v10.9.0
PS C:\Windows\system32> npm --version
6.2.0
PS C:\Windows\system32> npx --version
6.2.0
PS C:\Windows\system32> npm install --global gulp-cli
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated />npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated />C:\Users\Wesly.Zhang\AppData\Roaming\npm\gulp -> C:\Users\Wesly.Zhang\AppData\Roaming\npm\node_modules\gulp-cli\bin\gulp.js
+ gulp-cli@2.3.0
added 255 packages from 166 contributors in 16.981s
PS C:\Windows\system32> cd c:\
PS C:\> npx mkdirp my-project
npx: installed 1 in 2.131s
PS C:\> cd .\my-project\
PS C:\my-project> npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.

See `npm help json` for definitive documentation on these fields
and exactly what they do.

Use `npm install <pkg>` afterwards to install a package and
save it as a dependency in the package.json file.

Press ^C at any time to quit.
package name: (my-project) test avp
Sorry, name can only contain URL-friendly characters.
package name: (my-project) testavp
version: (1.0.0)
description:
entry point: (index.js)
test command:
git repository:
keywords:
author:
license: (ISC)
About to write to C:\my-project\package.json:

{
"name": "testavp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}


Is this OK? (yes)
PS C:\my-project> npm install --save-dev gulp
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated resolve-url@0.2.1:
https://github.com/lydell/resolve-url#deprecated />npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated />npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN testavp@1.0.0 No description
npm WARN testavp@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ gulp@4.0.2
added 331 packages from 221 contributors in 14.324s
PS C:\my-project> gulp --version
CLI version: 2.3.0
Local version: 4.0.2
PS C:\my-project> gulp
[10:30:09] Using gulpfile C:\my-project\gulpfile.js
[10:30:09] Starting 'default'...
[10:30:09] Finished 'default' after 3.52 ms
PS C:\my-project> npm i gulp --save
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated resolve-url@0.2.1:
https://github.com/lydell/resolve-url#deprecated />npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated />npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN testavp@1.0.0 No description
npm WARN testavp@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ gulp@4.0.2
updated 1 package in 11.753s
PS C:\my-project> npm i gulp-connect --save
npm WARN testavp@1.0.0 No description
npm WARN testavp@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ gulp-connect@5.7.0
added 56 packages from 46 contributors in 7.441s
PS C:\my-project> gulp -v
CLI version: 2.3.0
Local version: 4.0.2
PS C:\my-project> gulp
[10:43:57] Using gulpfile C:\my-project\gulpfile.js
[10:43:57] Starting 'default'...
[10:43:57] Starting 'server'...
[10:43:57] Starting server...
[10:43:57] Server started http://localhost:8090
[10:43:57] LiveReload started on port 35729
[10:43:57] Running server

And create file gulpfile.js and index.html to this folder. The content of gulpfile.js is the following code.

'use strict'

const gulp = require('gulp')
const connect = require('gulp-connect')

// OPEN_LOCAL_WEB_SERVER
gulp.task('server',function(){
connect.server({
// SET_ROOT_FOLDER
root:'./',
port:8090,
// ENABLE_LIVEER_LOAD
livereload:true
})
});

// ADD_DEFAULT_TASK
gulp.task('default',gulp.series('server'));

AND index.html content is like this.

<h1>Hello, the world! </h1>

Please tell me do I miss somethings to reproduce your issue? Thanks!

Regards.

Hi Zhang,

I am following all the instructions from the url which I mentioned earlier for my development: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment

Go to command prompt and create a new folder. Go to that folder and run "npm install gulp yo @microsoft/generator-sharepoint --global"
After that run "yo @microsoft/sharepoint" and answer the command prompts are below

? What is your solution name? foo
? Which baseline packages do you want to target for your component(s)? SharePoint Online only (latest)
? Where do you want to place the files? Use the current folder
Found npm version 6.11.3
? Do you want to allow the tenant admin the choice of being able to deploy the solution to all sites immediately without
 running any feature deployment or adding apps in sites?
No
? Will the components in the solution require permissions to access web APIs that are unique and not shared with other c
omponents in the tenant?
No
? Which type of client-side component to create? WebPart
Add new Web part to solution foo.
? What is your Web part name? HelloWorld
? What is your Web part description? HelloWorld description
? Which framework would you like to use? React

This will take sometime to finish downloading all the components depending on the speed of your network.
Once that is finished, pls run "gulp serve"

 

 

Link to comment
Share on other sites

Hi Zhang,

I am following all the instructions from the url which I mentioned earlier for my development: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment

Go to command prompt and create a new folder. Go to that folder and run "npm install gulp yo @microsoft/generator-sharepoint --global"
After that run "yo @microsoft/sharepoint" and answer the command prompts are below

? What is your solution name? foo
? Which baseline packages do you want to target for your component(s)? SharePoint Online only (latest)
? Where do you want to place the files? Use the current folder
Found npm version 6.11.3
? Do you want to allow the tenant admin the choice of being able to deploy the solution to all sites immediately without
 running any feature deployment or adding apps in sites?
No
? Will the components in the solution require permissions to access web APIs that are unique and not shared with other c
omponents in the tenant?
No
? Which type of client-side component to create? WebPart
Add new Web part to solution foo.
? What is your Web part name? HelloWorld
? What is your Web part description? HelloWorld description
? Which framework would you like to use? React

This will take sometime to finish downloading all the components depending on the speed of your network.
Once that is finished, pls run "gulp serve"

 

 


Hello,

OK, I know this issue now, you access your website using https. Do you have a kaspersky certificates installed in OS?Run “certmgr.msc” to access it.

Regards.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...