This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244742 - Not able to report issue through Netbeans IDE. Validation Failed error comes
Summary: Not able to report issue through Netbeans IDE. Validation Failed error comes
Status: RESOLVED WORKSFORME
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 10:27 UTC by adithyank
Modified: 2014-07-23 10:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot showing validation failed error msg (16.58 KB, image/png)
2014-05-27 10:27 UTC, adithyank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description adithyank 2014-05-27 10:27:19 UTC
Created attachment 147467 [details]
screenshot showing validation failed error msg

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1.1
Java: 1.8.0; Java HotSpot(TM) Client VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Linux version 2.6.32-431.17.1.el6.x86_64 running on i386; UTF-8; en_US (nb)
User directory: /root/.netbeans/8.0
Cache directory: /root/.cache/netbeans/8.0



I am not able to report bug from within the Netbeans IDE. When I clicked after typing the password in "Edit Task Repository" window, it is telling "Validation failed" error message.

During this time, the below messages are coming in the IDE Log

WARNING [org.netbeans.modules.bugzilla.Bugzilla]: validate for [NetBeans,https://netbeans.org/bugzilla,adithyank,******,null,******] has failed, yet the returned error message is null.
INFO [org.netbeans.modules.bugzilla.Bugzilla]: validating [https://netbeans.org/bugzilla,adithyank,******,,******,null, null]
WARNING [org.netbeans.modules.bugzilla.Bugzilla]: validate for [NetBeans,https://netbeans.org/bugzilla,adithyank,******,null,******] has failed, yet the returned error message is null.
Comment 1 Tomas Stupka 2014-06-06 07:46:35 UTC
are your proxy settings correct?

you also can run netbeans with the switch 
-J-Dorg.netbeans.modules.bugtracking.logPasswords=true
and check in the log file if your password is correct ...

otherwise please run with 
-J-Dorg.netbeans.modules.bugzilla.Bugzilla=-1
reproduce the problem and attach the log file to this issue

thanks
Comment 2 adithyank 2014-06-14 04:51:39 UTC
Yes. Proxy settings were correct. I checked only that first. 

I did not give -J-Dorg.netbeans.modules.bugtracking.logPasswords=true and -J-Dorg.netbeans.modules.bugzilla.Bugzilla=-1.

But, I clicked ok without clicking Validate. Then, everything started working. I am able to open bugs from within the IDE. After that, If I invoke the same window and click validate, then it says "connection successful".

Previously, I clicked validate. It said error msg. Now, I did not click Validate. I directly clicked Ok. Everything works. This is the difference.

I am not sure whether it is the designed behavior. But, some issue is definitely there.

Now, pls advice me whether I have to give the above system properties and give you logs?
Comment 3 Tomas Stupka 2014-07-23 10:06:42 UTC
> Previously, I clicked validate. It said error msg. Now, I did not click Validate. I directly clicked Ok. Everything works. This is the difference.
> I am not sure whether it is the designed behavior. But, some issue is definitely there.
> Now, pls advice me whether I have to give the above system properties and give you logs?
agree, this sounds strange but there weren't any similar reports since 8.0. 
Lets close for now, but feel free to reopen in case the problem should reappear.

thanks