The project could not be connected to.
Explanation
The project is not Java based. This message is displayed
in these instances:
- The subtype of the datastore project does not match the runtime
type. Datastore project subtypes and runtime types must match for
connections to be established.
- FtInstallOptions.ALLOW_VBNET_REMOTE_TESTING is not true.
This indicates that the current setting has to be a Java project
only. The valid project subtype is JAVA_PROJECT_SUBTYPE.
User response
Do one these steps, and then retry the operation:
- Use a Java project.
- Verify that the datastore subtype and the runtime type match.
- Make FtInstallOptions.ALLOW_VBNET_REMOTE_TESTING true in ivory.properties
file.