wso2bam - Error while creating a report in wso2 bam -


i following message while creating table report in wso2 bam 2.3.0 server:

http status 500 - org.apache.axis2.axisfault: table report not valide template 

table report report's name typed. here part of stack trace:

type exception report

message org.apache.axis2.axisfault: table report not valide template 

description server encountered internal error prevented fulfilling request.

exception

javax.servlet.servletexception: org.apache.axis2.axisfault: table report not valide template     org.wso2.carbon.ui.transports.fileuploadservlet.dopost(fileuploadservlet.java:61)     javax.servlet.http.httpservlet.service(httpservlet.java:755)     javax.servlet.http.httpservlet.service(httpservlet.java:848)     org.eclipse.equinox.http.helper.contextpathservletadaptor.service(contextpathservletadaptor.java:37)     org.eclipse.equinox.http.servlet.internal.servletregistration.service(servletregistration.java:61)     org.eclipse.equinox.http.servlet.internal.proxyservlet.processalias(proxyservlet.java:128)     org.eclipse.equinox.http.servlet.internal.proxyservlet.service(proxyservlet.java:68)     javax.servlet.http.httpservlet.service(httpservlet.java:848)     org.wso2.carbon.tomcat.ext.servlet.delegationservlet.service(delegationservlet.java:68)     org.wso2.carbon.tomcat.ext.filter.charactersetfilter.dofilter(charactersetfilter.java:61) root cause  org.apache.axis2.axisfault: table report not valide template     org.apache.axis2.util.utils.getinboundfaultfrommessagecontext(utils.java:531)     org.apache.axis2.description.robustoutonlyaxisoperation$robustoutonlyoperationclient.handleresponse(robustoutonlyaxisoperation.java:93)     org.apache.axis2.description.outinaxisoperationclient.send(outinaxisoperation.java:413)     org.apache.axis2.description.outinaxisoperationclient.executeimpl(outinaxisoperation.java:224)     org.apache.axis2.client.operationclient.execute(operationclient.java:149)     org.wso2.carbon.reporting.template.stub.reporttemplateadminstub.addnewtablereport(reporttemplateadminstub.java:3183)     org.wso2.carbon.reporting.template.ui.client.reporttemplateclient.addnewreport(reporttemplateclient.java:129)     org.wso2.carbon.reporting.template.ui.upload.reportuploadexecutor.handletablereport(reportuploadexecutor.java:85)     org.wso2.carbon.reporting.template.ui.upload.reportuploadexecutor.execute(reportuploadexecutor.java:65)     org.wso2.carbon.ui.transports.fileupload.abstractfileuploadexecutor.executegeneric(abstractfileuploadexecutor.java:104)     org.wso2.carbon.ui.transports.fileupload.fileuploadexecutormanager$carbonxmlfileuploadexechandler.execute(fileuploadexecutormanager.java:392)     org.wso2.carbon.ui.transports.fileupload.fileuploadexecutormanager$fileuploadexecutionhandlermanager.startexec(fileuploadexecutormanager.java:276)     org.wso2.carbon.ui.transports.fileupload.fileuploadexecutormanager.execute(fileuploadexecutormanager.java:125)     org.wso2.carbon.ui.transports.fileuploadservlet.dopost(fileuploadservlet.java:57)     javax.servlet.http.httpservlet.service(httpservlet.java:755)     javax.servlet.http.httpservlet.service(httpservlet.java:848)     org.eclipse.equinox.http.helper.contextpathservletadaptor.service(contextpathservletadaptor.java:37)     org.eclipse.equinox.http.servlet.internal.servletregistration.service(servletregistration.java:61)     org.eclipse.equinox.http.servlet.internal.proxyservlet.processalias(proxyservlet.java:128)     org.eclipse.equinox.http.servlet.internal.proxyservlet.service(proxyservlet.java:68)     javax.servlet.http.httpservlet.service(httpservlet.java:848)     org.wso2.carbon.tomcat.ext.servlet.delegationservlet.service(delegationservlet.java:68)     org.wso2.carbon.tomcat.ext.filter.charactersetfilter.dofilter(charactersetfilter.java:61) 

here full stack trace log file http://pastebin.com/x3wew4gv

seems jrxml template not valid. please recheck tags.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -