I get ‘Sorry, there was a problem starting the job!’ when I query a remote server. The log file in media folder does not give a clue as to the nature of the problem. When I check the remote server status it shows only a successful C-Echo request from OPENREM and not a Query/ Retrieve request. See the last two lines of the openrem log file:
2017 09:26:08] INFO [remapp.netdicom.tools:34] Association response received
[02/Oct/2017 09:26:08] INFO [remapp.netdicom.tools:114] Returning Success response from echo to 10.145.92.63 4006 BIOIMAGING
--
You received this message because you are subscribed to the Google Groups "OpenREM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/openrem.
For more options, visit https://groups.google.com/d/optout.
C:\Python27\Lib\site-packages\openrem>celery worker -n default -A openremproject
-c 4 -Q default --pidfile=d:\openrem\media\celery\default.pid --logfile=d:\open
rem\media\celery\default.log
-------------- celery@default v4.0.2 (latentcall)
---- **** -----
--- * *** * -- Windows-2008ServerR2-6.1.7601-SP1 2017-10-02 11:13:34
-- * - **** ---
- ** ---------- [config]
- ** ---------- .> app: openremproject:0x3b18cc0
- ** ---------- .> transport: amqp://guest:**@localhost:5672//
- ** ---------- .> results: disabled://
- *** --- * --- .> concurrency: 4 (prefork)
-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
--- ***** -----
-------------- [queues]
.> default exchange=default(direct) key=default
C:\Python27\Lib\site-packages\openrem>Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\python27\lib\site-packages\billiard\spawn.py", line 159, in spawn_mai
n
new_handle = steal_handle(parent_pid, pipe_handle)
File "c:\python27\lib\site-packages\billiard\reduction.py", line 126, in steal
_handle
_winapi.DUPLICATE_SAME_ACCESS | _winapi.DUPLICATE_CLOSE_SOURCE)
WindowsError: [Error 5] Access is denied
Hi BahmanHave you started Celery successfully? Is there anything in the Celery log file? See http://docs.openrem.org/en/0.7.4/startservices.html#celery-task-queue for details.Kind regardsEd
On 2 October 2017 at 10:01, Bahman <bka...@gmail.com> wrote:
I get ‘Sorry, there was a problem starting the job!’ when I query a remote server. The log file in media folder does not give a clue as to the nature of the problem. When I check the remote server status it shows only a successful C-Echo request from OPENREM and not a Query/ Retrieve request. See the last two lines of the openrem log file:
2017 09:26:08] INFO [remapp.netdicom.tools:34] Association response received
[02/Oct/2017 09:26:08] INFO [remapp.netdicom.tools:114] Returning Success response from echo to 10.145.92.63 4006 BIOIMAGING
--
You received this message because you are subscribed to the Google Groups "OpenREM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+unsubscribe@googlegroups.com.
mkdir celeryfiles pip install -d celeryfiles celery==3.1.25
pip install --no-index --find-links=celeryfiles celery==3.1.25To unsubscribe from this group and stop receiving emails from it, send an email to openrem+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+unsubscribe@googlegroups.com.
I am using ampq 2.1.1 - you could try installing that with:
pip install ampq==2.1.1
Regards,
David