Cannot run the "Getting Started" example [message #8759] |
Fri, 10 February 2006 16:38 |
Eclipse User |
|
|
|
Originally posted by: meissner.fokus.fraunhofer.de
Hi Folks!
I'm very impressed about what I found here.
It's a very useful tool for building VoiceXML files.
I've executed the example in the Getting Started Section, but I can't run
it.
I filled out all the necessary fields for browser, URL and TellMe in "Run
Configuration"-dialogue, but the Run-button remains grey.
Skype 2.0.0.18 is running on my Win XP-machine (and is logged in of
course).
Somebody similar problems?
Stefan
|
|
|
|
|
|
Re: Cannot run the "Getting Started" example [message #8805 is a reply to message #8784] |
Mon, 13 February 2006 22:57 |
Eclipse User |
|
|
|
Originally posted by: mshaw.tesco.net
Hi,
I am hitting the same problem. I also noticed that that I could save
the values in all the boxes when I clicked the "Apply" button then
closed the dialog and opened it again, but selecting the "Common" tab
and then going back to "Browser" caused the login details and the send
ID and PIN check box to be cleared. I then got an "Unsaved Changes"
message box when I closed the dialog.
Regards,
Marcus Shaw
Stefan Meißner wrote:
> Brent D. Metz wrote:
>
>> What happens when you try and run it? Do you get an error dialog of
>> any kind?
>
>
> I can't run it. The "Run-Button" is not active.
>
>
> Stefan
>
|
|
|
Re: Cannot run the "Getting Started" example [message #8814 is a reply to message #8805] |
Tue, 14 February 2006 00:20 |
Eclipse User |
|
|
|
How long are your password/PIN? I am seeing that the "login password" field
only enables the Run button after you enter 7 characters and after your PIN
gets to 4 characters. Also, the Developer ID can't have any letters and the
email address must have an @ symbol.
I'm having problems reproducing this so if you'd like to email me some
details about what you're typing in I'd appreciate it.. bdmetz at
us.ibm.com.
Thanks for spotting that other bug! I've opened it as 127601:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=127601
I'll see if I can produce a fix in time for tomorrow.
"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
|
|
|
Re: Cannot run the "Getting Started" example [message #10844 is a reply to message #8805] |
Tue, 14 February 2006 00:37 |
Eclipse User |
|
|
|
I caught one bug in the input validation code; it was trimming passwords
before checking their length. Would this've affected either of you?
In any case in addition to fixing that I've checked in code which greatly
simplifies validation. It now just checks to make sure *something* is in the
proper fields, but that's it. No length checks, no only-valid-characters
checks. They weren't a big deal anyway because if you put garbage in it'll
just fail later in the process. I'll spin the daily build now. If you are
able, after around 7:50pm EST give the daily build a shot at this url:
http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
Still working on the other bug.
"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
|
|
|
Re: Cannot run the "Getting Started" example [message #10856 is a reply to message #10844] |
Tue, 14 February 2006 05:00 |
Eclipse User |
|
|
|
BTW, I fixed the other build. Still can't reproduce this Run button problem
though, so I'd appreciate any feedback.
"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsr8ol$bv1$1@utils.eclipse.org...
>I caught one bug in the input validation code; it was trimming passwords
>before checking their length. Would this've affected either of you?
>
> In any case in addition to fixing that I've checked in code which greatly
> simplifies validation. It now just checks to make sure *something* is in
> the proper fields, but that's it. No length checks, no
> only-valid-characters checks. They weren't a big deal anyway because if
> you put garbage in it'll just fail later in the process. I'll spin the
> daily build now. If you are able, after around 7:50pm EST give the daily
> build a shot at this url:
>
> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>
> Still working on the other bug.
>
> "Marcus Shaw" <mshaw@tesco.net> wrote in message
> news:dsr2s2$p53$1@utils.eclipse.org...
>> Hi,
>>
>> I am hitting the same problem. I also noticed that that I could save the
>> values in all the boxes when I clicked the "Apply" button then closed the
>> dialog and opened it again, but selecting the "Common" tab and then going
>> back to "Browser" caused the login details and the send ID and PIN check
>> box to be cleared. I then got an "Unsaved Changes" message box when I
>> closed the dialog.
>>
>> Regards,
>>
>> Marcus Shaw
>>
>> Stefan Mei
|
|
|
Re: Cannot run the "Getting Started" example [message #10869 is a reply to message #10856] |
Tue, 14 February 2006 05:00 |
Eclipse User |
|
|
|
Oops, meant to say I fixed the other BUG. Tabbing back and forth should work
now.
"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsro56$mue$1@utils.eclipse.org...
> BTW, I fixed the other build. Still can't reproduce this Run button
> problem though, so I'd appreciate any feedback.
>
> "Brent D. Metz" <bmetz@yahoo.com> wrote in message
> news:dsr8ol$bv1$1@utils.eclipse.org...
>>I caught one bug in the input validation code; it was trimming passwords
>>before checking their length. Would this've affected either of you?
>>
>> In any case in addition to fixing that I've checked in code which greatly
>> simplifies validation. It now just checks to make sure *something* is in
>> the proper fields, but that's it. No length checks, no
>> only-valid-characters checks. They weren't a big deal anyway because if
>> you put garbage in it'll just fail later in the process. I'll spin the
>> daily build now. If you are able, after around 7:50pm EST give the daily
>> build a shot at this url:
>>
>> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>>
>> Still working on the other bug.
>>
>> "Marcus Shaw" <mshaw@tesco.net> wrote in message
>> news:dsr2s2$p53$1@utils.eclipse.org...
>>> Hi,
>>>
>>> I am hitting the same problem. I also noticed that that I could save
>>> the values in all the boxes when I clicked the "Apply" button then
>>> closed the dialog and opened it again, but selecting the "Common" tab
>>> and then going back to "Browser" caused the login details and the send
>>> ID and PIN check box to be cleared. I then got an "Unsaved Changes"
>>> message box when I closed the dialog.
>>>
>>> Regards,
>>>
>>> Marcus Shaw
>>>
>>> Stefan Mei
|
|
|
|
Re: Cannot run the "Getting Started" example [message #10895 is a reply to message #10869] |
Tue, 14 February 2006 17:32 |
Eclipse User |
|
|
|
Originally posted by: mshaw.tesco.net
Brent D. Metz wrote:
>
>>BTW, I fixed the other build. Still can't reproduce this Run button
>>problem though, so I'd appreciate any feedback.
>>
>>"Brent D. Metz" <bmetz@yahoo.com> wrote in message
>>news:dsr8ol$bv1$1@utils.eclipse.org...
>>
>>>I caught one bug in the input validation code; it was trimming passwords
>>>before checking their length. Would this've affected either of you?
Hi Brent,
Thanks for the fix. I can get the Run button to enable. Only problem
is getting the vxml file onto a public server. FTP is blocked from work
.. :-(
Based on your description of the checks I don't think any of my settings
could have caused the original bug. The password is 10 characters and
the developer ID and PIN are both all digits and 6 and 9 characters long
respectively.
Regards,
Marcus.
|
|
|
|
Re: Cannot run the "Getting Started" example [message #10921 is a reply to message #10895] |
Thu, 16 February 2006 16:21 |
Eclipse User |
|
|
|
Originally posted by: meissner.fokus.fraunhofer.de
Marcus Shaw wrote:
> Based on your description of the checks I don't think any of my settings
> could have caused the original bug.
Hi Marcus,
I remember having problems with passwords pasted from the clipboard.
If I typed the same password in the field, the Run-button was enabled.
Could somebody confirm this?
Regards,
Stefan
|
|
|
Re: Cannot run the "Getting Started" example [message #10959 is a reply to message #10921] |
Fri, 17 February 2006 15:28 |
Eclipse User |
|
|
|
Originally posted by: mshaw.tesco.net
Hi Stefan,
I think I've spotted the bug. The devid check tests for 1 to 5 digits,
but the Tell Me registration needs 5 to 9. I changed it in
TellmeBrowserConfig.java and it worked fine.
Regards,
Marcus.
Stefan Meißner wrote:
> Marcus Shaw wrote:
>
>> Based on your description of the checks I don't think any of my
>> settings could have caused the original bug.
>
>
> Hi Marcus,
>
> I remember having problems with passwords pasted from the clipboard.
> If I typed the same password in the field, the Run-button was enabled.
> Could somebody confirm this?
>
> Regards,
> Stefan
>
|
|
|
|
|
|
Re: Cannot run the "Getting Started" example [message #572992 is a reply to message #8784] |
Mon, 13 February 2006 22:57 |
Eclipse User |
|
|
|
Originally posted by: mshaw.tesco.net
Hi,
I am hitting the same problem. I also noticed that that I could save
the values in all the boxes when I clicked the "Apply" button then
closed the dialog and opened it again, but selecting the "Common" tab
and then going back to "Browser" caused the login details and the send
ID and PIN check box to be cleared. I then got an "Unsaved Changes"
message box when I closed the dialog.
Regards,
Marcus Shaw
Stefan Meißner wrote:
> Brent D. Metz wrote:
>
>> What happens when you try and run it? Do you get an error dialog of
>> any kind?
>
>
> I can't run it. The "Run-Button" is not active.
>
>
> Stefan
>
|
|
|
Re: Cannot run the "Getting Started" example [message #573022 is a reply to message #8805] |
Tue, 14 February 2006 00:20 |
Eclipse User |
|
|
|
How long are your password/PIN? I am seeing that the "login password" field
only enables the Run button after you enter 7 characters and after your PIN
gets to 4 characters. Also, the Developer ID can't have any letters and the
email address must have an @ symbol.
I'm having problems reproducing this so if you'd like to email me some
details about what you're typing in I'd appreciate it.. bdmetz at
us.ibm.com.
Thanks for spotting that other bug! I've opened it as 127601:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=127601
I'll see if I can produce a fix in time for tomorrow.
"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
|
|
|
Re: Cannot run the "Getting Started" example [message #573054 is a reply to message #8805] |
Tue, 14 February 2006 00:37 |
Eclipse User |
|
|
|
I caught one bug in the input validation code; it was trimming passwords
before checking their length. Would this've affected either of you?
In any case in addition to fixing that I've checked in code which greatly
simplifies validation. It now just checks to make sure *something* is in the
proper fields, but that's it. No length checks, no only-valid-characters
checks. They weren't a big deal anyway because if you put garbage in it'll
just fail later in the process. I'll spin the daily build now. If you are
able, after around 7:50pm EST give the daily build a shot at this url:
http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
Still working on the other bug.
"Marcus Shaw" <mshaw@tesco.net> wrote in message
news:dsr2s2$p53$1@utils.eclipse.org...
> Hi,
>
> I am hitting the same problem. I also noticed that that I could save the
> values in all the boxes when I clicked the "Apply" button then closed the
> dialog and opened it again, but selecting the "Common" tab and then going
> back to "Browser" caused the login details and the send ID and PIN check
> box to be cleared. I then got an "Unsaved Changes" message box when I
> closed the dialog.
>
> Regards,
>
> Marcus Shaw
>
> Stefan Mei
|
|
|
Re: Cannot run the "Getting Started" example [message #573075 is a reply to message #10844] |
Tue, 14 February 2006 05:00 |
Eclipse User |
|
|
|
BTW, I fixed the other build. Still can't reproduce this Run button problem
though, so I'd appreciate any feedback.
"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsr8ol$bv1$1@utils.eclipse.org...
>I caught one bug in the input validation code; it was trimming passwords
>before checking their length. Would this've affected either of you?
>
> In any case in addition to fixing that I've checked in code which greatly
> simplifies validation. It now just checks to make sure *something* is in
> the proper fields, but that's it. No length checks, no
> only-valid-characters checks. They weren't a big deal anyway because if
> you put garbage in it'll just fail later in the process. I'll spin the
> daily build now. If you are able, after around 7:50pm EST give the daily
> build a shot at this url:
>
> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>
> Still working on the other bug.
>
> "Marcus Shaw" <mshaw@tesco.net> wrote in message
> news:dsr2s2$p53$1@utils.eclipse.org...
>> Hi,
>>
>> I am hitting the same problem. I also noticed that that I could save the
>> values in all the boxes when I clicked the "Apply" button then closed the
>> dialog and opened it again, but selecting the "Common" tab and then going
>> back to "Browser" caused the login details and the send ID and PIN check
>> box to be cleared. I then got an "Unsaved Changes" message box when I
>> closed the dialog.
>>
>> Regards,
>>
>> Marcus Shaw
>>
>> Stefan Mei
|
|
|
Re: Cannot run the "Getting Started" example [message #573092 is a reply to message #10856] |
Tue, 14 February 2006 05:00 |
Eclipse User |
|
|
|
Oops, meant to say I fixed the other BUG. Tabbing back and forth should work
now.
"Brent D. Metz" <bmetz@yahoo.com> wrote in message
news:dsro56$mue$1@utils.eclipse.org...
> BTW, I fixed the other build. Still can't reproduce this Run button
> problem though, so I'd appreciate any feedback.
>
> "Brent D. Metz" <bmetz@yahoo.com> wrote in message
> news:dsr8ol$bv1$1@utils.eclipse.org...
>>I caught one bug in the input validation code; it was trimming passwords
>>before checking their length. Would this've affected either of you?
>>
>> In any case in addition to fixing that I've checked in code which greatly
>> simplifies validation. It now just checks to make sure *something* is in
>> the proper fields, but that's it. No length checks, no
>> only-valid-characters checks. They weren't a big deal anyway because if
>> you put garbage in it'll just fail later in the process. I'll spin the
>> daily build now. If you are able, after around 7:50pm EST give the daily
>> build a shot at this url:
>>
>> http://www.eclipse.org/downloads/download.php?file=/technolo gy/vtp/vtp-daily.zip
>>
>> Still working on the other bug.
>>
>> "Marcus Shaw" <mshaw@tesco.net> wrote in message
>> news:dsr2s2$p53$1@utils.eclipse.org...
>>> Hi,
>>>
>>> I am hitting the same problem. I also noticed that that I could save
>>> the values in all the boxes when I clicked the "Apply" button then
>>> closed the dialog and opened it again, but selecting the "Common" tab
>>> and then going back to "Browser" caused the login details and the send
>>> ID and PIN check box to be cleared. I then got an "Unsaved Changes"
>>> message box when I closed the dialog.
>>>
>>> Regards,
>>>
>>> Marcus Shaw
>>>
>>> Stefan Mei
|
|
|
|
Re: Cannot run the "Getting Started" example [message #573172 is a reply to message #10869] |
Tue, 14 February 2006 17:32 |
Eclipse User |
|
|
|
Originally posted by: mshaw.tesco.net
Brent D. Metz wrote:
>
>>BTW, I fixed the other build. Still can't reproduce this Run button
>>problem though, so I'd appreciate any feedback.
>>
>>"Brent D. Metz" <bmetz@yahoo.com> wrote in message
>>news:dsr8ol$bv1$1@utils.eclipse.org...
>>
>>>I caught one bug in the input validation code; it was trimming passwords
>>>before checking their length. Would this've affected either of you?
Hi Brent,
Thanks for the fix. I can get the Run button to enable. Only problem
is getting the vxml file onto a public server. FTP is blocked from work
.. :-(
Based on your description of the checks I don't think any of my settings
could have caused the original bug. The password is 10 characters and
the developer ID and PIN are both all digits and 6 and 9 characters long
respectively.
Regards,
Marcus.
|
|
|
|
Re: Cannot run the "Getting Started" example [message #573240 is a reply to message #10895] |
Thu, 16 February 2006 16:21 |
Eclipse User |
|
|
|
Originally posted by: meissner.fokus.fraunhofer.de
Marcus Shaw wrote:
> Based on your description of the checks I don't think any of my settings
> could have caused the original bug.
Hi Marcus,
I remember having problems with passwords pasted from the clipboard.
If I typed the same password in the field, the Run-button was enabled.
Could somebody confirm this?
Regards,
Stefan
|
|
|
Re: Cannot run the "Getting Started" example [message #573342 is a reply to message #10921] |
Fri, 17 February 2006 15:28 |
Eclipse User |
|
|
|
Originally posted by: mshaw.tesco.net
Hi Stefan,
I think I've spotted the bug. The devid check tests for 1 to 5 digits,
but the Tell Me registration needs 5 to 9. I changed it in
TellmeBrowserConfig.java and it worked fine.
Regards,
Marcus.
Stefan Meißner wrote:
> Marcus Shaw wrote:
>
>> Based on your description of the checks I don't think any of my
>> settings could have caused the original bug.
>
>
> Hi Marcus,
>
> I remember having problems with passwords pasted from the clipboard.
> If I typed the same password in the field, the Run-button was enabled.
> Could somebody confirm this?
>
> Regards,
> Stefan
>
|
|
|
Powered by
FUDForum. Page generated in 0.06924 seconds