If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Expired JDBC driver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-07, 23:36
jonelester jonelester is offline
Registered User
 
Join Date: Jan 2007
Posts: 2
Expired JDBC driver

A Blessed day to all. I encountered this error last 2 weeks, I've googled this issue but it seems that I am the only one who encountered it unlike the License issue with DB2 before, please if somebody can give some help with my problem. I am having this error I'm using Websphere Application Server Community Edition and DB2 Express C V9.0 running both in a LINUX box.
Just this new i am not able to log in my application (jsp). This is what comes out in running the command ./geronimo.sh run..
Please help me.

com.ibm.db2.jcc.a.SqlException: [ibm][db2][jcc][1078][11539] Expired JDBC driver. IBM DB2 JDBC Universal Driver Architecture 3.1.5 Test Build expired on 12/30/06 12:00 AM.
at com.ibm.db2.jcc.a.o.a(o.java:134)
at com.ibm.db2.jcc.a.p.a(p.java:452)
at com.ibm.db2.jcc.a.p.<init>(p.java:305)
at com.ibm.db2.jcc.c.b.<init>(b.java:260)
at com.ibm.db2.jcc.uw.UWConnection.<init>(UWConnectio n.java:244)
at com.ibm.db2.jcc.DB2SimpleDataSource.getConnection( DB2SimpleDataSource.java:176)
at com.ibm.db2.jcc.DB2SimpleDataSource.getConnection( DB2SimpleDataSource.java:139)
at gaisano.DatabaseBean.checkIfExistingUser(DatabaseB ean.java:117)
at org.apache.jsp.jsp.session_jsp._jspService(org.apa che.jsp.jsp.session_jsp:70)
at org.apache.jasper****ntime.HttpJspBase.service(Http JspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:688)
at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:322)
at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:291)
at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:688)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:178)
at org.apache.geronimo.tomcat.valve.DefaultSubjectVal ve.invoke(DefaultSubjectValve.java:46)
at org.apache.geronimo.tomcat.GeronimoStandardContext $SystemMethodValve.invoke(GeronimoStandardContext. java:275)
at org.apache.geronimo.tomcat.valve.GeronimoBeforeAft erValve.invoke(GeronimoBeforeAfterValve.java:31)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:107)
at org.apache.catalina.authenticator.SingleSignOn.inv oke(SingleSignOn.java:365)
at org.apache.catalina.valves.AccessLogValve.invoke(A ccessLogValve.java:526)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.processConnection(Http11Protocol.jav a:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.process Socket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThr ead****nIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable****n(ThreadPool.java:684)
at java.lang.Thread****n(Unknown Source)

Thanks
Reply With Quote
  #2 (permalink)  
Old 01-22-07, 10:20
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
lic

try db2licm -l and see if license is permanent
try install *.lic file from db2 installation and do db2updt after install of lic file
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 01-23-07, 03:00
jonelester jonelester is offline
Registered User
 
Join Date: Jan 2007
Posts: 2
db2iupdt won't work

Thanks guyprzytula, I already have updated the license of DB2 last October 2006, as shown below, but I'm quite curiuos with the result of License type: which is "Unwarranted", is this a big deal? because as stated in my first post, the JDBC driver Expired last December 30, 2006(after two months). My main concern really is, does the JDBC driver expires? or is it because I did not fire the db2iupdt <instancename> after i updated the license?

[root@ccs bin]# db2licm -l
Product name: "DB2 Express Edition"
License type: "Unwarranted"
Expiry date: "Permanent"
Product identifier: "db2exp"
Version information: "9.1"
Max number of CPUs: "2"
Max amount of memory (GB): "4"
Annotation: "6;


But anyway, I fired the db2iupdt command and the result is shown below.


[root@ccs instance]# ./db2iupdt db2inst1
DBI1766W Cannot change the secondary group list of
db2inst1.

Explanation:

A code, 127, is returned when attempting to change the
secondary group list of the given user ID. One of the following
situations has occurred:

o NIS is running.

o One or more processes are currently being executed under the
given user ID.



User Response:

You must add the group ID, dasadm1, to the secondary group
list of the user ID, db2inst1, so that the Adminstration Server
can function properly.

o If there happens to be any process run under the given user
ID, terminate all of these processes and follow the
instructions above to setup the secondary group list of this
user ID.

o If you are running this command on an NIS client, try the
above instructions to setup the secondary group list of this
user ID on your NIS server.




DBI1070I Program db2iupdt completed successfully.

I tried to log-in in my application again and still the error:Expired JDBC driver appeared in the logfile.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On