<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 07:25:34 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[MGNLSTK-288] cannot activate - using Magnolia 4.0</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLSTK-288</link>
                <project id="10287" key="MGNLSTK">Magnolia Standard Templating Kit (closed)</project>
                    <description>&lt;p&gt;I just recognized that any activation fails on our testing system.&lt;br/&gt;
The subscriber is configured correctly. I hope i just forgot to configure sth.&lt;/p&gt;

&lt;p&gt;I add the stacktrace as attachment.&lt;/p&gt;</description>
                <environment></environment>
        <key id="16209">MGNLSTK-288</key>
            <summary>cannot activate - using Magnolia 4.0</summary>
                <type id="1" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10883&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="had">Jan Haderka</assignee>
                                    <reporter username="rainer">Rainer Blumenthal</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Feb 2009 13:45:28 +0100</created>
                <updated>Fri, 12 Jun 2009 16:35:03 +0200</updated>
                            <resolved>Thu, 19 Feb 2009 17:12:34 +0100</resolved>
                                                    <fixVersion>1.0</fixVersion>
                                    <component>base system</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="21315" author="had" created="Mon, 16 Feb 2009 14:55:31 +0100"  >&lt;p&gt;Could you please export your activation command configuration and attach it to the issue? It seems like there is some configuration error (versionMap property of the command) so the command can&apos;t be instantiated properly:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;ERROR  info.magnolia.cms.servlets.CommandBasedMVCServletHandler CommandBasedMVCServletHandler.java(execute:102) 
16.02.2009 12:30:32  can&apos;t execute command
java.lang.IllegalArgumentException: Cannot invoke info.magnolia.module.admininterface.commands.ActivationCommand.setVersionMap 
on bean class &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;info.magnolia.module.admininterface.commands.ActivationCommand&apos;&lt;/span&gt; - argument type mismatch - 
had objects of type &lt;span class=&quot;code-quote&quot;&gt;&quot;java.lang.&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;&quot;&lt;/span&gt; but expected signature &lt;span class=&quot;code-quote&quot;&gt;&quot;java.util.List&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="21324" author="pbracher" created="Mon, 16 Feb 2009 18:28:38 +0100"  >&lt;p&gt;Can&apos;t reproduce here. Can you answer the following questions:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;do you use workflow?&lt;/li&gt;
	&lt;li&gt;have you changed any configuration?&lt;/li&gt;
	&lt;li&gt;which magnolia version do you use? 4.0 rc3?&lt;/li&gt;
	&lt;li&gt;are there any other exceptions in the log (before the one you attached)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Thanks&lt;/p&gt;</comment>
                            <comment id="21346" author="rainer" created="Tue, 17 Feb 2009 13:08:00 +0100"  >&lt;ul&gt;
	&lt;li&gt;no we dont use Workflow - at least i dont see an Inbox&lt;/li&gt;
	&lt;li&gt;not that i know (cant be 100 % sure)&lt;/li&gt;
	&lt;li&gt;4.0.0 RC3  -  with some very new SNAPSHOT modules of yours&lt;/li&gt;
	&lt;li&gt;yes - there is another exception before... please look at the attachment 2&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21378" author="gjoseph" created="Wed, 18 Feb 2009 15:30:26 +0100"  >&lt;p&gt;More questions:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Does this happen when activating, or when configuring the commands ?&lt;/li&gt;
	&lt;li&gt;If on activation, does this happen with  &quot;single node&quot; activation and/or &quot;activate including subpages&quot; ?&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21379" author="rainer" created="Wed, 18 Feb 2009 15:34:41 +0100"  >&lt;p&gt;This happens at activation - for every repository i ve tried.&lt;br/&gt;
It happens for single nodes and incl. subpages...&lt;/p&gt;

&lt;p&gt;BTW you can try to take a look at &lt;a href=&quot;http://testing.insm2009.aperto.de/author&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://testing.insm2009.aperto.de/author&lt;/a&gt; i&apos;ll send a mail with access data to the ME-list.&lt;/p&gt;
</comment>
                            <comment id="21385" author="had" created="Wed, 18 Feb 2009 20:36:08 +0100"  >&lt;p&gt;Unfortunately I could not connect using remote debugger. I think it might be easier if you just put the war file somewhere I can download it from.&lt;br/&gt;
Anyway some more info I need - could you please list exact versions of &lt;tt&gt;magnolia-core.jar&lt;/tt&gt;, &lt;tt&gt;magnolia-module-admininterface.jar&lt;/tt&gt;, &lt;tt&gt;magnolia-module-exchange-simple.jar&lt;/tt&gt; and &lt;tt&gt;commons-beanutils.jar&lt;/tt&gt; that are packed in your war file?&lt;br/&gt;
I&apos;ve also noticed that you are deploying on Tomcat 6.0.18 while we are deploying on Tomcat 5.5.27 so I&apos;ll try Tomcat 6 in the morning as well to see if it makes any difference.&lt;/p&gt;</comment>
                            <comment id="21389" author="rainer" created="Thu, 19 Feb 2009 08:53:39 +0100"  >&lt;p&gt;Remote Debugging is not possible from your site - cause of Proxy-Usage and Firewalls.&lt;/p&gt;

&lt;p&gt;What we have deployed at the moment is this: &lt;a href=&quot;http://www.aperto.de/transfer/uploads/clean_deploycopy-INSM-2009-02-18-18h12min.war&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.aperto.de/transfer/uploads/clean_deploycopy-INSM-2009-02-18-18h12min.war&lt;/a&gt;&lt;br/&gt;
The WAR file is available until tomorrow in the evening - i think. &lt;/p&gt;

&lt;p&gt;magnolia-core.jar = magnolia-core-4.0-rc3.jar&lt;br/&gt;
magnolia-module-admininterface.jar = magnolia-module-admininterface-4.0-rc3.jar&lt;br/&gt;
magnolia-module-exchange-simple.jar = magnolia-module-exchange-simple-4.0-rc3.jar&lt;br/&gt;
commons-beanutils.jar = commons-beanutils-1.8.0.jar&lt;/p&gt;

&lt;p&gt;Do you believe it is Tomcat 6? We have a Magnolia 3.6.1 running on Tomcat 6 without any problems until now (just a testing system).&lt;/p&gt;</comment>
                            <comment id="21393" author="had" created="Thu, 19 Feb 2009 11:49:23 +0100"  >&lt;p&gt;I can confirm that issue is reproducible with your war file and I can also confirm that it goes away when beanutils in your war file is replaced with previous version (1.7).&lt;br/&gt;
You can remove the war file from public location now.&lt;br/&gt;
Is it possible for you to use beanutils-1.7 for now or do you need explicitly version 1.8?&lt;/p&gt;</comment>
                            <comment id="21405" author="rainer" created="Thu, 19 Feb 2009 17:12:03 +0100"  >&lt;p&gt;We changed a dependency in our Campaign Monitor module - for the commons-digester from 2.0 to 1.8.&lt;br/&gt;
That was the problem. &lt;/p&gt;

&lt;p&gt;At the end we hung again with the misconfiguration of mine - multipartRequestFilter... but that is not important for that issue because it was just my fault.&lt;/p&gt;</comment>
                            <comment id="21406" author="rainer" created="Thu, 19 Feb 2009 17:12:34 +0100"  >&lt;p&gt;The first activation was successful at aperto INSM Testing.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                            <outwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="16225">MAGNOLIA-2628</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12156" name="first_exception.txt" size="7022" author="rainer" created="Tue, 17 Feb 2009 13:09:27 +0100"/>
                            <attachment id="12155" name="screenshot-1.jpg" size="165977" author="rainer" created="Tue, 17 Feb 2009 13:01:42 +0100"/>
                            <attachment id="12152" name="stacktrace.txt" size="14451" author="rainer" created="Mon, 16 Feb 2009 13:45:28 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>aperto.de</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 16 Feb 2009 14:55:31 +0100</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>mmuehlebach</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            15 years, 1 week, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>had</customfieldvalue>
            <customfieldvalue>gjoseph</customfieldvalue>
            <customfieldvalue>pbracher</customfieldvalue>
            <customfieldvalue>rainer</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i045fj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>24322</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>