« Return to Thread: Can't locate object method "new" via package "Bugzilla::JobQueue::Runner" at ./jobqueue.pl line 32.

Re: Can't locate object method "new" via package "Bugzilla::JobQueue::Runner" at ./jobqueue.pl line 32.

by Thorsten Schöning :: Rate this Message:

| View in Thread

Guten Tag SathiyaMoorthy,
am Mittwoch, 13. Juni 2012 um 13:33 schrieben Sie:

> Found it is because of the -w in the shebang it says this error.

This sounds very unlikely to me, because -w normally just activates
some warnings, what you described is a hard compiler error. The only
reason I could think of for the error would be that Deamon::Generic is
not properly installed, resulting in Bugzilla::JobQueue::Runner can't
extent DEamon::Generic, resulting in no found new method to create a
class instance, because Runner has no own new method. This wouldn't be
something which -w changes.

Very strange in my opinion. :-)

Mit freundlichen Grüßen,

Thorsten Schöning

--
Thorsten Schöning       E-Mail:Thorsten.Schoening@...
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/

Telefon.............030-2 1001-310
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow

_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

 « Return to Thread: Can't locate object method "new" via package "Bugzilla::JobQueue::Runner" at ./jobqueue.pl line 32.