I get the same result, sigh! :(
Below you can see the log.
2006/05/11 10:15:24 INFO - jmeter.util.JMeterUtils: Setting Locale to it_IT
2006/05/11 10:15:24 INFO - jmeter.JMeter: Version 2.1.1
2006/05/11 10:15:24 INFO - jmeter.JMeter: java.version=1.5.0_06
2006/05/11 10:15:24 INFO - jmeter.JMeter: Locale=italiano (Italia)
2006/05/11 10:15:24 INFO - jmeter.JMeter: Copyright (c) 1998-2005 The
Apache Software Foundation
2006/05/11 10:15:24 INFO - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties
2006/05/11 10:15:26 INFO -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Entered access log
sampler bean info
2006/05/11 10:15:26 INFO -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: found parsers:
[org.apache.jmeter.protocol.http.util.accesslog.OrderPreservingLogParser,
org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser,
org.apache.jmeter.protocol.http.util.accesslog.TCLogParser]
2006/05/11 10:15:26 INFO -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Got to end of access
log samper bean info init
2006/05/11 10:15:27 WARN - jmeter.gui.util.MenuFactory: Missing jar? Could
not create org.apache.jmeter.visualizers.MailerVisualizer.
java.lang.NoClassDefFoundError: javax/mail/MessagingException
2006/05/11 10:15:27 INFO - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are END times
2006/05/11 10:15:27 INFO - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1
2006/05/11 10:15:37 INFO - jmeter.gui.action.Load: Loading file:
C:\Programmi\jakarta-jmeter-2.1.1\bin\Test Plan 1.jmx
2006/05/11 10:15:37 INFO - jmeter.protocol.http.sampler.HTTPSampler2:
httpsampler2.basicauth=false
2006/05/11 10:15:37 INFO - jmeter.save.SaveService: Using SaveService
properties file 1.7
2006/05/11 10:15:37 WARN - jmeter.save.SaveService: Could not set up alias
WebServiceSampler java.lang.NoClassDefFoundError:
javax/mail/MessagingException
2006/05/11 10:15:37 INFO - jmeter.save.SaveService: All converter versions
present and correct
2006/05/11 10:15:41 ERROR -
jmeter.gui.action.RemoteStart: java.rmi.NotBoundException: JMeterEngine
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:106)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at
sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:595)
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Unknown Source)
at
org.apache.jmeter.engine.ClientJMeterEngine.getEngine(ClientJMeterEngine.java:52)
at
org.apache.jmeter.engine.ClientJMeterEngine.<init>(ClientJMeterEngine.java:56)
at
org.apache.jmeter.gui.action.RemoteStart.doRemoteInit(RemoteStart.java:165)
at
org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:72)
at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:76)
at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:44)
at
org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:61)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I've tried also with another server machine (with java 1.4.2 installed),
but I can't see any log on the server, and I get this error on the client:
2006/05/11 10:35:58 INFO - jmeter.util.JMeterUtils: Setting Locale to it_IT
2006/05/11 10:35:59 INFO - jmeter.JMeter: Version 2.1.1
2006/05/11 10:35:59 INFO - jmeter.JMeter: java.version=1.4.2_10
2006/05/11 10:35:59 INFO - jmeter.JMeter: Locale=italiano (Italia)
2006/05/11 10:35:59 INFO - jmeter.JMeter: Copyright (c) 1998-2005 The
Apache Software Foundation
2006/05/11 10:35:59 INFO - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties
2006/05/11 10:36:07 INFO -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Entered access log
sampler bean info
2006/05/11 10:36:07 INFO -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: found parsers:
[org.apache.jmeter.protocol.http.util.accesslog.OrderPreservingLogParser,
org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser,
org.apache.jmeter.protocol.http.util.accesslog.TCLogParser]
2006/05/11 10:36:07 INFO -
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Got to end of access
log samper bean info init
2006/05/11 10:36:07 WARN - jmeter.gui.util.MenuFactory: Missing jar? Could
not create org.apache.jmeter.visualizers.MailerVisualizer.
java.lang.NoClassDefFoundError: javax/mail/MessagingException
2006/05/11 10:36:07 INFO - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are END times
2006/05/11 10:36:07 INFO - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1
2006/05/11 10:41:01 INFO - jmeter.gui.action.Load: Loading file:
C:\Programmi\jakarta-jmeter-2.1.1\bin\Test Plan 1.jmx
2006/05/11 10:41:01 INFO - jmeter.protocol.http.sampler.HTTPSampler2:
httpsampler2.basicauth=false
2006/05/11 10:41:01 INFO - jmeter.save.SaveService: Using SaveService
properties file 1.7
2006/05/11 10:41:01 WARN - jmeter.save.SaveService: Could not set up alias
WebServiceSampler java.lang.NoClassDefFoundError:
javax/mail/MessagingException
2006/05/11 10:41:01 INFO - jmeter.save.SaveService: All converter versions
present and correct
2006/05/11 10:43:09 ERROR -
jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection
refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567)
at
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101)
at
org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub.reset(Unknown Source)
at
org.apache.jmeter.engine.ClientJMeterEngine.reset(ClientJMeterEngine.java:96)
at
org.apache.jmeter.gui.action.RemoteStart.doRemoteStart(RemoteStart.java:153)
at
org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:73)
at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:76)
at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:44)
at
org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:61)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.<init>(Socket.java:309)
at java.net.Socket.<init>(Socket.java:124)
at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
... 17 more
Have yuo any more suggestion for me?
Thank you.
At 19.57 10/05/2006, you wrote:
>You are using different versions of Java on the two systems - it's
>possible that this is causing problems.
>
>Try using 1.5 on both or 1.4.2 on both.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
AdmID:DD064F50932A50F82C8B38849F897F39
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]