« Return to Thread: error messages due to added code in the init_code

Re: error messages due to added code in the init_code

by Lincoln Stein-3 :: Rate this Message:

Reply to Author | View in Thread

Do any of these libraries call plugin library functions?

Lincoln

On Tue, Jun 2, 2009 at 11:18 AM, Erick Antezana <erick.antezana@...> wrote:
Hi,
 
if we add the following "use"s to the init_code block:

init_code =use BCS_GGB_Util;
    use BCS_ENV;
    use BcsGGBFunc;

we get the following error message in the apache log file:

[error] Odd number of elements in hash assignment at,
[error] \t/usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux/Bio/Graphics/Browser/PluginSet.pm line 197 (#1),
[error]      (W misc) You specified an odd number of elements to initialize a hash,,
[error]      which is odd, because hashes come in key/value pairs.,

But ... everything is working well even though we get those error messages (If the added modules are deleted from the init_code section, the error messages disappear of course.)

Any suggestions?
Erick

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Gmod-gbrowse mailing list
Gmod-gbrowse@...
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse




--
Lincoln D. Stein
Director, Informatics and Biocomputing Platform
Ontario Institute for Cancer Research
101 College St., Suite 800
Toronto, ON, Canada M5G0A3
416 673-8514
Assistant: Renata Musa <Renata.Musa@...>

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Gmod-gbrowse mailing list
Gmod-gbrowse@...
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse

 « Return to Thread: error messages due to added code in the init_code