JDBC Inbound BizPackage problem in B1iSN

Hi all!
I'm creating a BizPackage with 8 different JDBC Inbound objects that creates 8 different files.
I don't understand how I shall setup the BizPackage in order to support both initial loads and delta loads.
I've created a normal Durable Process BizPackage. This now supports the delta, the files are now created each hour according to the scheduler setup for each jdbc inbound object. Also when I press the "Run Delta" for a certain object, the corresponding file is created directly.
But when I press the "Run Initial" for an object, the message will fall into the Filtered messages (no scenario describes this).
I have also tried to create a new Single Initial BizPackage (with the same BizSteps as before). When I press the "Initial Load" nothing happens, no messages are created and the process is just processing. I have to kill the process manually in the directories repository.
How shall I do to support initial loads?
Regards
Lars Jönson

Hi Suresh,
that message is defintly from your database. Try to execute your stored procedure in debug mode with just the same parameters as in your XML message.
Regards,
Udo

Similar Messages

  • JDBC Inbound to separate IDOCS per Row instead of one single IDOC?

    Hello everyone,
    I'm currently working on the migration of our old B1iSN 8.8 scenarios to B1iSN 9.0.
    The scenario is the following: I have a SQL table with data and a separate control table where I store the date of the last run/data retrieval. My JDBC Inbound is triggered every day and the SQL Statement selects all new data between now and the last run. The process flow only consists of one transformation Atom which builds my custom idoc structure.
    In B1iSN 8.8 I've got one IDOC per row from the resultset. In the B1 9.0 outbound all rows are now withing one single IDOC. How can I trigger that separate IDOCS are created!?
    I've already tried the "Block Size" Setting. When I set it to "1" I get for two datasets two output IDOCS. However all data is in IDOC 1 and the second IDOC is empty. What is wrong here? How can I access the data in the current block? I currently use a "for each" on the normal jdbc resultset rows.
    I'm testing it at the moment with flat file output as our target system is not accessible yet, but I suppose this is not the reason?
    Thanks in advacne for any help.

    Hello André,
    please use a two-step approach with two integration scenarios:
    DB INBOUND -> VOID OUTBOUND
    INTERNAL QUEUE INBOUND -> ECC OUTBOUND
    In step one add a condtion including a for-each loop into your integration flow.
    Within this for-each please hand over for each IDoc you want to create into a second integration step via "Internal queue":
    The second step is triggered x-times via internal queue and does the field mapping into IDoc format.
    Best regards
    Bastian
    P.S.: with this approach, you can keep the block processing setting for DB INBOUND to an higher amount.

  • Sender JDBC Commn channel problem - Channel is not reading any data.

    Hi,
    I am referring to the following blog as i have exactly the same problem:
    [Blog|Sender JDBC Commn channel problem;
    I communication channel monitoring i am getting the following logs -
    6/21/10 7:19:07 PM   Processing started
    6/21/10 7:19:07 PM   Retry interval started. Length: 86400.0 seconds
    Here in the channel the poling interval is 86400 seconds.
    Now according to this blog the solution to my issue is "Check whether anything is locked in "Locking adapter" in VA? If there is then just release the lock and restart the comm channel. Note: In "locking adapter" the name will be something like $XIDBAD.JDBC2XI."
    Mine is a PI7.1 system and i am not able to find any thing like this in NWA.
    Can some one please help me on this?
    Thanks & Regards,
    Anshul

    try;
    Goto NWA -> Availability and Performance Management -> Resource Monitoring -> Locks

  • CF 10 getting random resets : Detail: [Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Connection reset).

      These resets appear to coincide with a clearing of the cached queries for the DSN from memory, breaking all my sub queries that try to use the initial cached one.  I am grasping at straws to discover the reset culprit, the DSN tests always show OK, there is not packet loss at the switch level.  If anyone has some suggestions, I am all ears!
      The resets are completely random and under no load.  My sql 2008 r2 box is set to unlimited connections.
    An example of a DSN setup is :
    Maintain Connections [x]
    String Format [ ]
    Max Pooled Statements 100
    Timeout 20 Interval 7
    Query Timeout 0
    Login Timeout 30
    CLOB [ ]
    BLOB [ ]
    Long Text Buffer 64000
    Blob Buffer 64000
    Validate Connection [ ]
    I am running the following :
    CF Enterprise 10,0,13,287689
    Tomcat 7.0.23.0
    Ubuntu 1204 x64
    Java VM 20.4-b02
    Java 1.6 (Sun Microsystems Inc)
      I have seen it suggested to uncheck the maintain connections advanced options but this doesn't seem like a good approach to the problem and will cause more stress on the sql box IMHO.
      I have also seen it suggested to enable Validate Connection but documentation on this is a bit sparse...
    Here are more examples of the initial reset error and then the subsequent cache related errors :
    Database Error Information:
    Native Error Code: 0
    SQL State: 08S01
    Query Error: [Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Connection reset). Please ensure that the server parameters passed to the driver are correct and that the server is running. Also ensure that the maximum number of connections have not been exceeded for this server.
    Custom Error Code: 08S01
    Database Error Information:
    Native Error Code: 0
    SQL State: n/a
    Query Error:
    Query Of Queries runtime error.
    Table named GlobalDetails was not found in memory. The name is misspelled or the table is not defined.
    Custom Error Code: n/a
    Thanks in advance to anyone who has a suggestion.

    Hi, could DBA check MS SQL Server connection logs???
    May be server has some limits (for example sessions, memory and e.t.c.)

  • SAP XI 2, JDBC Inbound Adapter. Non Unicode data problem.

    Hi All,
    As far a I understand the data from inbout JDBC adapter in XI 2 should be in Unicode format. Is it possible to accept non unicode data using this adapter? If answer is yes then how to specify correct data encoding?
    Best Regards.
    Victor.

    Hi,
    Yes, tecnicaly XMB is aware of the encoding and not the adapter, but when you read data from file you can tell to the adapter that file is in specific encoding e.g. file.encoding = "ISO-8859-5"
    This value is used by adapter to create xml file wich is passed to XMB. By default the passed XML is UTF8 encoded.
    So I need similar setting for JDBC adapter and my question is if I can do it?
    Best Regards.
    Victor.

  • ABAP Inbound Proxy Problem

    Hello -
    I have an Legacy DB2 to R/3 interface and am using a JDBC Sedner adapter and inbound ABAP proxy in R/3.
    Since this is an intial load i am trying to Insert all the records.
    Though i don't get any errors the table that i am trying to update is not getting updated through the ABAP Proxy though there are 1000 records in the legacy DB2 table.
    I have a COMMIT WORK in the proxy.
    Thanks,
    Tirumal

    Hi,
    Please can you check in the SXMB_MONI if the data is going to ABAP Proxy in Payload.
    If yes then there is some problem with the code. Try debugging the code by putting a break point.
    Also, check in the SXMB_MONI of the application system if the data has come.
    Regards
    Vijaya

  • JDBC adapter configuration problem while design

    Hi,
    I am connecting SAP TO THIRD PARTY using RFC and JDBC,which is using a stored procedure.
    I have mapped in such a way that
    table = is mapped with the stored procedure name.
    isinput = true.
    type = char.
    But If i look into the monitor its showing a problem with DATATYPE,which i have mentioned is char.The metioned below is log.
    Can any one help me,what changes I have to make.
    com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'STORED_PROCEDURE_NAME' (structure 'Statement'): java.sql.SQLException: ERROR: Invalid XML document format for stored procedure: 'type="<SQL-type>"' attribute is missing for element 'MaterialNumber' (Setting a SQL-type (e.g. INTEGER, CHAR, DATE etc.) is mandatory !)</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
    With Regards,
    KishoreJ.

    hi kishore,
    <i>Invalid XML document format for stored procedure: 'type="<SQL-type>"' attribute is missing for element 'MaterialNumber'</i>
    As the error implies, you have missed defining the TYPE attribute while for the field MATERIAL NUMBER. Assign a valid type to it , and it should work fine.
    From the online help,
    <i>The attribute type=<SQL-Datatype> , which describes the valid SQL data type, is mandatory for all parameter types (IN, OUT, INOUT).</i>
    <i>The following SQL data types are supported:
    INTEGER, BIT, TINYINT, SMALLINT, BIGINT, FLOAT, REAL, DOUBLE, NUMERIC, DECIMAL, CHAR, VARCHAR, STRING, LONGVARCHAR, DATE, TIME, TIMESTAMP, BINARY, VARBINARY, LONGVARBINARY, BLOB (input and output),CLOB (input and output), CURSOR (output; only in conjunction with the Oracle JDBC driver).</i>
    Also, check this blog for any help,
    /people/sriram.vasudevan3/blog/2005/02/14/calling-stored-procs-in-maxdb-using-sap-xi
    Regards,
    Bhavesh

  • JDBC Sender Mapping Problem

    I am using a Receive Step to start a BPM with some DB Records, the Receive Step gets the resultset with some row elements but I notice that the message namespace is missing
    <ns0:mt_avisoEst xmlns:ns0="urn:sap-dms:DMS_SAP_01">
    </ns0:mt_avisoEst>
    this is causing me problems with further mappings in the BPM, I am not using any message mapping for JDBC -> BPM. What am I doing wrong?
    Thanks in advance.

    Dear Ruben,
    In Integration Directory.
    In JDBC Communciation channel .
    Under the head of Processing parameters,
    Give your namespace in <b>Document Namespace</b>
    regards
    Mahesh.M

  • JDBC receiver - Update problem

    Hi,
    Scenario: JDBC - RFC - JDBC scenario.
    1. JDBC to RFC part-
    A select statement from the JDBC sender, is mapped to the RFC in the ECC system)
    2. RFC response is then mapped to an Update query using a receiver JDBC adapter.
    (Please note: Only the RFC is synchronous. JDBC adpter is configured to be aynchronous here.)
    3. The scenario is working fine, with regard to XI (All chequered flags.)
    Problem: The DB does not get updated.
    The response we get from the DB has <update_count> of 0
    4. The same query, (taken from XI's audit log) and executed in the DB executes fine.
    5. We are using the same user id, to update the table through XI(in the communication channel) and while executing the query manually.
    Hence a user permission problem, could be ruled out.
    6. DB used is Oracle 8i.
    Any hints on what the problem might be?
    Thanks,
    Smitha.

    Hi,
    >>>>3. The scenario is working fine, with regard to XI (All chequered flags.)
    Problem: The DB does not get updated.
    The response we get from the DB has <update_count> of 0
    I guess the easiest way to identify this issue would be to check the DB log in this operation
    (not adapter log on XI)
    then you will know exactly what is getting executed by the adapter and why it fails
    Regards,
    michal

  • JDBC receiver channel problem

    Hi.. 
      I am doing File to JDBC scenario, for that i am using MicrosoftSqlServer.
    Driver----com.microsoft.jdbc.sqlserver.SQLServerDriver
    Connection------jdbc:microsoft:sqlserver://172.18.133.91:1433;DatabaseName=LMS
    While executing, in the JDBC receiver channel it is showing the below error.
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:microsoft:sqlserver://172.18.133.91:1433;DatabaseName=LMS': ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
    Could please tell where will be the problem.
    Thanks in advance,
    Leela

    Hi ,
    Driver shoud be :
    com.microsoft.sqlserver.jdbc.SQLSeverDriver
    Connection:
    jdbd:microsoft:sqlserver://<ip address>:port;databaseName=TNS
    try with above config..make sure that they are case sensitive.
    Regards,
    Sreenivas.

  • Help!Jdbc test suite problem

    hi,all
    we have developed a jdbc driver for our DBMS.we used jdbc test suite which we downloaded it from sun web site to test our driver.when jdbc test run,we found many exception logged in jdbc-tests.log file,such as:
    Beginning Test: testAddBatch01
    Fatal: Problem with connection: java.io.FileNotFoundException: http://localhost:8000/servlet_vehicle/servlet_vehicle
    End Test: testAddBatch01...........FAILED
    I use jdbc-tests-suite1.2.1 version.do you encouter the problem?I am looking for your response!
    thanks
    sheidon

    Hi,
    I think you haven't start the server.So the program is trying to connect to the server and is raising the exception.
    For a complete list of steps to be taken for installation and to run the tests, please visit our web site at http://java.sun.com/products/jdbc/jdbctestsuite-1_2_1.html#Steps to Install and Run the Tests
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Micro Sysytems
    http://www.sun.com/developers/support/

  • JDBC ojdbc6.jar problem with passing parameters for PreparedStatements.

    The JDBC Driver being used in ojdbc6.jar. I am using this driver because I of its compatibility with Java 6 which is on my machine
    The database I am connecting to is 10.2 (10g) Oracle database.
    The connection works fine its the parsing of the SQL query that is giving the problem Below is the code specific to this
    // never mind the syntax this is a JavaFX module and the query syntax doesn't use the '+' concats.
    sql = "select sfrracl_pidm,\n"
    " sfrracl_term_code, \n"
    " sfrracl_source_cde, \n"
    " sfrracl_reg_access_id \n"
    "from SFRRACL \n"
    "where sfrracl_term_code=? \n"
    "and sfrracl_pidm =\n"
    " (select spriden_pidm from spriden\n"
    " where spriden_id=? \n"
    " and spriden_id like 'G%'\n"
    " and spriden_change_ind is NULL);";
    //stmt = conn.createStatement(sql);
    try{
    ps = conn.prepareStatement(sql);
    ps.setString(1, stud_id);
    ps.setString(2, term_code);
    catch(fr:SQLException)
    fr.printStackTrace();
    try{
    //ps.executeUpdate();
    System.out.print('Student ID: ');
    System.out.println(stud_id);
    System.out.print('Term Code: ');
    System.out.println(term_code);
    System.out.println(sql);
    ps.executeQuery(); // error occurs here
    The output and exception thats thrown is below
    //debug output
    Student ID: GXXXXXXXX
    Term Code: 201020
    //sql statement thats in string
    select sfrracl_pidm,
    sfrracl_term_code,
    sfrracl_source_cde,
    sfrracl_reg_access_id
    from SFRRACL
    where sfrracl_term_code=?
    and sfrracl_pidm =
    (select spriden_pidm from spriden
    where spriden_id=?
    and spriden_id like 'G%'
    and spriden_change_ind is NULL);
    // end debug output
    java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:791)
    at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:866)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3431)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
    at sfrracl.Main.buttonOnMouseClicked(Main.fx:215)
    at sfrracl.Main.buttonOnMouseClicked(Main.fx:215)
    at sfrracl.Main.invoke$(Main.fx:117)
    at sfrracl.Main.invoke$(Main.fx:117)
    at com.sun.javafx.functions.Function1.invoke(Function1.java:44)
    at com.sun.javafx.functions.Function1.invoke$(Function1.java:38)
    at javafx.scene.Node.impl_processMouseEvent(Node.fx:2917)
    at javafx.scene.Node.preprocessMouseEvent(Node.fx:2946)
    at javafx.scene.Scene$MouseHandler.process(Scene.fx:1499)
    at javafx.scene.Scene$MouseHandler.process(Scene.fx:1361)
    at javafx.scene.Scene.impl_processMouseEvent(Scene.fx:679)
    at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.fx:956)
    at com.sun.javafx.tk.swing.SwingScene$SwingScenePanel.doMouseEvent(SwingScene.java:446)
    at com.sun.javafx.tk.swing.SwingScene$SwingScenePanel.mouseClicked(SwingScene.java:454)
    at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    BUILD FAILED (total time: 31 seconds)
    The invalid character that this is claiming are the ? marks however that would mean my setString
    is not working I am following what the documentation says why is this?

    http://forums.oracle.com/forums/forum.jspa?forumID=99 is the JDBC forum

  • JDBC/MYSQL Connection problems

    I'm new to using JDBC so I'm not sure if I'm simply doing something wrong in my code or if I've installed something incorrectly. I've got the JDBC connector/J installed properly as far as I can tell. At least when I run my code I'm not getting an error about the driver not being found. The problem I'm running into is that even though I've double and triple checked the authentication info I keep getting the following error:
    Exception in thread "main" java.sql.SQLException: Invalid authorization specification message from server: "Access denied for user: '[email protected]' (Using password: YES)"
    The actual connection commands I'm using are as follows:
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    Connection con = DriverManager.getConnection("jdbc:mysql://localhost/Test", "testusr", "testpwd");
    I've checked and rechecked the spelling of my mySQL user & password and as far as I can tell, they work just fine so I can't figure out why I would be getting this error. Any suggestions on things I can try or does anyone see any obvious errors in what I'm doing?

    The failure is caused not by the JDBC driver but by how the MySQL was configured
    when it was installed. By default, MySQL is configured to allow connections that
    are created only from within the localhost.
    The line
    DriverManager.getConnection("jdbc:mysql://localhost:3306/Test?user=testusr& password=testpwd") translates to "create a connection to MySQL running at 'localhost' and use the
    'testusr@<hostname.domain>' as user name and 'testpwd' as the password".
    If you can see, the <hostname.domain> is replaced with "other value" aside from
    the "localhost" which you expect, hence connection is denied.
    The '<hostname.domain>' is replaced with the value of either your IP address or
    hostname. Therefore, any connections created from outside the host where your
    server is running will be denied. Now, making the 'host' value set from
    'localhost' to '%' would tell MySQL that you are allowing connections created from
    outside the MySQL host to connect to the server.
    Another way to go around this is problem is to modify your
    "\Windows\system32\drivers\etc\hosts" OR "/etc/hosts" file and give
    your loopback address (127.0.0.1) another alias (aside from localhost), e.g.:
    127.0.0.1    localhost    <hostnameY.domain>
    192.168.1.1  <hostnameX.domain>  <hostnameY.domain>where you replace <hostnameY.domain> with the name/alias of your computer in
    the network. The domain is optional and depends upon the domain name that
    your network is using.

  • Jdbc on tomcat problem

    Hi all,
    I'm experiencing a unusual problem in
    Apache Tomcat/4.1
    sdk:1.4.1_03-b02
    Linux 2.4.20-8 i386
    I've got an application running on commons-DBCP
    everything seems ok:
    - libs in the commons/lib folder
    - datasource in the context:
    <Resource name="jdbc/devel4_minePooledDS" scope="Shareable" type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/devel4_minePooledDS">
    <parameter>
    <name>url</name>
    <value>jdbc:oracle:thin:@10.10.45.4:1521:orlx</value>
    </parameter>
    <parameter>
    <name>driverClassName</name>
    <value>oracle.jdbc.driver.OracleDriver</value>
    </parameter>
    <parameter>
    <name>factory</name>
    <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
    </parameter>
    <parameter>
    <name>maxIdle</name>
    <value>30000</value>
    </parameter>
    <parameter>
    <name>maxWait</name>
    <value>500</value>
    </parameter>
    <parameter>
    <name>maxActive</name>
    <value>30</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>mine</value>
    </parameter>
    <parameter>
    <name>username</name>
    <value>mine</value>
    </parameter>
    </ResourceParams>
    - enabled in web.xml:
    <resource-ref>
    <description>Resource for DB connections</description>
    <res-ref-name>jdbc/devel4_minePooledDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    - used in this way:
    InitialContext initCtx = new InitialContext();
    DataSource ds = (DataSource)initCtx.lookup("java:comp/env/jdbc/devel4_minePooledDS");
    Connection conn = ds.getConnection();
    - the application simply doesnt start with the following errors, not so helpful, to be honest:
    2004-05-04 09:46:06 StandardWrapperValve[action]: Allocate exception for servlet action
    javax.servlet.ServletException: Servlet.init() for servlet action threw exception
         at org.apache.catalina.core.StandardWrapper.loadServlet(Unknown Source)
         at org.apache.catalina.core.StandardWrapper.allocate(Unknown Source)
         at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContext.invoke(Unknown Source)
         at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)
    ----- Root Cause -----
    java.lang.StackOverflowError
         at gnu.xml.pipeline.ValidationConsumer$ChildrenRecognizer.acceptElement(ValidationConsumer.java:1795)
         at gnu.xml.pipeline.ValidationConsumer$ChildrenRecognizer.acceptElement(ValidationConsumer.java:1795)
         at gnu.xml.pipeline.ValidationConsumer$ChildrenRecognizer.acceptElement(ValidationConsumer.java:1795)
         at gnu.xml.pipeline.ValidationConsumer$ChildrenRecognizer.acceptElement(ValidationConsumer.java:1795)
         at gnu.xml.pipeline.ValidationConsumer$ChildrenRecognizer.acceptElement(ValidationConsumer.java:1795)
         at gnu.xml.pipeline.ValidationConsumer$ChildrenRecognizer.acceptElement(ValidationConsumer.java:1795)
    I didn't find anything similar
    any helop will be appreciated
    thanks in advance
    jc

    Very worrisome.
    Everything you posted looks right to me.
    I'd forward those errors to the Tomcat mailing lists. They look like serious problems with Tomcat on Linux.

  • JDBC Driver Threading Problems

    I'm not able to get the JDBC thin driver to correctly support
    multiple threads using the same database connection. A long
    running query in one thread blocks all the other threads until
    the query begins returning data.
    My configuration is :
    JDBC 8.0.4.6 on Solaris & NT
    Oracle 8.05 on HPUX
    I have tried the JDBC 8.1.5 driver but abandoned it because in
    some situations it will deadlock itself with only 1 client
    thread! (I can recreate this at will.)
    I have plenty of thread stacks showing the problem if anyone is
    interested.
    null

    Roger Grywalski (guest) wrote:
    : I'm not able to get the JDBC thin driver to correctly support
    : multiple threads using the same database connection. A long
    : running query in one thread blocks all the other threads until
    : the query begins returning data.
    That's true. We don't serialize requests but synchronize them
    over one physical connection.
    : My configuration is :
    : JDBC 8.0.4.6 on Solaris & NT
    : Oracle 8.05 on HPUX
    : I have tried the JDBC 8.1.5 driver but abandoned it because in
    : some situations it will deadlock itself with only 1 client
    : thread! (I can recreate this at will.)
    : I have plenty of thread stacks showing the problem if anyone is
    : interested.
    Please file a bug. We would like to fix them.
    We have excellent results with our 8i drivers. We ran
    more than 1000 threads and they all work fine.
    Oracle Technology Network
    http://technet.oracle.com
    null

Maybe you are looking for

  • After ios5 upgrade cant get out to the internet via wireless, it wont  get past our Smart Filter (web filter)

    I just upgraded my 3GS to IOS5, and now at work when i am connected to our WiFi I can no longer get out to the internet. A little back story on how it worked prior to ios5: I would connect via wireless, and then load Safari and type in a webpage I wa

  • Shortcut not working in cs6

    The keyboard shortcut command - h does not work. But it does from the menu bar drop down under Dreamweaver. On a mac 10.7.4

  • 2 SQL Servers in one host - Urgent

    Hi, I have both SQL2000 and SQL2005 on one machine. I would like to migrate the SQL2005 instances to oracle, thus i have installed sql developer. When i try to link the Developer to SQL Server, i use windows authentication, hostname='DEV' and Port=14

  • IPhone wipes out photos when syncing

    I think this issue may be connected to the iTunes 8.2 update. Twice now, when I have synced my iPhone it claims that no photos were synced as there was not enough memory for all of them. This in spite of the fact that there was 40MB of space left WIT

  • Problems after SW update and then *#7370# reset on...

    I updated my E63 software to 510.21.010 using the NSU available from CNET. Whatever applications were installed on the memory card were not visible in the installations folder but i could see "installed" in the application manager. So i saved all my