• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 13, 2024, 04:03:10 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - shirin

16
Programming of KonaKart / Re: Repeat button issue?
June 16, 2008, 05:28:00 am
Hi pete,

Sorry for not providing Stack Trace.  >:(

I got following Error:



Error At Server Console:



Jun 16, 2008 9:53:15 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet action threw exception
java.lang.NoSuchMethodError: com.konakart.actions.RepeatOrderAction.isOnePageCheckout(Lcom/konakart/al/KKAppEng;)Z
   at com.konakart.actions.RepeatOrderAction.execute(Unknown Source)
   at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
   at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
   at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:619)






Error at Browser :



HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception

root cause

java.lang.NoSuchMethodError: com.konakart.actions.RepeatOrderAction.isOnePageCheckout(Lcom/konakart/al/KKAppEng;)Z
   com.konakart.actions.RepeatOrderAction.execute(Unknown Source)
   org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
   org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
   org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
   org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.16 logs.
Apache Tomcat/6.0.16




Above is both error i got at Browser, And at server Console.

Please Help me out for this issue.

Thanks for your further assistant.

Shirin
17
Programming of KonaKart / Repeat button issue?
June 11, 2008, 01:24:21 pm

Hi konakart,

When i will try to access repeat button for order at order page than i  faced an error.?

Can any one guide me how can i solve that?

Thanks
Shirin
18
Programming of KonaKart / Re: Product List ?????
June 11, 2008, 01:14:49 pm
k pete,

I think now i get, let me try to implements this and later will notify you about success.

Thanks
19
Hello konakart.

At end i come out from this issue. It's very silly mistake i did.
I need to change the konakart_mail.properties with

mail.transport.protocol   = smtp
mail.smtp.port           = 25
mail.smtp.host           = mail.joshi.co.in
mail.smtp.auth           = false


and it will work fine.

Regards,
Shirin

20
Programming of KonaKart / Re: Product List ?????
June 10, 2008, 10:22:04 am
Hi pete,

Thanks for your reply. But i not want only the list of new products. I need all products list. And as you told it's not possible that i can render all products at already given page. It means i need to develop new jsp page for that.

Ok i can develop that. But what extra things i need to keep in mind while developing this new page. And should i need to create new Form for that or just save the product list in Session and access that. What about paging? should i need to write own code for paging. Or Any code available at konakart(i.e. logic) so i can use that for paging.


Thanks for your further assistant.

Thanks
Shirin.
21
Hi, Konakart..

I am working with konakart and when i place any order, i found following error.
It seams that i misplaced some thing at email configuration.
Can any one guide me where and what i missed.?


My Configuration:


Please look at the attached snapshot for Admin configuration.

And here is konakart_mail.properties

mail.transport.protocol   = smtps
mail.smtps.port           = 25
mail.smtps.host           = mail.joshi.co.in
mail.smtps.auth           = false





Error:


DEBUG: JavaMail version 1.4.1
DEBUG: not loading file: C:\Program Files\Java\jdk1.6.0_10\jre\lib\javamail.providers
DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.6.0_10\jre\lib\javamail.providers (The system cannot find the file specified)
DEBUG: !anyLoaded
DEBUG: not loading resource: /META-INF/javamail.providers
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: !anyLoaded
DEBUG: not loading resource: /META-INF/javamail.address.map
DEBUG: not loading file: C:\Program Files\Java\jdk1.6.0_10\jre\lib\javamail.address.map
DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.6.0_10\jre\lib\javamail.address.map (The system cannot find the file specified)
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "mail.joshi.co.in", port 25, isSSL true
DEBUG SMTP: exception reading response: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
10-Jun 13:21:07 INFO  (?:send:?) Error sending email - Exception reading response
javax.mail.MessagingException: Exception reading response;
  nested exception is:
   javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
   at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1611)
   at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1369)
   at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:412)
   at javax.mail.Service.connect(Service.java:288)
   at javax.mail.Service.connect(Service.java:169)
   at javax.mail.Service.connect(Service.java:118)
   at com.konakart.bl.Emailer.send(Unknown Source)
   at com.konakart.bl.EmailSender.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:619)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
   at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523)
   at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1096)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:744)
   at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
   at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:110)
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
   at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:88)
   at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1589)
   ... 8 more
com.konakart.app.KKException: Error sending email: Exception reading response
   at com.konakart.bl.Emailer.send(Unknown Source)
   at com.konakart.bl.EmailSender.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:619)


Please help for overcome this issue..

Thanks.
22
Programming of KonaKart / Re: Product List ?????
June 09, 2008, 04:41:53 am
Hi pete,

Thanks for reply..But i think i not able to describe my problem in last post. Let me clear it. As we have list of many product. All divided in Categories. Now i want the list of all categories with paging at UI side.

I created new Action class as below :
/**
*
*/
package com.konakart.actions;



import java.util.Iterator;
import java.util.List;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;

import com.konakart.al.Constants;
import com.konakart.al.KKAppEng;
import com.konakart.appif.CategoryIf;
import com.konakart.appif.ProductsIf;

public class ShowAllProductsAction extends BaseAction
{

    /**
     *
     * @param mapping
     *            The ActionMapping used to select this instance
     * @param form
     *            The optional ActionForm bean for this request (if any)
     * @param request
     *            The HTTP request we are processing
     * @param response
     *            The HTTP response we are creating
     *
     */
    public ActionForward execute(ActionMapping mapping, ActionForm form,
            HttpServletRequest request, HttpServletResponse response)
    {

       try
        {
            int custId;

            KKAppEng kkAppEng = this.getKKAppEng(request);

            custId = this.loggedIn(kkAppEng, null);

            // Ensure we are using the correct protocol. Redirect if not.
            ActionForward redirForward = checkSSL(request, custId, /* forceSSL */false);
            if (redirForward != null)
            {
                return redirForward;
            }

            ProductsIf pd = kkAppEng.getEng().getAllProducts(kkAppEng.getSessionId(),null,-1);
                       
            for(int i=0;i<pd.getTotalNumProducts();i++) {
               System.out.println(pd.getProductArray().toString());   
            }
           
            kkAppEng.nav.set(Constants.products, request);
           
            return mapping.findForward("ShowAllProds");

        } catch (Exception e)
        {
            return mapping.findForward(super.handleException(request, e));
        }


    }

}

And also configure Struts config :
              <action path="/ShowAllProducts" type="com.konakart.actions.ShowAllProductsAction">
         <forward name="ShowAllProds" path="/CatalogShowProdsPage.do"/>
      </action>

And trying to use existing CatalogShowProdsPage which will used for product listing for all pages.

Here i found no items found message.

Can u guide me where i am committing mistake.

ProductsIf pd = kkAppEng.getEng().getAllProducts(kkAppEng.getSessionId(),null,-1);

I am getting all records in PD but how to rendered it on JSP page ProductsBody.jsp with paging.

Thanks,

23
Programming of KonaKart / Product List ?????
June 06, 2008, 12:58:49 pm
Hello Konakart,

I want to load the list of all products at client UI. Can any one guide me, how can i achieve this. ?

Thanks,
Shirin
24
Reporting / Re: BIRT DB Exception ?
May 19, 2008, 10:58:17 am
Oh thnx heidi,

It's work now. Thanks a lot for quick reply..

I have some more query...

Can we open the konakart/konakartadming project in Eclipse IDE..If yes what's the list jar files need to include, and what will be the structure...?

I think the above question may be silly one but if you guide me than it's more helpful. Actually i did that and Eclipse working fine right now but not sure about optimization.

Generally what happen most opensource software provide IDE support like Eclipse or NetBeans and we can easily open that in predefined IDE. So is there provision for Konakart for any IDE ?


Again Thanks a lot for your quick response.

Thanks,
Shirin Joshi
25
Reporting / BIRT DB Exception ?
May 19, 2008, 10:00:25 am
Hi,......

I am trying to load Konakart with SQL Server. I tried to connect with DB using JTDS. But some i failed to do so.

My DBServer Name : SERVER\DB
And Database : KonaKart

So, i tried with sqljdbc.jar. with

torque.database.oscommerce.adapter             = mssql
torque.dsfactory.oscommerce.connection.driver  = com.microsoft.sqlserver.jdbc.SQLServerDriver
torque.dsfactory.oscommerce.connection.url     = jdbc:sqlserver://SERVER\DB;databaseName=KonaKart;SelectMethod=cursor
torque.dsfactory.oscommerce.connection.user    = sa
torque.dsfactory.oscommerce.connection.password= sa

And now Admin and Client working fine at localhost. But i am facing problem with Birt I also changed the path for konakartadmin.properties file in .rptlibrary

Please check following error and guide me thnx..




Error......


May 19, 2008 2:10:18 PM org.eclipse.birt.data.engine.odaconsumer.ConnectionManager openConnection
SEVERE: Cannot open connection.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot load JDBC Driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.findDriver(JDBCDriverManager.java:623)
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadAndRegisterDriver(JDBCDriverManager.java:731)
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doConnect(JDBCDriverManager.java:192)
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getConnection(JDBCDriverManager.java:158)
   at org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUrl(Connection.java:158)
   at org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connection.java:115)
   at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConnection.open(OdaConnection.java:235)
   at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:145)
   at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:134)
   at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:121)
   at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:214)
   at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:265)
   at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:210)
   at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:500)
   at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:161)
   at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:142)
   at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:438)
   at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:151)
   at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:117)
   at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:182)
   at org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.executeQueries(ExtendedGenerateExecutor.java:197)
   at org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.execute(ExtendedGenerateExecutor.java:63)
   at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:60)
   at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42)
   at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45)
   at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:33)
   at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63)
   at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27)
   at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133)
   at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:95)
   at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:135)
   at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27)
   at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133)
   at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68)
   at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27)
   at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76)
   at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133)
   at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68)
   at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85)
   at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:106)
   at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:140)
   at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68)
   at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source)
   at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source)
   at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source)
   at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source)
   at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source)
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source)
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source)
   at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source)
   at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
   at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
   at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
   at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
   at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
   at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
   at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
   at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
   at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
   at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
   at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.eclipse.birt.report.filter.ViewerFilter.doFilter(Unknown Source)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:619)
May 19, 2008 2:10:18 PM org.eclipse.birt.report.engine.data.dte.DteDataEngine doExecuteQuery
SEVERE: Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc
Cannot load JDBC Driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver