According to the exception, you have a invalid humantask definition. Error
occurs, when BPEL engine try to parse the .ht file. Can you validate your
.ht file against [1].

Thanks,
Hasitha.

[1] -
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/business-processes/humantask/org.wso2.carbon.humantask/src/main/resources/schemas/ws-humantask.xsd

On Fri, Oct 3, 2014 at 4:02 PM, Akila Nimantha [IT/EKO/LOITS] <
[email protected]> wrote:

>  Hi All,
>
>
>
> We are trying to create humantask based on sample in
> http://docs.oasis-open.org/bpel4people/ws-humantask-1.1-spec-cs-01.html (
> I.sample 200 page ).This error coming while I’m trying to deploy this human
> task project to BPS server. What should we do ?
>
>
>
> TID: [0] [BPS] [2014-10-03 10:40:34,231] ERROR
> {org.wso2.carbon.humantask.deployer.HumanTaskDeployer} -  Error deploying
> HumanTask package : TesthumanTask_1.0.0.zip
> {org.wso2.carbon.humantask.deployer.HumanTaskDeployer}
>
> org.wso2.carbon.humantask.core.deployment.HumanTaskDeploymentException:
> Error occurred while parsing the human interaction definition
>
>        at
> org.wso2.carbon.humantask.core.deployment.ArchiveBasedHumanTaskDeploymentUnitBuilder.getHumanInteractionsDocument(ArchiveBasedHumanTaskDeploymentUnitBuilder.java:226)
>
>        at
> org.wso2.carbon.humantask.core.deployment.HumanTaskDeploymentUnitBuilder.createNewHumanTaskDeploymentUnit(HumanTaskDeploymentUnitBuilder.java:48)
>
>        at
> org.wso2.carbon.humantask.core.store.HumanTaskStore.createNewDeploymentUnit(HumanTaskStore.java:443)
>
>        at
> org.wso2.carbon.humantask.core.store.HumanTaskStore.deploy(HumanTaskStore.java:421)
>
>        at
> org.wso2.carbon.humantask.deployer.HumanTaskDeployer.deploy(HumanTaskDeployer.java:68)
>
>        at
> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>
>        at
> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
>
>        at
> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
>
>        at
> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
>
>        at
> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
>
>        at
> org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:371)
>
>        at
> org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:59)
>
>        at
> org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:67)
>
>        at
> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.runAxisDeployment(CarbonDeploymentSchedulerTask.java:79)
>
>        at
> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:124)
>
>        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>
>        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
>
>        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
>
>        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>
>        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>
>        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>
>        at java.lang.Thread.run(Thread.java:744)
>
> Caused by: java.io.CharConversionException: Characters larger than 4 bytes
> are not supported: byte 0x80 implies a length of more than 4 bytes
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.UTF8XMLDecoder.decode(UTF8XMLDecoder.java:162)
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader$FastStreamDecoder.read(XMLStreamReader.java:762)
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader.read(XMLStreamReader.java:162)
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yy_refill(PiccoloLexer.java:3474)
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yylex(PiccoloLexer.java:3958)
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yylex(Piccolo.java:1290)
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yyparse(Piccolo.java:1400)
>
>        at
> org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:714)
>
>        at
> org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3439)
>
>        at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale
>
> .java:1270)
>
>        at
> org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)
>
>        at
> org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
>
>        at
> org.wso2.carbon.humantask.HumanInteractionsDocument$Factory.parse(Unknown
> Source)
>
>        at
> org.wso2.carbon.humantask.core.deployment.ArchiveBasedHumanTaskDeploymentUnitBuilder.getHumanInteractionsDocument(ArchiveBasedHumanTaskDeploymentUnitBuilder.java:222)
>
>        ... 21 more
>
> TID: [0] [BPS] [2014-10-03 10:40:34,232]  INFO
> {org.apache.axis2.deployment.DeploymentEngine} -
> org.apache.axis2.deployment.DeploymentException: Error deploying HumanTask
> package : TesthumanTask_1.0.0.zip {org.apache.axis2.
>
>
>
> Best Regards,
>
> Akila
>
> This message (including any attachments) is intended only for the use of
> the individual or entity to which it is addressed and may contain
> information that is non-public, proprietary, privileged, confidential, and
> exempt from disclosure under applicable law or may constitute as attorney
> work product. If you are not the intended recipient, you are hereby
> notified that any use, dissemination, distribution, or copying of this
> communication is strictly prohibited. If you have received this
> communication in error, notify us immediately by telephone and (i) destroy
> this message if a facsimile or (ii) delete this message immediately if this
> is an electronic communication. Thank you.
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Hasitha Aravinda,
Software Engineer,
WSO2 Inc.
Email: [email protected]
Mobile: +94 71 8 210 200
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to