Skip to content
The beaver is a proud and noble animal

The beaver is a proud and noble animal

Notes from a bemused canuck

  • Home
  • About
  • Bookmarks
  • Pictures
  • Resume
  • Wine
  • Random Recipe
  • Toggle search form

Gaah!

Posted on May 25, 2004 By admin 7 Comments on Gaah!

I hate wasting my time like this…

I've been writing a lot of code on my laptop, which works perfectly. I must now merge this code on our dev server. Of course, the dev environment doesn't match the environment in which I've been slamming away. I know the environment on my laptop is sane, stable and well configured. I can't say the same for the dev env.

I've just spent the last 2 days trying to find out why the code I know works on my laptop explodes quite dramatically on the dev machine. So what do I do? I install the dev env on my laptop (basically, the Java Web Services development platform), which runs on Tomcat 5. Through hours of tedious testing, I fix bug after bug and setup everything properly.

I've just found out why the last thing wasn't working. The TLD parser of the input taglib was throwing a fit on initialization. In a nutshell, input1.0 – which works fine in Tomcat 4 – doesn't parse under Tomcat 5. Input-1.1 works hunky-dory.

Too bad it only took me the better part of a day to figure that one out.

Sheeeeeet.

  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to email a link to a friend (Opens in new window) Email
uncategorized

Post navigation

Previous Post: Ladies and gentlemen, place your bets
Next Post: Ain't technology great? NOT!

Comments (7) on “Gaah!”

  1. pretentiousgit says:
    May 25, 2004 at 6:36 pm

    … this may sound pushy, as you've had a terrifically unpleasant day, but… do you know anything about PHP/MySql?

    (http://livejournal.com/users/pretentiousgit)

  2. talisker says:
    May 25, 2004 at 6:40 pm

    *chuckle* my day is pretty ok, it's just that stuff like that drives me mad. Yes, I do know php/mysql. What can I do for you?

    (http://livejournal.com/users/talisker)

  3. pretentiousgit says:
    May 25, 2004 at 7:11 pm

    Er… to be honest, I'm not terribly sure. I'm wading though … 700-odd pages of PHP/MySql database book, and I was just curious. The backend of Rowdy is a total effing mess and I'm waiting on the UofT engineers to fix it.

    (http://livejournal.com/users/pretentiousgit)

  4. talisker says:
    May 25, 2004 at 7:32 pm

    Ok, I'm guessing that Rowdy is a server at UofT, and it's acting naughty? Can you clarify f'n mess? And if there's anything specific you need help on, I'll do my best to be of service :)

    I spend my waking hours playing in Java or PHP and MySql :)

    (http://livejournal.com/users/talisker)

  5. pretentiousgit says:
    May 25, 2004 at 7:43 pm

    Hah. No, Rowdy is my website (www.rowdymedia.com), presently hosted at http://www.robotskull.com, and soon to be hosted … elsewhere. The UofT eng. groups agreed to add a functional MySql databased catalogue with PHP frontend to the site, which, unfortunately, got caught in some grinders and mistiming, and now it's up to me to do it. So. I'm just beginning to learn how to build effective small relational databases and then add PHP frontend manipulators to them so that I don't ever have to directly modify the DB once it's written. I think I have a pretty solid DB design on paper, and am just now beginning to implement it.
    I still have no clue how to properly use MySql Dump once my DB is successfully built and dataentered locally, and am presently dicking with my local copy of my site to find out why, exactly, it works live but not local (and am blaming Mozilla).

    Whew. That was a lot of stuff. I mostly just wanted to check if it was OK if I ask you questions, which I will try to phrase absolutely clearly. Oh. And in the tradition of ThinkGeek, I promise not to ask you to fix my computer. ;)

    (http://livejournal.com/users/pretentiousgit)

  6. talisker says:
    May 25, 2004 at 7:53 pm

    teehee!

    I still have no clue how to properly use MySql Dump once my DB is successfully built and data entered locally

    mysqldump is fairly straightforward:

    mysqldump -u USERNAME -p -a DATABASE > data.sql

    -a: all db creation info (will add create table statements)
    -u: username (replace USERNAME by the user allowed to connect to the db)
    -p: will prompt for password

    replace DATABASE by the name of your database

    And then you can the data.sql file to load into mysql on the host you'll be using for your server.

    For your PHP coding, I seriously recommend you look into phplib (http://phplib.sourceforge.net/index.php3) and I can give you a hand to set it up, and provide some code examples, if you want. It's uber straightforward.

    For anything else, don't hesitate to ask. I'll do my best to answer, or provide avenues where you can find answers if I'm too busy to do it myself ;)

    (http://livejournal.com/users/talisker)

  7. pretentiousgit says:
    May 25, 2004 at 7:56 pm

    !!! Severe thanks. The book on my lap at present is “MySql/PHP Database Applications”, and it is making me _squirm_, so. Yes. Severe thanks.

    (http://livejournal.com/users/pretentiousgit)

Comments are closed.

Power to the beaver!

Show me the beaver!
May 2004
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31  
« Apr   Jun »

Quote of the day

No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
--(Terry Pratchett, Reaper Man)

Random Posts

  • I officially, without hesitation, hate my job
  • The great watch debate continues
  • Best stick ev4r!
  • memage
  • How to cat
reading leopard

Tags

bobble the little blue owl boobies brought to you by the fda cats chonk christmas comics computers are evil covid-19 dealing with idiots dilbert dog ducks galleries geek god bless the land of the free holidays house I am Canadian land of cheese and chocolate linked news lolcat london news from the stupid not my dog nsfw pets pictures potd2014 qotd random shit re-member recipes relationship shrill slice of life stress Tao the british way The Peanut things i miss travel video wine work

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2025 The beaver is a proud and noble animal.

Powered by PressBook Premium theme