Re: Streamlining new committers info

2012-11-08 Thread Stefan Sperling
On Thu, Nov 08, 2012 at 05:33:51PM +0100, Ross Gardler wrote:
> See the rather unused "local mentors" app from the ComDev PMC  at
> http://community.zones.apache.org/

Thanks! I've signed up for beer^Wbeing a local mentor.


RE: Streamlining new committers info

2012-11-08 Thread Ross Gardler
> -Original Message-
> From: Stefan Sperling [mailto:s...@apache.org]
> Sent: 08 November 2012 16:06
> To: dev@community.apache.org
> Cc: ASF Site-Dev
> Subject: Re: Streamlining new committers info
> 
> On Thu, Nov 08, 2012 at 12:28:57PM +0100, Sander van der Waal wrote:
> > The amount of information is overwhelming and for example a discussion
> > with an ASF member over beer makes much more clear than ploughing
> > through the website. So we think it'd be great if the documents can be
> > as clear as that (without the beer :))
> 
> Perhaps the site should actively encourage people to invite their local
apache
> committers for beer then :) We have a committers map for a reason!


See the rather unused "local mentors" app from the ComDev PMC  at
http://community.zones.apache.org/



Re: Servlet.service() for servlet action threw exception

2012-11-08 Thread Luciano Resende
On Thu, Nov 8, 2012 at 8:04 AM, Alabax, Shaikh
 wrote:
> My application is deployed successfully on Jboss but when i run the 
> application I get the below error in the console.
> help in fixing this issue please.
>
>
> 02:47:20,453 ERROR 
> [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/OEpollSched].[action]]
>  (http--127.0.0.1-8080-1) Servlet.service() for servlet action threw 
> exception:
>
>
> java.lang.NullPointerException
>   at 
> org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processPageFlowRequest(PageFlowRequestProcessor.java:707)
>  [beehive-netui-core.jar:1.0.2]
>   at 
> org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:474)
>  [beehive-netui-core.jar:1.0.2]
>   at 
> org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
>  [beehive-netui-core.jar:1.0.2]
>   at 
> org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
>  [beehive-netui-core.jar:1.0.2]
>   at 
> org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
>  [beehive-netui-core.jar:1.0.2]
>   at 
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) 
> [struts.jar:1.1]
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) 
> [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) 
> [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
>  [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
>  [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
>  [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
>  [jbossweb-7.0.10.Final.jar:]
>   at 
> org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:154)
>  [jboss-as-web-7.1.0.Final.jar:7.1.0.Final]
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) 
> [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
> [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>  [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) 
> [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) 
> [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)
>  [jbossweb-7.0.10.Final.jar:]
>   at 
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) 
> [jbossweb-7.0.10.Final.jar:]
>   at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_14]
>
>
> 02:47:21,615 INFO  [org.apache.struts.util.PropertyMessageResources] 
> (http--127.0.0.1-8080-1) Initializing, 
> config='org.apache.struts.util.LocalStrings', returnNull=true

This seems related to Apache Struts, and you should redirect your
question to their user mailing lists :

http://struts.apache.org/mail.html

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Servlet.service() for servlet action threw exception

2012-11-08 Thread Alabax, Shaikh
My application is deployed successfully on Jboss but when i run the application 
I get the below error in the console.
help in fixing this issue please.


02:47:20,453 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/OEpollSched].[action]]
 (http--127.0.0.1-8080-1) Servlet.service() for servlet action threw exception:


java.lang.NullPointerException
  at 
org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processPageFlowRequest(PageFlowRequestProcessor.java:707)
 [beehive-netui-core.jar:1.0.2]
  at 
org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:474)
 [beehive-netui-core.jar:1.0.2]
  at 
org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
 [beehive-netui-core.jar:1.0.2]
  at 
org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
 [beehive-netui-core.jar:1.0.2]
  at 
org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
 [beehive-netui-core.jar:1.0.2]
  at 
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) 
[struts.jar:1.1]
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) 
[jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) 
[jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
 [jbossweb-7.0.10.Final.jar:]
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
 [jbossweb-7.0.10.Final.jar:]
  at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
 [jbossweb-7.0.10.Final.jar:]
  at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
 [jbossweb-7.0.10.Final.jar:]
  at 
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:154)
 [jboss-as-web-7.1.0.Final.jar:7.1.0.Final]
  at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) 
[jbossweb-7.0.10.Final.jar:]
  at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
[jbossweb-7.0.10.Final.jar:]
  at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 [jbossweb-7.0.10.Final.jar:]
  at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) 
[jbossweb-7.0.10.Final.jar:]
  at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) 
[jbossweb-7.0.10.Final.jar:]
  at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)
 [jbossweb-7.0.10.Final.jar:]
  at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) 
[jbossweb-7.0.10.Final.jar:]
  at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_14]


02:47:21,615 INFO  [org.apache.struts.util.PropertyMessageResources] 
(http--127.0.0.1-8080-1) Initializing, 
config='org.apache.struts.util.LocalStrings', returnNull=true

Thanks and Regards
Shaikh Dahood |  NTT DATA   | Sr. Software Engineer  |  
VoIP. 8809 6536 |  m. +91.8125549543  |  
shaikh.ala...@nttdata.com


__
Disclaimer:This email and any attachments are sent in strictest confidence for 
the sole use of the addressee and may contain legally privileged, confidential, 
and proprietary data.  If you are not the intended recipient, please advise the 
sender by replying promptly to this email and then delete and destroy this 
email and any attachments without any further use, copying or forwarding

RE: Streamlining new committers info

2012-11-08 Thread Ross Gardler
Great idea...

While at it if you can place any useful signposts on the ComDev site that would 
be good. The goal of the ComDev site is not to duplicate information held 
elsewhere but to provide very brief overviews with pointers to more details. 
The appropriate section is [1]

The ComDev site is editable by anyone via the CMS

[1] http://community.apache.org/committers/index.html


> -Original Message-
> From: Igor Galić [mailto:i.ga...@brainsware.org]
> Sent: 08 November 2012 11:43
> To: ASF Site-Dev; dev
> Subject: Streamlining new committers info
> 
> 
> Hey folks,
> 
> sitting here at ApacheCon Sander (van der Waal), we'd really like to
> streamline and de-duplicate the (new) committers info on
> http://www.apache.org/dev/
> 
> This is just to give you a heads up! If you see something in the diffs or on
> http://www.staging.apache.org/dev/
> you don't like or completely agree with, your input is absolutely welcome!
> 
> So long,
> 
> i
> 
> --
> Igor Galić
> 
> Tel: +43 (0) 664 886 22 883
> Mail: i.ga...@brainsware.org
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE




Re: Streamlining new committers info

2012-11-08 Thread Stefan Sperling
On Thu, Nov 08, 2012 at 12:28:57PM +0100, Sander van der Waal wrote:
> The amount of information is overwhelming and for example a discussion with
> an ASF member over beer makes much more clear than ploughing through the
> website. So we think it'd be great if the documents can be as clear as that
> (without the beer :))

Perhaps the site should actively encourage people to invite their
local apache committers for beer then :)
We have a committers map for a reason!


Re: Streamlining new committers info

2012-11-08 Thread Igor Galić

Another idea that just came up in a BoF was to create more
useful info on the *main* page about what the projects do
and how to get the one you need: i.e.: I'm looking for a
Database - it should be a Key-Value store, in Java.
And you're down to 2 projects: DB, Cassandra

etc..

i

- Original Message -
> Hi All,
> 
> Just to add to that, our priority will be to look at what's outdated
> and
> make the documents generally more accessible for newcomers.
> The amount of information is overwhelming and for example a
> discussion with
> an ASF member over beer makes much more clear than ploughing through
> the
> website. So we think it'd be great if the documents can be as clear
> as that
> (without the beer :))
> 
> Sander
> 
> 
> On Thu, Nov 8, 2012 at 11:43 AM, Igor Galić 
> wrote:
> 
> >
> > Hey folks,
> >
> > sitting here at ApacheCon Sander (van der Waal), we'd
> > really like to streamline and de-duplicate the (new)
> > committers info on http://www.apache.org/dev/
> >
> > This is just to give you a heads up! If you see something
> > in the diffs or on http://www.staging.apache.org/dev/
> > you don't like or completely agree with, your input is
> > absolutely welcome!
> >
> > So long,
> >
> > i
> >
> > --
> > Igor Galić
> >
> > Tel: +43 (0) 664 886 22 883
> > Mail: i.ga...@brainsware.org
> > URL: http://brainsware.org/
> > GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
> >
> >
> 

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE



Re: Streamlining new committers info

2012-11-08 Thread Sander van der Waal
Hi All,

Just to add to that, our priority will be to look at what's outdated and
make the documents generally more accessible for newcomers.
The amount of information is overwhelming and for example a discussion with
an ASF member over beer makes much more clear than ploughing through the
website. So we think it'd be great if the documents can be as clear as that
(without the beer :))

Sander


On Thu, Nov 8, 2012 at 11:43 AM, Igor Galić  wrote:

>
> Hey folks,
>
> sitting here at ApacheCon Sander (van der Waal), we'd
> really like to streamline and de-duplicate the (new)
> committers info on http://www.apache.org/dev/
>
> This is just to give you a heads up! If you see something
> in the diffs or on http://www.staging.apache.org/dev/
> you don't like or completely agree with, your input is
> absolutely welcome!
>
> So long,
>
> i
>
> --
> Igor Galić
>
> Tel: +43 (0) 664 886 22 883
> Mail: i.ga...@brainsware.org
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>
>


Streamlining new committers info

2012-11-08 Thread Igor Galić

Hey folks,

sitting here at ApacheCon Sander (van der Waal), we'd
really like to streamline and de-duplicate the (new)
committers info on http://www.apache.org/dev/

This is just to give you a heads up! If you see something
in the diffs or on http://www.staging.apache.org/dev/
you don't like or completely agree with, your input is
absolutely welcome!

So long,

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE