[SOLVED] kernel (3) object you requested is not currently

Author Message

Olivier MARTINERIE

Monday 27 November 2006 1:11:19 am

Hello !

We have finished an ez publish project but we are now facing problems in production.

While it was working ok on dev environment, it has now in production a different behaviour : some specific "actions", like "Replying to an existing forum message", "New comment to an article"... throw a kernel 3 error "The object you requested is not currently available".

I have no clue why it is happening. Is it linked to templating ? cache ? sessions management ? database corrupted ?

Thank you very much for any advice !

Olivier

Here are some informations :
ez publish 3.8.4 / Windows Server 2003 / Apache 2 / Mod SSPI

debug of the "New comment to an article page" :

Module start 'content'
Debug:  Nov 24 2006 16:39:55
Error: error/view.php Nov 24 2006 16:39:55
Error ocurred using URI: /websiteXXX/content/action
Timing:  Nov 24 2006 16:39:55
Module end 'error'

from site.ini :

[TemplateSettings]
TemplateCache=enabled
NodeTreeCaching=enabled
TemplateCompile=enabled
TemplateOptimization=enabled
TemplateCompression=disabled
Debug=disabled
ShowXHTMLCode=disabled
ShowUsedTemplates=disabled

[DatabaseSettings]
SQLOutput=disabled
Transactions=enabled

from php.ini :

[apc]
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 30	 
apc.optimization = 1
apc.num_files_hint = 1000
apc.ttl = 0	 
apc.gc_ttl = 3600	 
apc.cache_by_default = 1
apc.filters = NULL
apc.mmap_file_mask =
apc.slam_defense = 0
apc.file_update_protection = 2	 
apc.enable_cli = 0

Olivier MARTINERIE

Tuesday 28 November 2006 12:38:42 am

Some more informations...

- We use a multi lingual website (based on the intranet website, with only one "public" siteaccess) ; content is only in french at the moment ; customer's employees may use an "english" internet explorer.
- We already cleared the cache many times (including deleting cache/ files and subfolders)
- The problem seems to be at the moment of creating a new entry in the ezurlalias table, 1 time out of 5 it is successful, other times it fails.
- Lastly, this problem also occurs in the admin back office, while creating a new user, article, and so on.

Thank you very much for any help or advice !

Olivier

Olivier MARTINERIE

Tuesday 28 November 2006 6:27:21 am

Ok, now it is time for the answer ;) (at last !)

The problem was not :
- caching
- sessions
- multi lingual

The problem was "SSPI" (Apache module for transparent authentication).

The latest version (1.0.4) has a known bug which fails most of the time to submit correctly POST data in forms.

Hence the problems in commenting an article, answering a poll, replying to a forum message, creating an article from the admin web ui.

Hope it helps...

Olivier

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:33:53
Script start
Timing: Jan 18 2025 11:33:53
Module start 'layout'
Timing: Jan 18 2025 11:33:53
Module start 'content'
Timing: Jan 18 2025 11:33:54
Module end 'content'
Timing: Jan 18 2025 11:33:54
Script end

Main resources:

Total runtime0.6611 sec
Peak memory usage4,096.0000 KB
Database Queries55

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 588.0547152.6406
Module start 'layout' 0.00560.0029 740.695339.4766
Module start 'content' 0.00850.6510 780.1719443.3516
Module end 'content' 0.65950.0015 1,223.523412.1094
Script end 0.6610  1,235.6328 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5136160.0002
Check MTime0.00140.2128160.0001
Mysql Total
Database connection0.00090.135210.0009
Mysqli_queries0.606691.7544550.0110
Looping result0.00060.0878530.0000
Template Total0.630095.320.3150
Template load0.00290.439020.0015
Template processing0.627194.866520.3136
Template load and register function0.00020.035710.0002
states
state_id_array0.00130.190310.0013
state_identifier_array0.00130.202920.0007
Override
Cache load0.00260.4002360.0001
Sytem overhead
Fetch class attribute can translate value0.00060.096710.0006
Fetch class attribute name0.00100.153630.0003
XML
Image XML parsing0.00010.016810.0001
class_abstraction
Instantiating content class attribute0.00000.001030.0000
General
dbfile0.00070.1123100.0001
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs