Error: 'java.lang.NumberFormatException: Null' When Configuring the 'Inbound E-Mail Server' in the Unifier Configurator and Using the 'Test Inbound Connection'
(Doc ID 2463948.1)
Last updated on NOVEMBER 01, 2024
Applies to:
Primavera Unifier - Version 10.1 and laterInformation in this document applies to any platform.
Symptoms
When attempting to configure the Inbound E-mail Server field within the Unifier Configurator and test the connection, the following error occurs in the open console window:
ERROR
-----------------------
javax.mail.MessagingException: Folder or store is null
[java] at com.skire.configuratorfx.check.CheckMail.test_action_email_connection(CheckMail.java:223)
[java] at com.skire.configuratorfx.check.CheckMail.getTestActionEmailConnection(CheckMail.java:247)
[java] at com.skire.configuratorfx.model.EmailModel$6.call(EmailModel.java:255)
[java] at com.skire.configuratorfx.model.EmailModel$6.call(EmailModel.java:251)
[java] at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
[java] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[java] at java.lang.Thread.run(Thread.java:748)
[java] Exception
[java] MessagingException:Close
[java] java.lang.NumberFormatException: null
[java] at java.lang.Integer.parseInt(Integer.java:542)
[java] at java.lang.Integer.parseInt(Integer.java:615)
[java] at com.skire.common.util.MailUtils.connectToInboundEmailAccount(MailUtils.java:462)
[java] at com.skire.configuratorfx.check.CheckMail.test_action_email_connection(CheckMail.java:191)
[java] at
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
- Access the Unifier Configurator
- Click on the Email tab
- Populate the Inbound E-mail server, Inbound E-mail protocol, Inbound E-mail Account and Inbound E-mail Password fields.
- Click Test Inbound Connection
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |