Geekfest '08?
Geekfest '08?
i wish, i'd love to be there.. alas, it's expensive, and far away.
java sux![]()
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
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;
<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>
<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>
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.
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.
When life gives you haters, make haterade.
Bookmarks