Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal server error when trying to download CSV of all products in import products page #1382

Closed
WebFreak001 opened this issue Dec 28, 2019 · 2 comments
Milestone

Comments

@WebFreak001
Copy link

  1. Click the "Import Products" button in products
  2. Press "Download CSV of all products"

Application Version: 0.8.10

I currently have 2 products in my database.

groovy.lang.MissingMethodException: No signature of method: org.pih.warehouse.product.ProductService.exportProducts() is applicable for argument types: (java.util.ArrayList, null) values: [[<item name 1>, <item name 2>], null]
Possible solutions: exportProducts(), exportProducts(java.util.List), exportProducts(java.util.List, boolean), importProducts(java.lang.Object), importProducts(java.lang.Object, java.lang.Object)

	at org.pih.warehouse.product.ProductController$_closure29.doCall(ProductController.groovy:798)

	at org.pih.warehouse.product.ProductController$_closure29.doCall(ProductController.groovy)

	at grails.plugin.springcache.web.GrailsFragmentCachingFilter.doFilter(GrailsFragmentCachingFilter.groovy:66)

	at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:86)

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)

	at java.lang.Thread.run(Thread.java:748)
@jmiranda
Copy link
Member

This is a known bug that is fixed in 0.8.10.the workaround is to click the Export product attributes link to the right. It is functionally equivalent as long as you have not created any custom attributes.

@jmiranda jmiranda added this to the 0.8.11 milestone Jan 10, 2020
@jmiranda
Copy link
Member

jmiranda commented Mar 4, 2021

Fixed in 0.8.11

@jmiranda jmiranda closed this as completed Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants