Failed Analysis "3d54f1a7-2559-4007-8337-fc9e2d0ca7a9"

Failed Analysis “3d54f1a7-2559-4007-8337-fc9e2d0ca7a9”

Haven’t been able to run analysis succussfully yet.

I was able to get this to run locally, however the automation still does work latest failed run “4836f711-1f44-47da-971a-05931dabd163”.

1 Like

Hi @timmak ,

Could you please confirm for me which ALM service you are using? Such as Github/Gitlab etc.
I can see the failures you have mentioned above in our logs and am trying to identify the cause.

Thanks,
Shane

Hi Shane, thanks for having a look. We are running on GitHub enterprise.

Hi @timmak ,

After some analysis, we identified an issue that is showing in our logs.

'ERROR: The analysis will stop due to the Node.js process running out of memory'

We are raising this concern with one of our teams internally, I will also ask them to reach out to you with any suggestions here.

Hi @timmak ,

Could you share some information about your project, we see some vue files in the analysis. Is your project being built in Vue and if so are you using Vue3?

Hi Shane,

Yes, it is a monorepo, and we are using Vue3 as part of that.

Hi Shane,

Checking in to see if we have got any further also seems PRs are no longer been tracked as of 2 days ago.

Hi Shane,

Any updates here or recommend next steps?

Tim

Would it be possible to get any further support?

Repo: Mono Repo in typescript/vue
CI: GitHub
Scanner: Automatic

It has been over a month since last succeful run,

1 Like

Hello Tim,

We are working on a fix for VueJS projects that should be deployed on SonarCloud on the week of April 1st (not kidding).
The issue in VueJS projects comes from the tsconfig.json files referencing other TSconfigs in node_modules/ which are not available in autoscan. You can simplify your TSconfigs in the meantime, as usually, the referenced TSconfigs only contain a few parameters that you can simply copy them in yours.
Sorry for the late reply.

Best,
Ilia

1 Like

Hi Ilia,

Thanks for the feedback, we will try it out in the meantime. The update is much appreciated.

Tim

2 Likes