Adaptor error

Hi All,
Getting the below adapter error while deploying a new BPEL process,
<2005-08-16 15:15:58,850> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound> ORABPEL-11622
Could not create/access the TopLink Session.
This session is used to connect to the datastore.
See root exception for the specific exception. You may need to configure the connection settings in the j2ee/home/application-deployments/default/DbAdapter/oc4j-ra.xml and restart the server. Caused by Exception [TOPLINK-4003] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException
Exception Description: Configuration error. Class [com.microsoft.jdbc.sqlserver.SQLServerDriver] not found..
     at oracle.tip.adapter.db.exceptions.DBResourceException.couldNotCreateTopLinkSessionException(DBResourceException.java:101)
     at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireClientSession(DBManagedConnectionFactory.java:456)
     at oracle.tip.adapter.db.DBManagedConnection.getSession(DBManagedConnection.java:208)
     at oracle.tip.adapter.db.DBConnection.getSession(DBConnection.java:142)
     at oracle.tip.adapter.db.InboundWork.<init>(InboundWork.java:100)
     at oracle.tip.adapter.db.DBEndpoint.<init>(DBEndpoint.java:87)
     at oracle.tip.adapter.db.DBResourceAdapter.endpointActivation(DBResourceAdapter.java:155)
     at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:491)
     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.activateInboundJcaEndpoint(JCAActivationAgent.java:685)
     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.init(JCAActivationAgent.java:319)
     at com.collaxa.cube.engine.core.BaseCubeProcess.init(BaseCubeProcess.java:302)
     at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:400)
     at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:299)
     at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:702)
     at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:645)
     at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:997)
     at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:387)
     at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:1970)
     at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:127)
     at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
     at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
     at java.lang.Thread.run(Thread.java:534)
Caused by: Exception [TOPLINK-4003] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException
Exception Description: Configuration error. Class [com.microsoft.jdbc.sqlserver.SQLServerDriver] not found.
     at oracle.toplink.exceptions.DatabaseException.configurationErrorClassNotFound(DatabaseException.java:64)
     at oracle.toplink.sessions.DefaultConnector.loadDriver(DefaultConnector.java:117)
     at oracle.toplink.sessions.DefaultConnector.connect(DefaultConnector.java:55)
     at oracle.toplink.sessions.DatabaseLogin.connect(DatabaseLogin.java:218)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(DatabaseAccessor.java:398)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(DatabaseAccessor.java:423)
     at oracle.toplink.threetier.ConnectionPool.buildConnection(ConnectionPool.java:90)
     at oracle.toplink.threetier.ConnectionPool.startUp(ConnectionPool.java:328)
     at oracle.toplink.threetier.ServerSession.connect(ServerSession.java:447)
     at oracle.toplink.publicinterface.DatabaseSession.login(DatabaseSession.java:531)
     at oracle.tip.adapter.db.DBManagedConnectionFactory.createServerSession(DBManagedConnectionFactory.java:575)
     at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireClientSession(DBManagedConnectionFactory.java:287)
     ... 20 more
Local Exception Stack:
Exception [TOPLINK-4003] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException
Exception Description: Configuration error. Class [com.microsoft.jdbc.sqlserver.SQLServerDriver] not found.
     at oracle.toplink.exceptions.DatabaseException.configurationErrorClassNotFound(DatabaseException.java:64)
     at oracle.toplink.sessions.DefaultConnector.loadDriver(DefaultConnector.java:117)
     at oracle.toplink.sessions.DefaultConnector.connect(DefaultConnector.java:55)
     at oracle.toplink.sessions.DatabaseLogin.connect(DatabaseLogin.java:218)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(DatabaseAccessor.java:398)
     at oracle.toplink.internal.databaseaccess.DatabaseAccessor.connect(DatabaseAccessor.java:423)
     at oracle.toplink.threetier.ConnectionPool.buildConnection(ConnectionPool.java:90)
     at oracle.toplink.threetier.ConnectionPool.startUp(ConnectionPool.java:328)
     at oracle.toplink.threetier.ServerSession.connect(ServerSession.java:447)
     at oracle.toplink.publicinterface.DatabaseSession.login(DatabaseSession.java:531)
     at oracle.tip.adapter.db.DBManagedConnectionFactory.createServerSession(DBManagedConnectionFactory.java:575)
     at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireClientSession(DBManagedConnectionFactory.java:287)
     at oracle.tip.adapter.db.DBManagedConnection.getSession(DBManagedConnection.java:208)
     at oracle.tip.adapter.db.DBConnection.getSession(DBConnection.java:142)
     at oracle.tip.adapter.db.InboundWork.<init>(InboundWork.java:100)
     at oracle.tip.adapter.db.DBEndpoint.<init>(DBEndpoint.java:87)
     at oracle.tip.adapter.db.DBResourceAdapter.endpointActivation(DBResourceAdapter.java:155)
     at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:491)
     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.activateInboundJcaEndpoint(JCAActivationAgent.java:685)
     at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.init(JCAActivationAgent.java:319)
     at com.collaxa.cube.engine.core.BaseCubeProcess.init(BaseCubeProcess.java:302)
     at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:400)
     at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcessLoader.java:299)
     at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(CubeProcessHolder.java:702)
     at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadArchive(CubeProcessHolder.java:645)
     at com.collaxa.cube.engine.CubeEngine.loadProcessArchive(CubeEngine.java:997)
     at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.loadProcessArchive(BPELDomainManagerBean.java:387)
     at IBPELDomainManagerBean_StatelessSessionBeanWrapper34.loadProcessArchive(IBPELDomainManagerBean_StatelessSessionBeanWrapper34.java:1970)
     at com.collaxa.cube.engine.deployment.CubeProcessMonitorWork.run(CubeProcessMonitorWork.java:127)
     at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
     at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
     at java.lang.Thread.run(Thread.java:534)
Any help highly appreciable.
Thanks, Levey

Hi Steve,
As per the doc I've installed the driver and I set the BPEl classpath, but still I am getting the below error.
Note:One more thing this sqlserver2000 are running behind the[b] firewall
<2005-08-31 23:04:14,710> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound>
ORABPEL-11622
Could not create/access the TopLink Session.
This session is used to connect to the datastore.
See root exception for the specific exception. You may need to configure the connection settings in the j2ee/home/application-deployments/default/DbAdapter/oc4j-ra.xml and restart the server. Caused by Exception [TOPLINK-4002] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException
Exception Description: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.
Internal Exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.
Error Code: 0.
at oracle.tip.adapter.db.exceptions.DBResourceException.createEISException(DBResourceException.java:285)
at oracle.tip.adapter.db.exceptions.DBResourceException.couldNotCreateTopLinkSessionException(DBResourceException.java:149)
at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireClientSession(DBManagedConnectionFactory.java:490)
at oracle.tip.adapter.db.DBManagedConnection.getSession(DBManagedConnection.java:208)
at oracle.tip.adapter.db.DBConnection.getSession(DBConnection.java:142)
at oracle.tip.adapter.db.InboundWork.<init>(InboundWork.java:104)
at oracle.tip.adapter.db.DBEndpoint.<init>(DBEndpoint.java:87)
at oracle.tip.adapter.db.DBResourceAdapter.endpointActivation(DBResourceAdapter.java:155)
at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:503)
I appreciate your help.
Thanks, Levey

Similar Messages

  • TNS 12560 -Protocol Adaptor Error

    Platform : windows 2000
    Oracle: 10g
    when i stop all services of oracle, and going to connect as sysdba, it returns me TNS Protocol adaptor error,
    i thought when we connect as sysdba , oracle authenticate its password from password file and then connect with idle instance.
    kindlt guide me where i m wronge
    thanks

    This behaviour is Windows specific , service OracleService<SID> must be up and running.

  • Oracle 9i Database gives the error "ORA-12560: TNS: Protocol Adaptor Error"

    Hi
    I am working on Oracle9i Database, but from few days there is a problem, I can not enter in the database using SQL*PLUS or any other tool. When I give the user name and password it give the error message, that is given below:
    "ORA-12560: TNS: Protocol Adaptor Error"
    Please help me regarding this error.
    Gul Bahar Oad

    A bit generic .... In SqlPlus are you connecting from the server or from a Client ?
    Did you check if the listener is running ?
    Did you try tnsping ?
    What is your OS ?

  • GetConnection-- Network Adaptor Error

    Hello there
    I am running many client thread calling methods in EJB beans. I get Network Adaptor Error when trying to get connection. This only happens when many clients running concurrently.
    I wonder whether other people have come accross the same problem.
    If this is a driver's bug, will it be fixed soon?
    Thanks,
    Shuping

    Hello there
    I am running many client thread calling methods in EJB beans. I get Network Adaptor Error when trying to get connection. This only happens when many clients running concurrently.
    I wonder whether other people have come accross the same problem.
    If this is a driver's bug, will it be fixed soon?
    Thanks,
    Shuping

  • TNS Protocol Adaptor Error

    Hi all, I need your help.
    I'm using forms 10g on an oralce 10g database, the program is successfully compiled but when running it, it gives me the 12560 error "TNS: Protocol Adaptor Error"
    does anybody have any idea?

    Hi ,
    The Oracle Doc says to take the following action in this situation:
    'Check addresses used for proper protocol specification. Before reporting this error, look at the error stack and check for lower level transport errors. For further details, turn on tracing and reexecute the operation. Turn off tracing when the operation is complete'.
    Simon

  • Ora 12560 - TNS Protocol Adaptor Error

    Hi .
    I have downloaded Oracle 11 g from Oracle .com
    After installation i started Command line for oracle
    Used c:\> sqlplus
    After entering username and password which i set at the time on installation
    I got error
    ORA 12560 : TNS Protocol Adaptor error
    Any idea....
    Thanks

    Hello,
    You may set the ORACLE_SID first:
    set ORACLE_SID=XE
    sqlplus user/passwordElse, check for the Service OracleServiceXE in the Control Pannel. It should be started.
    Hope this help.
    Best Regards,
    Jean-Valentin

  • Ora-12560 while installing 10g standard edition tns protocol adaptor error

    hi all ,
    while i am installing oracle database standard edition on my windows xp , i got this error
    ora-12560 tns protocol adaptor error , when i got to the step of
    configuration assistants .
    -oracle net configuration assistant succeeded , but
    oracle database configuration assistant failed unfortunately !!
    please help me rapidly , i left the installer on that step until you answer me ,
    thanks in advance

    semsem wrote:
    hi all ,
    while i am installing oracle database standard edition on my windows xp , i got this error
    ora-12560 tns protocol adaptor error , when i got to the step of
    configuration assistants .
    -oracle net configuration assistant succeeded , but
    oracle database configuration assistant failed unfortunately !!
    please help me rapidly , i left the installer on that step until you answer me ,
    thanks in advance1) V10 is obsoleted & unsupported
    2) I bet that you did not follow Installation Guide & complete all prerequisites.
    3) SQL*Net is not required to manage, start, or use local Oracle DB

  • Equium P200: realtek ethernet adaptor error installing Linux

    I have an old Equium P200 - 1Ed, which has started to play up.
    When I try to install Linux, it gives me a realtek ethernet adaptor error, and I researched the problem on the forums.
    Apparently my hard drive is old and decrepit.
    I tried reinstalling Vista from the Toshiba default CD, just out of curiosity, and it installed fine, except, the internet seemed unwilling to connect.
    Tried Linux again but still same realtek problem.
    Apparently I can download the flash bios driver, and try reinstalling the bios....seems like my last hope.
    Anyone know where I can get the bios driver for P200-1ED?

    > When I try to install Linux, it gives me a realtek ethernet adaptor error, and I researched the problem on the forums.
    Have you found some reasonable explanation on some Linux forum?
    Be careful with BIOS update. It is windows based update and can be started under windows OS.
    Best thing is if you use original Toshiba recovery image and start BIOS update. Be sure notebook is connected to AC power supply, all running applications closed and dont interrupt BIOS update.

  • [Oracle][ODBC][Ora]ORA-12560: TNS:protocol adaptor error

    Script: D:\Connection.vbs
    Line: 10
    Char: 1
    Error: [Oracle][ODBC][Ora]ORA-12560: TNS:protocol adaptor error
    Code: 80004005
    Source: Microsoft OLE DB Provider for ODBC Drivers
    Connection.vbs file has following contents:
    Dim strCon
    strCon = "Driver={Microsoft ODBC for Oracle}; " & _
    "CONNECTSTRING=(DESCRIPTION=" & _
    "(ADDRESS=(PROTOCOL=TCP)" & _
    "(HOST= TRISHUL)(PORT=1525))" & _
    "(CONNECT_DATA=(SERVICE_NAME=BTFLVAS))); uid=odb;pwd=odb;"
    Dim ocon1:set ocon1=CreateObject("ADODB.Connection")
    ocon1.open strCon
    ************************************************** ****************

    The Service name BTFLVAS
    It looks like you are connecting through CLient but you also have TNSNAMES.ora entry
    How do you connect?
    ODBC or Oracle Clinet?

  • TNS -12650 Protocol Adaptor error

    Hello everyone,
    I am facing TNS-12560 error while connecting to oracle server from client side.
    I am using VMWare workstation for practice. On one I install Oracle server on linux 4.0 & on other I install Oracle Client on Windows –XP .My server IP address is 192.168.73.129 on which the Oracle server is install & 192.168.73.130 on which client software installed. I am able to ping both machine from each other.
    But when I use tnsping command I am getting the TNS-12650 error
    When I use tnsping 192.168.73.129 I get
    TNS-12560: TNS:protocol adaptor error
    My Oracle Server tnsmaes.ora is as follows:-
    # tnsnames.ora Network Configuration File:
    home/oraeng/app/oracle/product/10.2.0/network/admin/tnsname.ora
    # Generated by Oracle configuration tools.
    BPLPRAGS=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.73.129)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = bplprags)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    And my client side tnsnames.ora is as follows:-
    # tnsnames.ora Network Configuration File: C:\Oracle\product\10.1.0\Client_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    BPLPRAGS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.73.129)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = bplprags)
    When I use tnsping 192.168.73.129 from my client I got TNS-12650 TNS:Protocal adaptor error.
    Please help me out to solve this problem.

    In the same folder of your client machine, check to make sure your SQLNET.ORA specifies that it's using TNSNAMES.

  • Database, Dataset, Table Adaptors Error "Unable to load, Update requires a valid DeleteCommand when passed DataRow collection with deleted row"

    Microsoft Visual Basic 2010 Express.
    I am new to Visual Basic programing and i am trying to understand the relationships between Datasets, database, table Adaptors. I have to following code that is is giving me the following error" Unable to load, Update requires a valid DeleteCommand
    when passed DataRow collection with deleted rows". 
    I can track the error and its located in "OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)" code. What am i missing?
    It seems that i can delete the data on the DataGridView Table and it only displays the correct data. but my database is not updating, even though the data grid displays differently.I can determine this because, when i save the offset database, i have all
    the previous uploads and all the rows that i wanted to delete are still there.
    My final goal is to be able to import offset data from a CSV file, save this data on the pc, send a copy of this data to a NuermicUpDown so the customer can modify certain numbers. From here they download all the date to a controller.  IF the customer
    needs to modify the imported data, they can go to a tab with a data grid view and modify the table. They will also have to option to save the modified data into a csv file.  
    Im not sure if i am making this overcomplicated or if there is a easier way to program this.
    CODE:
    Private Function LoadOffSetData()
            Dim LoadOffsetDialog As New OpenFileDialog 'create a new open file dialog and setup its parameters
            LoadOffsetDialog.DefaultExt = "csv"
            LoadOffsetDialog.Filter = "csv|*.csv"
            LoadOffsetDialog.Title = "Load Offset Data"
            LoadOffsetDialog.FileName = "RollCoaterOffset.csv"
            If LoadOffsetDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then  'show the dialog and if the result is ok then
                Try
                    Dim myStream As New System.IO.StreamReader(LoadOffsetDialog.OpenFile) 'try to open the file with a stream reader
                    If (myStream IsNot Nothing) Then 'if the file is valid
                        For Each oldRow As MaterionOffsetDataSet.OffsetTableRow In MaterionOffsetDataSet.OffsetTable.Rows
                            oldRow.Delete()                       
    'delete all of the existing rows
                        Next
                        'OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)
                        Dim rowvalue As String
                        Dim cellvalue(25) As String
                        'Reading CSV file content
                        While myStream.Peek() <> -1
                            Dim NRow As MaterionOffsetDataSet.OffsetTableRow
                            rowvalue = myStream.ReadLine()
                            cellvalue = rowvalue.Split(","c) 'check what is ur separator
                            NRow = MaterionOffsetDataSet.OffsetTable.Rows.Add(cellvalue)
                            Me.OffsetTableTableAdapter.Update(NRow)
                        End While
                        Me.OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)
                        MainOffset.Value = OffsetTableTableAdapter.MainOffsetValue          'saves all the table offsets
    to the offset numericUpDown registers in the main window
                        StationOffset01.Value = OffsetTableTableAdapter.Station01Value
                        StationOffset02.Value = OffsetTableTableAdapter.Station02Value
                       myStream.Close() 'close the stream
                        Return True
                    Else 'if we were not able to open the file then
                        MsgBox("Unable to load, check file name and location") 'let the operator know that the file wasn't able to open
                        Return False
                    End If
                Catch ex As Exception
                    MsgBox("Unable to load, " + ex.Message)
                    Return False
                End Try
            Else
                Return False
            End If
        End Function

    Hello SaulMTZ,
    >>I can track the error and its located in "OffsetTableTableAdapter.Update(MaterionOffsetDataSet.OffsetTable)" code. What am i missing?
    This error usually shows that you do not initialize the
    DeleteCommand object, you could check this
    article to see if you get a workaround.
    >> Im not sure if i am making this overcomplicated or if there is a easier way to program this.
    If you are working CSV file, you could use OleDB to read it which would treat the CSV file as a Table:
    http://www.codeproject.com/Articles/27802/Using-OleDb-to-Import-Text-Files-tab-CSV-custom
    which seems to be easier (in my opinion).
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Default data adaptor error when deploying a war file in weblogic

    Hi All,
    Newbie here with a few questions regarding the deployment of OPA 10.1. Really hoping you guys can help...
    1) I'm attempting to deploy an unexploded web-determinations.war file on WebLogic. Thanks to this forum I've got past the issues of "rulebase directory not found" etc. However, i'm now faced with an issue which I can't find any info on. Please see below.
    3672074 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN com.or
    acle.determinations.web.platform.controller.actions.StartSessionAction - Could not instansate defau
    lt data adaptor
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:194)
    at com.oracle.determinations.web.platform.plugins.data.XDSDataAdaptor.<init>(XDSDataAdaptor.
    java:55)
    at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.createInterv
    iewSession(StartSessionAction.java:173)
    at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.getResource(
    StartSessionAction.java:66)
    at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDetermin
    ationsServlet.java:67)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.
    java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletC
    ontext.java:3393)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2
    140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    I've got the following entry in the application.properties file too...
    # Default XDS data adaptor file path
    #xds.file.path =data
    From what we can see we believe the code is getting a null pointer because of the following method in the WebDeterminationsServletContext class.
    public String resolveFullPath(String path)
    File f = new File(path);
    return f.isAbsolute() ? f.getAbsolutePath() : this.servletContext.getRealPath(path);
    We believe the getRealPath(path), highlighted in red, is returning null. Any ideas how we can resolve this?
    2) The second issue I'm facing is with regards the plugins.libraries property in the application.properties file. I've got the entry as
    plugin.libraries =DataAdaptor.DA;
    which should point to our customised data adaptor. However I'm getting the following error.
    4242994 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN com.or
    acle.determinations.web.platform.servlet.WebDeterminationsServletContext - Can not find class: Data
    Adaptor.DA
    4243025 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN com.or
    acle.determinations.interview.engine.local.LocalInterviewEngine - Can not find class: DataAdaptor.D
    A
    3) Also, does anyone know if it's possible to deploy a web-determinations.war file containing additional internal application code? What we're attempting to do is deliver a single war file which not only holds the web determination code but also all the code for an application which wraps the OWD within it. At present this just isn't working. I'm not sure what the conflict is exactly. The only way i seem to be able to get this working is by deploying the code in two seperate war files.
    Any help on these issues would be greaty appreciated.
    Thanks,
    Taj

    (2) is being caused because your data adaptor plugin is not installed properly. The jar that contains your plugin needs to go in the WEB-INF/lib directory and you must specify the fully qualified class name in the plugin.libraries property of the application.properties file.
    If you haven't provided a custom data adaptor, Web Determinations will configure and attach the default one for use instead, which is file based. If you are deploying to WebLogic as an unxeploded war, you must configure the directory the default data directory the plugin will uses by specifying an absolute path that your instance of Web Determinations has read/write permissions to in the xds.file.path property of the application.properties file. In your case (1) is basically being caused by (2) since if the your data adaptor was loaded correctly the default one wouldn't load at all.
    As for (3) yes it's likely possible, provided you don't have library conflicts. How it's done really depends on what these additional customisations consist of.

  • JMS Receiver Adaptor error

    Hi,
    I am facing issue in JMS receiver adapter can you please give me some suggestions.
    JMS adaptor: Message processing failed. Cause: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at ABC_JMSReceiver_ModuleEAR, the whole lookup name is localejbs/sap.com/XXX_JMSReceiver_ModuleEAR/parseOutputStream.
    Thanks&Regards
    Sreenath

    Hi Sreenath,
    It seems that you have defined some module at the JMS Receiver end.....can you tell me what module have you defined....
    This error is related to that module.....and there may be an error in the module configuration...
    Request you to recheck the module configuration.
    Cheers
    Dhwani

  • Standard vga graphics adaptor - Error 10

    Hi, 
    I have a Hp Envy 15 Laptop and i recently got it fixed, replaced my Harddrive. And now my Standard vga graphics adaptor cant start and it gives an error 10. Do you have any drivers for it?

    Based on the product number you posted, below is the link to the graphics driver you need...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-101147-1&cc=us&dlc=en&lc=en...

  • Custom adaptor error??? in SQL Server

    When i work on Custom Adaptor for Ms. SQL Server, i am not able to configure sucess fully, i am giving the following parameter???
    Host Name --- Server HostName --- my Windows 2003 Server Name or i used localhost because SQL Server is Installed on Same OS/Maschine
    TCP-PORT --- 1433
    User Name --- Windows Authentication User Name or id MS SQL Server is with out Authentication mode then no need to user name and password
    Password --- *********
    JDBC Driver --- com.microsoft.sqlserver.jdbc.SQLServerDriver ( I have all the three driver i.e msbase.jar / mssqlserver.jar / msutil.jar ( Because i am using MS SQL
    Server 2000 on Service Pack 1 or 2003 Windows Server
    JDBC URL Template ---- jdbc:sqlserver://imserver1:1433/master.mdf ( Host Name - IMSERVER1: Port Number / 1433 , Database Name ( currently i am using one test Databasein MS Sql Server for Test Purpose that i have created manually)
    When i test the configuration it will show this error
    Test connection failed for resource(s):
    MSSQLServer: ==> java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
    **ERRORS**
    XPRESS <invoke> exception:
    Can't call method listDatabaseNames on class com.waveset.ui.web.resources.wizard.SQLServerUtil ==> com.waveset.util.WavesetException: ==> java.sql.SQLException: No suitable driver found for jdbc:sqlserver://imserver1:1433/idmtest_Data.mdf
    XPRESS <invoke> exception:
    Can't call method listDatabaseNames on class com.waveset.ui.web.resources.wizard.SQLServerUtil ==> com.waveset.util.WavesetException: ==> java.sql.SQLException: No suitable driver found for jdbc:sqlserver://imserver1:1433/idmtest_Data.mdf
    XPRESS <invoke> exception:
    Can't call method listDatabaseNames on class com.waveset.ui.web.resources.wizard.SQLServerUtil ==> com.waveset.util.WavesetException: ==> java.sql.SQLException: No suitable driver found for jdbc:sqlserver://imserver1:1433/idmtest_Data.mdf
    please reply if you have face the same solution and you have got the answer??????
    will thankfull

    Hi,
    java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver that error means it does not find the classes for microsoft jdbc in the classpath of the idm webapp.
    copy the microsoft jdbc driver jar (e.g. sqljdbc.jar) to the WEB-INF/lib folder of your application servers webapp directory. for example:
    /tomcat/webapps/idm/WEB-INF/lib

  • JDBC adaptor error

    Hi,
    I got some error in JDBC adaptor CC "no Adaptor registered for this channel "
    in adaptor monitoring it shows JDBC in all adaptor list, but after selecting
    only installed and started it is disappearing.
    we installed ojdbc14,downloded from database provider site, and it's deployment shows successfully deployed.
    regards,

    Hi, Senthil:
    I suggest that you search SAP notes based on your database vendor. When deloy driver on Java stack, deploy successfully does not guarentee that it works. I came cross the situation and found the notes solve the problem.
    Good luck
    Liang

Maybe you are looking for