<?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: Help on NullPointerException When open existing project in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313711#M84539</link>
    <description>I installed talend in another computer and created a new Project. and copy following configurations from original workspace to new project as follows: 
&lt;BR /&gt;--------------------------------- 
&lt;BR /&gt;1. context 
&lt;BR /&gt;2. metadata/connections 
&lt;BR /&gt;3. process 
&lt;BR /&gt;--------------------------------- 
&lt;BR /&gt;And refreshed the Design View. 
&lt;BR /&gt;It is Ok for 2. metadata/connections &amp;amp; 3. process. 
&lt;BR /&gt;While error occurs when open context. And the error is as follows, could anyone help on this? 
&lt;BR /&gt;---------------------------------- 
&lt;BR /&gt;!SESSION 2011-08-15 12:27:30.859 ----------------------------------------------- 
&lt;BR /&gt;eclipse.buildId=unknown 
&lt;BR /&gt;java.version=1.5.0_15 
&lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN 
&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 
&lt;BR /&gt;!ENTRY org.talend.libraries 1 0 2011-08-15 12:33:23.729 
&lt;BR /&gt;!MESSAGE 2011-08-15 12:33:23,723 INFO org.talend.repository.model.ProxyRepositoryFactory - yamints@126.com logged on Omantel 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.eclipse.osgi 2 1 2011-08-15 12:34:39.470 
&lt;BR /&gt;!MESSAGE NLS unused message: disassembler_comma in: org.eclipse.jdt.internal.ui.JavaUIMessages 
&lt;BR /&gt;!ENTRY org.talend.libraries 4 0 2011-08-15 12:59:14.843 
&lt;BR /&gt;!MESSAGE 2011-08-15 12:59:14,837 ERROR org.talend.commons.exception.ExceptionHandler - 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.setAuthor(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.updateProperties(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.init(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.createProcess(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.createProcess(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.editor.JobEditorInput.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.action.EditProcess.doRun(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction.run(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.RepositoryDoubleClickAction.run(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.views.RepositoryView$11.doubleClick(Unknown Source) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:821) 
&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) 
&lt;BR /&gt; at org.eclipse.core.runtime.Platform.run(Platform.java:888) 
&lt;BR /&gt; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) 
&lt;BR /&gt; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:819) 
&lt;BR /&gt; at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1419) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1195) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:238) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:235) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:296) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1311)</description>
    <pubDate>Mon, 15 Aug 2011 06:27:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-08-15T06:27:29Z</dc:date>
    <item>
      <title>Help on NullPointerException When open existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313710#M84538</link>
      <description>I have finish design all jobs for my project and also finished testing. 
&lt;BR /&gt;While today when open existing project, following error occurs: 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.doesLoggedUserExist(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.logOnProject(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.model.ProxyRepositoryFactory.logOnProject(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.login.LoginDialog$1.run(Unknown Source) 
&lt;BR /&gt; at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) 
&lt;BR /&gt;System version is as follows: 
&lt;BR /&gt;OS: Windows 2007 Enterprise 
&lt;BR /&gt;Java: 1.5.0_17 
&lt;BR /&gt;Talend: TOS-Win32-r53616-V4.1.2.exe 
&lt;BR /&gt;Could anyone here please help me out on this? It is really urgent and important.</description>
      <pubDate>Sat, 16 Nov 2024 12:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313710#M84538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help on NullPointerException When open existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313711#M84539</link>
      <description>I installed talend in another computer and created a new Project. and copy following configurations from original workspace to new project as follows: 
&lt;BR /&gt;--------------------------------- 
&lt;BR /&gt;1. context 
&lt;BR /&gt;2. metadata/connections 
&lt;BR /&gt;3. process 
&lt;BR /&gt;--------------------------------- 
&lt;BR /&gt;And refreshed the Design View. 
&lt;BR /&gt;It is Ok for 2. metadata/connections &amp;amp; 3. process. 
&lt;BR /&gt;While error occurs when open context. And the error is as follows, could anyone help on this? 
&lt;BR /&gt;---------------------------------- 
&lt;BR /&gt;!SESSION 2011-08-15 12:27:30.859 ----------------------------------------------- 
&lt;BR /&gt;eclipse.buildId=unknown 
&lt;BR /&gt;java.version=1.5.0_15 
&lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN 
&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 
&lt;BR /&gt;!ENTRY org.talend.libraries 1 0 2011-08-15 12:33:23.729 
&lt;BR /&gt;!MESSAGE 2011-08-15 12:33:23,723 INFO org.talend.repository.model.ProxyRepositoryFactory - yamints@126.com logged on Omantel 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.eclipse.osgi 2 1 2011-08-15 12:34:39.470 
&lt;BR /&gt;!MESSAGE NLS unused message: disassembler_comma in: org.eclipse.jdt.internal.ui.JavaUIMessages 
&lt;BR /&gt;!ENTRY org.talend.libraries 4 0 2011-08-15 12:59:14.843 
&lt;BR /&gt;!MESSAGE 2011-08-15 12:59:14,837 ERROR org.talend.commons.exception.ExceptionHandler - 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.setAuthor(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.updateProperties(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.init(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.createProcess(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.createProcess(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.editor.JobEditorInput.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.designer.core.ui.action.EditProcess.doRun(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction.run(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.RepositoryDoubleClickAction.run(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.views.RepositoryView$11.doubleClick(Unknown Source) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:821) 
&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) 
&lt;BR /&gt; at org.eclipse.core.runtime.Platform.run(Platform.java:888) 
&lt;BR /&gt; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) 
&lt;BR /&gt; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:819) 
&lt;BR /&gt; at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1419) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1195) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:238) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:235) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:296) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1311)</description>
      <pubDate>Mon, 15 Aug 2011 06:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313711#M84539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-15T06:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help on NullPointerException When open existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313712#M84540</link>
      <description>Hi 
&lt;BR /&gt;Try to import the items into the new project from old workspace, right click on the Job Design and select 'import items' option.
&lt;BR /&gt;Let me know if you have any questions!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 15 Aug 2011 06:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313712#M84540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-15T06:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help on NullPointerException When open existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313713#M84541</link>
      <description>Hi Shong, 
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Actually I exported Items by click "Job Design" -&amp;gt; "Export Items" in original project several days ago.
&lt;BR /&gt;There are altogether about 20 jobs with context and db connection metadata.
&lt;BR /&gt;While in the newly created project. Right lick "Job Design" -&amp;gt; "Import Items", it appears "no valid items found in source"
&lt;BR /&gt;While if I unzip the exported items. there are corresponding .item &amp;amp; .properties files under process, metadata/connections, context.
&lt;BR /&gt;I am not sure what's wrong with it?</description>
      <pubDate>Mon, 15 Aug 2011 07:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313713#M84541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-15T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help on NullPointerException When open existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313714#M84542</link>
      <description>As for work-around for this issue&lt;BR /&gt;I have copied individual files (.item &amp;amp; .properties) under process, metadata/connections, context and refresh design view.&lt;BR /&gt;All are ok except for contexts.&lt;BR /&gt;So I think the route cause of the error is something wrong with context files.&lt;BR /&gt;Do you have any suggesion on this?&lt;BR /&gt;Is there anyway that I can recreate all these context data automatically since they are used in job design.</description>
      <pubDate>Mon, 15 Aug 2011 07:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313714#M84542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-15T07:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help on NullPointerException When open existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313715#M84543</link>
      <description>Hi 
&lt;BR /&gt;As you said, you have backup the project, it should contain the context files, try to import them into new project from the backup.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Is there anyway that I can recreate all these context data automatically since they are used in job design.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;No, you have to import them or recreate them.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 15 Aug 2011 08:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-on-NullPointerException-When-open-existing-project/m-p/2313715#M84543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-15T08:38:22Z</dc:date>
    </item>
  </channel>
</rss>

