Dear Isuru,

Sorry for bothering you again. I created a sample module with some of the
requirements you mentioned in gsoc project page. Those requirements are
creating thread dumps when resources usage increased unexpectedly. Now I
like to know how to integrate this in to ESB and test the functionality. I
couldn't find the location of ESB source.
On Feb 20, 2016 9:33 AM, "Dinanjana Gunaratne" <[email protected]>
wrote:

> Dear Isuru,
>
> Are we looking at an implementation like this ?
> "Dashboard is a remote monitoring system which was developed to monitor
> the status(server's aliveness and management details) of software deployed
> remotely. This monitoring system is highly scalable and does not depend on
> any component which is being monitored. With Dashboard comes a Java library
> called "HeartBeat".HeartBeat is a client which was developed by us for
> connects to Dashboard and share information. So any component wish to
> register with Dashboard monitoring system must implement that Java
> library."
>
> I did this during my internship. I think we are looking at an
> implementation within esb for debugging and monitoring. am i correct ? :)
>
>
> On Sat, Feb 20, 2016 at 9:12 AM, Isuru Udana <[email protected]> wrote:
>
>> Great...!
>>
>> btw, don't call me "Sir" :)
>>
>> On Sat, Feb 20, 2016 at 8:58 AM, Dinanjana Gunaratne <
>> [email protected]> wrote:
>>
>>> Dear Isuru,
>>> Found the solution :)
>>>
>>> On Sat, Feb 20, 2016 at 8:49 AM, Dinanjana Gunaratne <
>>> [email protected]> wrote:
>>>
>>>> Dear Isuru,
>>>> Sorry for bothering you. Found the solution for earlier problem from
>>>> here [1
>>>> <http://stackoverflow.com/questions/32866263/axis2server-packed-with-esb-4-9-0-doesnt-start-while-it-works-fine-4-8-0>].
>>>> Now i am facing a new problem. axis2 server looking for axis2.xml on wrong
>>>> directory. below is the stack trace
>>>>
>>>> [2016-02-20 08:41:21,491] FATAL {samples.util.SampleAxis2ServerManager}
>>>> -  [SimpleAxisServer] Shutti
>>>> ng down. Error starting SimpleAxisServer
>>>> org.apache.axis2.AxisFault: System can not find the given axis2.xml
>>>> E:\Project\wso2esb-4.9.0\samples
>>>> \axis2Serverrepository\conf\axis2.xml
>>>>         at
>>>> org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigu
>>>> rator.java:118)
>>>>         at
>>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(Configura
>>>> tionContextFactory.java:64)
>>>>         at
>>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSy
>>>> stem(ConfigurationContextFactory.java:210)
>>>>         at
>>>> samples.util.SampleAxis2ServerManager.start(SampleAxis2ServerManager.java:93)
>>>>         at
>>>> samples.util.SampleAxis2Server.startServer(SampleAxis2Server.java:61)
>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>         at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>>>         at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>>         at java.lang.reflect.Method.invoke(Method.java:483)
>>>>         at samples.util.Bootstrap.main(Bootstrap.java:132)
>>>>
>>>> I have defined AXIS2_HOME correctly
>>>>
>>>> [1]
>>>> http://stackoverflow.com/questions/32866263/axis2server-packed-with-esb-4-9-0-doesnt-start-while-it-works-fine-4-8-0
>>>>
>>>> On Sat, Feb 20, 2016 at 7:55 AM, Dinanjana Gunaratne <
>>>> [email protected]> wrote:
>>>>
>>>>> Dear sir,
>>>>>
>>>>> When i tried to run axis2server.bat came bundled with wso2esb i am
>>>>> getting this
>>>>>
>>>>> Usage: java [-options] class [args...]
>>>>>            (to execute a class)
>>>>>    or  java [-options] -jar jarfile [args...]
>>>>>            (to execute a jar file)
>>>>> where options include:
>>>>>     -d32          use a 32-bit data model if available
>>>>>     -d64          use a 64-bit data model if available
>>>>>     -server       to select the "server" VM
>>>>>                   The default VM is server.
>>>>>
>>>>>     -cp <class search path of directories and zip/jar files>
>>>>>     -classpath <class search path of directories and zip/jar files>
>>>>>                   A ; separated list of directories, JAR archives,
>>>>>                   and ZIP archives to search for class files.
>>>>>     -D<name>=<value>
>>>>>                   set a system property
>>>>>     -verbose:[class|gc|jni]
>>>>>                   enable verbose output
>>>>>     -version      print product version and exit
>>>>>     -version:<value>
>>>>>                   require the specified version to run
>>>>>     -showversion  print product version and continue
>>>>>     -jre-restrict-search | -no-jre-restrict-search
>>>>>                   include/exclude user private JREs in the version
>>>>> search
>>>>>     -? -help      print this help message
>>>>>     -X            print help on non-standard options
>>>>>     -ea[:<packagename>...|:<classname>]
>>>>>     -enableassertions[:<packagename>...|:<classname>]
>>>>>                   enable assertions with specified granularity
>>>>>     -da[:<packagename>...|:<classname>]
>>>>>     -disableassertions[:<packagename>...|:<classname>]
>>>>>                   disable assertions with specified granularity
>>>>>     -esa | -enablesystemassertions
>>>>>                   enable system assertions
>>>>>     -dsa | -disablesystemassertions
>>>>>                   disable system assertions
>>>>>     -agentlib:<libname>[=<options>]
>>>>>                   load native agent library <libname>, e.g.
>>>>> -agentlib:hprof
>>>>>                   see also, -agentlib:jdwp=help and
>>>>> -agentlib:hprof=help
>>>>>     -agentpath:<pathname>[=<options>]
>>>>>                   load native agent library by full pathname
>>>>>     -javaagent:<jarpath>[=<options>]
>>>>>                   load Java programming language agent, see
>>>>> java.lang.instrument
>>>>>     -splash:<imagepath>
>>>>>                   show splash screen with specified image
>>>>>
>>>>>
>>>>> Any reason for it ?
>>>>>
>>>>>
>>>>> Then I downloaded axis2 server and started it.It started correctly.
>>>>>
>>>>> On Thu, Feb 18, 2016 at 7:04 AM, Dinanjana Gunaratne <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Thanks for the info :) i will look at it
>>>>>>
>>>>>> On Wed, Feb 17, 2016 at 10:10 AM, Isuru Udana <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Dinanjana,
>>>>>>>
>>>>>>> Thank you for your interest in this project.
>>>>>>> As a starting point, you can download WSO2 ESB[1] and start play
>>>>>>> with it.
>>>>>>> You may run few samples[2] to get familiar with the product first.
>>>>>>>
>>>>>>>
>>>>>>> [1] http://wso2.com/products/enterprise-service-bus/
>>>>>>> [2] http://docs.wso2.org/wiki/display/ESB490/Samples
>>>>>>>
>>>>>>> Thanks.
>>>>>>>
>>>>>>> On Mon, Feb 15, 2016 at 9:31 PM, Dinanjana Gunaratne <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> From: Dinanjana Gunaratne <[email protected]>
>>>>>>>> Date: Mon, Feb 15, 2016 at 9:27 PM
>>>>>>>> Subject: [Dev]GSOC 2016: Proposal 7
>>>>>>>>
>>>>>>>>
>>>>>>>> Dear Sir,
>>>>>>>>
>>>>>>>> I m a 3rd year Computer Engineering undergraduate at University of
>>>>>>>> Peradeniya. I would like to contribute to open source community by 
>>>>>>>> taking
>>>>>>>> part in GSOC 2016.
>>>>>>>>
>>>>>>>> Recently i developed a remote monitoring system for an organization
>>>>>>>> which had some of those mentioned features. Such as alerting when 
>>>>>>>> resources
>>>>>>>> are over used and alerting when server stop responding. The monitoring
>>>>>>>> system developed in such a manner that the implementation of monitoring
>>>>>>>> system does not depend on components that are been monitored. The 
>>>>>>>> solution
>>>>>>>> is built using Java and Spring framework.
>>>>>>>>
>>>>>>>> So i wold like to know how to proceed on this project.
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *Isuru Udana*
>>>>>>> Associate Technical Lead
>>>>>>> WSO2 Inc.; http://wso2.com
>>>>>>> email: [email protected] cell: +94 77 3791887
>>>>>>> blog: http://mytecheye.blogspot.com/
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>>
>> --
>> *Isuru Udana*
>> Associate Technical Lead
>> WSO2 Inc.; http://wso2.com
>> email: [email protected] cell: +94 77 3791887
>> blog: http://mytecheye.blogspot.com/
>>
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to