Trouble initializing Jar files in Sonic Management console

Posted by Admin on 01-Nov-2010 08:41

We are in the process of moving our development environment to a new server.

I created and xar file containing all our processes, jar’s, services etc. and imported it through Management Console into the new server.

I then rebuilt all my end points and imported all services into my ESB containers.
The problem I’m encountering is none of my jar files are being initialized.
I’ve deleted the jars files and re-imported with no success.
What did I forget to do?
Ian

All Replies

Posted by sk185050 on 01-Nov-2010 09:17

After import, are you able to see the ESB conatiner, processes, endpoints, servicetype etc. in SMC?

Posted by Admin on 01-Nov-2010 09:20

Yes I can see everything in the Management console.

Posted by sk185050 on 01-Nov-2010 09:29

Have you created the MFCOntainer and allocated the Esbconatiner to that?

with export/Import MFcontainer do not get imported i believe.

Posted by Admin on 01-Nov-2010 09:36

Yes, I have built the MFContainer and allocated the ESBContainers to it.

Posted by sk185050 on 01-Nov-2010 09:40

Can you please paste the container logs please?

Posted by Admin on 01-Nov-2010 09:52

I've attached the log file.

Let me know if this is not what your looking for.

Posted by sk185050 on 01-Nov-2010 09:56

It seems the jar files for classpath is not there not set in the esb containers. Can you please check tha?

Also, Queue is not qBCShipmentToNortrack.entry there, that you can create.

Posted by Admin on 01-Nov-2010 10:25

I've attached a PDF file showing that the endpoint does exist and the jar files do appear.

Posted by sk185050 on 01-Nov-2010 10:41

Thanks Ian,

It seems you have jar files, and queue available.

Can you please check couple of things more?

  • Check the jar file pointing to the esb container.(like in attachment)  should be specific to your path.
  • space check of the name of the queue.
  • package match.

Thanks

Posted by tsteinbo on 01-Nov-2010 10:46

You are using jms_defaultConnection and http_defaultConnection. On a fresh installation their URLs point to the domain manager broker not to any data broker.

Please check where they point to and even better make sure to not use them but create your own.

Thomas

Posted by Admin on 01-Nov-2010 12:14

Thanks.

It seems I didn't have my Jar files pointing to my ESB Container.

Once I specified the path everything worked.

This thread is closed