This is the discussions area for Joget Workflow community. Please login or signup to participate in the forum.
For any question or bug report related to Joget Workflow, please organize them under this page. You may:
- create a sub-section by creating a new page, and
- create a topic by creating a new page under a relevant sub-section
Before posting a new topic, please kindly search this forum to make sure that your question has never been answered before.
28 Comments
Rudy Hartono
Hi,
To avoid any confusing to run a process with the same package, is there any way to hide Subflow Process(es) in Run Process-List?
Thanks.
Olinto Gomes Junior
Is there a way to query a legacy Firebird DB thru a beanshell script? I have been trying without succes, the sistem seems to accept only MySQL and MSSQL. Thanks for the great software by the way!
Tiensoon
Ya, the BeanShell Plugin is packaged with JDBC drivers for MySQL, SQL Server 2005 and Oracle 10g; but not Firebird DB. For that to be possible, BeanShell Plugin has to be packaged with a Firebird-compatible JDBC JAR in the lib
Olinto Gomes Junior
Thanks a lot! I'm going to try to install a development environment in order to do it.
laijunyi
hi,
when i try to use the database plugin to update my database, there was a error occured:
java.lang.NoClassDefFoundError: javax/sql/DataSource
at org.joget.plugin.etl.FormDataEtlPlugin.createDataSource(FormDataEtlPlugin.java:88)
at org.joget.plugin.etl.FormDataEtlPlugin.execute(FormDataEtlPlugin.java:77)
at org.joget.workflow.shark.WorkflowToolActivityHandler.executeActivity(WorkflowToolActivityHandler.java:99)
at org.enhydra.shark.WfActivityImpl.runTool(WfActivityImpl.java:1487)
at org.enhydra.shark.WfActivityImpl.startActivity(WfActivityImpl.java:1419)
at org.enhydra.shark.WfActivityImpl.activate(WfActivityImpl.java:261)
at org.enhydra.shark.WfProcessImpl.startActivity(WfProcessImpl.java:918)
at org.enhydra.shark.WfProcessImpl.queueNext(WfProcessImpl.java:1134)
at org.enhydra.shark.WfProcessImpl.run(WfProcessImpl.java:750)
at org.enhydra.shark.WfProcessImpl.activity_complete(WfProcessImpl.java:969)
at org.enhydra.shark.WfActivityImpl.finish(WfActivityImpl.java:441)
at org.enhydra.shark.WfActivityImpl.complete(WfActivityImpl.java:366)
at org.enhydra.shark.WfActivityWrapper.complete(WfActivityWrapper.java:230)
at org.joget.workflow.model.service.WorkflowManagerImpl.assignmentComplete(WorkflowManagerImpl.java:4575)
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:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.joget.workflow.util.AuditTrailInterceptor.invoke(AuditTrailInterceptor.java:21)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.joget.workflow.util.AuditTrailInterceptor.invoke(AuditTrailInterceptor.java:21)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy9.assignmentComplete(Unknown Source)
at org.joget.workflow.model.WorkflowFacade.assignmentComplete(WorkflowFacade.java:465)
at org.joget.workflow.controller.WorkflowJsonController.assignmentComplete(WorkflowJsonController.java:1237)
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:597)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doInvokeMethod(HandlerMethodInvoker.java:413)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:134)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:310)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:297)
at org.joget.commons.spring.web.ParameterizedAnnotationMethodHandlerAdapter.handle(ParameterizedAnnotationMethodHandlerAdapter.java:30)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:359)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(SessionFixationProtectionFilter.java:67)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.joget.workflow.security.WorkflowNtlmProcessingFilter.doFilterHttp(WorkflowNtlmProcessingFilter.java:52)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:271)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:271)
at org.joget.workflow.security.WorkflowHttpAuthProcessingFilter.doFilterHttp(WorkflowHttpAuthProcessingFilter.java:39)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:174)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: javax.sql.DataSource
at org.apache.felix.framework.searchpolicy.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:564)
at org.apache.felix.framework.searchpolicy.ModuleImpl.access$100(ModuleImpl.java:58)
at org.apache.felix.framework.searchpolicy.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1405)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 100 more
I saw the source ApplicationPlugin.java , and i can not find the implement of the method execute(Map props).
can anybody tell me why?
Hugo
Hi there,
It seems that it is having problem loading the necessary classes. Can you tell us more maybe on the build number of your Joget and version of your Database plugin?
Roger1980
Hi all,
I am new here, but this workflow mgmt. system looks really interessting. I have a short question, is there a possibility to execute Joget out of a website?
For example I have a website where people have to login and for the login process several tests must be executed. For that a workflow engine is needed.
So, if the question is YES, how can I connect the website with Joget? I read something that it is possible with IFrame, is that correct?
I wish you all the best and thanks for the answers...
Cheers Roger
Hugo
Hi Roger,
Sorry for the late reply as we are busy wrapping up stuff for Joget v3 and attending to Enterprise Subscribers.
Yes, it is possible to do integration with Joget even on the older version. We have sets of comprehensive API calls for you to do integration with.
You may start your journey with the discussion at v2 Integration Discussions.
grace
I have download some sample applications from marketplace such as HR, Purchase.. However, when i try to upload those application to my joget, it prompt me error :Error! Please check your selected file and try it again.
May I know is that any wrong with my method or the application ? I upload it though Design apps> Import app
Hugo
Hi Grace,
Can you verify that you are using Joget Enterprise Edition? The app will not work on Community Edition. Hope this helps.
Fernanda Ruales
Hello, I have a question, I'm seeing Joget and need to know if this tool allows me having an organizational structure in a functional way and designed my processes, view my organization in both ways, functional and processes.
Thanks a lot
Regards,
Fermanda
Hugo
Yes, you can. You can manage your staff in both organization/department(s) structure and by functional (groups) and map them accordingly in your process participant mapping.
Hope this helps. Thanks.
Fernanda Ruales
Tanks a lot Hugo, now I need a template or an example that demonstrates this, to see if it fits my needs, you know if there is something on the web about this??
Regards,
Fernanda
Simon Xi
Got authorized error when tried to active the system after input the new licence and admin user and password. As we moved the tomcat to a new server, but the database keep same.
License: Joget Workflow v3 Enterprise
Licensed To: mohamed eldarieby
Licensed Users: 50
Expiry: Mon Dec 09 15:59:59 UTC 2013
Not Activated
Hugo
Hi Simon,
I believe the issue has been resolved. Thanks.
dark devil
hola:
quisiera saber como puedo hacer una carga de archivos dinamicamente. quisiera tener una opcion que me permita agregar un nuevo archivo.
kapla3112
Hello,
I have more than 4 Datalists, and each list needs difference css. What I have to do?
Thanks a lot
P/S: I made wrong page in Knowledge base for v4, please help delete it :) Thanks!
shamini
hello
i'm using v4..
i have 1 datalist and 1 form..
i have published the page..
the content all can be seen by clicking preview button...
bt once click the launch button the content in the form not displayed ..
the showing was as given below:
We are sorry, but you are not authorized to view this page.
can i know where is my error or where should i make the chnages...
tq...
Hugo
Hi there,
What do you click on? How do you configure the form? Is there a permission problem? Some screenshots or server log or steps to reproduce the problem would be helpful.
Cheers.
shamini
hello...
actualy we are done with that problem...
now we just wanted to know that "HOW TO MAKE A SEARCH " for making a selection from the database by entering the reference number.
the reference number is auto generated.we are done wit this part.
Please help us by attaching some example for "SEARCH"?(ON USER INTERFACE)
Mohamad Qayyum Bin Abdul Samat
Hello,
How I want to save data from the joget workflow form into a database let say phpmyadmin database..... and how to retrieve the data to show it at another form? urgent.
Hugo
Hi there,
phpmyadmin is not a database system but a web based tool to administrate mysql database.
Joget automatically saves and loads form data from the database it runs on.
You may try to look up on Bean Shell Programming or Load & Store Form Grid Data Using Bean Shell Form Binder if you intend to do something out of ordinary (i.e. from external database).
Hope this helps.
Thanks.
Mohamad Qayyum Bin Abdul Samat
Hello,
1. How I want to save and retrieve data from joget workflow form into Microsoft Access Database table?
2. How to calculate how many years using the Start Date and the current date?
3. How to make condition expression such as that check if the years is more or less than of some value?
Please answer me... I want to develop a system that are going to be used for "Unit Status Bumiputera".
Hugo
Hi there again,
1. You may try to check out the Apache POI project.
2/3. You probably need to use some scripting. You may try to look at some of the Sample Script.
Please post your question in appropriate topic next time.
Thanks.
Hugo
shamini
Hi Admin,
i'm using Enterprise V4
When the system is logout,user still can see admin's menus
so can i know how to make the admin's menus invisible for user?
Hugo
Hi Shamini,
Please use Form Permission Control settings found in your Userview Category's properties.
Please create a new topic and not to post in the form home next time.
Thanks.
Hugo
shamini
Hi admin....
How to make searching in joget????
Hugo
Hi Shamini,
Please create a new topic and not to post in the form home with elaborated description of your question.
Appreciate your prompt action.
Thanks.
Hugo