Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pdotd
  • Content: Threads
  • Order by date
  1. pdotd

    WORD shutsdown everytime i open it?

    hey, im runnign window xp, and i have office xp aswell....but whenever i open up Word, i get one of those microsoft "send error" prompt boxes...and then Word just shuts down every single time. now i have tried uninstalling MS Office and then tried re-installing it, but i still get the same...
  2. pdotd

    package javax.ejb does not exist???

    hey there, i just installed weblogic server on my computer, the only problem is that when i try to compile my ejb files errors saying package javax.ejb does not exist i was wondering if someone could tell me how to fix this problem, or maybe give me instuction on how to set my classpath...
  3. pdotd

    Parse error: expecting T_VARIABLE or '$'????

    hey, i was wondering if someone could tell me what is wrong with my script, its a simple script and i think it looks fine, but whenever i run it ket this errors msg saying: Parse error: parse error, unexpected ';', expecting T_VARIABLE or '$' in...
  4. pdotd

    java.lang.NullPointerException

    when i run my jsp script i get this error posting: exception org.apache.jasper.JasperException org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:346) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)...
  5. pdotd

    jsp error??

    when i run my jsp script i get this error: exception org.apache.jasper.JasperException org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:346) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)...
  6. pdotd

    OUTLOOK can't connect to imap

    hey there im running qmail on this server, and a couple of days ago we had a power outage....so once i reboot the qmail server i restarted qmail and refetched all the imap accounts that i have and then i went to check my my imap folders in Outlook...and the i got an error saying: "could not...
  7. pdotd

    Invalid use of Null: 'Round' error

    Is there a problem rounding a real number in ASP. I retreive the real number from a MS SQL database, but when I run my script the numbers add up fine, however i get numbers with a 10 digit decimal place(i.e 125.199999988079) so when i try to use the round function, I get and error saying...
  8. pdotd

    java.lang.NullPointerException??

    i get a java.lang.NullPointerException exception error when i try to run my servlet: the exact error is: java.lang.NullPointerException OnlineAdmin.doGet(OnlineAdmin.java:38) javax.servlet.http.HttpServlet.service (HttpServlet.java:697)...
  9. pdotd

    How to do a MS SQL Backup

    i just started programming in C# and i am curious how to do a complete backup in MS SQL using C# pdotd
  10. pdotd

    Why do cookies add in default values?

    Hey when i create a cookie, and then get the cookie name i just created -- cookie.getName() instead of inputting the value i submitted to it. it returns: "SESSIONID" any reason for that?
  11. pdotd

    how to automatically run a command in qmailcrl every hour

    i was wondering if anyone knew the code to run a command every hour in the qmailctl script pdotd
  12. pdotd

    Problem with compile / creating objects

    hey there, i have problem with creating an objects from other classes. for instance: i have a greeter class; public class Greeter { public String SayHello() { String message = "Hello World!"; return message; } } and now if i try to create a Greeter object in my GreeterTest class...
  13. pdotd

    Can you store object in sessions?

    when programming in servlets, can you store objects in session? pdotd
  14. pdotd

    my queues get bogged up every hour

    hey there, i receive email from about 10 different account and get around 1000 plus emails day, however every hour when i check my queue i will have: messages in queue: 23 messages in queue but not yet preprocessed: 27 and when i check the queues in the morning i have: messages in queue...
  15. pdotd

    can't compile the servlet class????

    Hey there I have j2sdk1.4.2_04 and tomcat 5.0 installed, but when i try to compile a servlet, i can't because it says it can't the javax.servlet package(class)??? Now i have created the “JAVA_HOME” to the pathname of J2SDK directory and “CATALINA_HOME” to the pathname of TOMCAT directory but...

Part and Inventory Search

Back
Top