You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Emilian Bold <em...@gmail.com> on 2019/01/03 19:07:32 UTC

Automatic error reporting in pre-Apache NetBeans versions, going forward

Hello,

NetBeans used to have an automated mechanism where users could upload
their errors directly from the IDE.

I expect that all the error reporting will stop working for NetBeans
8.2 considering netbeans.org is moving to Apache infrastructure.

I wonder if it wouldn't be valuable to redirect those error reports to
CoolBeans infrastructure. I expect that many of the issues users will
report will still be relevant for current NetBeans version (although,
obviously, a chunk of them will have been fixed since 8.2).

From an implementation standpoint it's probably a single 301 redirect.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Automatic error reporting in pre-Apache NetBeans versions, going forward

Posted by Emilian Bold <em...@gmail.com>.
This could work for future versions but it would have to be written
and the users would have to (want to) register. NetBeans 8.2 allows
anonymous bug reporting which is nice.

I doubt this could automatically work for error reports we will get
from 8.2 installs (which this thread is about).

Also remember that you might get a whole lot of duplicates so posting
straight to JIRA might not be so well unless we have a bot
auto-closing duplicates.

The default error reporter sends more than just a stacktrace, we might
have to filter what gets uploader.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Thu, Jan 3, 2019 at 11:27 PM John McDonnell <mc...@gmail.com> wrote:
>
> Is this not something that could be customised to point to JIRA?
>
> If I remember correctly it allowed for credentials to be supplied and we
> could use the JIRA REST API to create tickets on that portal?
>
> This would keep all issues in the same place, so we don't have 2 areas
> where reporting is done?
>
> Regards
>
> John
>
> On Thu, 3 Jan 2019 at 21:21, Emilian Bold <em...@gmail.com> wrote:
>
> > I'm basically suggesting this since I have the infrastructure already
> > set up for CoolBeans and I could just take the 8.2 reports in (perhaps
> > by adding another server, not sure how heavy that stream is).
> >
> > Under Apache we already take no error reporting at all, so I doubt we
> > could take error reports from products released outside Apache...
> >
> > --emi
> >
> > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
> >
> > On Thu, Jan 3, 2019 at 10:45 PM Sven Reimers <sv...@gmail.com>
> > wrote:
> > >
> > > Is there no way to do this inside Apache NetBeans?
> > >
> > > Preferring one distribution over another will not help us in the long
> > run.
> > >
> > > So I would prefer a solution based on the NetBeans VM (where things like
> > > synergy are hosted)..
> > >
> > > -Sven
> > >
> > > Am Do., 3. Jan. 2019, 21:25 hat Geertjan Wielenga
> > > <ge...@googlemail.com.invalid> geschrieben:
> > >
> > > > I see no objection, sounds like a solution.
> > > >
> > > > Gj
> > > >
> > > > On Thu, Jan 3, 2019 at 8:08 PM Emilian Bold <em...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > NetBeans used to have an automated mechanism where users could upload
> > > > > their errors directly from the IDE.
> > > > >
> > > > > I expect that all the error reporting will stop working for NetBeans
> > > > > 8.2 considering netbeans.org is moving to Apache infrastructure.
> > > > >
> > > > > I wonder if it wouldn't be valuable to redirect those error reports
> > to
> > > > > CoolBeans infrastructure. I expect that many of the issues users will
> > > > > report will still be relevant for current NetBeans version (although,
> > > > > obviously, a chunk of them will have been fixed since 8.2).
> > > > >
> > > > > From an implementation standpoint it's probably a single 301
> > redirect.
> > > > >
> > > > > --emi
> > > > >
> > > > > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and
> > > > more!
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > dev-unsubscribe@netbeans.incubator.apache.org
> > > > > For additional commands, e-mail:
> > dev-help@netbeans.incubator.apache.org
> > > > >
> > > > > For further information about the NetBeans mailing lists, visit:
> > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> > For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Automatic error reporting in pre-Apache NetBeans versions, going forward

Posted by John McDonnell <mc...@gmail.com>.
Is this not something that could be customised to point to JIRA?

If I remember correctly it allowed for credentials to be supplied and we
could use the JIRA REST API to create tickets on that portal?

This would keep all issues in the same place, so we don't have 2 areas
where reporting is done?

Regards

John

On Thu, 3 Jan 2019 at 21:21, Emilian Bold <em...@gmail.com> wrote:

> I'm basically suggesting this since I have the infrastructure already
> set up for CoolBeans and I could just take the 8.2 reports in (perhaps
> by adding another server, not sure how heavy that stream is).
>
> Under Apache we already take no error reporting at all, so I doubt we
> could take error reports from products released outside Apache...
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> On Thu, Jan 3, 2019 at 10:45 PM Sven Reimers <sv...@gmail.com>
> wrote:
> >
> > Is there no way to do this inside Apache NetBeans?
> >
> > Preferring one distribution over another will not help us in the long
> run.
> >
> > So I would prefer a solution based on the NetBeans VM (where things like
> > synergy are hosted)..
> >
> > -Sven
> >
> > Am Do., 3. Jan. 2019, 21:25 hat Geertjan Wielenga
> > <ge...@googlemail.com.invalid> geschrieben:
> >
> > > I see no objection, sounds like a solution.
> > >
> > > Gj
> > >
> > > On Thu, Jan 3, 2019 at 8:08 PM Emilian Bold <em...@gmail.com>
> > > wrote:
> > >
> > > > Hello,
> > > >
> > > > NetBeans used to have an automated mechanism where users could upload
> > > > their errors directly from the IDE.
> > > >
> > > > I expect that all the error reporting will stop working for NetBeans
> > > > 8.2 considering netbeans.org is moving to Apache infrastructure.
> > > >
> > > > I wonder if it wouldn't be valuable to redirect those error reports
> to
> > > > CoolBeans infrastructure. I expect that many of the issues users will
> > > > report will still be relevant for current NetBeans version (although,
> > > > obviously, a chunk of them will have been fixed since 8.2).
> > > >
> > > > From an implementation standpoint it's probably a single 301
> redirect.
> > > >
> > > > --emi
> > > >
> > > > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and
> > > more!
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> dev-unsubscribe@netbeans.incubator.apache.org
> > > > For additional commands, e-mail:
> dev-help@netbeans.incubator.apache.org
> > > >
> > > > For further information about the NetBeans mailing lists, visit:
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > >
> > > >
> > > >
> > > >
> > >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Automatic error reporting in pre-Apache NetBeans versions, going forward

Posted by Emilian Bold <em...@gmail.com>.
I'm basically suggesting this since I have the infrastructure already
set up for CoolBeans and I could just take the 8.2 reports in (perhaps
by adding another server, not sure how heavy that stream is).

Under Apache we already take no error reporting at all, so I doubt we
could take error reports from products released outside Apache...

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Thu, Jan 3, 2019 at 10:45 PM Sven Reimers <sv...@gmail.com> wrote:
>
> Is there no way to do this inside Apache NetBeans?
>
> Preferring one distribution over another will not help us in the long run.
>
> So I would prefer a solution based on the NetBeans VM (where things like
> synergy are hosted)..
>
> -Sven
>
> Am Do., 3. Jan. 2019, 21:25 hat Geertjan Wielenga
> <ge...@googlemail.com.invalid> geschrieben:
>
> > I see no objection, sounds like a solution.
> >
> > Gj
> >
> > On Thu, Jan 3, 2019 at 8:08 PM Emilian Bold <em...@gmail.com>
> > wrote:
> >
> > > Hello,
> > >
> > > NetBeans used to have an automated mechanism where users could upload
> > > their errors directly from the IDE.
> > >
> > > I expect that all the error reporting will stop working for NetBeans
> > > 8.2 considering netbeans.org is moving to Apache infrastructure.
> > >
> > > I wonder if it wouldn't be valuable to redirect those error reports to
> > > CoolBeans infrastructure. I expect that many of the issues users will
> > > report will still be relevant for current NetBeans version (although,
> > > obviously, a chunk of them will have been fixed since 8.2).
> > >
> > > From an implementation standpoint it's probably a single 301 redirect.
> > >
> > > --emi
> > >
> > > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and
> > more!
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Automatic error reporting in pre-Apache NetBeans versions, going forward

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
If possible, would be preferable.

Gj

On Thu, Jan 3, 2019 at 9:45 PM Sven Reimers <sv...@gmail.com> wrote:

> Is there no way to do this inside Apache NetBeans?
>
> Preferring one distribution over another will not help us in the long run.
>
> So I would prefer a solution based on the NetBeans VM (where things like
> synergy are hosted)..
>
> -Sven
>
> Am Do., 3. Jan. 2019, 21:25 hat Geertjan Wielenga
> <ge...@googlemail.com.invalid> geschrieben:
>
> > I see no objection, sounds like a solution.
> >
> > Gj
> >
> > On Thu, Jan 3, 2019 at 8:08 PM Emilian Bold <em...@gmail.com>
> > wrote:
> >
> > > Hello,
> > >
> > > NetBeans used to have an automated mechanism where users could upload
> > > their errors directly from the IDE.
> > >
> > > I expect that all the error reporting will stop working for NetBeans
> > > 8.2 considering netbeans.org is moving to Apache infrastructure.
> > >
> > > I wonder if it wouldn't be valuable to redirect those error reports to
> > > CoolBeans infrastructure. I expect that many of the issues users will
> > > report will still be relevant for current NetBeans version (although,
> > > obviously, a chunk of them will have been fixed since 8.2).
> > >
> > > From an implementation standpoint it's probably a single 301 redirect.
> > >
> > > --emi
> > >
> > > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and
> > more!
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> > > For additional commands, e-mail:
> dev-help@netbeans.incubator.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
> >
>

Re: Automatic error reporting in pre-Apache NetBeans versions, going forward

Posted by Sven Reimers <sv...@gmail.com>.
Is there no way to do this inside Apache NetBeans?

Preferring one distribution over another will not help us in the long run.

So I would prefer a solution based on the NetBeans VM (where things like
synergy are hosted)..

-Sven

Am Do., 3. Jan. 2019, 21:25 hat Geertjan Wielenga
<ge...@googlemail.com.invalid> geschrieben:

> I see no objection, sounds like a solution.
>
> Gj
>
> On Thu, Jan 3, 2019 at 8:08 PM Emilian Bold <em...@gmail.com>
> wrote:
>
> > Hello,
> >
> > NetBeans used to have an automated mechanism where users could upload
> > their errors directly from the IDE.
> >
> > I expect that all the error reporting will stop working for NetBeans
> > 8.2 considering netbeans.org is moving to Apache infrastructure.
> >
> > I wonder if it wouldn't be valuable to redirect those error reports to
> > CoolBeans infrastructure. I expect that many of the issues users will
> > report will still be relevant for current NetBeans version (although,
> > obviously, a chunk of them will have been fixed since 8.2).
> >
> > From an implementation standpoint it's probably a single 301 redirect.
> >
> > --emi
> >
> > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and
> more!
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> > For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
>

Re: Automatic error reporting in pre-Apache NetBeans versions, going forward

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
I see no objection, sounds like a solution.

Gj

On Thu, Jan 3, 2019 at 8:08 PM Emilian Bold <em...@gmail.com> wrote:

> Hello,
>
> NetBeans used to have an automated mechanism where users could upload
> their errors directly from the IDE.
>
> I expect that all the error reporting will stop working for NetBeans
> 8.2 considering netbeans.org is moving to Apache infrastructure.
>
> I wonder if it wouldn't be valuable to redirect those error reports to
> CoolBeans infrastructure. I expect that many of the issues users will
> report will still be relevant for current NetBeans version (although,
> obviously, a chunk of them will have been fixed since 8.2).
>
> From an implementation standpoint it's probably a single 301 redirect.
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>