Check Out Our Shop
Results 1 to 13 of 13

Thread: Any maggots at JavaOne

  1. #1
    Join Date
    Oct 2005
    Location
    Sandy
    Posts
    5,374

    Any maggots at JavaOne

    Geekfest '08?

  2. #2
    Join Date
    Oct 2005
    Location
    Westminster, CO
    Posts
    3,639
    i wish, i'd love to be there.. alas, it's expensive, and far away.

  3. #3
    Join Date
    Oct 2005
    Location
    Sandy
    Posts
    5,374
    Quote Originally Posted by steve View Post
    i wish, i'd love to be there.. alas, it's expensive, and far away.
    No one else on my team wanted to go, so they nominated me..... go figure!

  4. #4
    Join Date
    Feb 2005
    Location
    north by northwest
    Posts
    9,456
    java sux

  5. #5
    Join Date
    Oct 2005
    Location
    Westminster, CO
    Posts
    3,639
    Quote Originally Posted by sfotex View Post
    No one else on my team wanted to go, so they nominated me..... go figure!
    good for you. bad for them.

    Bruce Eckel, author of Thinking In Java:
    "Let's say that this follows the 80-20 rule. Roughly 80% of programmers don't read books, don't go to conferences, don't continue learning, don't do anything but what they covered in college. Maybe they've gotten a job in a big company where they can do the same thing over and over. The other 20% struggle with their profession: they read, try to learn things, listen to podcasts, go to user group meetings and sometimes a conference. 80% of this 20% are not very successful yet; they're still beginning, still trying. The other 20% of this 20% -- that's about 5% of the whole who are 20x more productive."

    http://www.artima.com/weblogs/viewpo...?thread=221622

  6. #6
    Join Date
    Apr 2007
    Location
    Salt Lake City, UT
    Posts
    630
    if (freshSnow > 0) {
    System.out.println("Jake will be skiing during JavaOne");
    }
    else {
    System.out.println("Jake will probably be mountain biking and forgetting the fact he makes geeky posts like this one");
    }

    return;

  7. #7
    Join Date
    Oct 2005
    Location
    Sandy
    Posts
    5,374
    Quote Originally Posted by f2f View Post
    java sux
    That's why I'm going to the Scala Lift on Saturday.

  8. #8
    Join Date
    Oct 2005
    Location
    Sandy
    Posts
    5,374
    <geek>
    Wow,
    What a fucking awesome week!
    Saw Neil Gafter speak on BGGA closures, Brian Goetz on Concurrency, Cameron Purdy on scaling apps, Gavin King (what an ass), Rod Johnson, Tor Norbye, Dick Wall, Josh Bloch, got in debates about closures, and drank way too much... god damn that was a good time!

    </geek>

  9. #9
    Join Date
    Oct 2005
    Location
    Sandy
    Posts
    5,374
    <more_geek>
    Went to the ScalaLift yesterday. Got to interact with Dick Wall, Carl Quinn, Bill Venners, Martin Odersky, and Frank Sommers. You'll be hearing alot about Scala in the next year or two.
    </more_geek>

  10. #10
    Join Date
    Oct 2005
    Location
    Sandy
    Posts
    5,374
    Anyone going in 2009? I'll be out Mon-Wens for an expert systems conference then headed back.
    When life gives you haters, make haterade.

  11. #11
    Join Date
    Jul 2005
    Location
    Verdi NV
    Posts
    10,457

    After A DB2 Upgrade tonight

    Trying to figure out how to resolve this?

    Java Path Changed?? When client DB2 was upgraded. JDBC connections fail

    2009-05-31 00:51:51,367 INFO main 55-30034 "Initializing DAP '11_IBM_INFO_STG_JDBCDAP' for role(s) 'STAGING'. Database='INFOSTG@xxxxxxxxxxxxx.com' Owner='INFOSTG'"
    com.ibm.db2.jcc.b.SqlException: Failure in loading T2 native library db2jcct2, reason: java.lang.UnsatisfiedLinkError: db2jcct2 (Not found in java.library.path)
    at com.ibm.db2.jcc.t2.a.a(a.java:31)
    at com.ibm.db2.jcc.t2.T2Configuration.<clinit>(T2Conf iguration.java:84)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:196)
    at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:1 90)
    at com.mchange.v2.c3p0.DriverManagerDataSource.getCon nection(DriverManagerDataSource.java:135)
    at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:182)
    at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:171)
    at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ 1PooledConnectionResourcePoolManager.acquireResour ce(C3P0PooledConnectionPool.java:137)
    at com.mchange.v2.resourcepool.BasicResourcePool.doAc quire(BasicResourcePool.java:1014)
    at com.mchange.v2.resourcepool.BasicResourcePool.acce ss$800(BasicResourcePool.java:32)
    at com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask.run(BasicResourcePool.java:1810)
    at com.mchange.v2.async.ThreadPoolAsynchronousRunner$ PoolThread.run(ThreadPoolAsynchronousRunner.java:5 47)
    Caused by: java.lang.UnsatisfiedLinkError: db2jcct2 (Not found in java.library.path)
    at java.lang.ClassLoader.loadLibraryWithPath(ClassLoa der.java:986)
    at java.lang.ClassLoader.loadLibraryWithClassLoader(C lassLoader.java:950)
    at java.lang.System.loadLibrary(System.java:453)
    at com.ibm.db2.jcc.t2.b.run(b.java:35)
    at java.security.AccessController.doPrivileged(Access Controller.java:197)
    at com.ibm.db2.jcc.t2.a.a(a.java:26)
    Last edited by MTT; 05-31-2009 at 01:43 AM.

  12. #12
    Join Date
    Oct 2005
    Location
    Westminster, CO
    Posts
    3,639
    Quote Originally Posted by sfotex View Post
    Anyone going in 2009? I'll be out Mon-Wens for an expert systems conference then headed back.
    Quote Originally Posted by steve View Post
    i wish, i'd love to be there.. alas, it's expensive, and far away.
    humph. nothing has changed.

    at least i'm working.. so i can't complain (but sometimes i still do.)

  13. #13
    Join Date
    Oct 2005
    Location
    Sandy
    Posts
    5,374
    Quote Originally Posted by MTT View Post
    Trying to figure out how to resolve this?

    Java Path Changed?? When client DB2 was upgraded. JDBC connections fail
    Is this some code you wrote, or did you upgrade someone elses code?

    The 3 likely things that could be wrong are the connection url is incorrect, the new jdbc jars are in the wrong place, or the java classpath got altered in the upgrade and in incorrect.
    When life gives you haters, make haterade.

Similar Threads

  1. Maggots story in SKIING Magazine
    By RS8750 in forum Hook Up
    Replies: 230
    Last Post: 05-17-2021, 06:01 AM
  2. Hey maggots...a new beginning
    By Blurred in forum General Ski / Snowboard Discussion
    Replies: 97
    Last Post: 05-24-2007, 12:10 PM
  3. MAGGOTS (A tribute)
    By Max Gosey in forum General Ski / Snowboard Discussion
    Replies: 23
    Last Post: 11-22-2005, 01:53 PM
  4. a fake reporter in the white house press corps?
    By wookalar in forum General Ski / Snowboard Discussion
    Replies: 39
    Last Post: 02-13-2005, 12:52 AM
  5. Finally getting the respect we deserve
    By Big E in forum TGR Forum Archives
    Replies: 1
    Last Post: 08-03-2004, 03:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •