|
Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch]
-------------------------------------------------------------------------------------------------------------------------------------------------- Key: OFBIZ-3832 URL: https://issues.apache.org/jira/browse/OFBIZ-3832 Project: OFBiz Issue Type: Bug Components: content Affects Versions: Release 09.04 Environment: SVN info: Revision - 904025 last change rev: 903429 OFBiz 9.04 downloaded from download site as zip package Reporter: Ruth Hoffman I get the following error when attempting to add a forum entry as a logged in user (admin): 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] To reproduce: Login as admin Navigate to ecommerce main page Select the "ask the experts" forum Select "New Message" Add something in Observe: The Following Errors Occurred: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
Could anyone advise a quick fix for this. The mini-language call to
looks good to me. I'm trying to get some screen shots to document how this works. Thanks Ruth Ruth Hoffman (JIRA) wrote: > Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-3832 > URL: https://issues.apache.org/jira/browse/OFBIZ-3832 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release 09.04 > Environment: SVN info: Revision - 904025 > last change rev: 903429 > OFBiz 9.04 downloaded from download site as zip package > Reporter: Ruth Hoffman > > > I get the following error when attempting to add a forum entry as a logged in user (admin): > 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > > To reproduce: > Login as admin > Navigate to ecommerce main page > Select the "ask the experts" forum > Select "New Message" > Add something in > Observe: > The Following Errors Occurred: > > ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch > > > |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881456#action_12881456 ] BJ Freeman commented on OFBIZ-3832: ----------------------------------- well I clicked on the demo-stable site and got "Message List For Forum Ask the Experts" and the rest is blank. when I log in as admin I get blank not even the previous msg. got a clean http://www.apache.org/dyn/closer.cgi/ofbiz/apache-ofbiz-09.04.zip did an ant run-install startofbiz http://localhost:8080/ecommerce/ login clicked on new message when submitted got you error. here is the log 2010-06-22 16:26:05,375 (http-0.0.0.0-8443-8) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.094s, 258 requests, 87 views in jndi:/0.0.0.0/ecommerce/WEB-INF/controller.xml 2010-06-22 16:26:06,312 (http-0.0.0.0-8443-8) [ Log.java:110:INFO ] [ContentServices.xml#createArticleContent] textDataLen:7 2010-06-22 16:26:06,468 (http-0.0.0.0-8443-8) [ UtilProperties.java:870:INFO ] ResourceBundle forum (en_US) created in 0.125s with 1 properties 2010-06-22 16:26:06,500 (http-0.0.0.0-8443-8) [ Log.java:110:INFO ] [ContentServices.xml#createArticleContent] descriptLen:80 2010-06-22 16:26:06,515 (http-0.0.0.0-8443-8) [ CallObjectMethod.java:173:ERROR] ---- runtime exception report -------------------------------------------------- Illegal argument calling method in call method operation Exception: java.lang.IllegalArgumentException Message: argument type mismatch ---- stack trace --------------------------------------------------------------- java.lang.IllegalArgumentException: argument type mismatch sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.ofbiz.minilang.method.callops.CallObjectMethod.callMethod(CallObjectMethod.java:150) org.ofbiz.minilang.method.callops.CallClassMethod.exec(CallClassMethod.java:100) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:921) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:749) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:149) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:131) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:390) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:219) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:159) org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:592) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:361) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:202) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) I would say this is where the error is and got fixed sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.ofbiz.minilang.method.callops.CallObjectMethod.callMethod(CallObjectMethod.java:150) org.ofbiz.minilang.method.callops.CallClassMethod.exec(CallClassMethod.java:100) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:921) have to check the commit logs for the svn 9.04 to see what if anything was done. > Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-3832 > URL: https://issues.apache.org/jira/browse/OFBIZ-3832 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release 09.04 > Environment: SVN info: Revision - 904025 > last change rev: 903429 > OFBiz 9.04 downloaded from download site as zip package > Reporter: Ruth Hoffman > > I get the following error when attempting to add a forum entry as a logged in user (admin): > 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > To reproduce: > Login as admin > Navigate to ecommerce main page > Select the "ask the experts" forum > Select "New Message" > Add something in > Observe: > The Following Errors Occurred: > ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
here is another low level mismatch that is not solved.
I raises my concern about our level of testing with buildbot. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> BJ Freeman (JIRA) sent the following on 6/22/2010 4:40 PM: > > [ https://issues.apache.org/jira/browse/OFBIZ-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881456#action_12881456 ] > > BJ Freeman commented on OFBIZ-3832: > ----------------------------------- > > > well I clicked on the demo-stable site and got > "Message List For Forum Ask the Experts" > and the rest is blank. > when I log in as admin > I get blank not even > the previous msg. > got a clean > http://www.apache.org/dyn/closer.cgi/ofbiz/apache-ofbiz-09.04.zip > did an > ant run-install > startofbiz > http://localhost:8080/ecommerce/ > login > clicked on new message when submitted got you error. > here is the log > > 2010-06-22 16:26:05,375 (http-0.0.0.0-8443-8) [ ConfigXMLReader.java:118:INFO ] controller loaded: 0.094s, 258 requests, 87 views in jndi:/0.0.0.0/ecommerce/WEB-INF/controller.xml > 2010-06-22 16:26:06,312 (http-0.0.0.0-8443-8) [ Log.java:110:INFO ] [ContentServices.xml#createArticleContent] textDataLen:7 > 2010-06-22 16:26:06,468 (http-0.0.0.0-8443-8) [ UtilProperties.java:870:INFO ] ResourceBundle forum (en_US) created in 0.125s with 1 properties > 2010-06-22 16:26:06,500 (http-0.0.0.0-8443-8) [ Log.java:110:INFO ] [ContentServices.xml#createArticleContent] descriptLen:80 > 2010-06-22 16:26:06,515 (http-0.0.0.0-8443-8) [ CallObjectMethod.java:173:ERROR] > ---- runtime exception report -------------------------------------------------- > Illegal argument calling method in call method operation > Exception: java.lang.IllegalArgumentException > Message: argument type mismatch > ---- stack trace --------------------------------------------------------------- > java.lang.IllegalArgumentException: argument type mismatch > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > java.lang.reflect.Method.invoke(Unknown Source) > org.ofbiz.minilang.method.callops.CallObjectMethod.callMethod(CallObjectMethod.java:150) > org.ofbiz.minilang.method.callops.CallClassMethod.exec(CallClassMethod.java:100) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:921) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:749) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:149) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:131) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:390) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:219) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:159) > org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:592) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:361) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:202) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) > > I would say this is where the error is and got fixed > sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > java.lang.reflect.Method.invoke(Unknown Source) > org.ofbiz.minilang.method.callops.CallObjectMethod.callMethod(CallObjectMethod.java:150) > org.ofbiz.minilang.method.callops.CallClassMethod.exec(CallClassMethod.java:100) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:921) > > have to check the commit logs for the svn 9.04 to see what if anything was done. > > >> Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] >> -------------------------------------------------------------------------------------------------------------------------------------------------- >> >> Key: OFBIZ-3832 >> URL: https://issues.apache.org/jira/browse/OFBIZ-3832 >> Project: OFBiz >> Issue Type: Bug >> Components: content >> Affects Versions: Release 09.04 >> Environment: SVN info: Revision - 904025 >> last change rev: 903429 >> OFBiz 9.04 downloaded from download site as zip package >> Reporter: Ruth Hoffman >> >> I get the following error when attempting to add a forum entry as a logged in user (admin): >> 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] >> To reproduce: >> Login as admin >> Navigate to ecommerce main page >> Select the "ask the experts" forum >> Select "New Message" >> Add something in >> Observe: >> The Following Errors Occurred: >> ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch > |
|
BJ Freeman wrote:
> here is another low level mismatch that is not solved. > I raises my concern about our level of testing with buildbot. You aren't the first. Anything that is inside a webapp folder isn't tested with buildbot(meaning ant run-tests). |
|
how about minilang where min test failed ?
ContentServices.xml#createArticleContent textDataLen:7 https://issues.apache.org/jira/browse/OFBIZ-3832 ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Adam Heath sent the following on 6/25/2010 1:36 PM: > BJ Freeman wrote: >> here is another low level mismatch that is not solved. >> I raises my concern about our level of testing with buildbot. > > You aren't the first. Anything that is inside a webapp folder isn't > tested with buildbot(meaning ant run-tests). > |
|
In reply to this post by BJ Freeman
this is a release 9.04 (zip) error.
if it has been fixed in the SVN, as Adrian commented, then we should vote for a 9.04.1 release since is it a Blocker for the Release to function. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> BJ Freeman sent the following on 6/25/2010 1:34 PM: > here is another low level mismatch that is not solved. > I raises my concern about our level of testing with buildbot. > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation > <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > > BJ Freeman (JIRA) sent the following on 6/22/2010 4:40 PM: >> >> [ >> https://issues.apache.org/jira/browse/OFBIZ-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881456#action_12881456 >> ] >> >> BJ Freeman commented on OFBIZ-3832: >> ----------------------------------- >> >> >> well I clicked on the demo-stable site and got >> "Message List For Forum Ask the Experts" >> and the rest is blank. >> when I log in as admin >> I get blank not even >> the previous msg. >> got a clean >> http://www.apache.org/dyn/closer.cgi/ofbiz/apache-ofbiz-09.04.zip >> did an >> ant run-install >> startofbiz >> http://localhost:8080/ecommerce/ >> login >> clicked on new message when submitted got you error. >> here is the log >> >> 2010-06-22 16:26:05,375 (http-0.0.0.0-8443-8) [ >> ConfigXMLReader.java:118:INFO ] controller loaded: 0.094s, 258 >> requests, 87 views in jndi:/0.0.0.0/ecommerce/WEB-INF/controller.xml >> 2010-06-22 16:26:06,312 (http-0.0.0.0-8443-8) [ Log.java:110:INFO ] >> [ContentServices.xml#createArticleContent] textDataLen:7 >> 2010-06-22 16:26:06,468 (http-0.0.0.0-8443-8) [ >> UtilProperties.java:870:INFO ] ResourceBundle forum (en_US) created in >> 0.125s with 1 properties >> 2010-06-22 16:26:06,500 (http-0.0.0.0-8443-8) [ Log.java:110:INFO ] >> [ContentServices.xml#createArticleContent] descriptLen:80 >> 2010-06-22 16:26:06,515 (http-0.0.0.0-8443-8) [ >> CallObjectMethod.java:173:ERROR] >> ---- runtime exception report >> -------------------------------------------------- >> Illegal argument calling method in call method operation >> Exception: java.lang.IllegalArgumentException >> Message: argument type mismatch >> ---- stack trace >> --------------------------------------------------------------- >> java.lang.IllegalArgumentException: argument type mismatch >> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) >> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) >> java.lang.reflect.Method.invoke(Unknown Source) >> org.ofbiz.minilang.method.callops.CallObjectMethod.callMethod(CallObjectMethod.java:150) >> >> org.ofbiz.minilang.method.callops.CallClassMethod.exec(CallClassMethod.java:100) >> >> org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:921) >> org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:749) >> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:149) >> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:131) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76) >> >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) >> >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:390) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:219) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:159) >> org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) >> >> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:592) >> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:361) >> >> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:202) >> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) >> >> I would say this is where the error is and got fixed >> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) >> java.lang.reflect.Method.invoke(Unknown Source) >> org.ofbiz.minilang.method.callops.CallObjectMethod.callMethod(CallObjectMethod.java:150) >> >> org.ofbiz.minilang.method.callops.CallClassMethod.exec(CallClassMethod.java:100) >> >> org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:921) >> >> have to check the commit logs for the svn 9.04 to see what if anything >> was done. >> >> >>> Error when creating forum entry [Illegal argument calling method to >>> execute named min: java.lang.IllegalArgumentException: argument type >>> mismatch] >>> -------------------------------------------------------------------------------------------------------------------------------------------------- >>> >>> >>> Key: OFBIZ-3832 >>> URL: https://issues.apache.org/jira/browse/OFBIZ-3832 >>> Project: OFBiz >>> Issue Type: Bug >>> Components: content >>> Affects Versions: Release 09.04 >>> Environment: SVN info: Revision - 904025 >>> last change rev: 903429 >>> OFBiz 9.04 downloaded from download site as zip package >>> Reporter: Ruth Hoffman >>> >>> I get the following error when attempting to add a forum entry as a >>> logged in user (admin): >>> 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ >>> ServiceDispatcher.java:528:ERROR] Error in Service >>> [createArticleContent]: ERROR: Could not complete the Post a new >>> Content article Entry >>> [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] >>> process [Illegal argument calling method to execute named min: >>> java.lang.IllegalArgumentException: argument type mismatch] >>> To reproduce: >>> Login as admin >>> Navigate to ecommerce main page >>> Select the "ask the experts" forum >>> Select "New Message" >>> Add something in >>> Observe: >>> The Following Errors Occurred: >>> ERROR: Could not complete the Post a new Content article Entry >>> [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] >>> process [Illegal argument calling method to execute named min: >>> java.lang.IllegalArgumentException: argument type mismatch >> > > |
|
BJ Freeman wrote:
> this is a release 9.04 (zip) error. > if it has been fixed in the SVN, as Adrian commented, then we should > vote for a 9.04.1 release since is it a Blocker for the Release to > function. We shouldn't do a point release for every individual fix. But that's not a hard-fast rule, in my book. It's just a gut feeling. |
|
I see two points.
1) yearly if a lot of fixes have been done 2) when Blockers are fixed. Blockers mean when a bug keeps a user from using ofbiz. in this case the Ecommerce forums, blogs are effected. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Adam Heath sent the following on 6/27/2010 9:19 AM: > BJ Freeman wrote: >> this is a release 9.04 (zip) error. >> if it has been fixed in the SVN, as Adrian commented, then we should >> vote for a 9.04.1 release since is it a Blocker for the Release to >> function. > > We shouldn't do a point release for every individual fix. But that's > not a hard-fast rule, in my book. It's just a gut feeling. > |
|
Administrator
|
Sounds reasonable enough IMO +1 (not sure for point 1 tough, isn'it already a schedule? I can't remember and have not the courage to
check the wiki :/) Jacques From: "BJ Freeman" <[hidden email]> >I see two points. > 1) yearly if a lot of fixes have been done > 2) when Blockers are fixed. > Blockers mean when a bug keeps a user from using ofbiz. > in this case the Ecommerce forums, blogs are effected. > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > Linkedin <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > Adam Heath sent the following on 6/27/2010 9:19 AM: >> BJ Freeman wrote: >>> this is a release 9.04 (zip) error. >>> if it has been fixed in the SVN, as Adrian commented, then we should >>> vote for a 9.04.1 release since is it a Blocker for the Release to >>> function. >> >> We shouldn't do a point release for every individual fix. But that's >> not a hard-fast rule, in my book. It's just a gut feeling. >> > |
|
I recall Jacopo suggesting monthly updates.
-Adrian --- On Sun, 6/27/10, Jacques Le Roux <[hidden email]> wrote: > Sounds reasonable enough IMO +1 (not > sure for point 1 tough, isn'it already a schedule? I can't > remember and have not the courage to > check the wiki :/) > > Jacques > > From: "BJ Freeman" <[hidden email]> > >I see two points. > > 1) yearly if a lot of fixes have been done > > 2) when Blockers are fixed. > > Blockers mean when a bug keeps a user from using > ofbiz. > > in this case the Ecommerce forums, blogs are > effected. > > > > ========================= > > BJ Freeman > > http://bjfreeman.elance.com > > Strategic Power Office with Supplier Automation > <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > > Specialtymarket.com <http://www.specialtymarket.com/> > > > > Systems Integrator-- Glad to Assist > > > > Chat Y! messenger: bjfr33man > > Linkedin <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > > > > Adam Heath sent the following on 6/27/2010 9:19 AM: > >> BJ Freeman wrote: > >>> this is a release 9.04 (zip) error. > >>> if it has been fixed in the SVN, as Adrian > commented, then we should > >>> vote for a 9.04.1 release since is it a > Blocker for the Release to > >>> function. > >> > >> We shouldn't do a point release for every > individual fix. But that's > >> not a hard-fast rule, in my book. It's just > a gut feeling. > >> > > > > > |
|
that works.
I am also aware of the time it takes to do this. I would be willing to do the grunt work so only the signing is left to-do. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Adrian Crum sent the following on 6/27/2010 3:01 PM: > I recall Jacopo suggesting monthly updates. > > -Adrian > > --- On Sun, 6/27/10, Jacques Le Roux<[hidden email]> wrote: >> Sounds reasonable enough IMO +1 (not >> sure for point 1 tough, isn'it already a schedule? I can't >> remember and have not the courage to >> check the wiki :/) >> >> Jacques >> >> From: "BJ Freeman"<[hidden email]> >>> I see two points. >>> 1) yearly if a lot of fixes have been done >>> 2) when Blockers are fixed. >>> Blockers mean when a bug keeps a user from using >> ofbiz. >>> in this case the Ecommerce forums, blogs are >> effected. >>> >>> ========================= >>> BJ Freeman >>> http://bjfreeman.elance.com >>> Strategic Power Office with Supplier Automation >> <http://www.businessesnetwork.com/automation/viewforum.php?f=52> >>> Specialtymarket.com<http://www.specialtymarket.com/> >>> >>> Systems Integrator-- Glad to Assist >>> >>> Chat Y! messenger: bjfr33man >>> Linkedin<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> >>> >>> >>> Adam Heath sent the following on 6/27/2010 9:19 AM: >>>> BJ Freeman wrote: >>>>> this is a release 9.04 (zip) error. >>>>> if it has been fixed in the SVN, as Adrian >> commented, then we should >>>>> vote for a 9.04.1 release since is it a >> Blocker for the Release to >>>>> function. >>>> >>>> We shouldn't do a point release for every >> individual fix. But that's >>>> not a hard-fast rule, in my book. It's just >> a gut feeling. >>>> >>> >> >> >> > > > > |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883134#action_12883134 ] Jacques Le Roux commented on OFBIZ-3832: ---------------------------------------- I get the same locally (at r958561) but I don't see any reasons why the demo is not working like locally (even if it's at r958352 but I checked any related changes between). The only I see reasons could be the SDK used, or maybe the OS used > Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-3832 > URL: https://issues.apache.org/jira/browse/OFBIZ-3832 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release 09.04 > Environment: SVN info: Revision - 904025 > last change rev: 903429 > OFBiz 9.04 downloaded from download site as zip package > Reporter: Ruth Hoffman > > I get the following error when attempting to add a forum entry as a logged in user (admin): > 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > To reproduce: > Login as admin > Navigate to ecommerce main page > Select the "ask the experts" forum > Select "New Message" > Add something in > Observe: > The Following Errors Occurred: > ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883134#action_12883134 ] Jacques Le Roux edited comment on OFBIZ-3832 at 6/28/10 9:02 AM: ----------------------------------------------------------------- I get the same locally (at r958561) but I don't see any reasons why the demo is not working like locally (even if it's at r958352 but I checked any related changes between). The only reasons I see could be the SDK used, or maybe the OS used was (Author: jacques.le.roux): I get the same locally (at r958561) but I don't see any reasons why the demo is not working like locally (even if it's at r958352 but I checked any related changes between). The only I see reasons could be the SDK used, or maybe the OS used > Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-3832 > URL: https://issues.apache.org/jira/browse/OFBIZ-3832 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release 09.04 > Environment: SVN info: Revision - 904025 > last change rev: 903429 > OFBiz 9.04 downloaded from download site as zip package > Reporter: Ruth Hoffman > > I get the following error when attempting to add a forum entry as a logged in user (admin): > 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > To reproduce: > Login as admin > Navigate to ecommerce main page > Select the "ask the experts" forum > Select "New Message" > Add something in > Observe: > The Following Errors Occurred: > ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908278#action_12908278 ] Scott Gray commented on OFBIZ-3832: ----------------------------------- Fixed in trunk r996069, somebody just needs to back port it. > Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-3832 > URL: https://issues.apache.org/jira/browse/OFBIZ-3832 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release 09.04 > Environment: SVN info: Revision - 904025 > last change rev: 903429 > OFBiz 9.04 downloaded from download site as zip package > Reporter: Ruth Hoffman > > I get the following error when attempting to add a forum entry as a logged in user (admin): > 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > To reproduce: > Login as admin > Navigate to ecommerce main page > Select the "ask the experts" forum > Select "New Message" > Add something in > Observe: > The Following Errors Occurred: > ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3832. ---------------------------------- Assignee: Scott Gray Fix Version/s: Release Branch 09.04 Release Branch 10.04 Resolution: Fixed Backported in r10.04 at r996076, R9.04 at r996077 > Error when creating forum entry [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-3832 > URL: https://issues.apache.org/jira/browse/OFBIZ-3832 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release 09.04 > Environment: SVN info: Revision - 904025 > last change rev: 903429 > OFBiz 9.04 downloaded from download site as zip package > Reporter: Ruth Hoffman > Assignee: Scott Gray > Fix For: Release Branch 09.04, Release Branch 10.04 > > > I get the following error when attempting to add a forum entry as a logged in user (admin): > 010-06-22 14:44:31,503 (http-0.0.0.0-8443-5) [ ServiceDispatcher.java:528:ERROR] Error in Service [createArticleContent]: ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch] > To reproduce: > Login as admin > Navigate to ecommerce main page > Select the "ask the experts" forum > Select "New Message" > Add something in > Observe: > The Following Errors Occurred: > ERROR: Could not complete the Post a new Content article Entry [file:/Users/ruthhoffman/ofbiz-release9.04/applications/content/script/org/ofbiz/content/content/ContentServices.xml#createArticleContent] process [Illegal argument calling method to execute named min: java.lang.IllegalArgumentException: argument type mismatch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free forum by Nabble | Edit this page |
