I am having some problem in creating JMS Queue. After creating the JMS Server and module, I created a JMS Queue and Connection factory. When I try to activate changes, I get following exception message in weblogic console.
The Messaging Kernel 'JMS server name' has not yet been opened.
I checked the logs of managed server and found the below exception.
weblogic.messaging.kernel.KernelException: The Messaging Kernel 'JMS server name' has not yet been opened.
I guess there is some problem with my persistent file store. But I am not able to find that. While starting the managed server, it gave me error that filestore directory does not exist. I created the directory which it was asking, still the same problem.