Channel immediately getting closed after connecting to host

Options
TopicSam
TopicSam Member Posts: 1

 main impl.TcpClientChannel:55 - Client-1: Client channel (smfclient 1) starting KA timer

 main impl.KeepaliveTimeoutHandler:28 - Created new KA timer handler

 main impl.TcpChannel:300 - Scheduling KA timer in 3000ms

 main impl.ChannelOpStrategyClient:381 - ** Got CLIENTCTRL, updating P2PINBOX to [#P2P/v:dosolastg01/oNfc0cpu/14124/00080001/aksi-1Y44b/_]

 main impl.TcpClientChannel:63 - Client-1: Connected to host 'orig=tcp://stg.test.com:55555, scheme=tcp://, host=stg.test.com, port=55555' (smfclient 1)

 main impl.ChannelOpStrategyClient:249 - ** Establishing topic sub [#P2P/v:dosolastg01/oNfc0cpu/NB3011924688/14124/00080001/aksi-1Y44b/>]

 main impl.TcpClientChannel:55 - Client-1: doSmfSingleReq

 main client.ClientRequestResponse:55 - Starting request timer (SMP-EstablishP2pSub) (10000 ms)

 Context_1_ReactorThread client.ClientRequestResponse:55 - Stopping request timer (SMP-EstablishP2pSub)

 main impl.TcpClientChannel:55 - Client-1: doSmfSharedReq (smfclient 1) try=0 / max=21 


 main client.ClientRequestResponse:55 - Client-1: Starting request timer (JNDI-Request) (10000 ms)

 Context_1_ReactorThread client.ClientRequestResponse:55 - Client-1: Stopping request timer (JNDI-Request)

 impl.TcpClientChannel:55 - Client-1: Error Response (404) - Not Found

 flow.SubFlowManagerImpl:55 - Client-1: SubFlowManagerImpl closing... close 0 flows

 impl.TcpClientChannel:55 - Client-1: Client channel (smfclient 1) stopping KA timer

 impl.TcpChannel:312 - Canceled KA timer

 impl.TcpClientChannel:63 - Client-1: Channel Closed (smfclient 1)

 smf.SimpleSmfClient:55 - Client-1: Local addr: 10.38.64.199 Local port: 49525  Remote addr: stg.test.com Remote port: 55555(smfclient 1) Closing socket

 impl.JCSMPBasicSession:55 - Client-1: JCSMPSession[nomad_user@tcp://stg.test.com:55555] (0001)closed

 support.ClassPathXmlApplicationContext:551 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultdestination' defined in class path resource [SolResources.xml]: Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: JNDI lookup of "test.nomad.queue" failed - not found

Comments

  • uherbst
    uherbst Member, Employee Posts: 121 Solace Employee
    Options

    Hi @TopicSam,


    Not really sure, what you want to do, but:

     impl.TcpClientChannel:55 - Client-1: Error Response (404) - Not Found

    and

    nested exception is javax.naming.NameNotFoundException: JNDI lookup of "test.nomad.queue" failed - not found


    1. Does queue test.nomad.queue exist in Solace broker ?
    2. Have a look at event.log from Solace broker (if you have a docker deployment: inside the container in /usr/sw/jail/logs/event.log).

    Uli