Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error Updating Standard DNN Modules after update to 5.3.1Error Updating Standard DNN Modules after update to 5.3.1
Previous
 
Next
New Post
5/11/2010 2:12 PM
 
Also, just as a sidenote - one workaround would be to delete your eventqueue.config file (make a backup first).  The system will detect that it is missing and re-create a working version.

Joe Brinkman
DNN Corp.
 
New Post
5/11/2010 7:49 PM
 
Funnily enough, my clients site is DOWN with the following error:


Unhandled Error

Error Details

File
Error   The transaction log for database 'wagner' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases


 
New Post
5/11/2010 7:52 PM
 
Joe Brinkman wrote:
For those people who are experiencing issues with this problem, can you post a copy of your EventQueue.config file from Portalst/_default/EventQueue. 

Background:
In 5.3.0 we added a new system event "Application_Start_FirstRequest".  This was needed to address a bug that was a holdover from the change to support the Integrated Pipeline in IIS7.  This ensures that we can handle eventqueue messages after we have loaded PortalSettings into the httpcontext.

We added code in the portal upgrade logic to update the configuration file if this event is not already defined

'Add new EventQueue Event
Dim config As DotNetNuke.Services.EventQueue.Config.EventQueueConfiguration = DotNetNuke.Services.EventQueue.Config.EventQueueConfiguration.GetConfig()
If config IsNot Nothing Then
    If Not config.PublishedEvents.ContainsKey("Application_Start_FirstRequest") Then
        For Each subscriber As DotNetNuke.Services.EventQueue.Config.SubscriberInfo In config.EventQueueSubscribers.Values
            DotNetNuke.Services.EventQueue.Config.EventQueueConfiguration.RegisterEventSubscription(config, "Application_Start_FirstRequest", subscriber)
        Next
  
        DotNetNuke.Services.EventQueue.Config.EventQueueConfiguration.SaveConfig(config, String.Format("{0}EventQueue\EventQueue.config", HostMapPath))
    End If
End If

For some reason this code is not properly upgrading some sites.  I am not sure if it is permissions related or some other bug which I just don't see.

If we can figure out the cause of the failure then we might be able to get this resolved in 5.4.2 otherwise it will have to wait for 5.4.3. (5.4.2 is in testing this week)

 The contents of this file for me...

㰿硭氠癥牳楯渽∱⸰∠敮捯摩湧㴢畴昭ㄶ∿㸍਼䕶敮瑑略略䍯湦楧㸍ਠ‼偵扬楳桥摅癥湴猾ഊ††㱅癥湴㸍ਠ††‼䕶敮瑎慭放䅰灬楣慴楯湟却慲琼⽅癥湴乡浥㸍ਠ††‼卵扳捲楢敲猾㠳戳ㄶ昵ⵥㄲ挭㐳㑣ⵢ昴〭㘰㔳㜹ㅦㅡ昶㰯卵扳捲楢敲猾ഊ††㰯䕶敮琾ഊ†㰯偵扬楳桥摅癥湴猾ഊ†㱅癥湴兵敵敓畢獣物扥牳㸍ਠ†‼卵扳捲楢敲㸍ਠ††‼䥄㸸㍢㌱㙦㔭攱㉣ⴴ㌴挭扦㐰ⴶ〵㌷㤱昱慦㘼⽉䐾ഊ†††㱎慭放䑎丠䍯牥㰯乡浥㸍ਠ††‼䅤摲敳猠⼾ഊ†††㱄敳捲楰瑩潮 㸍ਠ††‼偲楶慴敋敹㸵䉆㠰〷㥂䑃䈶㤹㍂㐲㡆㑂㜳䘳䍃㜸䘼⽐物癡瑥䭥社ഊ††㰯卵扳捲楢敲㸍ਠ‼⽅癥湴兵敵敓畢獣物扥牳㸍਼⽅癥湴兵敵敃潮晩朾ഊ

 
New Post
5/11/2010 10:52 PM
 
I've been trying to work around this issue with some of the datasprings modules, I still have the issue after upgrading to 5.4.1.  The install wil fail with message listed in the first post, the module will be listed in the installed modules (host|module definitions) list, but will not show up in the dropdown to add to a page.   I've figured out if I edit the module on the host module definitions page, all my portals are listed under the unassigned column, (unlike the other installed modules), so I added all my portals to the assigned column and it appears to function fine.   It shows up in the dropdown to add to pages, and I've used the module extensively to know that it's working (at least what I need it to do!)   DynamicRegistration module.
 
New Post
5/12/2010 12:18 AM
 
Using the suggested work around from Ethuongmai seems to work.

Joe, here is the original EventQueue.config file prior to the change

<?xml version="1.0" encoding="utf-8"?>
<EventQueueConfig>
    <PublishedEvents>
        <Event>
            <EventName>Application_Start</EventName>
            <Subscribers/>
        </Event>
    </PublishedEvents>
    <EventQueueSubscribers>
        <Subscriber>
            <ID>7f833dd8-8d29-4c93-b16e-7bc8e69818d1</ID>
            <Name>DNN Core</Name>
            <Address/>
            <Description/>
            <PrivateKey/>
        </Subscriber>
    </EventQueueSubscribers>
</EventQueueConfig>
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error Updating Standard DNN Modules after update to 5.3.1Error Updating Standard DNN Modules after update to 5.3.1


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out