In 25 June 2010 14:09, megachucky <[email protected]> wrote: > > Hi there, > > I want to connect to a remote JEE application using WebSphere MQ. > > I can connect to it using another JMS client with this URL: > corbaloc:iiop:"ip-address":9811 and > com.ibm.websphere.naming.WsnInitialContextFactory. > > I entered > - all JMS information (CF, RequestQueue, ResponseQueue) > - Initial CF: com.sun.jndi.fscontext.RefFSContextFactory (I try the > WebSphere CF too) > - Provider URL: iiop:"ip-address":9811 > > > I get this exception (unknown protocol): > > 2010/06/25 12:10:28 WARN - jmeter.protocol.jms.sampler.JMSSampler: > iiop:hpux01:9811 javax.naming.InvalidNameException: iiop:hpux01:9811 [Root > exception is java.net.MalformedURLException: unknown protocol: iiop] > at > com.sun.jndi.fscontext.FSContextFactory.getFileNameFromURLString(FSContextFactory.java:119) > at > com.sun.jndi.fscontext.RefFSContextFactory.createContext(RefFSContextFactory.java:41) > at > com.sun.jndi.fscontext.RefFSContextFactory.createContextAux(RefFSContextFactory.java:47) > at > com.sun.jndi.fscontext.FSContextFactory.getInitialContext(FSContextFactory.java:49) > at javax.naming.spi.NamingManager.getInitialContext(Unknown Source) > at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) > at javax.naming.InitialContext.init(Unknown Source) > at javax.naming.InitialContext.<init>(Unknown Source) > at > org.apache.jmeter.protocol.jms.sampler.JMSSampler.getInitialContext(JMSSampler.java:399) > at > org.apache.jmeter.protocol.jms.sampler.JMSSampler.threadStarted(JMSSampler.java:294) > at > org.apache.jmeter.threads.JMeterThread$ThreadListenerTraverser.addNode(JMeterThread.java:504) > at > org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:984) > at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:967) > at > org.apache.jmeter.threads.JMeterThread.threadStarted(JMeterThread.java:479) > at > org.apache.jmeter.threads.JMeterThread.initRun(JMeterThread.java:468) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:239) > at java.lang.Thread.run(Unknown Source) > Caused by: java.net.MalformedURLException: unknown protocol: iiop > at java.net.URL.<init>(Unknown Source) > at java.net.URL.<init>(Unknown Source) > at java.net.URL.<init>(Unknown Source) > at > com.sun.jndi.fscontext.FSContextFactory.getFileNameFromURLString(FSContextFactory.java:117) > ... 16 more > > > > > I do not find any more information about how to enter the provider url in > JMeter ?!
If you are using the JMS Point-to-Point Sampler, then enter the provider URL in the field at the bottom of the GUI screen called: "Provider URL" > Can you please tell me the correct configuration? If you need more > information about my environment, tell me... Thanks for your help. JMeter code is generic; it's intended to work with any JMS provider that adheres to the standard. The URLs that are supported depend on the JMS provider, so please check the Websphere documentation. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

