Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CmisConnectionException instead of CmisConstraintException #6471

Closed
rvdstel opened this issue Mar 19, 2024 · 0 comments · Fixed by #6497, #6503 or #6504
Closed

CmisConnectionException instead of CmisConstraintException #6471

rvdstel opened this issue Mar 19, 2024 · 0 comments · Fixed by #6497, #6503 or #6504
Assignees
Milestone

Comments

@rvdstel
Copy link
Contributor

rvdstel commented Mar 19, 2024

❗ please do not add sensitive information in issues, you can provide extra information via email using issue number as reference ❗

Describe the issue
When Titan returns an error, like something is wrong with the metadata, we use to get a CmisConstraintException for example "SEAL00222:Error mapping value on existing ValueList.". With the 7.9.1 code (+JWT adjustments) we get a CmisConnectionException :
caught exception: (CmisConnectionException) Cannot access "xyz": (CmisConnectionException) Cannot access "null": Conflict
We should get the CmisConstraintExceptions to be able to see what is exactly wrong.

Reporter
Richard van der Stel

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots

Configuration

Input

Environment
FF 7.9.1

Additional Environment

  • DBMS: [e.g. Oracle, MSSQL, MariaDB, MySql, PostgreSQL]
  • Browser: [e.g. Chrome, Safari, Edge, Firefox]

Additional Context
Mail with stacktraces send to Niels.

@nielsm5 nielsm5 self-assigned this Mar 22, 2024
@nielsm5 nielsm5 linked a pull request Mar 22, 2024 that will close this issue
@nielsm5 nielsm5 added this to the 7.9.2 milestone Mar 23, 2024
@nielsm5 nielsm5 moved this to Review in Frank!Framework Mar 23, 2024
@github-project-automation github-project-automation bot moved this from Review to Done in Frank!Framework Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment