You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "James Song (JIRA)" <be...@incubator.apache.org> on 2004/11/30 00:26:32 UTC

[jira] Created: (BEEHIVE-99) Milton can not ivoke beehive jws using Axis client

Milton can not ivoke beehive jws using Axis client
--------------------------------------------------

         Key: BEEHIVE-99
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-99
     Project: Beehive
        Type: Bug
  Components: Controls  
    Versions: V1Beta    
    Reporter: James Song
     Fix For: V1Beta


Whe using Milton to invoke beehive jws, the following errors are observed:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.io.FileNotFoundException: /jws/instantiate.jws
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}hostname:JSONG01

java.io.FileNotFoundException: /jws/instantiate.jws
	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
	at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
	at org.apache.axis.client.Call.invokeEngine(Call.java:2737)
	at org.apache.axis.client.Call.invoke(Call.java:2720)
	at org.apache.axis.client.Call.invoke(Call.java:2396)
	at org.apache.axis.client.Call.invoke(Call.java:2319)
	at org.apache.axis.client.Call.invoke(Call.java:1776)
	at org.apache.beehive.test.tools.milton.junit.SOAPReportTestCase.assertReport(Unknown Source)
	at org.apache.beehive.controls.test.jws.TestInstantiate.testDeclarativeInstantiate(TestInstantiate.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)


Repro:
1) sync svn to r106973;
2) modify controls\test\src\units\org\apache\beehive\controls\test\jws\TestInstantiate.java, change the test frequency to "checkin";
3) run controls\test ant checkin.tests;


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-99) Milton can not ivoke beehive jws using Axis client

Posted by "Zach Smith (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-99?page=history ]
     
Zach Smith resolved BEEHIVE-99:
-------------------------------

    Resolution: Fixed

this is caused by a typo in your junit.  change "/jws/instantiate.jws" to "/jws/Instantiate.jws"

> Milton can not ivoke beehive jws using Axis client
> --------------------------------------------------
>
>          Key: BEEHIVE-99
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-99
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: Zach Smith
>      Fix For: V1Beta

>
> Whe using Milton to invoke beehive jws, the following errors are observed:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.io.FileNotFoundException: /jws/instantiate.jws
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 	{http://xml.apache.org/axis/}hostname:JSONG01
> java.io.FileNotFoundException: /jws/instantiate.jws
> 	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
> 	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
> 	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
> 	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
> 	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
> 	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
> 	at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> 	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
> 	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
> 	at org.apache.axis.client.Call.invokeEngine(Call.java:2737)
> 	at org.apache.axis.client.Call.invoke(Call.java:2720)
> 	at org.apache.axis.client.Call.invoke(Call.java:2396)
> 	at org.apache.axis.client.Call.invoke(Call.java:2319)
> 	at org.apache.axis.client.Call.invoke(Call.java:1776)
> 	at org.apache.beehive.test.tools.milton.junit.SOAPReportTestCase.assertReport(Unknown Source)
> 	at org.apache.beehive.controls.test.jws.TestInstantiate.testDeclarativeInstantiate(TestInstantiate.java:21)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> Repro:
> 1) sync svn to r106973;
> 2) modify controls\test\src\units\org\apache\beehive\controls\test\jws\TestInstantiate.java, change the test frequency to "checkin";
> 3) run controls\test ant checkin.tests;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-99) Milton can not ivoke beehive jws using Axis client

Posted by "James Song (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-99?page=history ]
     
James Song closed BEEHIVE-99:
-----------------------------


The JUNIT passes after change the typo.

> Milton can not ivoke beehive jws using Axis client
> --------------------------------------------------
>
>          Key: BEEHIVE-99
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-99
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: James Song
>      Fix For: V1Beta

>
> Whe using Milton to invoke beehive jws, the following errors are observed:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.io.FileNotFoundException: /jws/instantiate.jws
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 	{http://xml.apache.org/axis/}hostname:JSONG01
> java.io.FileNotFoundException: /jws/instantiate.jws
> 	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
> 	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
> 	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
> 	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
> 	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
> 	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
> 	at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> 	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
> 	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
> 	at org.apache.axis.client.Call.invokeEngine(Call.java:2737)
> 	at org.apache.axis.client.Call.invoke(Call.java:2720)
> 	at org.apache.axis.client.Call.invoke(Call.java:2396)
> 	at org.apache.axis.client.Call.invoke(Call.java:2319)
> 	at org.apache.axis.client.Call.invoke(Call.java:1776)
> 	at org.apache.beehive.test.tools.milton.junit.SOAPReportTestCase.assertReport(Unknown Source)
> 	at org.apache.beehive.controls.test.jws.TestInstantiate.testDeclarativeInstantiate(TestInstantiate.java:21)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> Repro:
> 1) sync svn to r106973;
> 2) modify controls\test\src\units\org\apache\beehive\controls\test\jws\TestInstantiate.java, change the test frequency to "checkin";
> 3) run controls\test ant checkin.tests;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-99) Milton can not ivoke beehive jws using Axis client

Posted by "Zach Smith (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-99?page=history ]

Zach Smith reassigned BEEHIVE-99:
---------------------------------

    Assign To: James Song  (was: Zach Smith)

> Milton can not ivoke beehive jws using Axis client
> --------------------------------------------------
>
>          Key: BEEHIVE-99
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-99
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: James Song
>      Fix For: V1Beta

>
> Whe using Milton to invoke beehive jws, the following errors are observed:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.io.FileNotFoundException: /jws/instantiate.jws
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 	{http://xml.apache.org/axis/}hostname:JSONG01
> java.io.FileNotFoundException: /jws/instantiate.jws
> 	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
> 	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
> 	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
> 	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
> 	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
> 	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
> 	at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> 	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
> 	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
> 	at org.apache.axis.client.Call.invokeEngine(Call.java:2737)
> 	at org.apache.axis.client.Call.invoke(Call.java:2720)
> 	at org.apache.axis.client.Call.invoke(Call.java:2396)
> 	at org.apache.axis.client.Call.invoke(Call.java:2319)
> 	at org.apache.axis.client.Call.invoke(Call.java:1776)
> 	at org.apache.beehive.test.tools.milton.junit.SOAPReportTestCase.assertReport(Unknown Source)
> 	at org.apache.beehive.controls.test.jws.TestInstantiate.testDeclarativeInstantiate(TestInstantiate.java:21)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> Repro:
> 1) sync svn to r106973;
> 2) modify controls\test\src\units\org\apache\beehive\controls\test\jws\TestInstantiate.java, change the test frequency to "checkin";
> 3) run controls\test ant checkin.tests;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-99) Milton can not ivoke beehive jws using Axis client

Posted by "James Song (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-99?page=history ]

James Song reassigned BEEHIVE-99:
---------------------------------

    Assign To: Zach Smith

> Milton can not ivoke beehive jws using Axis client
> --------------------------------------------------
>
>          Key: BEEHIVE-99
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-99
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1Beta
>     Reporter: James Song
>     Assignee: Zach Smith
>      Fix For: V1Beta

>
> Whe using Milton to invoke beehive jws, the following errors are observed:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.io.FileNotFoundException: /jws/instantiate.jws
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 	{http://xml.apache.org/axis/}hostname:JSONG01
> java.io.FileNotFoundException: /jws/instantiate.jws
> 	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
> 	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
> 	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
> 	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
> 	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
> 	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
> 	at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> 	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
> 	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
> 	at org.apache.axis.client.Call.invokeEngine(Call.java:2737)
> 	at org.apache.axis.client.Call.invoke(Call.java:2720)
> 	at org.apache.axis.client.Call.invoke(Call.java:2396)
> 	at org.apache.axis.client.Call.invoke(Call.java:2319)
> 	at org.apache.axis.client.Call.invoke(Call.java:1776)
> 	at org.apache.beehive.test.tools.milton.junit.SOAPReportTestCase.assertReport(Unknown Source)
> 	at org.apache.beehive.controls.test.jws.TestInstantiate.testDeclarativeInstantiate(TestInstantiate.java:21)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> Repro:
> 1) sync svn to r106973;
> 2) modify controls\test\src\units\org\apache\beehive\controls\test\jws\TestInstantiate.java, change the test frequency to "checkin";
> 3) run controls\test ant checkin.tests;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira