Topic consumer does not show up in destination after WLS restart

Hello JMS cracks
          <p>We have following setup: <br>
          - 1 Admin and 2 Managed WLS 8.1 SP4 on same host:<br>
          - distributed topic destination<br>
          - external jms topic subscriber client (using weblogic.jar)
          </p>
          <p>
          The client subscribes to the topic in the following way:
          <p>
          TopicConnectionFactory fact = (TopicConnectionFactory) ctx.lookup("factName");<br>
          TopicConnection tcon = fact.createTopicConnection();<br>
          tcon.setExceptionListener(exceptionListener); <br>
          TopicSession tsession = tcon.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);<br>
          Topic topic = (Topic) ctx.lookup("logicNameOfDistributedTopic");<br>
          TopicSubscriber treceiver = tsession.createSubscriber(topic,selector,false);<br>
          treceiver.setMessageListener(messageListener);
          </p>
          <p>
          Test scenario: <br>
          - start admin WLS and both managed WLS with URLs t3://host1:27100 and t3://host1:27200, respectively<br>
          <br>
          - start client with URL t3://host1:27100<br>
          => client receives messages :-)<br>
          <br>
          - kill client and start client again with URL t3://host1:27200<br>
          => client receives messages :-)<br>
          <br>
          - kill client and start client again with URL t3://host1:27100,host1:27200<br>
          => client receives messages :-)<br>
          <br>
          - kill WLS instance, e.g. t3://host1:27100<br>
          => Two possibilies: <br>
          1) the client was connected to t3://host1:27100 and it has not to reconnect; it still receives messages :-) (however, an internal tester told me, that it also may stop receiving messages :-(<br>
          <br>
          2) client receives an Exception and reconnects to t3://host1:27200 (exceptionListener). It <b>may or may not receive messages</b> :-( <br>
          <br>
          - start WLS instance t3://host1:27100 again<br>
          - kill client which is connected to t3://host1:27200 and start client with URL t3://host1:27100<br>
          => client connects to t3://host1:27100, but it <b>may or may not receive messages</b> :-( <br>
          <br>
          - kill client which is connected to t3://host1:27100 and start client with URL t3://host1:27200<br>
          => client connects to t3://host1:27200, but it <b>may or may not receive messages</b> :-( <br>
          </p>
          <p>
          Going to the Weblogic console <myClusterDomain> > JMS Servers> <my JMS Server on t3://host1:27200> Active JMS Destinations one can see that the topic subscriber may or may not be added to the consumer count. If it is not added, the client does not receive any messages and vice versa.
          </p>
          <p>
          This is very very annoying.
          </p>
          <p>
          Please, can somebody tell me what can lead to this behaviour? Is something wrong with the configuration (if yes which parameter have I to adjust)? Is this just a timeing problem? Is there a workaround? Or is this normal (I hope not)?
          </p>
          <p>
          Thanks very much for your help.
          </p>
          <p>
          Peter
          </p>

Please find below the relevant parts of our config.xml.
          Thanks for your help, Peter
          <?xml version="1.0" encoding="UTF-8"?>
          <Domain ConfigurationVersion="8.1.4.0" Name="devtClusterDomain">
          <Cluster ClusterAddress="zueux32.sma.ch:27100,zueux32.sma.ch:27200"
          MulticastAddress="237.0.0.1" MulticastPort="27900" Name="devtCluster"/>
          <Server AcceptBacklog="50" Cluster="" DefaultProtocol="t3"
          DefaultSecureProtocol="t3s" ExpectedToRun="false"
          HttpdEnabled="true" ListenAddress="zueux32.sma.ch"
          ListenPort="27000" Machine="zueux32" Name="devtAdmin"
          NativeIOEnabled="true" ReliableDeliveryPolicy="RMDefaultPolicy"
          ServerVersion="8.1.4.0" StdoutDebugEnabled="false"
          StdoutSeverityLevel="32" TransactionLogFilePrefix="./logs/"
          TunnelingClientPingSecs="45" TunnelingClientTimeoutSecs="40">
          <WebServer AuthCookieEnabled="true"
          LogFileName="./logs/access.log" LoggingEnabled="true" Name="devtAdmin"/>
          <COM Name="devtAdmin"/>
          <ServerStart
          Arguments="-Dlog4j.configuration=file:/opt/bea/weblogic81/common/lib/workshopLogCfg.xml"
          BeaHome="/opt/bea/weblogic81"
          ClassPath="/opt/bea/weblogic81/server/lib/weblogic_knex_patch.jar:/opt/bea/weblogic81/common/lib/log4j.jar:/opt/bea/weblogic81/server/lib/debugging.jar:/opt/bea/weblogic81/server/lib/knex.jar:/opt/bea/weblogic81/javelin/lib/javelin.jar:/opt/bea/weblogic81/server/lib/wlw-lang.jar:/opt/bea/jdk142_05/lib/tools.jar:/opt/bea/weblogic81/server/lib/weblogic_sp.jar:/opt/bea/weblogic81/server/lib/weblogic.jar:/opt/bea/weblogic81/server/lib/ant/ant.jar:/opt/bea/jdk142_05/jre/lib/rt.jar::/opt/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/opt/bea/weblogic81/server/lib/webserviceclient.jar:/opt/bea/weblogic81/server/lib/webserviceclient+ssl.jar:/opt/bea/weblogic81/server/lib/xbean.jar:/opt/bea/weblogic81/server/lib/wlxbean.jar:/opt/bea/weblogic81/server/lib/xqrl.jar:/opt/bea/weblogic81/server/lib/netui/netui-compiler.jar:/opt/bea/weblogic81/server/lib/wli.jar:/opt/bea/weblogic81/server/lib/fop.jar:/opt/bea/weblogic81/integration/adapters/sample/lib/sample-eis.jar"
          JavaHome="/opt/bea/jkd142_05" Name="devtAdmin"
          RootDirectory="/var/bea/domains/devtClusterDomain" SecurityPolicyFile="/opt/bea/weblogic81/server/lib/weblogic.policy"/>
          <SSL Enabled="false" IdentityAndTrustLocations="KeyStores" Name="devtAdmin"/>
          <Log FileMinSize="20000" Name="devtAdmin" RotationType="bySize"/>
          <KernelDebug Name="devtAdmin"/>
          <KernelDebug Name="devtAdmin"/>
          <ServerDebug Name="devtAdmin"/>
          <ExecuteQueue Name="weblogic.kernel.Default"/>
          <JTAMigratableTarget Name="devtAdmin" UserPreferredServer="devtAdmin"/>
          </Server>
          <Server Cluster="devtCluster" ExpectedToRun="true"
          GracefulShutdownTimeout="30" ListenAddress="zueux32.sma.ch"
          ListenPort="27100" MSIFileReplicationEnabled="true"
          Machine="zueux32" Name="devtMan1" NativeIOEnabled="true" ServerVersion="8.1.4.0">
          <SSL Enabled="false" IdentityAndTrustLocations="KeyStores" Name="devtMan1"/>
          <ExecuteQueue Name="weblogic.kernel.Default"/>
          <ServerStart
          Arguments="-Dlog4j.configuration=file:/opt/bea/weblogic81/common/lib/workshopLogCfg.xml"
          BeaHome="/opt/bea/weblogic81"
          ClassPath="/opt/bea/weblogic81/server/lib/weblogic_knex_patch.jar:/opt/bea/weblogic81/common/lib/log4j.jar:/opt/bea/weblogic81/server/lib/debugging.jar:/opt/bea/weblogic81/server/lib/knex.jar:/opt/bea/weblogic81/javelin/lib/javelin.jar:/opt/bea/weblogic81/server/lib/wlw-lang.jar:/opt/bea/jdk142_05/lib/tools.jar:/opt/bea/weblogic81/server/lib/weblogic_sp.jar:/opt/bea/weblogic81/server/lib/weblogic.jar:/opt/bea/weblogic81/server/lib/ant/ant.jar:/opt/bea/jdk142_05/jre/lib/rt.jar::/opt/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/opt/bea/weblogic81/server/lib/webserviceclient.jar:/opt/bea/weblogic81/server/lib/webserviceclient+ssl.jar:/opt/bea/weblogic81/server/lib/xbean.jar:/opt/bea/weblogic81/server/lib/wlxbean.jar:/opt/bea/weblogic81/server/lib/xqrl.jar:/opt/bea/weblogic81/server/lib/netui/netui-compiler.jar:/opt/bea/weblogic81/server/lib/wli.jar:/opt/bea/weblogic81/server/lib/fop.jar:/opt/bea/weblogic81/integration/adapters/sample/lib/sample-eis.jar"
          JavaHome="/opt/bea/jkd142_05" Name="devtMan1"
          OutputFile="/var/bea/domains/devtClusterDomain/./NodeManagerClientLogs/devtClusterDomain_devtMan1/startServer_12_07_2006-16_42_57-4.log"
          PasswordEncrypted="{3DES}wgEfvC0PoLDAO9eJ0RGXBg=="
          RootDirectory="/var/bea/domains/devtClusterDomain"
          SecurityPolicyFile="/opt/bea/weblogic81/server/lib/weblogic.policy" Username="weblogic"/>
          </Server>
          <Server Cluster="devtCluster" ExpectedToRun="true"
          GracefulShutdownTimeout="30" ListenAddress="zueux32.sma.ch"
          ListenPort="27200" MSIFileReplicationEnabled="true"
          Machine="zueux32" Name="devtMan2" NativeIOEnabled="true" ServerVersion="8.1.4.0">
          <SSL Enabled="false" IdentityAndTrustLocations="KeyStores" Name="devtMan2"/>
          <ExecuteQueue Name="weblogic.kernel.Default"/>
          <ServerStart
          Arguments="-Dlog4j.configuration=file:/opt/bea/weblogic81/common/lib/workshopLogCfg.xml"
          BeaHome="/opt/bea/weblogic81"
          ClassPath="/opt/bea/weblogic81/server/lib/weblogic_knex_patch.jar:/opt/bea/weblogic81/common/lib/log4j.jar:/opt/bea/weblogic81/server/lib/debugging.jar:/opt/bea/weblogic81/server/lib/knex.jar:/opt/bea/weblogic81/javelin/lib/javelin.jar:/opt/bea/weblogic81/server/lib/wlw-lang.jar:/opt/bea/jdk142_05/lib/tools.jar:/opt/bea/weblogic81/server/lib/weblogic_sp.jar:/opt/bea/weblogic81/server/lib/weblogic.jar:/opt/bea/weblogic81/server/lib/ant/ant.jar:/opt/bea/jdk142_05/jre/lib/rt.jar::/opt/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/opt/bea/weblogic81/server/lib/webserviceclient.jar:/opt/bea/weblogic81/server/lib/webserviceclient+ssl.jar:/opt/bea/weblogic81/server/lib/xbean.jar:/opt/bea/weblogic81/server/lib/wlxbean.jar:/opt/bea/weblogic81/server/lib/xqrl.jar:/opt/bea/weblogic81/server/lib/netui/netui-compiler.jar:/opt/bea/weblogic81/server/lib/wli.jar:/opt/bea/weblogic81/server/lib/fop.jar:/opt/bea/weblogic81/integration/adapters/sample/lib/sample-eis.jar"
          JavaHome="/opt/bea/jkd142_05" Name="devtMan2"
          OutputFile="/var/bea/domains/devtClusterDomain/./NodeManagerClientLogs/devtClusterDomain_devtMan2/startServer_12_13_2006-14_29_44-4.log"
          PasswordEncrypted="{3DES}wgEfvC0PoLDAO9eJ0RGXBg=="
          RootDirectory="/var/bea/domains/devtClusterDomain"
          SecurityPolicyFile="/opt/bea/weblogic81/server/lib/weblogic.policy" Username="weblogic"/>
          </Server>
          <MigratableTarget Cluster="devtCluster" Name="devtMan1 (migratable)"
          Notes="This is a system generated default migratable target for a server. Do not delete manually." UserPreferredServer="devtMan1"/>
          <MigratableTarget Cluster="devtCluster" Name="devtMan2 (migratable)"
          Notes="This is a system generated default migratable target for a server. Do not delete manually." UserPreferredServer="devtMan2"/>
          <UnixMachine Name="zueux32" PostBindGID="gs-weblogic"
          PostBindGIDEnabled="true" PostBindUID="weblogic" PostBindUIDEnabled="true">
          <NodeManager ListenAddress="localhost" Name="zueux32"/>
          </UnixMachine>
          <ApplicationManager Name="devtClusterDomain"/>
          <Application Deployed="true" LoadOrder="1000"
          Name="JWSQueueTransport" Path="/opt/bea/weblogic81/server/lib"
          StagedTargets="devtMan1,devtMan2" TwoPhase="true">
          <EJBComponent Name="QueueTransportEJB" Targets="devtCluster" URI="QueueTransportEJB.jar"/>
          </Application>
          <SNMPAgent Name="devtClusterDomain"/>
          <Log FileMinSize="20000" FileName="./wl-domain.log"
          Name="devtClusterDomain" RotationType="bySize"/>
          <JMSConnectionFactory
          JNDIName="weblogic.jws.jms.QueueConnectionFactory"
          Name="cgQueue"
          Notes="User transactions must be enabled to ensure transaction coordination for persistence and asynchronous operations"
          Targets="devtCluster" UserTransactionsEnabled="true"/>
          <JMSDistributedQueue JNDIName="jws.queue"
          Name="dist_cgJWSQueue_auto" Targets="devtCluster">
          <JMSDistributedQueueMember JMSQueue="cgJWSQueue_auto_1" Name="cgJWSQueue_auto_1_OF_cgJMSServer_auto_1"/>
          <JMSDistributedQueueMember JMSQueue="cgJWSQueue_auto_2" Name="cgJWSQueue_auto_2_OF_cgJMSServer_auto_2"/>
          </JMSDistributedQueue>
          <JMSFileStore Directory="rmfilestore" Name="FileStore"/>
          <JMSJDBCStore ConnectionPool="cgJMSPool-nonXA"
          Name="cgJMSStore_auto_1" PrefixName="dev_1"/>
          <JMSJDBCStore ConnectionPool="cgJMSPool-nonXA"
          Name="cgJMSStore_auto_2" PrefixName="dev_2"/>
          <JMSServer Name="cgJMSServer_auto_1" Store="cgJMSStore_auto_1" Targets="devtMan1 (migratable)">
          <JMSQueue JNDIName="jws.queue_auto_1" Name="cgJWSQueue_auto_1"
          RedeliveryLimit="2" StoreEnabled="default"/>
          </JMSServer>
          <JMSServer Name="cgJMSServer_auto_2" Store="cgJMSStore_auto_2" Targets="devtMan2 (migratable)">
          <JMSQueue JNDIName="jws.queue_auto_2" Name="cgJWSQueue_auto_2"
          RedeliveryLimit="2" StoreEnabled="default"/>
          </JMSServer>
          <WSReliableDeliveryPolicy DefaultRetryCount="10"
          DefaultTimeToLive="60000" Name="RMDefaultPolicy" Store="FileStore"/>
          <JMSServer Name="WSStoreForwardInternalJMSServerdevtAdmin"
          Store="FileStore" Targets="devtAdmin">
          <JMSQueue CreationTime="1137587420880"
          JNDIName="jms.internal.queue.WSStoreForwardQueue"
          JNDINameReplicated="false" Name="WSInternaljms.internal.queue.WSStoreForwardQueuedevtAdmin"/>
          <JMSQueue CreationTime="1137587421219"
          JNDIName="jms.internal.queue.WSDupsEliminationHistoryQueue"
          JNDINameReplicated="false" Name="WSInternaljms.internal.queue.WSDupsEliminationHistoryQueuedevtAdmin"/>
          </JMSServer>
          <JDBCConnectionPool ConnectionCreationRetryFrequencySeconds="30"
          ConnectionReserveTimeoutSeconds="30"
          DriverName="weblogic.jdbc.oracle.OracleDriver"
          InactiveConnectionTimeoutSeconds="30" InitialCapacity="3"
          MaxCapacity="10" Name="DataDispatcher Connection Pool"
          PasswordEncrypted="{3DES}JLyzhkaCG14="
          Properties="user=datdisp;SID=DWHDEVT"
          ShrinkFrequencySeconds="60" StatementCacheSize="50"
          Targets="devtMan1,devtMan2" TestConnectionsOnReserve="true"
          TestFrequencySeconds="240"
          TestTableName="SQL SELECT * FROM V_DB_STATUS" URL="jdbc:bea:oracle://zueux33:1521"/>
          <JDBCTxDataSource EnableTwoPhaseCommit="true"
          JNDIName="jdbc/datadispatcher" Name="DataDispatcher Data Source"
          PoolName="DataDispatcher Connection Pool" Targets="devtCluster"/>
          <JMSTemplate DeliveryModeOverride="Persistent"
          ExpirationPolicy="Log" MessagesMaximum="1000"
          Name="Default JMS Template" RedeliveryDelayOverride="1000" RedeliveryLimit="20"/>
          <JMSFileStore
          Directory="/var/bea/domains/devtClusterDomain/filestores/devtMan1/ddreceiver" Name="Receiver File Store Man1"/>
          <JMSFileStore
          Directory="/var/bea/domains/devtClusterDomain/filestores/devtMan2/ddreceiver" Name="Receiver File Store Man2"/>
          <JMSFileStore
          Directory="/var/bea/domains/devtClusterDomain/filestores/devtMan1/ddsender" Name="Sender File Store Man1"/>
          <JMSFileStore
          Directory="/var/bea/domains/devtClusterDomain/filestores/devtMan2/ddsender" Name="Sender File Store Man2"/>
          <JMSServer Name="Receiver JMS-Server Man1"
          Store="Receiver File Store Man1" Targets="devtMan1 (migratable)" TemporaryTemplate="Default JMS Template">
          <JMSQueue CreationTime="1137593696886"
          JNDIName="jms/dataDispatcher.receiver@Receiver JMS-Server Man1"
          Name="DataDispatcher Receiver Distributed Queue@Receiver JMS-Server Man1" Template="DataDispatcher Receiver Distributed Queue"/>
          </JMSServer>
          <JMSServer Name="Receiver JMS-Server Man2"
          Store="Receiver File Store Man2" Targets="devtMan2 (migratable)" TemporaryTemplate="Default JMS Template">
          <JMSQueue CreationTime="1137593696919"
          JNDIName="jms/dataDispatcher.receiver@Receiver JMS-Server Man2"
          Name="DataDispatcher Receiver Distributed Queue@Receiver JMS-Server Man2" Template="DataDispatcher Receiver Distributed Queue"/>
          </JMSServer>
          <JMSServer Name="Sender JMS-Server Man1"
          Store="Sender File Store Man1" Targets="devtMan1 (migratable)" TemporaryTemplate="Default JMS Template">
          <JMSQueue CreationTime="1137593759170"
          JNDIName="jms/dataDispatcher.sender@Sender JMS-Server Man1"
          Name="DataDispatcher Sender Distributed Queue@Sender JMS-Server Man1" Template="DataDispatcher Sender Distributed Queue"/>
          <JMSQueue CreationTime="1137593828640"
          JNDIName="jms/dataDispatcher.jmsHandlerQueue@Sender JMS-Server Man1"
          Name="JMSHandler Distributed Queue@Sender JMS-Server Man1" Template="JMSHandler Distributed Queue"/>
          <JMSTopic CreationTime="1138625625006"
          DeliveryModeOverride="Persistent"
          JNDIName="jms/dataDispatcher.jmsHandlerTopic@Sender JMS-Server Man1"
          Name="JMSHandler Distributed Topic@Sender JMS-Server Man1" Template="JMSHandler Distributed Topic"/>
          </JMSServer>
          <JMSServer Name="Sender JMS-Server Man2"
          Store="Sender File Store Man2" Targets="devtMan2 (migratable)" TemporaryTemplate="Default JMS Template">
          <JMSQueue CreationTime="1137593759133"
          JNDIName="jms/dataDispatcher.sender@Sender JMS-Server Man2"
          Name="DataDispatcher Sender Distributed Queue@Sender JMS-Server Man2" Template="DataDispatcher Sender Distributed Queue"/>
          <JMSQueue CreationTime="1137593828610"
          JNDIName="jms/dataDispatcher.jmsHandlerQueue@Sender JMS-Server Man2"
          Name="JMSHandler Distributed Queue@Sender JMS-Server Man2" Template="JMSHandler Distributed Queue"/>
          <JMSTopic CreationTime="1138625624566"
          DeliveryModeOverride="Persistent"
          JNDIName="jms/dataDispatcher.jmsHandlerTopic@Sender JMS-Server Man2"
          Name="JMSHandler Distributed Topic@Sender JMS-Server Man2" Template="JMSHandler Distributed Topic"/>
          </JMSServer>
          <JMSTemplate DeliveryModeOverride="Persistent"
          ExpirationPolicy="Log"
          Name="DataDispatcher Receiver Distributed Queue"
          RedeliveryDelayOverride="1000" RedeliveryLimit="20"/>
          <JMSDistributedQueue JNDIName="jms/dataDispatcher.receiver"
          Name="DataDispatcher Receiver Distributed Queue"
          Targets="devtCluster" Template="DataDispatcher Receiver Distributed Queue">
          <JMSDistributedQueueMember
          JMSQueue="DataDispatcher Receiver Distributed Queue@Receiver JMS-Server Man1" Name="DataDispatcher Receiver Distributed Queue@Receiver JMS-Server Man1"/>
          <JMSDistributedQueueMember
          JMSQueue="DataDispatcher Receiver Distributed Queue@Receiver JMS-Server Man2" Name="DataDispatcher Receiver Distributed Queue@Receiver JMS-Server Man2"/>
          </JMSDistributedQueue>
          <JMSTemplate DeliveryModeOverride="Persistent"
          ExpirationPolicy="Log"
          Name="DataDispatcher Sender Distributed Queue"
          RedeliveryDelayOverride="1000" RedeliveryLimit="20"/>
          <JMSDistributedQueue JNDIName="jms/dataDispatcher.sender"
          Name="DataDispatcher Sender Distributed Queue"
          Targets="devtCluster" Template="DataDispatcher Sender Distributed Queue">
          <JMSDistributedQueueMember
          JMSQueue="DataDispatcher Sender Distributed Queue@Sender JMS-Server Man2" Name="DataDispatcher Sender Distributed Queue@Sender JMS-Server Man2"/>
          <JMSDistributedQueueMember
          JMSQueue="DataDispatcher Sender Distributed Queue@Sender JMS-Server Man1" Name="DataDispatcher Sender Distributed Queue@Sender JMS-Server Man1"/>
          </JMSDistributedQueue>
          <JMSTemplate ExpirationPolicy="Log"
          Name="JMSHandler Distributed Queue"
          RedeliveryDelayOverride="1000" RedeliveryLimit="20"/>
          <JMSDistributedQueue ForwardDelay="60"
          JNDIName="jms/dataDispatcher.jmsHandlerQueue"
          Name="JMSHandler Distributed Queue" Targets="devtCluster" Template="JMSHandler Distributed Queue">
          <JMSDistributedQueueMember
          JMSQueue="JMSHandler Distributed Queue@Sender JMS-Server Man2" Name="JMSHandler Distributed Queue@Sender JMS-Server Man2"/>
          <JMSDistributedQueueMember
          JMSQueue="JMSHandler Distributed Queue@Sender JMS-Server Man1" Name="JMSHandler Distributed Queue@Sender JMS-Server Man1"/>
          </JMSDistributedQueue>
          <JMSTemplate DeliveryModeOverride="Persistent"
          ExpirationPolicy="Log" Name="JMSHandler Distributed Topic"
          RedeliveryDelayOverride="1000" RedeliveryLimit="20" TimeToLiveOverride="-1"/>
          <JMSDistributedTopic JNDIName="jms/dataDispatcher.jmsHandlerTopic"
          Name="JMSHandler Distributed Topic" Targets="devtCluster" Template="JMSHandler Distributed Topic">
          <JMSDistributedTopicMember
          JMSTopic="JMSHandler Distributed Topic@Sender JMS-Server Man2" Name="JMSHandler Distributed Topic@Sender JMS-Server Man2"/>
          <JMSDistributedTopicMember
          JMSTopic="JMSHandler Distributed Topic@Sender JMS-Server Man1" Name="JMSHandler Distributed Topic@Sender JMS-Server Man1"/>
          </JMSDistributedTopic>
          <Application Name="xplg" Path="/var/tmp"
          StagedTargets="devtMan1,devtMan2,devtAdmin" StagingMode="stage" TwoPhase="true">
          <WebAppComponent Name="xplg" Targets="devtCluster" URI="xplg"/>
          </Application>
          <JDBCConnectionPool DriverName="weblogic.jdbc.oracle.OracleDriver"
          Name="methodenPool" PasswordEncrypted="{3DES}NIZOVDL+tBI="
          Properties="user=meteoch;portNumber=1521;SID=dwhdevt;serverName=zueux33"
          Targets="devtCluster" TestTableName="SQL SELECT 1 FROM DUAL" URL="jdbc:bea:oracle://zueux33:1521"/>
          <JDBCTxDataSource JNDIName="jdbc/methoden" Name="methodenDataSource"
          PoolName="methodenPool" Targets="devtCluster"/>
          <Application Name="ws_dwh_methodenSession"
          Path="/var/tmp/scp/ws_dwh_methodenSession.ear"
          StagedTargets="devtMan1,devtAdmin,devtMan2" StagingMode="stage" TwoPhase="true">
          <WebServiceComponent Name="dwh_methodenSession"
          Targets="devtCluster" URI="dwh_methodenSession.war"/>
          <EJBComponent Name="MethodenWebServiceEJB.jar"
          Targets="devtCluster" URI="MethodenWebServiceEJB.jar"/>
          </Application>
          <Server Cluster="c1" ExpectedToRun="true" ListenPort="1111"
          Machine="zueux32" Name="m1" ServerVersion="8.1.4.0">
          <ServerDebug Name="m1"/>
          <SSL IdentityAndTrustLocations="KeyStores" Name="m1"/>
          <KernelDebug Name="m1"/>
          <Log Name="m1"/>
          <ServerStart Name="m1"
          OutputFile="/var/bea/domains/devtClusterDomain/./NodeManagerClientLogs/devtClusterDomain_m1/startServer_12_07_2006-11_16_05-110.log"
          PasswordEncrypted="{3DES}wgEfvC0PoLDAO9eJ0RGXBg==" Username="weblogic"/>
          <WebServer Name="m1"/>
          <COM Name="m1"/>
          <IIOP Name="m1"/>
          <JTAMigratableTarget Name="m1" UserPreferredServer="m1"/>
          <JTARecoveryService Name="m1"/>
          </Server>
          <Server Cluster="c1" ExpectedToRun="true" ListenPort="2222"
          Machine="zueux32" Name="m2" ServerVersion="8.1.4.0">
          <ServerDebug Name="m2"/>
          <SSL IdentityAndTrustLocations="KeyStores" Name="m2"/>
          <KernelDebug Name="m2"/>
          <Log Name="m2"/>
          <ServerStart Name="m2"
          OutputFile="/var/bea/domains/devtClusterDomain/./NodeManagerClientLogs/devtClusterDomain_m2/startServer_12_07_2006-11_10_32-82.log"
          PasswordEncrypted="{3DES}wgEfvC0PoLDAO9eJ0RGXBg==" Username="weblogic"/>
          <WebServer Name="m2"/>
          <COM Name="m2"/>
          <IIOP Name="m2"/>
          <JTAMigratableTarget Name="m2" UserPreferredServer="m2"/>
          <JTARecoveryService Name="m2"/>
          </Server>
          <Cluster Name="c1"/>
          <MigratableTarget Cluster="c1" Name="m1 (migratable)"
          Notes="This is a system generated default migratable target for a server. Do not delete manually." UserPreferredServer="m1"/>
          <MigratableTarget Cluster="c1" Name="m2 (migratable)"
          Notes="This is a system generated default migratable target for a server. Do not delete manually." UserPreferredServer="m2"/>
          <JMSServer Name="j1" Targets="m1 (migratable)">
          <JMSTopic CreationTime="1165485063006" JNDIName="t1" Name="t1"/>
          </JMSServer>
          <JMSServer Name="j2" Targets="m2 (migratable)">
          <JMSTopic CreationTime="1165485075834" JNDIName="t2" Name="t2"/>
          </JMSServer>
          <JMSTemplate Name="d1"/>
          <JMSDistributedTopic JNDIName="d1" Name="d1" Targets="c1" Template="d1">
          <JMSDistributedTopicMember JMSTopic="t1" Name="dt1"/>
          <JMSDistributedTopicMember JMSTopic="t2" Name="dt2"/>
          </JMSDistributedTopic>
          <JMSConnectionFactory JNDIName="f1" Name="f1" Targets="c1"/>
          <Application Name="DataDispatcher"
          Path="/home/zue/users/kep/proj/datadispatcher/dist/DataDispatcher.ear"
          StagingMode="nostage" TwoPhase="true">
          <EJBComponent Name="DataDispatcherBeans.jar"
          Targets="devtCluster" URI="DataDispatcherBeans.jar"/>
          <WebAppComponent Name="DataDispatcherAdminWeb"
          Targets="devtCluster" URI="DataDispatcherAdminWeb"/>
          <WebAppComponent Name="ReceiverServlet" Targets="devtCluster" URI="ReceiverServlet"/>
          <WebAppComponent Name="SenderServlet" Targets="devtCluster" URI="SenderServlet"/>
          <WebAppComponent Name="datadispatcherui" Targets="devtCluster" URI="datadispatcherui"/>
          </Application>
          </Domain>
          Edited by peter05 at 12/18/2006 11:59 PM

Similar Messages

  • TS1567 My iPad does not show in iTunes even after I restarted the ands

    Can someone pls help really want to sync my ipad

    Try Here  >  http://support.apple.com/kb/TS1538

  • MW64,  cs6 bridge when I move or copy files the  context menu does not retain  recent folder destinations after I close the program

    W64,  cs6 bridge when I move or copy files the  context menu does not retain  recent folder destinations after I close the program. The context options that show are the ones from original install. The workspace I set up is also gone. I have every explorer box and cleaner checked to save recent. Had to disable nivedia desktop software because of weird display conflict. Have Dell pro support and they cannot fix. Any ideas to help me with this would be appreciated.

    Self-solved!  I work in column view in Finder so get there in a Finder window with folders and files appearing.
    There really is no problem, just select an ITEM in the COLUMN before right-clicking!
    The "old" context menu will appear. If you click in the white space in that column (or anywhere in a Finder window) and then place the cursor over a folder or file WITHOUT selecting it and right-click you will bring up the secondary context menu - Open, Copy, Duplicate, View Options and a greyed out Labels option. No "Move to Trash".

  • My Iphone5 does not show the picture location after upgrading to ios 7.0.4 - why?

    my Iphone5 does not show the picture location after upgrading to ios 7.0.4 - why?

    I change Settings>Privacy>Location Services>Camera to OFF and then ON and the locations start to appear !!!!.
    It seems to be Apple bug.
    Thanks for you efforts

  • BPEL Processes are not showing in BPEL Console after OPMN restart

    Hi All,
    BPEL Processes are not showing in BPEL Console after OPMN restart. It was showing earlier before restart.
    Can some one help on this?
    Thanks

    Vikky,
    Are you using 10g?
    If BPELConsole is up but you don't see any process, you can go to the log files and see what is the problem.
    It might relates to permissions, or DB issues etc....
    Arik

  • Firefox does not show Flash based Soundcloudplayer after embedding

    Hi There,
    I have some problems with embedding from flash based content because firefox does not show the embedded content.
    Last week and the time before everything went fine but now the Flash based player of Soundcloud doesn't work anymore.
    I've tried to embed my soundcloudplayers via div tag on my nobleprofile, full code:
    <pre><nowiki><div>
    <object width="390" height="220" type="application/ x-shockwave-flash" data="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmanuel-turobin%2Fsets%2Fmanuel-turobin-fancy-a-swift-one-before-the-show&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=c0ff00">
    <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmanuel-turobin%2Fsets%2Fmanuel-turobin-fancy-a-swift-one-before-the-show&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=c0ff00" />
    <param name="wmode" value="transparent" />
    <param name="allowFullScreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    </object>
    </div>
    </nowiki></pre>
    If I use the "data" URL I can see the player but I dont know why there are problems for a week with that embedding?!
    Thanks for any help!

    I notice a space in type="application/ x-shockwave-flash" in not working flash objects.
    Firefox also needs the movie name specified via a data attribute in the object tag instead of via the param tag. With those changes applied you should see the Flash animations (works for me).
    <pre><nowiki><object data="http://www.residentadvisor.net/flash/dj-widget/dj.swf"
    type="application/x-shockwave-flash" width="390" height="454"></nowiki></pre>

  • HT204053 2nd SD Card does not show up on desktop with out Restarting computer.

    I have iMac. I use 2 sets (A1-A2 and B1-B2) of dual SD cards for 2 videography cameras. A1 and A2 are identical. B1 and B2 are identical. Initally all SD cards showed up on desktop. They erased in Disk Utility when I'd downloaded the data. Then suddenly w/ no changes to computer or software, only 1 card would show up when I inserted it into the SD slot. If I insert 2nd card, nothing showed up on desktop, in finder or in disk utility. BUT, if I did a Restart, with the 2nd card in the slot, when the computer came back on, behold, there it was. I downloaded the contents, erased it in disk utility. I need to erase 4 32 Gb SD cards and erase them. I'm currently rebooting 3 times to accomplish this. It's a HUGE HUGE time sink to do this every time I want to download from cards. What's going on with the rebook solution? and how can I get back to better functioning? Solutions please. Thank you.

    Are you using the USB cable that came with the shuffle?  The 2nd gen shuffle uses the USB cable with a mini-dock at the shuffle end.  The USB cable for the 3rd and 4th (current) gen shuffle does not work, because the connector is different.
    If you are using the correct USB cable...  The shuffle will not continously appear on the Mac's desktop unless it is set to Enable disk use.  So "does not appear on desktop" may be OK.
    It should appear in iTunes.  The latest version of iTunes may hide the sidebar.  To show the sidebar, from the iTunes menu bar, under View, select Show Sidebar.  With the sidebar visible, the shuffle does not appear under DEVICES in the sidebar when connected?

  • When I use Firefox to monitor changes I do to HTML files locally, it does not show changes to images unless I restart the browser. Is this a bug?

    I have the local and the remote versions of a page open in two tabs. I change one of the images (keeping the same name in the HTML) and upload the changed image. The tab that shows the remote page only takes a refresh to show the change. The tab showing the local page not. I have tried opening it in a new window but it still does not change. Only if I restart Firefox does it show the change. Why? Is this a bug?

    grantheaslip's suggestion doesn't work for me; no change at all. (Thanks anyway.) Any other ideas? Is there another way to "hard" refresh? I don't see anything in the menu.
    Also, it seems like this is a very recent problem. I thought in the past that a regular refresh did the job.

  • My Aspire 7750G does not show the login screen after upgrade to Windows 10

    I have upgraded to Windows 10 on my 7750G and the update went thru smooth.But when I restart Windows it shows the windows screen with the moving dotted circle,the harddisk led stays on for a while, then starts flickering, and a blank screen is shown!After waiting - about 2 to 3 minutes - it goes directly to the lock screen, no login screen is shown.

    joeboemoe,
    The lock screen is where you login now, if I am not mistaken. The notebooks we have here boot to a lock screen we have to click to log in, even my PC at home does. If you want to take a look at this article we created, it might be what you are looking for.
    I created a password for one of the logins on one of our notebooks and I had the option to choose Never under "If you've been away, when should Windows require you to sign in again?"

  • HT204291 Airplay icon does not show up in itunes after upgrade to 11.1.3.8

    I upgraded my itunes to 11.1.3.8 and my airplay icon no longer shows up in itunes on my windows PC. it works from all of my other airplay devices ipad, iphone, and ipod.  I can't output to my apple tv from my PC. I have restarted my apple TV, my PC and itunes several times. 

    I'd try updating to version 11.1.5.5:
    http://www.apple.com/itunes/download/
    If you're already at version 11.1.5.5 (or the update didn't help with the recognition trouble), try the procedure in Cerbu's post:
    Re: sync problem
    ... or try section 5 from the following document:
    TS1538: iOS: Device not recognized in iTunes for Windows.

  • Image does not show in lock screen after updating to ios7

    when i first downloaded ios7 the lockscreen was showing the selected wallpaper.  Now it is missing.  Any one else having this issue?  Any ideas?  I have rebooted and that did not work.

    Try a reset ...
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.

  • Old ipod does not show up in Itunes after new ipod was connected

    I have an ipod nano 2g and it was working alright with itunes, however bought a new ipod 4g for a mate and updated the ipod from my itunes now my ipod is not being recognised by itunes, its still reading it as my friends ipod and i cannot update
    amd athlon xp   Windows XP  

    Welcome to Apple Discussions.
    Did you use the same name for both iPods?

  • About Finder does not show 10.4.8 after installing

    After running the 10.4.8 installer, I pulled down to the "About Finder" selection and it still says it is at 10.4.6
    Ran repair permissions before & after.
    I believe I am at 10.4.8 but do not know how to verify.

    Did you check your boot volume for any directory errors with Disk First Aid repair via Disk Utility when booted from your Tiger install disc before installing the update?
    Did you download the 10.4.8 Intel Combo Update or use Software Update?
    I suggest running DFA repair on your boot volume. If any problems are reported and successfully repaired, run repair again until no problems are reported.
    Then re-install the 10.4.8 Intel Combo Update and be sure to disconnect all external peripheral devices except for a keyboard and mouse during the installation.

  • Safari does not show Pics in Facebook after upgrade

    Ever since I upgraded my Safari, I am unable to see pics in facebook.
    I can see them in the news feed, but when I click on one to see in it's window, I see only a black space.
    I see the  <> arrows, but no picture.
    Thoughts comments, resolutions?

    Hi John ...
    Might be a cookies, cache, or extensions, issue.
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that doesn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • EMC Does Not Show All Databases Copies Information on DAG - Exchange 2010 SP2

    Hi guys,
    Really need your help here, suddenly my customer complain that they cant see any information on database copies on their Active Copy DAG Exchange server, for another DAG members, the database copies information is visible. After do some readings, I found
    this related to Exchange 2010 SP1 known issue. 
    http://workinghardinit.wordpress.com/2010/09/13/emc-does-not-show-all-database-copies-after-upgrade-to-exchange-2010-sp1-still-investigating/
    But, for my environment, there is Exchange 2010 SP2. I have no idea on this issue since there is no error log thrown out from the event viewer. I already try to restart the server itself and the Microsoft Information services but no luck.

    Hi,
    Based on the description, your customers could see passive database copy information, but they couldn’t view the detail information such as state: Healthy in EMC.
    When did this issue begin?
    Please restart the AD topology service to check result.
    Since we have the information correctly on Exchange shell, please try to clear EMC cache and then open console to check if you can see database copy in EMC.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

Maybe you are looking for