User Task form display popup error Unable to complete your request.

933 views
Skip to first unread message

Bora

unread,
Oct 25, 2017, 7:57:40 AM10/25/17
to jBPM Usage
Hi, 

sorry , newbie here. I am trying to run a process in jBPM with a task form linked to an object variable (my own class).

I can see the variable class in both web kie workbench and eclipse, and I have designed the form using the class structure.

However, when I run the process instance and I get to the user task from the workbench (I try to Claim the task in the tasks list), the form does not open, popping up an error
Unable to complete your request. The following exception occurred: com.thoughtworks.xstream.mapper.CannotResolveClassException (+ the name of my class)

As i have the debugging printout in the OnEntry script in the task, I am pretty sure the class exists :). I am , however, unable to find out what is wrong. I suspect something is wrong in the process - to - from variables mapping, but I am unable to tell what is wrong.

Any hints what should I check?

Thanks 

Bora

Maciej Swiderski

unread,
Oct 26, 2017, 2:30:00 AM10/26/17
to Bora, jBPM Usage
that means the class is not on kie server class path or kjar class path. Where is you class located? in workbench WEB-INF/lib or?

Maciej
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/2bc05270-c04f-419c-b91a-ef13e06555d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Bora

unread,
Oct 26, 2017, 7:52:57 AM10/26/17
to jBPM Usage
Thanks a lot for response, Maciej.

We do have the class in the overall jar for the project (we have checked that). This jar is loaded and registered by the kie server from the maven dependency:
[0m [0m13:24:24,016 INFO [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (EJB default - 1) KieModule was added: ZipKieModule[releaseId=cz.datlowe:rpa:1.0.0,file=/opt/jboss/.m2/repository/cz/datlowe/rpa/1.0.0/rpa-1.0.0.jar]
...
[0m [0m13:24:27,746 INFO [org.kie.server.services.impl.KieServerImpl] (EJB default - 1) Container rpa_1.0.0 (for release id cz.datlowe:rpa:1.0.0) successfully started

The class name is cz.datlowe.rpa.RpaShowcaseDao_Intent. 
I do have this OnEntry script in the user task

System.out.println("starting processClientChange");
RpaShowcaseDao_Intent oi = (RpaShowcaseDao_Intent) kcontext.getVariable("intent");
System.out.println("got intent for client " + oi.getClientName() + " " + oi.getClientSurname());

This works, i get the printout in the log, so I am sure at least part of the kie server knows about the class. The process variable intent of this class works just fine.
The problem starts when I want to open the form that is based on this class.

I have defined an Intent form variable (of the class RpaShowcaseDao_Intent; I can see the class in the form designer)  with the two IntentIn and IntentOut "faces" and defined the I/O mapping in the process User Task as per the screenshot


as you can see, the process designer knows about the class, and, as I said, the class works just fine in the process instance. It is however not recognized by the "form instance".

Any hint? It must be really something stupid, as this is a simplified copy of the manual example. And the form designer is happy, the process designer is also happy, it compiles ok, the process runs using this class in a process variable, just the form does not open :(

Thanks a lot in advance 

BRGDS

Bora

Maciej Swiderski

unread,
Oct 26, 2017, 8:11:20 AM10/26/17
to Bora, jBPM Usage
do you have full stacttrace of the error?

Maciej
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.

Bora

unread,
Oct 26, 2017, 8:43:05 AM10/26/17
to jBPM Usage
there is no error in the kie server output :(, just the popup box in the workbench web app as follows


is there any other place to look for the log then the stdout?

just for info, this is the stdout log i am looking at, contains jbpm warnings/info and my debugging scripts. It passes through several (script and Service/REST) tasks and at the end stops at the processClientChange User taks - and thats it
(i started a new process instance after that just to make sure everything gets flushed to the log)


[0m [0m13:24:27,746 INFO [org.kie.server.services.impl.KieServerImpl] (EJB default - 1) Container rpa_1.0.0 (for release id cz.datlowe:rpa:1.0.0) successfully started [0m [33m14:25:44,893 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:44,895 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:44,897 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:44,897 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [0m14:25:44,934 INFO [stdout] (default task-44) Im here [0m [0m14:25:44,934 INFO [stdout] (default task-44) null [0m [0m14:25:44,934 INFO [stdout] (default task-44) Im here 2 [0m [0m14:25:44,936 INFO [stdout] (default task-44) {"docLanguage":"en","product":"","confidenceLevel":1.0,"personGender":"M","message":"","intent":"change","personName":"Charles","newAttributeValueJson":{"value":"+420 251 555 633"},"personSurname":"Brown","hasProblem":false,"contractId":"","client":{"gender":"","hasProblem":false,"surname":"","greeting":"","name":"","id":"","message":"","contractsDescr":[]},"personId":"","attribute":"phone"} [0m [0m14:25:44,940 INFO [stdout] (default task-44) Im here3 [0m [0m14:25:44,941 INFO [stdout] (default task-44) Got intent change with Person Brown, product and contract [0m [0m14:25:44,942 INFO [stdout] (default task-44) Im here4 [0m [0m14:25:44,943 INFO [stdout] (default task-44) condition set to automatic [0m [0m14:25:44,947 INFO [stdout] (default task-44) checking stored variable 2 [0m [0m14:25:44,947 INFO [stdout] (default task-44) Got intent change with Person Brown, product and contract [0m [0m14:25:44,956 INFO [stdout] (default task-44) Starting checkClient [0m [0m14:25:44,957 INFO [stdout] (default task-44) check client oi created [0m [0m14:25:44,957 INFO [stdout] (default task-44) Got intent change with Person Brown, product and contract [0m [33m14:25:44,957 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:44,957 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:44,957 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,181 WARN [org.jbpm.process.workitem.rest.RESTWorkItemHandler] (default task-44) Unable to find transformer for content type 'text/plain;charset=UTF-8' to handle for content '{"docLanguage":"en","product":"","confidenceLevel":1.0,"personGender":"M","oldAttributeValueJson":{},"message":"","intent":"change","personName":"Charles","newAttributeValueJson":{"value":"+420 251 555 633"},"personSurname":"Brown","hasProblem":false,"contractId":"","client":{"gender":"","hasProblem":false,"surname":"Brown","greeting":"Dear Mr Brown","name":"Charles","id":"6712240001","message":"","contractsDescr":["life insurance (Life Insurance Maxim), contract nbr. '200001'","kasko insurance (Kasko GoodDriver), contract nbr. '300001'","motor TPL insurance (MTPL GreenCard), contract nbr. '300003'"]},"personId":"6712240001","attribute":"phone"}' [0m [33m14:25:45,184 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,184 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [0m14:25:45,186 INFO [stdout] (default task-44) returned from checkClient [0m [0m14:25:45,187 INFO [stdout] (default task-44) got json {"docLanguage":"en","product":"","confidenceLevel":1.0,"personGender":"M","oldAttributeValueJson":{},"message":"","intent":"change","personName":"Charles","newAttributeValueJson":{"value":"+420 251 555 633"},"personSurname":"Brown","hasProblem":false,"contractId":"","client":{"gender":"","hasProblem":false,"surname":"Brown","greeting":"Dear Mr Brown","name":"Charles","id":"6712240001","message":"","contractsDescr":["life insurance (Life Insurance Maxim), contract nbr. '200001'","kasko insurance (Kasko GoodDriver), contract nbr. '300001'","motor TPL insurance (MTPL GreenCard), contract nbr. '300003'"]},"personId":"6712240001","attribute":"phone"} [0m [0m14:25:45,194 INFO [stdout] (default task-44) condition set to change [0m [0m14:25:45,194 INFO [stdout] (default task-44) Exiting checkClient [0m [0m14:25:45,200 INFO [stdout] (default task-44) Starting prepareChange [0m [0m14:25:45,200 INFO [stdout] (default task-44) Got intent change with Person Brown, product and contract [0m [33m14:25:45,201 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,201 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,201 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,232 WARN [org.jbpm.process.workitem.rest.RESTWorkItemHandler] (default task-44) Unable to find transformer for content type 'text/plain;charset=UTF-8' to handle for content '{"clientHomePhone":"+420 251 555 633","product":"","confidenceLevel":1.0,"clientName":"Charles","policyInsuredAmount":0.0,"contract":"","policyPaymentFrequency":0,"policyEndDate":"","clientSurname":"Brown","clientWorkEmail":"","message":"You wanted to change your phone to a new value +420 251 555 633.\nThe current value in our systems is 602556665.\n","clientAddress":{"country":"","number":"","zipCode":"","town":"","townPart":"","street":"","streetNum":"","townNum":""},"intentType":"","policyPremium":0.0,"originalJson":"","hasProblem":false,"clientWorkPhone":"","clientRC":"6712240001","intentTypeDetail":"Client","clientMobile":"","clientHomeEmail":""}' [0m [33m14:25:45,233 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,233 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,233 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [0m14:25:45,235 INFO [stdout] (default task-44) returned from prepareChange [0m [0m14:25:45,235 INFO [stdout] (default task-44) got json {"clientHomePhone":"+420 251 555 633","product":"","confidenceLevel":1.0,"clientName":"Charles","policyInsuredAmount":0.0,"contract":"","policyPaymentFrequency":0,"policyEndDate":"","clientSurname":"Brown","clientWorkEmail":"","message":"You wanted to change your phone to a new value +420 251 555 633.\nThe current value in our systems is 602556665.\n","clientAddress":{"country":"","number":"","zipCode":"","town":"","townPart":"","street":"","streetNum":"","townNum":""},"intentType":"","policyPremium":0.0,"originalJson":"","hasProblem":false,"clientWorkPhone":"","clientRC":"6712240001","intentTypeDetail":"Client","clientMobile":"","clientHomeEmail":""} [0m [0m14:25:45,274 INFO [stdout] (default task-44) condition set to client [0m [0m14:25:45,276 INFO [stdout] (default task-44) starting auto reply [0m [0m14:25:45,276 INFO [stdout] (default task-44) set message to You wanted to change your phone to a new value +420 251 555 633. [0m [0m14:25:45,276 INFO [stdout] (default task-44) The current value in our systems is 602556665. [0m [0m14:25:45,276 INFO [stdout] (default task-44) [0m [33m14:25:45,278 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,278 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [33m14:25:45,278 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [0m14:25:45,281 INFO [stdout] (default task-44) calling email with json {"subject":"HiHi","response":"You wanted to change your phone to a new value +420 251 555 633.\nThe current value in our systems is 602556665.\n","body_withHilite_Html":"Hi there,<br/> <br/><span title=\"Person\" style=\"background-color: #9FE8EE;border-bottom:none;\">I</span> would like to <span title=\"Activity\" style=\"background-color: #FFC5BF;border-bottom:none;\">change</span> <span title=\"Person\" style=\"background-color: #9FE8EE;border-bottom:none;\">my</span> <span title=\"Attribute\" style=\"background-color: #FFAF5A;border-bottom:none;\">phone</span> to +420 251 555 633.<br/> <br/>Thanks,<br/> <br/><span title=\"Person\" style=\"background-color: #9FE8EE;border-bottom:none;\">Charles Brown</span> <br/> <br/>","from":"bo...@post.cz","to":null,"body":"Hi there,\n \nI would like to change my phone to +420 251 555 633.\n \nThanks,\n \nCharles Brown \n \n","body_withIntent_Html":""} [0m [33m14:25:45,406 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-44) Variable content was trimmed as it was too long (more than 255 characters) [0m [0m14:25:45,418 INFO [stdout] (default task-44) starting processClientChange [0m [0m14:25:45,419 INFO [stdout] (default task-44) got intent for client Charles Brown [0m [33m14:33:45,878 WARN [org.jbpm.process.audit.VariableInstanceLog] (default task-54) Variable content was trimmed as it was too long (more than 255 characters)

Bora

unread,
Oct 26, 2017, 10:01:22 AM10/26/17
to jBPM Usage
Just additional info: we build and deploy using maven, not the Build & Deploy workbench button

Maciej Swiderski

unread,
Oct 27, 2017, 3:17:04 AM10/27/17
to Bora, jBPM Usage
maybe workbench does not have access to this kjar/class… try putting this jar that has the missing class in workbench (kie-wb/jbpm-console) WEB-INF/lib directory and see if that helps in anyway?

Maciej
On 26 Oct 2017, at 16:01, Bora <bo...@post.cz> wrote:

Just additional info: we build and deploy using maven, not the Build & Deploy workbench button

--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.

Bora

unread,
Oct 27, 2017, 5:55:57 AM10/27/17
to jBPM Usage
Yes, that helped, thanks a lot, Maciej.

However, that is probably not an ideal solution, is it? Is this a sort of an issue, or are we doing something wrong?

Thanks a lot anyway for your help

Bora

Maciej Swiderski

unread,
Oct 27, 2017, 6:17:03 AM10/27/17
to Bora, jBPM Usage
Correct, it’s not the expected way but then we know what is causing the problem. So is that class in the kjar or? If it is maybe workbench does not have access to maven repo that contains it. This is clearly a configuration issue and I supsect it is related to kjar/maven part

aciej
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.

Martin Vojtek

unread,
Oct 30, 2017, 5:34:44 AM10/30/17
to jBPM Usage
Hi Maciej,

our configuration is as follows.

We have two servers: jbpm-workbench and kie-server

jbpm-workbench is the owner of maven repo with configured org.guvnor.m2repo.dir property in standalone-full.xml file.
<property name="org.guvnor.m2repo.dir" value="/app/repo/.m2/repository" />

The jar is located in the following path
/app/repo/.m2/repository/cz/datlowe/rpa/1.0.0/rpa-1.0.0.jar

When I put the jar into WEB-INF lib, the error goes away: /opt/jboss/wildfly/standalone/deployments/jbpm-console.war/WEB-INF/lib/rpa.jar

Is there some other configuration which eventually fixes the configuration?

Thanks

Martin

Dne pátek 27. října 2017 12:17:03 UTC+2 Maciej Swiderski napsal(a):

Maciej Swiderski

unread,
Oct 30, 2017, 7:32:33 AM10/30/17
to Martin Vojtek, jBPM Usage

Bora

unread,
Oct 30, 2017, 8:05:38 AM10/30/17
to jBPM Usage
Actually in the log of the kie server it says it loads it correctly

[0m [0m16:20:04,529 INFO [org.kie.server.services.impl.KieServerImpl] (EJB default - 1) Container rpa_1.0.0 (for release id cz.datlowe:rpa:1.0.0) successfully started

and the "process server" uses the class ok (I have variables of the class on process level and manipulate them with no problem). The only issue is when I try to load the form that uses this class.

Might the problem be in this line?

[0m [33m16:19:01,234 WARN [org.kie.scanner.embedder.MavenSettings] (EJB default - 1) Environment variable M2_HOME is not set

Bora

unread,
Oct 30, 2017, 9:03:47 AM10/30/17
to jBPM Usage
OK so I found something in the log. 
In the log of jbpm-workbench server there are following warnings and errors

[0m [33m11:08:58,631 WARN [org.kie.scanner.embedder.MavenSettings] (MSC service thread 1-4) Environment variable M2_HOME is not set [0m [0m11:09:03,558 INFO [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (MSC service thread 1-4) KieModule was added: ZipKieModule[releaseId=cz.datlowe:rpa:1.0.0,file=/app/repo/.m2/repository/cz/datlowe/rpa/1.0.0/rpa-1.0.0.jar] [0m [0m11:09:03,669 INFO [org.jbpm.dashboard.renderer.backend.DataSetDefsBootstrap] (MSC service thread 1-4) Process dashboard datasets registered [0m [0m11:09:03,693 INFO [org.jbpm.workbench.pr.backend.server.DataSetDefsBootstrap] (MSC service thread 1-4) Process instance datasets registered [0m [0m11:09:03,714 INFO [org.jbpm.workbench.ht.backend.server.DataSetDefsBootstrap] (MSC service thread 1-4) Human task datasets registered [0m [0m11:09:03,722 INFO [org.jbpm.workbench.es.backend.server.DataSetDefsBootstrap] (MSC service thread 1-4) Executor service datasets registered [0m [0m11:09:04,593 INFO [org.uberfire.ext.metadata.io.BatchIndex] (EJB default - 2) Starting indexing of default://master@myrepo/ ... [0m [0m11:09:04,593 INFO [org.uberfire.ext.metadata.io.BatchIndex] (EJB default - 1) Starting indexing of default://master@Datlowe-myrepo/ ... [0m [31m11:09:04,993 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 2) Unable to index default://master@myrepo/readme.md: project could not be resolved. [0m [31m11:09:04,993 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/readme.md: project could not be resolved. [0m [0m11:09:05,154 INFO [org.uberfire.ext.metadata.io.BatchIndex] (EJB default - 2) Completed indexing of default://master@myrepo/ [0m [31m11:09:05,250 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/.settings/org.eclipse.bpmn2.modeler.core.prefs: package could not be resolved. [0m [31m11:09:05,339 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/.settings/org.eclipse.core.resources.prefs: package could not be resolved. [0m [0m11:09:05,363 INFO [org.uberfire.backend.server.WebAppListener] (ServerService Thread Pool -- 82) Root directory = /opt/jboss/wildfly/standalone/deployments/jbpm-console.war [0m [0m11:09:05,406 INFO [org.uberfire.backend.server.security.RoleLoader] (ServerService Thread Pool -- 82) Roles registered from web.xml "process-admin,manager,admin,analyst,developer,user" [0m [0m11:09:05,431 INFO [org.uberfire.backend.server.authz.AuthorizationPolicyDeployer] (ServerService Thread Pool -- 82) Security policy active [0m [31m11:09:05,448 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/.settings/org.eclipse.jdt.core.prefs: package could not be resolved. [0m [31m11:09:05,543 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/.settings/org.eclipse.m2e.core.prefs: package could not be resolved. [0m [0m11:09:05,664 INFO [org.jboss.errai.bus.server.cluster.noop.NoopClusteringProvider] (ServerService Thread Pool -- 82) clustering support not configured. [0m [31m11:09:05,671 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/btm1.tlog: package could not be resolved. [0m [0m11:09:05,671 INFO [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (ServerService Thread Pool -- 82) starting errai bus ... [0m [0m11:09:05,672 INFO [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (ServerService Thread Pool -- 82) using dispatcher implementation: org.jboss.errai.bus.server.SimpleDispatcher [0m [0m11:09:05,677 INFO [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (ServerService Thread Pool -- 82) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider [0m [0m11:09:05,692 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (ServerService Thread Pool -- 82) searching for errai extensions ... [0m [0m11:09:05,703 INFO [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (ServerService Thread Pool -- 82) errai bus started. [0m [0m11:09:05,710 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 82) WFLYUT0021: Registered web context: /jbpm-console [0m [0m11:09:05,773 INFO [org.jboss.as.server] (ServerService Thread Pool -- 38) WFLYSRV0010: Deployed "jbpm-console.war" (runtime-name : "jbpm-console.war") [0m [31m11:09:05,787 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/btm2.tlog: package could not be resolved. [0m [0m11:09:05,872 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management [0m [0m11:09:05,873 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 [0m [0m11:09:05,873 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 42725ms - Started 968 of 1215 services (421 services are lazy, passive or on-demand) [0m [31m11:09:05,884 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/backboneformsinclude.fw: package could not be resolved. [0m [31m11:09:06,001 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/backbonejsinclude.fw: package could not be resolved. [0m [31m11:09:06,121 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/cancelbutton.fw: package could not be resolved. [0m [31m11:09:06,237 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/checkbox.fw: package could not be resolved. [0m [31m11:09:06,320 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/customeditors.json: package could not be resolved. [0m [31m11:09:06,399 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/defaultemailicon.gif: package could not be resolved. [0m [31m11:09:06,466 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/defaultlogicon.gif: package could not be resolved. [0m [31m11:09:06,613 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/defaultmilestoneicon.png: package could not be resolved. [0m [31m11:09:06,703 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/defaultservicenodeicon.png: package could not be resolved. [0m [31m11:09:06,776 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/div.fw: package could not be resolved. [0m [31m11:09:06,850 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/dropdownmenu.fw: package could not be resolved. [0m [31m11:09:06,953 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/fieldset.fw: package could not be resolved. [0m [31m11:09:07,056 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/form.fw: package could not be resolved. [0m [31m11:09:07,144 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/handlebarsinclude.fw: package could not be resolved. [0m [31m11:09:07,213 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/htmlbasepage.fw: package could not be resolved. [0m [31m11:09:07,293 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/image.fw: package could not be resolved. [0m [31m11:09:07,411 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/jqueryinclude.fw: package could not be resolved. [0m [31m11:09:07,494 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/jquerymobileinclude.fw: package could not be resolved. [0m [31m11:09:07,576 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/link.fw: package could not be resolved. [0m [31m11:09:07,655 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/mobilebasepage.fw: package could not be resolved. [0m [31m11:09:07,755 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/orderedlist.fw: package could not be resolved. [0m [31m11:09:07,841 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/passwordfield.fw: package could not be resolved. [0m [31m11:09:07,996 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/patterns.json: package could not be resolved. [0m [31m11:09:08,091 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/radiobutton.fw: package could not be resolved. [0m [31m11:09:08,191 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/script.fw: package could not be resolved. [0m [31m11:09:08,299 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/submitbutton.fw: package could not be resolved. [0m [31m11:09:08,382 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/table.fw: package could not be resolved. [0m [31m11:09:08,477 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/textarea.fw: package could not be resolved. [0m [31m11:09:08,574 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/textfield.fw: package could not be resolved. [0m [31m11:09:08,672 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/themes.json: package could not be resolved. [0m [31m11:09:08,761 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/global/unorderedlist.fw: package could not be resolved. [0m [31m11:09:08,829 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/package-names-white-list: package could not be resolved. [0m [31m11:09:08,901 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/pom.xml: package could not be resolved. [0m [31m11:09:08,997 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/project.imports: package could not be resolved. [0m [31m11:09:09,109 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/project.repositories: package could not be resolved. [0m [0m11:09:11,691 INFO [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (EJB default - 1) KieModule was added: MemoryKieModule[releaseId=cz.datlowe:rpa:1.0.0] [0m [33m11:09:13,195 WARN [org.kie.workbench.common.screens.datamodeller.backend.server.indexing.JavaSourceVisitor] (EJB default - 1) Import javax.json used in class. [0m [33m11:09:13,380 WARN [org.kie.workbench.common.screens.datamodeller.backend.server.indexing.JavaSourceVisitor] (EJB default - 1) Import javax.json used in class. [0m [33m11:09:13,765 WARN [org.kie.workbench.common.screens.datamodeller.backend.server.indexing.JavaSourceVisitor] (EJB default - 1) Import javax.json used in class. [0m [31m11:09:13,861 ERROR [org.kie.workbench.common.screens.impl.LibraryIndexer] (EJB default - 1) Unable to index default://master@Datlowe-myrepo/rpa/src/main/resources/META-INF/kmodule.xml: package could not be resolved. [0m [33m11:09:19,074 WARN [org.jbpm.formModeler.dataModeler.integration.DataModelerService] (EJB default - 1) Unable to load class 'RpaShowcaseDao_Intent': java.lang.ClassNotFoundException: RpaShowcaseDao_Intent [0m [0m11:09:20,430 INFO [org.uberfire.ext.metadata.io.BatchIndex] (EJB default - 1) Completed indexing of default://master@Datlowe-myrepo/

So the question now is: what are the screens.impl.LibraryIndexers and why can't they index the jar? and why can't the formModeler load this class? (and the other form CAN load the other class). I suspect Class not found is therefore probably misleading; what else can be wrong with the class? 

Thanks a lot

Bora
Reply all
Reply to author
Forward
0 new messages