Hi,
I am trying to change mirth's reference database, in order to use another one rather than Derby. I have made yet successful test with Postgres and also Mysql. Now I am trying the same with Oracle. All seems to go well unti I try to deploy a simple created channel. When I try to do this, I get a channel deploy error.
These are the messages' sequence I see into the System Events panel when I try to deploy the channel:
clicking into the first message (1) I can see :
by clicking into error message (2) I can see the error detail:
Where could the problem be? Has someone tried to use Oracle as the Mirth reference DB?
Thanks for your help,
asulis
I am trying to change mirth's reference database, in order to use another one rather than Derby. I have made yet successful test with Postgres and also Mysql. Now I am trying the same with Oracle. All seems to go well unti I try to deploy a simple created channel. When I try to do this, I get a channel deploy error.
These are the messages' sequence I see into the System Events panel when I try to deploy the channel:
Code:
2007-02-21 16:32:01 NORMAL Channels Deployed (1)
Code:
2007-02-21 16:32:03 HIGH Error deploying channels (2)
Code:
null {}
Code:
org.mule.config.ConfigurationException: MuleManager Failed to initialise (org.mule.config.ConfigurationException) at org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:196) at com.webreach.mirth.server.Mirth.startMule(Mirth.java:164) at com.webreach.mirth.server.Mirth.restartMule(Mirth.java:147) at com.webreach.mirth.server.Mirth.run(Mirth.java:103) Caused by: org.mule.config.ConfigurationException: MuleManager Failed to initialise at org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:209) at org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:194) ... 3 more Caused by: java.lang.NullPointerException at org.mule.config.builders.TransformerReference.resolveTransformer(TransformerReference.java:84) at org.mule.config.builders.MuleXmlConfigurationBuilder.setTransformers(MuleXmlConfigurationBuilder.java:243) at org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:205) ... 4 more {}
Thanks for your help,
asulis
Comment