[
https://issues.jboss.org/browse/TEIIDDES-2957?page=com.atlassian.jira.plu...
]
Matej Kralik updated TEIIDDES-2957:
-----------------------------------
Steps to Reproduce:
# Create JDG CP
# Open data source explorer and choose this CP
# Open its properties
# Click Test Connection
was:
# Create CP
# Open data source explorer and choose created CP
# Open its properties
# Click Test Connection
NPE after test ping to JDG server
---------------------------------
Key: TEIIDDES-2957
URL:
https://issues.jboss.org/browse/TEIIDDES-2957
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0.2
Reporter: Matej Kralik
Attachments: screenshot.png
When I want to test connection to the JDG server, shows me NullPointerException
(screenshot.png)
Stacktrace from error log:
{code:java}
java.lang.NullPointerException
at
org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:359)
at org.eclipse.datatools.connectivity.ui.PingJob.createTestConnection(PingJob.java:76)
at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:59)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)