You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by dhilip kumar <dh...@yahoo.co.in> on 2006/07/01 07:00:18 UTC

ServiceValidationException

Hi,
I am getting the following error even before making any request in the browser.
I just run "ant run" in the command prompt.
   
  2343873[PersistedServiceJob.java:111:INFO ] org.ofbiz.service.job.PersistedServiceJob@88a970 -- Next runtime: -1
2343873[PersistedServiceJob.java:161:INFO ] Persisted Job Failed Re-Scheduling : 1151663992393
2343873[       ModelService.java:377:ERROR] [ModelService.validate] : {wfLimitInvoker} : (IN) Required test error: org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are missing: serviceContext, serviceName, workEffortId
2343889[  ServiceDispatcher.java:271:ERROR] Incoming context (in runSync : wfLimitInvoker) does not match expected requirements
org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are missing: serviceContext, serviceName, workEffortId
 at org.ofbiz.service.ModelService.validate(ModelService.java:419)
 at org.ofbiz.service.ModelService.validate(ModelService.java:374)
 at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:269)
 at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:171)
 at org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110)
 at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:80)
 at org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:201)
 at java.lang.Thread.run(Thread.java:534)
2343889[  ServiceDispatcher.java:348:ERROR] Service [wfLimitInvoker] threw an unexpected exception/error
org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are miss
  Have anyone come across this error?
  Thanks in advance
Thilip

 		
---------------------------------
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail Beta.

Re: user interface

Posted by BJ Freeman <bj...@free-man.net>.
Not sure what version you are using, but the current one uses
(relatively) easy XML files to create the User Interface.

I found one thing that User like is giving them Links they can save in
their Bookmarks to get to areas of interest fast without going thru all
the menus .

 From www.ofbiz.org there is a link for a demo site
https://test.opentravelsystem.org/catalog/control/login/main?USERNAME=demoadmin&PASSWORD=ofbiz

supports ERP in manufacturing.
https://demo.opensourcestrategies.com:8445/manufacturing/control/main

another live demo is
http://demo.nereide.biz/website/control/public?idNameHeading=manufacturing
they changed the manufacturing to production.


if you have a laptop you can take it to him with it running on localhost
and do a presentation.

If you have a Webserver, you can generate screenshots, that your can
provide URL's to that he can view.

Lastly you can do screenshots and put them in a PDF or Word document.


heiti kruusmaa sent the following on 7/1/2006 4:15 AM:
> hello there
> 
> i have a question  about user interface.
> 
> sure we can design any kind of user interface we want but do we have 
> some sort of showcase or screenshots what has been done on user interface?
> 
> i am not expert in design and can not very fast to prepare type of 
> interface that client wants to see. for him it is very important that 
> user interface has feel and look that he likes. he is looking for 
> explorer like interface. maybe like shown here:
> http://www.compiere.org/product/tour/UsingCompiere1.html
> 
> client is about to deside over microsoft navision to use our offered 
> ofbiz based manufacturing system, he does like how one can work in 
> navision. sure we can design him interface similar to navision but how 
> can i very fast to show this kind of interface in my prototype? time 
> factor is big problem here...
> 
> strange how some people choose software...he compared software to 
> woman...some you want and some you dont siply by looking at them  :))))
> 
> maybe any of community members have designed one already?
> 
> BTW if we get contract it will result in some contributions to community 
> in form of cash and result is additional functionality for 
> manufacturing, that all will be released in open source.
> 
> looking forward to communities kind response!
> 
> cheers
> 
> Heiti
> 


user interface

Posted by heiti kruusmaa <he...@finestmedia.ee>.
hello there

i have a question  about user interface.

sure we can design any kind of user interface we want but do we have 
some sort of showcase or screenshots what has been done on user interface?

i am not expert in design and can not very fast to prepare type of 
interface that client wants to see. for him it is very important that 
user interface has feel and look that he likes. he is looking for 
explorer like interface. maybe like shown here:
http://www.compiere.org/product/tour/UsingCompiere1.html

client is about to deside over microsoft navision to use our offered 
ofbiz based manufacturing system, he does like how one can work in 
navision. sure we can design him interface similar to navision but how 
can i very fast to show this kind of interface in my prototype? time 
factor is big problem here...

strange how some people choose software...he compared software to 
woman...some you want and some you dont siply by looking at them  :))))

maybe any of community members have designed one already?

BTW if we get contract it will result in some contributions to community 
in form of cash and result is additional functionality for 
manufacturing, that all will be released in open source.

looking forward to communities kind response!

cheers

Heiti

Re: ServiceValidationException

Posted by dhilip kumar <dh...@yahoo.co.in>.
Thanks Daniel

Daniel Kunkel <Da...@BioWaves.com> wrote:  If I remember correctly, that happens after just restarting OFBiz with
an old session hanging around. In short, it's OK to ignore.


On Fri, 2006-06-30 at 22:00 -0700, dhilip kumar wrote:
> Hi,
> I am getting the following error even before making any request in the browser.
> I just run "ant run" in the command prompt.
> 
> 2343873[PersistedServiceJob.java:111:INFO ] org.ofbiz.service.job.PersistedServiceJob@88a970 -- Next runtime: -1
> 2343873[PersistedServiceJob.java:161:INFO ] Persisted Job Failed Re-Scheduling : 1151663992393
> 2343873[ ModelService.java:377:ERROR] [ModelService.validate] : {wfLimitInvoker} : (IN) Required test error: org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are missing: serviceContext, serviceName, workEffortId
> 2343889[ ServiceDispatcher.java:271:ERROR] Incoming context (in runSync : wfLimitInvoker) does not match expected requirements
> org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are missing: serviceContext, serviceName, workEffortId
> at org.ofbiz.service.ModelService.validate(ModelService.java:419)
> at org.ofbiz.service.ModelService.validate(ModelService.java:374)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:269)
> at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:171)
> at org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110)
> at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:80)
> at org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:201)
> at java.lang.Thread.run(Thread.java:534)
> 2343889[ ServiceDispatcher.java:348:ERROR] Service [wfLimitInvoker] threw an unexpected exception/error
> org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are miss
> Have anyone come across this error?
> Thanks in advance
> Thilip
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail Beta.
-- 
Daniel

*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
Have a GREAT Day!

Daniel Kunkel DanielKunkel@BioWaves.com
BioWaves, LLC http://www.BioWaves.com
14150 NE 20th St. Suite F1
Bellevue, WA 98007
800-734-3588 425-895-0050
http://www.Apartment-Pets.com http://www.SatelliteRadioZone.com
http://www.Cards-Visa.com http://www.ColorGlasses.com
*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-



 		
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.

Re: ServiceValidationException

Posted by Daniel Kunkel <Da...@BioWaves.com>.
If I remember correctly, that happens after just restarting OFBiz with
an old session hanging around. In short, it's OK to ignore.


On Fri, 2006-06-30 at 22:00 -0700, dhilip kumar wrote:
> Hi,
> I am getting the following error even before making any request in the browser.
> I just run "ant run" in the command prompt.
>    
>   2343873[PersistedServiceJob.java:111:INFO ] org.ofbiz.service.job.PersistedServiceJob@88a970 -- Next runtime: -1
> 2343873[PersistedServiceJob.java:161:INFO ] Persisted Job Failed Re-Scheduling : 1151663992393
> 2343873[       ModelService.java:377:ERROR] [ModelService.validate] : {wfLimitInvoker} : (IN) Required test error: org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are missing: serviceContext, serviceName, workEffortId
> 2343889[  ServiceDispatcher.java:271:ERROR] Incoming context (in runSync : wfLimitInvoker) does not match expected requirements
> org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are missing: serviceContext, serviceName, workEffortId
>  at org.ofbiz.service.ModelService.validate(ModelService.java:419)
>  at org.ofbiz.service.ModelService.validate(ModelService.java:374)
>  at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:269)
>  at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:171)
>  at org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110)
>  at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:80)
>  at org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:201)
>  at java.lang.Thread.run(Thread.java:534)
> 2343889[  ServiceDispatcher.java:348:ERROR] Service [wfLimitInvoker] threw an unexpected exception/error
> org.ofbiz.service.ServiceValidationException: For service [wfLimitInvoker] the following required parameters are miss
>   Have anyone come across this error?
>   Thanks in advance
> Thilip
> 
>  		
> ---------------------------------
> Do you Yahoo!?
>  Everyone is raving about the  all-new Yahoo! Mail Beta.
-- 
Daniel

*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-
Have a GREAT Day!

Daniel Kunkel           DanielKunkel@BioWaves.com
BioWaves, LLC           http://www.BioWaves.com
14150 NE 20th St. Suite F1
Bellevue, WA 98007
800-734-3588    425-895-0050
http://www.Apartment-Pets.com  http://www.SatelliteRadioZone.com
http://www.Cards-Visa.com       http://www.ColorGlasses.com
*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-.,,.-*"*-