-
Hi,
I've been looking high and low but couldn't find the
default username & pass for admin login.
May you email to me, mwhc@pd.jaring.my?
Melvin.
2006-01-23 09:23:06 UTC in Phpauction NG GPL
-
Hi,
I got this error when try to query the dbschema.sql
Error Code : 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE category
(
id INT UNSIGNED NOT NULL #auto-id
any ideas?
Melvin.
2006-01-23 08:38:27 UTC in MySQLauction
-
Hi,
I'd like to submit the survey, but where's it? Pls send me the link. thnaks
Melv,
2006-01-23 07:44:47 UTC in Open Php Auction
-
David,
May i ask, what do you mean by "Put your values for runtimes"? What values? And also, how do I see the properties values in the default quartz properties file?
And James, I don't undestand your reply? Do you mean I spent too much time creating the trigger?
Melvin.
2004-04-30 03:28:51 UTC in Quartz Enterprise Job Scheduler
-
Hi,
I'm running a scheduler to trigger a ResultSet records output, but whenever the scheduler start the CronTrigger, the ResultSet output the same records twice.
I tried removing the scheduler and use Linux Crontab, and it works fine (without the duplicated records)
Are there something wrong with my Scheduler code? Is a servlet running 8 CronTriggers at different times.
public...
2004-04-22 02:55:59 UTC in Quartz Enterprise Job Scheduler
-
I tried not to use the scheduler by manually start/trigger the delivery of content, and it worked! No duplicated contents...
But, I'd still wanna use the Scheduler for this app. Anyway that I can fix it?
Mel.
2004-04-16 09:37:37 UTC in Quartz Enterprise Job Scheduler
-
This is my web app:
My servlet is using Quartz Scheduler to periodically send sms content to subscribers. I use,
-MySQL = to store the content and subscribers' phone number
-Quartz scheduler = to do scheduling for delivery of contents
-Log4J = to log all delivery of contents
The problem: My servlet sends the content twice to a subscriber. It suppose to just send once to each subscriber.
2004-04-16 07:44:42 UTC in Quartz Enterprise Job Scheduler
-
I get this messages when I try to shutdown Tomcat 5.0. It happened when I started using Quartz in my Tomcat app...
INFO: Removing web application at context path /cms
26-Feb-2004 17:42:18 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /manager
26-Feb-2004 17:42:18 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing...
2004-02-26 09:41:46 UTC in Quartz Enterprise Job Scheduler
-
I have huge problems with file paths for jcrontab.properties, log4j.properties and crontab file.
You see, I'm running Tomcat 5.0 and the default/current directory is always pointing to C:\tomcat\bin, where C:\tomcat is my tomcat directory. And I can't store my files there because my app will be virtually hosted by some hosting company. I tried to use the ClassLoader.getResourceStream() thing...
2004-02-19 08:23:43 UTC in Jcrontab