java.lang.RuntimeException Oracle Coherence
Hi frindes,
I need Bring up an instance of a cache server, and two or more instances of the inference agent, but an error happen. I am trying start the CacheServer.
[22:09:09.802] java.lang.RuntimeException: 2009-10-27 22:09:03.396/52.797 Oracle Coherence 3.4.2/411p1 <Info> (thread=main, member=n/a): Loaded operational configuration from resource "jar:file:/C:/tibco/be/3.0/hotfix/lib/ext/coherence.jar!/tangosol-coherence.xml "
2009-10-27 22:09:03.412/52.813 Oracle Coherence 3.4.2/411p1 <Info> (thread=main, member=n/a): Loaded operational overrides from resource "jar:file:/C:/tibco/be/3.0/hotfix/lib/ext/coherence.jar!/tangosol-coherence-ove rride-dev.xml"
2009-10-27 22:09:03.412/52.813 Oracle Coherence 3.4.2/411p1 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2009-10-27 22:09:03.443/52.844 Oracle Coherence 3.4.2/411p1 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified Oracle Coherence Version 3.4.2/411p1 Enterprise Edition: Development mode
Copyright (c) 2000-2009 Oracle. All rights reserved.
2009-10-27 22:09:03.677/53.078 Oracle Coherence EE 3.4.2/411p1 <Info> (thread=main, member=n/a): Loaded cache configuration from resource "jar:file:/C:/tibco/be/3.0/hotfix/lib/ext/coherence.jar!/reports/report-group.x ml"
2009-10-27 22:09:06.412/55.813 Oracle Coherence EE 3.4.2/411p1 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
Look my be_engineCS.xml to machine Cache Server
<property>
<name>be.engine.cacheServer</name>
<default>true</default>
</property>
<property>
<name>java.property.tangosol.coherence.cluster</name>
<default>cluster-dev</default>
</property>
<property>
<name>java.property.tangosol.coherence.mode</name>
<default>dev</default>
</property>
<property>
<name>java.property.tangosol.coherence.distributed.localstorage</name>
<default>true</default>
</property>
<property>
<name>java.property.tangosol.coherence.distributed.threads</name>
<default>8</default>
<description></description>
</property>
<property>
<name>java.property.tangosol.coherence.localport</name>
<default>19088</default>
</property>
<property>
<name>java.property.tangosol.coherence.wka1</name>
<default>192.168.178</default>
</property>
<property>
<name>java.property.tangosol.coherence.wka1.port</name>
<default>19088</default>
</property>
<property>
<name>java.property.tangosol.coherence.wka2</name>
<default>192.168.178</default>
</property>
<property>
<name>java.property.tangosol.coherence.wka2.port</name>
<default>19089</default>
</property>
I am using BE 3.0.1 with hotfix 6.
regards,