<?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: simple workflow deploy causes NullPointer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166605#M120185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I logout and log back in I'm able to continue working with Activiti Explorer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 04:17:21 GMT</pubDate>
    <dc:creator>fence</dc:creator>
    <dc:date>2014-02-27T04:17:21Z</dc:date>
    <item>
      <title>simple workflow deploy causes NullPointer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166604#M120184</link>
      <description>environment&amp;nbsp;&amp;nbsp;&amp;nbsp; amazon ec2 linux&amp;nbsp;&amp;nbsp;&amp;nbsp; mysql 5.5&amp;nbsp;&amp;nbsp;&amp;nbsp; activiti 5.14I create a workflow in activiti explorer with just a named start node.&amp;nbsp; When I deploy I then start seeing these errors in the Tomcat logs:09:05:36,592 [http-bio-8080-exec-10] INFO&amp;nbsp; org.activiti.engine.impl.bpmn.deployer.BpmnDeployer&amp;nbsp; - Pro</description>
      <pubDate>Wed, 26 Feb 2014 21:09:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166604#M120184</guid>
      <dc:creator>fence</dc:creator>
      <dc:date>2014-02-26T21:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: simple workflow deploy causes NullPointer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166605#M120185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I logout and log back in I'm able to continue working with Activiti Explorer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 04:17:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166605#M120185</guid>
      <dc:creator>fence</dc:creator>
      <dc:date>2014-02-27T04:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: simple workflow deploy causes NullPointer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166606#M120186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not a valid process definition. You have to create a sound process definition with a start event, a task and an end event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2014 14:00:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166606#M120186</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-03-01T14:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: simple workflow deploy causes NullPointer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166607#M120187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I Have problem something like you define above. How you solved it??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 06:32:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166607#M120187</guid>
      <dc:creator>seema</dc:creator>
      <dc:date>2015-12-31T06:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: simple workflow deploy causes NullPointer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166608#M120188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was running the activiti-webapp-explorer2 web app.&amp;nbsp; I am facing a similar issue. I had created a proper process with a start event, task and a end event. Deployment was successful from the explorer. But after deployment it redirects me to a page where none of the links work. But again if u restart the server and login again, the links work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;stacktrace:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.vaadin.Application terminalError&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: Terminal error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.vaadin.event.ListenerMethod$MethodException: Invocation of method buttonClick in org.activiti.explorer.ui.mainlayout.MainMenuBar$ShowProcessDefinitionsClickListener failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:530)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:164)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1219)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.ui.Button.fireClick(Button.java:567)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.ui.Button.changeVariables(Button.java:223)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.changeVariables(AbstractCommunicationManager.java:1460)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariableBurst(AbstractCommunicationManager.java:1404)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1329)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:761)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:325)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:501)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.filter.ExplorerFilter.doFilter(ExplorerFilter.java:53)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2430)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2419)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.Thread.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.NullPointerException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.ui.mainlayout.MainMenuBar.setMainNavigation(MainMenuBar.java:68)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.ui.mainlayout.MainLayout.setMainNavigation(MainLayout.java:67)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.ui.MainWindow.setMainNavigation(MainWindow.java:83)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.DefaultViewManager.switchView(DefaultViewManager.java:346)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.DefaultViewManager.showDeployedProcessDefinitionPage(DefaultViewManager.java:207)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.explorer.ui.mainlayout.MainMenuBar$ShowProcessDefinitionsClickListener.buttonClick(MainMenuBar.java:201)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.GeneratedMethodAccessor160.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; … 34 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 09:30:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166608#M120188</guid>
      <dc:creator>rima</dc:creator>
      <dc:date>2016-02-10T09:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: simple workflow deploy causes NullPointer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166609#M120189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found the reason for this error. In activiti explorer, when a admin user logs in and deploys a process. After deployment it is redirected to a Manage processes page, which allows you to see the jobs started or allows you to undeploy a proess etc. This works fine for admin user. But if the user is not admin, then he is should not be allowed to see the Manage page. But still it redirects him to that page.. and i think sine he doesn't have the permission none of the links in the page works and we get this error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.vaadin.Application terminalError&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: Terminal error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.vaadin.event.ListenerMethod$MethodException: Invocation of method buttonClick in org.activiti.explorer.ui.mainlayout.MainMenuBar$ShowProcessDefinitionsClickListener failed…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 05:53:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-deploy-causes-nullpointer/m-p/166609#M120189</guid>
      <dc:creator>rima</dc:creator>
      <dc:date>2016-02-15T05:53:23Z</dc:date>
    </item>
  </channel>
</rss>

