Couldn't   Create  Managed Connection

Hi,
I have developed a webdynpro application using webservice.and it works fine in portal...
But whenever the connection exceeds its limit,It throws the following Exception
Couldn't create ManagedConnection with . {jco.client.passwd=**, jco.client.lang=EN, jco.client.sysnr=00, jco.client.client=800, jco.client.ashost=server, jco.client.user=user1, jco.client.type=A, jco.client.jra_conn=true}
Then we have to increase the maximum number of connection in Visual administrator..
Although we have already close the connection in Webservice,
The connection remains in the same state(open),and throws the above Error.
Is There any way to solve this?
Regards
Nandha.

Hi Nandhadevi
Ok. The first thing I would do is to move the following two lines of code outside the while loop:
interaction.close();
connection.close();
then I would also as a precaution put both the interaction and connection object to null.
interaction = null;
connection = null;
In reality I would put the code like this (see below) so that we always close the connection even if an exception is thrown.
InitialContext initialcontext = new InitialContext();
ConnectionFactory connectionfactory=(ConnectionFactory) initialcontext.lookup("java:comp/env/eis/SAPJRAFactory");
Connection connection = null;
Interaction interaction= null;
try
connection = connectionfactory.getConnection();
RecordFactory recordFactory=connectionfactory.getRecordFactory();
MappedRecord input = recordFactory.createMappedRecord("ZVP_BAPI_GETPLANT_DETAIL");
input.put("CO_CODE",cocode);
Interaction interaction=connection.createInteraction();
output=(MappedRecord)interaction.execute(null,input);
ResultSet rs=(ResultSet)output.get("OUTPUT");
while(rs.next())
plant = rs.getString("PLANT");
plantname = rs.getString("NAME");
ZVP_Bapi_Getplant_WSgandS gs= new ZVP_Bapi_Getplant_WSgandS();
gs.setPlant(plant);
gs.setPlantname(plantname);
results.add(gs);
catch( Exception e )
// Some logging
finally
  if( interaction != null )
    interaction.close();
    interaction = null;
  if( connection != null )
    connection.close();
    connection = null;
Regards
Göran
Edited by: Göran Westin on Feb 20, 2008 6:24 PM
Edited by: Göran Westin on Feb 20, 2008 6:25 PM

Similar Messages

  • How to create dynamic connection in business view manager.

    Hi Sir,
    Can u explain how to create dynamic connection in business view manager.
    Thanks
    Vishali Raghava Raju

    HI Vaishali,
       Can you please elaborate your requirement ?
    -Regards
    B

  • Couldn't create jco client connection for logical system

    Dear Experts,
    we are facing a strange issue in our custom webdynpro java application, few of our portal users are getting the "couldn't create jco client connection for logical system" for Model Data JCO Destination. below are details
    1. portal version 7.02 SP14 (we have recently updated to SP14 from SP02-- is this is causing the issue ?)
         1.1. updated the NWDI track with SP14 SCA files as well as added latest WD Runtime SCA file deployed the applications to Production also.
    2. above said exception is inconsistent and happening for only few users
    3. ping and test of jco destinations are successfull in content administration as well as in SLD, destinations were added in the SLD system.
    4. cleared the JCO ARFC meta data cache in webdynpro console
    5. jco destinations are configured using uid/pwd, configured user is not locked active and tested in the backend by logging in with the same user.
    6. restarted the portal server
    even though, we are getting the above said exception for few of portal users randomly.
    Please help me on this ASAP, as i am not getting any further help on this.
    Thanks,
    Ram.

    Hello Ram,
    Check the JCo Pool Configuration settings of your JCO Destination. This message normally comes when the maximum connections has been reached. Increase the "Maximum Connections" to some number depending on the usage. A good habit is to disconnect the jco connection after executing the same in your webdynpro code if you don't want it to be synchronous.
    <ModelName>.modelInstance().disconnectIfAlive()
    Hope this helps.
    Regards
    Vijay

  • How to create new connection in directory service manager

    Hello,
    I have upgraded OID from 10.1.4.3 to 11.1.1.6. after upgrade i used below url to connect directory service manager.
    http://hosname:7005/odsm
    trying to create new connection but not able to connect getting below error
    "Bind Failed. Host='dog1044' Details : dog1044:3060"
    using below value while creating new connection
    select OID
    Name : 11goid
    server : oidserver01
    port : 3060
    username : cn=orcladmin
    Thanks
    Karthick K

    Karthick,
    Or try to bind it from your ODSM server, eg: ldapbind -h oidserver01 -p 3060 -D "cn=orcladmin" -w xpto
    I hope this helps,
    Thiago Leoncil.

  • Could not create a managed connection manager ; SSIS package from SSMS - Windows 7 64 bit

    I created connection as Oracle provider for .Net.
    In data flow, using the ado net source. select data access mode as SQL command.
    When click preview. data is coming.
    But when right click the dataflow task --> execute task.
    data flow is failed with following error
    [ADO NET Source [1]] Error: Microsoft.SqlServer.Dts.Runtime.DtsCouldNotCreateManagedConnectionException: Could not create a managed connection manager. at Microsoft.SqlServer.Dts.Runtime.ManagedHelper.GetManagedConnection(String assemblyQualifiedName, String
    connStr, Object transaction) at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.AcquireConnection(Object pTransaction) at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100
    wrapper, Object transaction)

    Do you run it under 64bit?
    if yes, go to Project menu, select project properties.
    in the project properties window, go to Debugging tab, and set Run64BitRuntime as false. and try again.
    http://www.rad.pasfu.com

  • IP/TV "Could not create RTSP connection with Program manager"

    Hello,
    When we try to view IP/TV content with the IP/TV viewer we are able to but when we try to view it through a webpage I recieve the error:
    "Could not create RTSP connection with Program manager"
    I have no idea what the problem is. Anyone have any input?
    Please see the attached image.

    The client, program manager and ip tvserver are all on the same local area network
    This URL should help you:
    http://www.cisco.com/en/US/customer/products/hw/contnetw/ps1863/index.html

  • Couldn't create dictionary managed tablespace

    In Oracle9i release 2 I couldn't create tablespace of type dictionary managed
    is there someway to do it???

    This is just one of the RESTRICTIONS of Having a Locally Managed SYSTEM Tablespace. Dictionary managed tablespaces can not be created in a database with a locally managed SYSTEM tablespace.

  • NoProcessorException: Couldn't create processor in Linux!

    Hi,
    I'm trying to create processor in CentOS (kernel-2.6.18-53.1.4.el5). But i've got the following Exception:
    Couldn't create processor:
    javax.media.NoProcessorException: Error instantiating class: com.sun.media.processor.unknown.Handler : java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    Here is my sample code:
    DataSource dataOutput = null;
    Processor processor = null;
    try {
         String inputfile = "file:" + System.getProperty("user.dir")
                        + File.separator + "sample.wav";
         MediaLocator locator = new MediaLocator(inputfile);
         ds = javax.media.Manager.createDataSource(locator);
         ds.connect();
         ds.start();
    } catch (Exception e) {
         System.err.println("Couldn't create DataSource\n" + e);
    try {
         processor = javax.media.Manager.createProcessor(ds);
    } catch (NoProcessorException npe) {
         System.err.println("Couldn't create processor:\n" + npe.toString());     
    }I'm not sure where is the bug in this code? Please help me with your valuable feedback.
    Thanks in advance!
    ARIF

    Hey! i've fixed the problem by installing Xvfb. :)
    Xvfb (X virtual framebuffer) is an X11 server that performs all graphical operations in memory, not showing any screen output. Can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory.
    Cheers,
    ARIF

  • JMF on Ubuntu: Couldn't create DataSource

    Hi!
    My problem is this:
    After resolved to unzip the file (tail -n) , I had install JMF-2.1.1e for Linux.
    I set the enviroment variables in this way in .bashrc :
    export JMFHOME=/usr/bin/JMF-2.1.1e
    export CLASSPATH= $JMFHOME/lib/jmf.jar:$JMFHOME/lib/mediaplayer.jar:$JMFHOME/lib/multiplayer.jar:$CLASSPATH
    export PATH=$PATH:$JMFHOME/bin:$JMFHOME/lib:/usr/bin/jre1.6.0_21/bin
    export LD_LIBRARY_PATH=$JMFHOME/lib:/usr/bin/jre1.6.0_21/lib/i386:/usr/bin/jre1.6.0_21/lib/i386/client
    Before launch ./jmfregistry, I connected my webcam.
    My dmesg result is:
    [ 2013.520664] usb 1-1: new high speed USB device using ehci_hcd and address 4
    [ 2013.710452] usb 1-1: configuration #1 chosen from 1 choice
    [ 2013.737378] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0100)
    [ 2013.752284] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
    [ 2013.753703] input: USB2.0 Camera as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/1-1:1.0/input/input7
    After that I launch ./jmfregistry
    In “capture devices”, i clicked “Detect Capture Devices”
    The output is:
    JavaSound Capture Supported = true
    JavaSoundAuto: Committed ok
    Name = v4l:USB2.0 Camera:0
    Trying 4 320 240
    Trying 3 160 120
    Trying 3 320 240
    Trying 3 640 480
    Trying 3 176 144
    Trying 3 352 288
    Trying 3 768 576
    Trying 4 160 120
    Trying 4 320 240
    Trying 4 640 480
    Trying 4 176 144
    Trying 4 352 288
    Trying 4 768 576
    Trying 5 160 120
    Trying 5 320 240
    Trying 5 640 480
    Trying 5 176 144
    Trying 5 352 288
    Trying 5 768 576
    Trying 6 160 120
    Trying 6 320 240
    Trying 6 640 480
    Trying 6 176 144
    Trying 6 352 288
    Trying 6 768 576
    Trying 7 160 120
    Trying 7 320 240
    Trying 7 640 480
    Trying 7 176 144
    Trying 7 352 288
    Trying 7 768 576
    Trying 8 160 120
    Trying 8 320 240
    Trying 8 640 480
    Trying 8 176 144
    Trying 8 352 288
    Trying 8 768 576
    Trying 9 160 120
    Trying 9 320 240
    Trying 9 640 480
    Trying 9 176 144
    Trying 9 352 288
    Trying 9 768 576
    Trying 10 160 120
    Trying 10 320 240
    Trying 10 640 480
    Trying 10 176 144
    Trying 10 352 288
    Trying 10 768 576
    Trying 11 160 120
    Trying 11 320 240
    Trying 11 640 480
    Trying 11 176 144
    Trying 11 352 288
    Trying 11 768 576
    Trying 12 160 120
    Trying 12 320 240
    Trying 12 640 480
    Trying 12 176 144
    Trying 12 352 288
    Trying 12 768 576
    Trying 13 160 120
    Trying 13 320 240
    Trying 13 640 480
    Trying 13 176 144
    Trying 13 352 288
    Trying 13 768 576
    Trying 14 160 120
    Trying 14 320 240
    Trying 14 640 480
    Trying 14 176 144
    Trying 14 352 288
    Trying 14 768 576
    Trying 15 160 120
    Trying 15 320 240
    Trying 15 640 480
    Trying 15 176 144
    Trying 15 352 288
    Trying 15 768 576
    java.lang.Error: Can't open video card 1
    java.lang.Error: Can't open video card 2
    java.lang.Error: Can't open video card 3
    java.lang.Error: Can't open video card 4
    java.lang.Error: Can't open video card 5
    java.lang.Error: Can't open video card 6
    java.lang.Error: Can't open video card 7
    java.lang.Error: Can't open video card 8
    java.lang.Error: Can't open video card 9
    In fact when I lounched my application in java (that used VideoTrasmit.java by Sun)
    when I arrive at
         ds = Manager.createDataSource(locator);
    the exception is:
    Name = v4l:USB2.0 Camera:0
    Trying 4 320 240
    Trying 3 160 120
    Trying 3 320 240
    Trying 3 640 480
    Trying 3 176 144
    Trying 3 352 288
    Trying 3 768 576
    Trying 4 160 120
    Trying 4 320 240
    Trying 4 640 480
    Trying 4 176 144
    Trying 4 352 288
    Trying 4 768 576
    Trying 5 160 120
    Trying 5 320 240
    Trying 5 640 480
    Trying 5 176 144
    Trying 5 352 288
    Trying 5 768 576
    Trying 6 160 120
    Trying 6 320 240
    Trying 6 640 480
    Trying 6 176 144
    Trying 6 352 288
    Trying 6 768 576
    Trying 7 160 120
    Trying 7 320 240
    Trying 7 640 480
    Trying 7 176 144
    Trying 7 352 288
    Trying 7 768 576
    Trying 8 160 120
    Trying 8 320 240
    Trying 8 640 480
    Trying 8 176 144
    Trying 8 352 288
    Trying 8 768 576
    Trying 9 160 120
    Trying 9 320 240
    Trying 9 640 480
    Trying 9 176 144
    Trying 9 352 288
    Trying 9 768 576
    Trying 10 160 120
    Trying 10 320 240
    Trying 10 640 480
    Trying 10 176 144
    Trying 10 352 288
    Trying 10 768 576
    Trying 11 160 120
    Trying 11 320 240
    Trying 11 640 480
    Trying 11 176 144
    Trying 11 352 288
    Trying 11 768 576
    Trying 12 160 120
    Trying 12 320 240
    Trying 12 640 480
    Trying 12 176 144
    Trying 12 352 288
    Trying 12 768 576
    Trying 13 160 120
    Trying 13 320 240
    Trying 13 640 480
    Trying 13 176 144
    Trying 13 352 288
    Trying 13 768 576
    Trying 14 160 120
    Trying 14 320 240
    Trying 14 640 480
    Trying 14 176 144
    Trying 14 352 288
    Trying 14 768 576
    Trying 15 160 120
    Trying 15 320 240
    Trying 15 640 480
    Trying 15 176 144
    Trying 15 352 288
    Trying 15 768 576
    java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: 0
    Error : Couldn't create DataSource
    Who can help me? Sorry for my bad English.
    Thanks!
    Edited by: 805237 on 26-ott-2010 2.30

    Make sure you're running as an administrator...
    And try using "vfl://0" as the locator and see what that gives you.

  • 11g 64-bit unable to create ODBC connection

    Hello,
    I am currently facing issue related to ODBC connection. Details of configuration is as follows
    OS: Vista 64 Home Premium
    Oracle DB 11g 64bit: ver 11.1.0.6.0,plus the addition of the fix for bug 7389110 (as per release notes)
    ODBC driver location: C:\app\oracle\product\11.1.0\db1\BIN\sqora32.dll
    It appears and works well from 32 bit ODBC connection manager. However, it's not visible/available from 64 bit ODBC connection manager. Oracle installation repository appears under 64 bit area ("Program Files") and not under "Program Files (x86)". Assuming it might be a problem with installation I have also tried copying registry entries under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC with no luck.
    Any help to create ODBC connection is much appreciated
    Thanks,
    Hemant
    Please do not respond to this question here. I am moving it to ODBC forum area
    Edited by: user6868322 on Aug 5, 2009 2:04 PM

    Opening new tread under ODBC forum and closing this

  • Cannot refresh table - test connection works fine but refresh gives "We couldn't refresh the connection. Please go to existing connections and verify they connect to the file or server." error.

    I'm having some difficulty updating a table in my powerpivot data model. The data for the table is stored in a local excel file; if I go to
    Existing Connections select the connection and do a test then everything is successful. When however I try to refresh that particular table I get the following error:
    "We couldn’t refresh the connection. Please go to existing connections and verify they connect to the file or server."
    In the past I had this and it was an authentication issue, the files are stored on SharePoint and I wasn't logged in to Sharepoint - I have however checked this and it can't be the issue because I have other tables linked to other excel files in the same
    location that are refreshing without issue. Can anyone think of what may be causing it?
    I have even tried creating a new local excel with the same data, added it to the data model and then tried a refresh and I I get exactly the same issue. 
    Are there any known issues with refreshing data from an Excel file if, after the initial import, you add columns to the table in the excel file I was wondering if this might contribute?
    Thanks

    Hi Maracles,
    Thanks for your post.
    From your description, I tried to reproduce this issue on my test environment. However, everything is fine for me. Could you please post the specific version of SQL Server PowerPivot for Excel?
    You can try to use a trace file to troubleshoot errors in PowerPivot. If this issue still persists, please try to reinstall SQL Server PowerPivot for Excel to see if this helps.
    For more information, please see:
    PowerPivot Options & Diagnostics Dialog Box:
    http://technet.microsoft.com/en-us/library/gg399091.aspx
    Using a Trace File to Troubleshoot Errors in PowerPivot:
    http://www.sqlchick.com/entries/tag/powerpivot
    Best Regards,  
    Elvis Long
    TechNet Community Support

  • Error while creating a connection from JDeveloper to OC4J instance on 9iAS

    I m trying to create a connection to the application server(9iAS release 2) from the JDeveloper(9.0.2.822) using the JDeveloper connection wizard. I followed all the steps, but when i click on "Test Connection" button to test the connection the error i get is "IO Error: Connection refused: connect". The description of the settings i provided in the wizard step are as follows,
    Step 1
    Connection name:- Connection1
    Connection Type:- Oracle 9i Application Server
    Step 2
    Username:- admin
    Password:- welcome
    Deploy Password checkbox: Unchecked
    Step 3 (the 9iAS server address is 192.168.30.162)
    URL:- ormi://192.168.30.162/
    Target Web Site:- http-web-site
    Local dir where admin.jar is installed for Oracle 9iAS is installed:- C:\ora9i_d2k\j2ee\home
    Step 4
    Test Connection: “IO Error: Connection refused: connect”
    Please advise.
    Thanks
    Unmesh

    Hi,
    You cannot connect to an Oracle9iAS environment directly using the connections node. You can only connect to an individual OC4J instance using this technique.
    You need to use Oracle9iAS Distributed Management Configuration (DCM). See JDeveloper Help under Creating Application Server Connections

  • NEED HELP! can't create mysql connection in DW MX 2004

    I re-format my computer last week and after reformatting i
    install my PHP Triad and Dreamweaver MX 2004, but i can't create
    mysql connection using DW wizard, i already follow the step:
    1. create / manage site
    2. choose document type
    3. set up testing server ( i use php mysql @ localhost)
    and when i create new connection (fill the hostname,
    username, password, and select databases) it failed and show
    message "unidentified error occur".
    it never happen before (before i re format my computer).
    can anyone help me how to solve this problem.
    sorry for my bad english i came from Indonesia,
    thx before
    rgrds
    zhastro

    I re-format my computer last week and after reformatting i
    install my PHP Triad and Dreamweaver MX 2004, but i can't create
    mysql connection using DW wizard, i already follow the step:
    1. create / manage site
    2. choose document type
    3. set up testing server ( i use php mysql @ localhost)
    and when i create new connection (fill the hostname,
    username, password, and select databases) it failed and show
    message "unidentified error occur".
    it never happen before (before i re format my computer).
    can anyone help me how to solve this problem.
    sorry for my bad english i came from Indonesia,
    thx before
    rgrds
    zhastro

  • OES error:Couldn't create SOAP msg:Unable to create stAX reader & writer

    Hi,
    I can see the below severe error in the nohup.out log file for OES.
    Environment:
    Unix Server 1: OES admin and SM
    Unix Server 2: SM with the same name
    Both the SM pointing to Server 1 admin server.
    I can see the below error only on server 2. There is no such error on server1.
    I donot understand while this error is coming up.
    Checked all web services through SOAPUI and all web services are responding properly as expected from Server2
    NOHUP.OUT
    com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit handle
    SEVERE: Couldn't create SOAP message due to exception: Unable to create StAX reader or writer
    com.sun.xml.ws.protocol.soap.MessageCreationException: Couldn't create SOAP message due to exception: Unable to create StAX reader or writer
    at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:292)
    at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:287)
    at com.sun.xml.ws.transport.http.HttpAdapter.access$500(HttpAdapter.java:102)
    at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:512)
    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:141)
    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:172)
    at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
    at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.sun.xml.ws.streaming.XMLReaderException: Unable to create StAX reader or writer
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$NoLock.doCreate(XMLStreamReaderFactory.java:430)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$Woodstox.doCreate(XMLStreamReaderFactory.java:454)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.doCreate(XMLStreamReaderFactory.java:219)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamReaderFactory.java:172)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:311)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:135)
    at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:287)
    ... 22 more
    Caused by: com.ctc.wstx.exc.WstxIOException: Connection reset
    at com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:536)
    at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:585)
    at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:641)
    at com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader(WstxInputFactory.java:344)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$NoLock.doCreate(XMLStreamReaderFactory.java:428)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$Woodstox.doCreate(XMLStreamReaderFactory.java:454)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.doCreate(XMLStreamReaderFactory.java:219)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamReaderFactory.java:172)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:311)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:136)
    ... 23 more
    Caused by: java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:159)
    at java.io.InputStream.read(InputStream.java:85)
    at com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:177)
    at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:228)
    at weblogic.wsee.jaxws.HttpServletAdapter$RequestResponseWrapper$InputStreamWrapper.read(HttpServletAdapter.java:571)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:307)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at com.ctc.wstx.io.ReaderBootstrapper.initialLoad(ReaderBootstrapper.java:250)
    at com.ctc.wstx.io.ReaderBootstrapper.bootstrapInput(ReaderBootstrapper.java:133)
    at com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:531)
    ... 32 more
    Can anyone help me out with this.
    Regards,
    Garima

    It seems that one of the providers was mis-configured (the first service called) :
    HTTP Transport Configuration      
    Follow HTTP redirects      DISABLED
    Use Chunked Streaming Mode      ENABLED
    when I enabled the HTTP redirect then the problem went away...
    HTTP Transport Configuration      
    Follow HTTP redirects      ENABLED
    Use Chunked Streaming Mode      DISABLED

  • Problem creating WebDav connection to review XML schema in JDeveloper 10g

    I am trying to review some XML schema and cannot seem to create a WebDav connection. I entered all the relevant info and keep getting the following error :Testing connection...
    Connection test failed: unable to connect
    Unable to connect to WebDav Connection1 (http://localhost:8080/)
    May require proxy to connect to the location,
    when I tried to test the connection. The tips given in the help section didn't work either. Could someone please help me?

    Thanks for your prompt response.
    I had done that before yet, it still doesn't work.
    Please, bear with this newbie, for a second.
    I think it may be relevant to mention that I am trying to create a connection on my local network.
    Had no problems when I try to connect to enterprise manager,or iSQL*plus console, or creating a database connection through Jdeveloper, or even to the HTTP server through the browser. I am using windowsXP platform BTW, if it makes a difference, and Jdeveloper 10g. When I try to create the webDav Connection it still gives me the connection failed error, .....
    Testing connection...
    Connection test failed: unable to connect
    May require proxy to connect to the location
    Additionally ran this script ....
    DECLARE
    HTTP_PORT pls_integer := 8080;
    FTP_PORT pls_integer := 2100;
    config xmltype;
    BEGIN
    SELECT updateXML(dbms_xdb.cfg_get(),
    '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()',
    HTTP_PORT) INTO config
    FROM DUAL;
    DBMS_XDB.CFG_UPDATE(config);
    SELECT updateXML(dbms_xdb.cfg_get(),
    '/xdbconfig/sysconfig/protocolconfig/ftpconfig/ftp-port/text()',
    FTP_PORT) INTO config
    FROM DUAL;
    DBMS_XDB.CFG_UPDATE(config);
    END;
    COMMIT;
    -- Updates configuration
    BEGIN
    DBMS_XDB.CFG_REFRESH;
    COMMIT;
    END;
    -- Creates /home Directory
    DECLARE
    result boolean;
    BEGIN
    result := dbms_xdb.createFolder('/home');
    dbms_xdb.setAcl('/home','/sys/acls/all_all_acl.xml');
    commit;
    END;
    list
    OUTPUT from script....
    PL/SQL procedure successfully completed.
    Commit complete.
    PL/SQL procedure successfully completed.
    DECLARE
    ERROR at line 1:
    ORA-31003: Parent / already contains child entry home
    ORA-06512: at "XDB.DBMS_XDB", line 195
    ORA-06512: at line 4
    Still no luck! What I am i doing wrong?
    Any pointers will be appreciated.

Maybe you are looking for

  • [SOLVED]Intel HDA HDMI Keeps Coming Back From The Dead Like a Vampire

    I have an Asus H87M-Pro mobo with a E3-1265L v3 Intel CPU.  This CPU does my audio and video, but the problem is I haven't had audio since I installed this mobo.  Dead silent. I believe the problem must be that HDMI audio is siezing card0, which I in

  • Get the long text into BADI from text editor

    hi all, I implemented BADI ME_PROCESS_PO_CUST, before saving the purchase order i am calling the text editor where i am writng the long text . but when save the text from the text editor the long text in the editor is not updating to the BADI. Can an

  • Lost text in document...

    I created a document in Pages with a border graphic and text box.  Now when I try and open the document the border graphic loads but the text box doesn't appear and I get a "document warning" window.  How can I restore my document?

  • Pulling row numbers out of tables.

    I have been looking for different ways to pull row numbers from tables.  There appears to be two main methods, one of which works for me and the other that does not.  The first is: NameDataSet.Tables.Rows(0).Count This gives me the number of rows in

  • Getting error:  *cannot check out a record*  in URM

    We have recently implemented URM and it seems to be working fine as far as checking in records and the dispositions working. The problem occurs if someone tries to check out a record. An error comes up saying that a record cannot be checked out. Am I