Using mirth-1.1.0 (on Windows XP) I am having a problem with the "Getting Started with Mirth" procedure. ( I have the postgreSQL 8.1 database installed)
The error occurs on the following step (Save changes):
2) Click Summary Tab
a. Check the Enabled button. This will allow this channel to be published.
b. Click Save Changes in the Channel Tasks Window
The client application pops up a windows which says:
"There was a problem with one or more of your connectors. Please validate all of your connectors to find the problem."
The channel cannot be enabled because of this problem.
Any feedback on this problem would be appreciated.
Below is some DEBUG logging that was turned on:
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: executing prepared statement:
insert into channels (id, channel_name, channel_data) values (?, ?, ?)
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=1, value=5
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=2, value=chan2
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=3, value=<com.webreach.mirth.model.Channel>
<id>5</id>
<name>chan2</name>
<description></description>
<enabled>false</enabled>
<version>1.1.0</version>
<revision>0</revision>
<direction>INBOUND</direction>
<mode>BROADCAST</mode>
<sourceConnector>
<name>sourceConnector</name>
<properties>
<property name="checkFileAge" value="0"/>
<property name="fileAge" value="0"/>
<property name="pollingFrequency" value="1000"/>
<property name="autoDelete" value="0"/>
<property name="DataType" value="File Reader"/>
<property name="moveToDirectory" value=""/>
<property name="host" value=""/>
<property name="moveToPattern" value=""/>
</properties>
<transformer>
<steps/>
</transformer>
<filter>
<rules/>
</filter>
<transportName>File Reader</transportName>
</sourceConnector>
<destinationConnectors>
<com.webreach.mirth.model.Connector>
<name>Destination 1</name>
<properties>
<property name="outputAppend" value="1"/>
<property name="DataType" value="File Writer"/>
<property name="outputPattern" value=""/>
<property name="template" value=""/>
<property name="host" value=""/>
</properties>
<transformer>
<steps/>
</transformer>
<filter>
<rules/>
</filter>
<transportName>File Writer</transportName>
</com.webreach.mirth.model.Connector>
</destinationConnectors>
<properties>
<property name="initialState" value="stopped"/>
<property name="recv_xml_encoded" value="false"/>
</properties>
</com.webreach.mirth.model.Channel>
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: creating new database connection: address=jdbc:hsqldb:file:database/mirth, {user=sa, password=, shutdown=true}
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: executing prepared statement:
insert into channel_statistics (channel_id, received, sent, errors) values (?, ?, ?, ?)
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=1, value=5
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=2, value=0
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=3, value=0
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=4, value=0
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: closing database connection
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: closing database connection
The error occurs on the following step (Save changes):
2) Click Summary Tab
a. Check the Enabled button. This will allow this channel to be published.
b. Click Save Changes in the Channel Tasks Window
The client application pops up a windows which says:
"There was a problem with one or more of your connectors. Please validate all of your connectors to find the problem."
The channel cannot be enabled because of this problem.
Any feedback on this problem would be appreciated.
Below is some DEBUG logging that was turned on:
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: executing prepared statement:
insert into channels (id, channel_name, channel_data) values (?, ?, ?)
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=1, value=5
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=2, value=chan2
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=3, value=<com.webreach.mirth.model.Channel>
<id>5</id>
<name>chan2</name>
<description></description>
<enabled>false</enabled>
<version>1.1.0</version>
<revision>0</revision>
<direction>INBOUND</direction>
<mode>BROADCAST</mode>
<sourceConnector>
<name>sourceConnector</name>
<properties>
<property name="checkFileAge" value="0"/>
<property name="fileAge" value="0"/>
<property name="pollingFrequency" value="1000"/>
<property name="autoDelete" value="0"/>
<property name="DataType" value="File Reader"/>
<property name="moveToDirectory" value=""/>
<property name="host" value=""/>
<property name="moveToPattern" value=""/>
</properties>
<transformer>
<steps/>
</transformer>
<filter>
<rules/>
</filter>
<transportName>File Reader</transportName>
</sourceConnector>
<destinationConnectors>
<com.webreach.mirth.model.Connector>
<name>Destination 1</name>
<properties>
<property name="outputAppend" value="1"/>
<property name="DataType" value="File Writer"/>
<property name="outputPattern" value=""/>
<property name="template" value=""/>
<property name="host" value=""/>
</properties>
<transformer>
<steps/>
</transformer>
<filter>
<rules/>
</filter>
<transportName>File Writer</transportName>
</com.webreach.mirth.model.Connector>
</destinationConnectors>
<properties>
<property name="initialState" value="stopped"/>
<property name="recv_xml_encoded" value="false"/>
</properties>
</com.webreach.mirth.model.Channel>
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: creating new database connection: address=jdbc:hsqldb:file:database/mirth, {user=sa, password=, shutdown=true}
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: executing prepared statement:
insert into channel_statistics (channel_id, received, sent, errors) values (?, ?, ?, ?)
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=1, value=5
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=2, value=0
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=3, value=0
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: adding parameter: index=4, value=0
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: closing database connection
DEBUG [SslListener0-1] com.webreach.mirth.server.util.DatabaseConnection: closing database connection
Comment