[Orca-users] R497 Error from Storable dclone

Normandin, Mike mike.normandin at csfb.com
Tue Oct 11 09:11:36 PDT 2005


	I appear to be getting an error in the Storable module. Is anyone familiar with this error ? 

	I've built the 497 release and I am getting the following error trying to generate graphs for a host.   

Orca at Tue Oct 11 11:58:00 2005 running on:
    Orca version 0.28.0 (dev 497)
    RRDs version 1.000502
    Perl version 5.008006
Loading state from '/app/orca-data/rrd/orcallator/pdcdev06/orca.state'.
Creating orca_logo.gif.
Creating rrdtool_logo.gif.
Creating rothschild_image_logo.png.
Finding files and setting up data structures at Tue Oct 11 11:58:00 2005.

..... 
......

Object #33554432 should have been retrieved already at /app/orca-497/lib/perl/Or
ca/SourceFile.pm line 288, <DATA> line 1400.


Line 288 is a call to dclone:

sub deep_clone_plot {
  my $plot                        = shift;
  my $restore_created_orca_images = shift;

  # Be careful not to make a deep copy of the 'created_orca_images'
  # reference, since it can cause recursion.
  my $created_orca_images      = delete $plot->{created_orca_images};
  my $new_plot                 = dclone($plot);
  $plot->{created_orca_images} = $created_orca_images;
  if ($restore_created_orca_images) {
    $new_plot->{created_orca_images} = $created_orca_images;
  }

==============================================================================
Please access the attached hyperlink for an important electronic communications disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==============================================================================




More information about the Orca-users mailing list