Re: JMeter start -> can't find bundle for base name *.messages, locale xx

2005-11-09 Thread sebb
Either your installation is incomplete, or JMeter is not being started
from the bin directory.

S.
On 09/11/05, Kamil Kube <[EMAIL PROTECTED]> wrote:
>
> Hi group,
>
> I try to run JMeter on my windows machine and get the whole time the 
> following exception thrown - could you please help? I've been searching for 4 
> hours now. Thx!
>
> 
> java.util.MissingResourceException: Can't find bundle for base name 
> org.apache.jmeter.resources.messages, locale en
>at java.util.ResourceBundle.throwMissingResourceException(Unknown 
> Source)
>at java.util.ResourceBundle.getBundleImpl(Unknown Source)
>at java.util.ResourceBundle.getBundle(Unknown Source)
>at org.apache.jmeter.util.JMeterUtils.setLocale(JMeterUtils.java:247)
>at 
> org.apache.jmeter.util.JMeterUtils.getProperties(JMeterUtils.java:139)
>at org.apache.jmeter.JMeter.initializeProperties(JMeter.java:336)
>at org.apache.jmeter.JMeter.start(JMeter.java:230)
>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>at java.lang.reflect.Method.invoke(Unknown Source)
>at org.apache.jmeter.NewDriver.main(NewDriver.java:151)
> An error occurred: Can't find bundle for base name 
> org.apache.jmeter.resources.messages, locale en
> 
>
> My version is 2.1.1 using jdk 1.5.0_05b.
>
> Regards,
> Kamil
> __
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JMeter start -> can't find bundle for base name *.messages, locale xx

2005-11-09 Thread Kamil Kube

I guess both should be the case: 

° I downloaded the package directly from the Apache page and unzipped it into 
an directory.
° I run 'cmd' and change into the bin dir so I can type in "jmeter" to start it.

"JMeter Users List"  schrieb am 09.11.05 
17:44:16:
> 
> Either your installation is incomplete, or JMeter is not being started
> from the bin directory.
> 


__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JMeter start -> can't find bundle for base name *.messages, locale xx

2005-11-09 Thread Kamil Kube

But you _did_ help me out - I found the bug: my jmeter installation was located 
in the following path: c:\!\jakarta-jmeter-2.1.1. Changing to the bin dir and 
runing it from there produced the exception. Once I've copied it to a path like 
c:\jmeter it began to work! 

"JMeter Users List"  schrieb am 09.11.05 
17:57:18:
> 
> 
> I guess both should be the case: 
> 
> ° I downloaded the package directly from the Apache page and unzipped it into 
> an directory.
> ° I run 'cmd' and change into the bin dir so I can type in "jmeter" to start 
> it.
> 
> "JMeter Users List"  schrieb am 09.11.05 
> 17:44:16:
> > 
> > Either your installation is incomplete, or JMeter is not being started
> > from the bin directory.
> > 

__
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JMeter start -> can't find bundle for base name *.messages, locale xx

2005-11-09 Thread sebb
On 09/11/05, Kamil Kube <[EMAIL PROTECTED]> wrote:
>
> But you _did_ help me out - I found the bug: my jmeter installation was 
> located in the following path: c:\!\jakarta-jmeter-2.1.1. Changing to the bin 
> dir and runing it
from there produced the exception. Once I've copied it to a path like
c:\jmeter it began to work!
>
I'm glad it works.

Is there really an exclamation mark (!) in the path name?

If so, perhaps this is causing the problem.

It's certainly possible to run Jmeter from paths such as:

D:\JMeterBin\jakarta-jmeter-2.1.1\bin

S.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JMeter start -> can't find bundle for base name *.messages, locale xx

2005-11-10 Thread Kamil Kube

Yes it is - I often use it to get several temporary directories listetd at top 
when sorted alphabeticaly so I can easy access them.

> Is there really an exclamation mark (!) in the path name?
> 
> If so, perhaps this is causing the problem.
> 
> It's certainly possible to run Jmeter from paths such as:
> 
> D:\JMeterBin\jakarta-jmeter-2.1.1\bin
> 
> S.
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JMeter start -> can't find bundle for base name *.messages, locale xx

2005-11-10 Thread sebb
I get the same as you for !.

With #, I get

java.lang.ClassNotFoundException: org.apache.jmeter.JMeter
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at org.apache.jmeter.NewDriver.main(NewDriver.java:148)

Not sure it's worth trying to fix this.

You could try using @ instead - Jmeter starts for me.

S.
On 10/11/05, Kamil Kube <[EMAIL PROTECTED]> wrote:
>
> Yes it is - I often use it to get several temporary directories listetd at 
> top when sorted alphabeticaly so I can easy access them.
>
> > Is there really an exclamation mark (!) in the path name?
> >
> > If so, perhaps this is causing the problem.
> >
> > It's certainly possible to run Jmeter from paths such as:
> >
> > D:\JMeterBin\jakarta-jmeter-2.1.1\bin
> >
> > S.
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> __
> Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!
> Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]