question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

app version is null

See original GitHub issue

Will this bug be fixed in activiti-spring-boot-starter 7.1.0.M7?

private void checkProcessDefinitionBelongsToLatestDeployment(org.activiti.engine.repository.ProcessDefinition processDefinition) { if (!this.selectLatestDeployment().getVersion().equals(processDefinition.getAppVersion())) { throw new UnprocessableEntityException("Process definition with the given id:'" + processDefinition.getId() + "' belongs to a different application version."); } }

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
zoltanpalficommented, May 26, 2020

Yes, see this issue: https://github.com/Activiti/Activiti/issues/3165

As @CTI777 wrote there, probably it is because of missing either the version from the default-project.json manifest file, or missing the manifest file entirely from the resources.

0reactions
vegetarianinvestorcommented, Apr 21, 2022

Adding the default-project.json resolved the issue. What is the significance of this file and what does it contain?

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Current version getting null while force update the android ...
I achived force update in one app by using Jsoup library and its working properly. But in other app its not working. I...
Read more >
null app - Apple Community
I got this "null app" after downloading ios9, I tried looking for an app with the same version and size but couldn't find...
Read more >
null value is returning for get the playstore app version #1036
null value is returning for get the playstore app version #1036 ... newVersion = Jsoup.connect("https://play.google.com/store/apps/details?
Read more >
The platform version 'null' should be a valid version number ...
I start test using “sample ios project” and got an error (The platform version 'null' should be a valid version number) and can't...
Read more >
Null App - Apps on Google Play
This application does absolutely nothing. It was originally created for Android development and testing. It is useful for testing application condition ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found