-
Notifications
You must be signed in to change notification settings - Fork 22
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
Remote Build Failing - mime-types dependency #159
Comments
This issue (rest-client/rest-client#240) is relevant. |
I cant deploy any ruby worker to Iron IO now because of this issue. It seems the server has mime-type 2.0 already installed.
|
Yes, all of my workers that require a remote build are failing for this reason so new code uploads aren't currently possible for these. |
👍 I'm experiencing this issue with my build worker too |
as a temporary solution just add following line to your .worker file @use_local_iron_worker_ng = true |
@rkononov, |
@rkononov, the solution you provided didn't work for all of my builders. I've got the following errors:
Here is the full backtrace: https://gist.github.com/vreys/7248018#file-gistfile1-txt |
@iced could you check this one? |
this fix works for me, I can now deploy my ruby workers, but now I'm having another issue with params not being available.. a new BUG: params is not set, when I try to access params on the worker, i.e: params['name']
parameters to iron worker are just fine
back to square 1 |
Any update on this? |
Can you guys all comment on this pull request to get the fix in? rest-client/rest-client#240 |
Having issues with 1.25.1
I had
than changing to this fixes it.
Seems that there is a real problem with gems versioning on Iron ruby workers. Many gems need freezing. Is there any plans on fixing this issue for good? |
+1 to the mime types gem versioning issue. |
I had a bunch of these issues as well, and downgrading from ruby 2.1 to ruby 1.9 as the stack solved my problem.
|
Hey guys, we recommend use the new Docker based workerflow for IronWorker, gets rid of all these issues. Blog post: http://blog.iron.io/2015/03/the-new-ironworker-development-workflow.html |
Error:
Stacktrace:
A new version of the mime-types gem was just released. Does this need fixing at < 2.0 for now?
The text was updated successfully, but these errors were encountered: