Tuesday, December 25, 2012

BrainLeg Structural Java Exception Search Engine

BrainLeg, A Structural Java Exception Search Engine.

BrainLeg is a new way for java developers to find and share solutions for java exceptions —a search engine that actually understands differences in packages and source lines, nesting of exceptions, and more...

To Search a solution for any Java Exception: 

1) Click on http://www.brainleg.com/search

2) Add the Exception Stacktrace in the Text-area,

java.lang.IllegalStateException: Could not initialize Service.
    at org.codehaus.xfire.jaxws.ServiceDelegate.(ServiceDelegate.java:77)
    at org.codehaus.xfire.jaxws.Provider.createServiceDelegate(Provider.java:32)
    at javax.xml.ws.Service.(Service.java:57)
....
Caused by: java.lang.NoSuchMethodException: com.foo.bar.client.jax.AWSECommerceService.getPortClassMap()
    at java.lang.Class.getMethod(Class.java:1605)
    at org.codehaus.xfire.jaxws.ServiceDelegate.(ServiceDelegate.java:60)
    ... 79 more

3) Hit "Search for this Stacktrace" button and you got the solution. :)

 

No comments:

Post a Comment