<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>[Resolved]Problem starting job, can anyone point me in the right direction</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=2949490" />
  <subtitle>[Resolved]Problem starting job, can anyone point me in the right direction</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=2949490</id>
  <updated>2026-04-06T06:55:01Z</updated>
  <dc:date>2026-04-06T06:55:01Z</dc:date>
  <entry>
    <title>RE: Problem starting job, can anyone point me in the right direction?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=3021635" />
    <author>
      <name>Steve Weston</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=3021635</id>
    <updated>2009-05-05T14:34:17Z</updated>
    <published>2009-05-05T14:34:17Z</published>
    <summary type="html">Christianto,&lt;br /&gt;&lt;br /&gt;Thanks for that last tip. That got rid of my error.&lt;br /&gt;&lt;br /&gt;steve</summary>
    <dc:creator>Steve Weston</dc:creator>
    <dc:date>2009-05-05T14:34:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: Problem starting job, can anyone point me in the right direction?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2973263" />
    <author>
      <name>Christianto Chris</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2973263</id>
    <updated>2009-04-29T01:48:08Z</updated>
    <published>2009-04-29T01:48:08Z</published>
    <summary type="html">Try to disable your scheduler in portal-ext.properties &lt;br /&gt;&lt;br /&gt;    scheduler.enabled=false&lt;br /&gt;&lt;br /&gt;And then restart your application server.</summary>
    <dc:creator>Christianto Chris</dc:creator>
    <dc:date>2009-04-29T01:48:08Z</dc:date>
  </entry>
  <entry>
    <title>RE: Problem starting job, can anyone point me in the right direction?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2963382" />
    <author>
      <name>Steve Weston</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2963382</id>
    <updated>2009-04-28T13:11:55Z</updated>
    <published>2009-04-28T13:11:55Z</published>
    <summary type="html">Unfortunately that didn&amp;#39;t have any impact good or bad, still getting the above error.</summary>
    <dc:creator>Steve Weston</dc:creator>
    <dc:date>2009-04-28T13:11:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: Problem starting job, can anyone point me in the right direction?</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2954277" />
    <author>
      <name>Christianto Chris</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2954277</id>
    <updated>2009-04-28T04:21:27Z</updated>
    <published>2009-04-28T04:21:27Z</published>
    <summary type="html">Try to set these following properties to blank values in your portal-ext.properties : &lt;br /&gt;&lt;br /&gt;    plugin.repositories.trusted=&lt;br /&gt;    plugin.repositories.untrusted=</summary>
    <dc:creator>Christianto Chris</dc:creator>
    <dc:date>2009-04-28T04:21:27Z</dc:date>
  </entry>
  <entry>
    <title>[Resolved]Problem starting job, can anyone point me in the right direction</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2949489" />
    <author>
      <name>Steve Weston</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=2949489</id>
    <updated>2009-04-27T17:42:31Z</updated>
    <published>2009-04-27T17:42:31Z</published>
    <summary type="html">I&amp;#39;m working on my first portlet and I&amp;#39;ve really run into something I can&amp;#39;t seem to figure out.  I&amp;#39;ve been googling and reading and searching through the forums, but so far what little I&amp;#39;ve found on this hasn&amp;#39;t really helped.  A bit of the stack trace I&amp;#39;m seeing is down below.  I&amp;#39;m guessing I have something configured wrong, but I can&amp;#39;t for the life of me figure out what.  I&amp;#39;ve undone any changes recently made to the configuration files (at least I think I&amp;#39;ve undone everything) and the problem persists.  When I start the portal things seem to go normally most of the way through, but then it gets to the portlet I&amp;#39;m working on and it starts to make it available.  When it gets there this error starts throwing and just keeps going and going.  What I see in the browser is the liferay portal start on a tab, then this error is thrown, and the liferay portal tries to start in another tab, with none of the instances of the portal ever really starting.  If I didn&amp;#39;t kill the process it would just keep opening instances in new tabs until I guess it hit a browser limit on the number of tabs that could be open if there is such a thing.  Here is a chunk of the stack trace, hopefully somebody out there can tell me what I&amp;#39;ve done wrong or at least give me some idea of what to look for.  I&amp;#39;m stumped.&lt;br /&gt;&lt;br /&gt;        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP&lt;br /&gt;ool.java:689)&lt;br /&gt;        at java.lang.Thread.run(Thread.java:595)&lt;br /&gt;13:21:27,729 ERROR [JobScheduler:99] org.quartz.ObjectAlreadyExistsException: Un&lt;br /&gt;able to store Job with name: &amp;#39;com.liferay.portlet.admin.job.CheckRemoteRepositor&lt;br /&gt;iesJob@10912128&amp;#39; and group: &amp;#39;DEFAULT&amp;#39;, because one already exists with this iden&lt;br /&gt;tification.&lt;br /&gt;org.quartz.ObjectAlreadyExistsException: Unable to store Job with name: &amp;#39;com.lif&lt;br /&gt;eray.portlet.admin.job.CheckRemoteRepositoriesJob@10912128&amp;#39; and group: &amp;#39;DEFAULT&amp;#39;&lt;br /&gt;, because one already exists with this identification.&lt;br /&gt;        at org.quartz.simpl.RAMJobStore.storeJob(RAMJobStore.java:222)&lt;br /&gt;        at org.quartz.simpl.RAMJobStore.storeJobAndTrigger(RAMJobStore.java:195)&lt;br /&gt;&lt;br /&gt;        at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:703)&lt;br /&gt;&lt;br /&gt;        at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:255)&lt;br /&gt;        at com.liferay.portal.job.JobSchedulerImpl.schedule(JobSchedulerImpl.jav&lt;br /&gt;a:96)&lt;br /&gt;        at com.liferay.portal.kernel.job.JobSchedulerUtil.schedule(JobSchedulerU&lt;br /&gt;til.java:38)&lt;br /&gt;        at com.liferay.portlet.admin.job.AdminScheduler.schedule(AdminScheduler.&lt;br /&gt;java:39)&lt;br /&gt;        at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:331)&lt;br /&gt;        at javax.servlet.GenericServlet.init(GenericServlet.java:212)&lt;br /&gt;        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.&lt;br /&gt;java:1139)</summary>
    <dc:creator>Steve Weston</dc:creator>
    <dc:date>2009-04-27T17:42:31Z</dc:date>
  </entry>
</feed>
