<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: java.lang.NullPointerException : null in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274102#M227232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahhh, you found the exact issue I reported some time ago:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=5&amp;amp;t=45300" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=5&amp;amp;t=45300&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has been fixed, but I'm not sure it's part of a release just yet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-14863" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-14863&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately there's no workaround on this, so you'll either have to patch it manually or find another way around the multi-value issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does however sound weird that you couldn't find a complete stacktrace in the alfresco log, there should be a lot of info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2012 10:37:49 GMT</pubDate>
    <dc:creator>oleh</dc:creator>
    <dc:date>2012-08-08T10:37:49Z</dc:date>
    <item>
      <title>java.lang.NullPointerException : null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274099#M227229</link>
      <description>Hi,I have developed a custom advanced workflow using Activiti. I am using Alfresco 4.0 Share.When I try to start a workflow, it is giving me the error - java.lang.NullPointerException : null in a pop-up. Admin user can start the workflow but no other user are able to start the workflow.When I tried</description>
      <pubDate>Tue, 07 Aug 2012 09:33:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274099#M227229</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2012-08-07T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException : null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274100#M227230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked at alfresco.log? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've encountered simliar bugs while developing custom workflows, the symptoms are the same: Share will say it's a null pointer, but Alfresco has a full stacktrace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look and post it, along with the version you're using then I can probably point you in the right direction &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 08:27:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274100#M227230</guid>
      <dc:creator>oleh</dc:creator>
      <dc:date>2012-08-08T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException : null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274101#M227231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In alfresco logs it was not mentioning anything except of the nullpointer exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I found what was going wrong. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is fixed now for me. Actually, I had added few additional properties to OOTB user model through aspect in which one property was having type as d:text able to hold multiple values. It was not allowing to proceed me further and was giving me the null pointer error. For the specific user I was trying to start the workflow this property value was not required hence I made its value as blank (previously I was setting some value to this property) and it started allowing me to start the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It&amp;nbsp; looks like that if any property having multiple as true is present on the user metadata, it does not allow to start/assign the workflow to such user in this case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 09:05:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274101#M227231</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2012-08-08T09:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException : null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274102#M227232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahhh, you found the exact issue I reported some time ago:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=5&amp;amp;t=45300" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=5&amp;amp;t=45300&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has been fixed, but I'm not sure it's part of a release just yet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-14863" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-14863&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately there's no workaround on this, so you'll either have to patch it manually or find another way around the multi-value issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does however sound weird that you couldn't find a complete stacktrace in the alfresco log, there should be a lot of info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 10:37:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-lang-nullpointerexception-null/m-p/274102#M227232</guid>
      <dc:creator>oleh</dc:creator>
      <dc:date>2012-08-08T10:37:49Z</dc:date>
    </item>
  </channel>
</rss>

