Teradata Database Message 7861 - 7861 - Analytics Database - Teradata Vantage
Analytics Database Messages
- Deployment
- VantageCloud
- VantageCore
- Edition
- Enterprise
- IntelliFlex
- VMware
- Product
- Analytics Database
- Teradata Vantage
- Release Number
- 15.xx,16.xx,17.xx
- Published
- June 2022
- ft:locale
- en-US
- ft:lastEdition
- 2023-01-05
- dita:mapPath
- sfx1628096178347.ditamap
- dita:ditavalPath
- ft:empty
- dita:id
- B035-1096
- lifecycle
- latest
- Product Category
- Teradata Vantageā¢
- Message
- Java XSP/UDF caused a securityException because it tried to terminate the JVM.
- Explanation
- The error message is generated when Java XSP/UDF tries to terminate or halt the currently running Java Virtual Machine, by calling System.exit() or similar methods. A securityException will be thrown when Java XSP/UDF calls these methods.
- Generated By
- UDF Subsystem
- For Whom
- End User.
- Notes
- None
- Remedy
- The user Java code has to be changed not to call these methods: System.exit(), Runtime.exit(), Runtime.halt(), and the deprecated Runtime.runFinalizersOnExit() and System.runFinalizersOnExit().