Attempt to use a closed handle : 'oracle_jdbc_driver_LogicalConnection_Prox

Hello,
i have made a simple jsf application which use a JNDI connection to DB..
InitialContext _initialContext = new InitialContext();
DataSource dataSource =
(DataSource)_initialContext.lookup("jdbc/RAZDS");
Connection con = dataSource.getConnection();
sometimes i get execption like: Attempt to use a closed handle : 'oracle_jdbc_driver_LogicalConnection_Prox
is this a bug or i'am doing something wrong?

Duplicate post:
Re: Attempt to use a closed handle: 'oracle_jdbc_driver_LogicalConnection_Proxy
Bala,
I answered you in the other forum.
Good Luck,
Avi.

Similar Messages

  • Attempted to use a 5.0 DataSource outside of a 2.3 servlet

    I am using WAS 5.0 with Oracle 9.2 . I cannot get a servlet to work with the datasource 5.0 . Any ideas??
    The message I get is :
    [2/26/04 11:17:28:984 GMT-06:00] 20bfba44 Helpers W NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation. Details follow:
    Context implementation: com.ibm.ws.naming.jndicos.CNContextImpl
    Context method: lookup
    Context name: localhost/nodes/localhost/servers/server1
    Target name: jdbc/WMBDatasource
    Other data:
    Exception stack trace: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. Root exception is java.lang.Exception: Attempted to use a 5.0 DataSource outside of a 2.3 servlet
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1179)
    My Servlet code is :
    public class SimpleServlet extends HttpServlet {
         public void doGet(HttpServletRequest req, HttpServletResponse resp)
                                                 throws ServletException, IOException
         javax.sql.DataSource ds = null;
         java.sql.Connection con = null;
         java.io.PrintWriter out = resp.getWriter();
         resp.setContentType("text/html");
         try
         out.println("Looking up DataSource<br>");
         javax.naming.InitialContext ctx = new javax.naming.InitialContext();
         ds = (javax.sql.DataSource) ctx.lookup("jdbc/WMBDatasource");
         out.println("Getting connection<br>");
         con = ds.getConnection();
         con.close();
         catch (Exception e)
         e.printStackTrace(out);
         out.println("Done<br>");

    hi vijay ,
    i am using wasd5.1 ,and i am trying to access database thru datasource and i had created one javawebapplication and one server(test enviroument with data source ), and i had created this class inside web application, and i am running this class as a java application , but i am getting output like
    Before Context
    After Context
    In Exception
    com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception is java.lang.Exception: Failed security check.  Client is not permitted to create connection factory jdbc/db]
    please help me to get out of this problem
    /*please see code first*/
    import java.sql.SQLException;
    import java.util.Properties;
    import java.sql.Connection;
    import javax.naming.*;
    import javax.sql.DataSource;
    import java.sql.DriverManager;
    import java.util.*;
    public class checkclass
         //private static String OWD2_DATASOURCE ="jdbc/db";
         private static String INITIAL_CONTEXT_FACTORY "com.ibm.websphere.naming.WsnInitialContextFactory";
         public static void main (String args[])
              try{
              Hashtable jndiProperties = new Hashtable();
         jndiProperties.put(Context.INITIAL_CONTEXT_FACTORY,INITIAL_CONTEXT_FACTORY);
         jndiProperties.put(Context.PROVIDER_URL,"iiop://localhost:2809");
         jndiProperties.put(Context.REFERRAL, "throw");
         System.out.println("Before Context");
         javax.naming.Context ctx = new     javax.naming.InitialContext(jndiProperties);
                             System.out.println("After Context");
         DataSource ds = (javax.sql.DataSource)ctx.lookup("jdbc/db");
                             ctx.close();
         System.out.println("After DataSource");
         Connection con = ds.getConnection();
         System.out.println("After Getting Connection");
         con.close();
         System.out.println("After Closing Connection");
         catch(Exception e)
         System.out.println("In Exception");
         System.out.println(e);
    }

  • Attempt to access expired blob handle

    We get a random error in our test environment after upgrading from SQL server 2008 R2 to 2012.
    System.Data.SqlClient.SqlException (0x80131904): A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running
    DBCC CHECKDB. If you agreed to send dumps to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a QFE from Technical Support.
    A severe error occurred on the current command.  The results, if any, should be discarded.
    Location:  tmpilb.cpp:2576
    Expression:  fFalse
    SPID:   55
    Process ID:  1552
    Description:  Attempt to access expired blob handle (3)
    The weird thing is that is looks almost exactly like the below kb article, we are using a matching scenario as the symptons described in the below kb.
    support.microsoft.com/kb/2644794/
    It did not make this issue in 2008 R2, we then took the database from 2008 R2 and attached to the 2012 db server, and then
    Event viewer (throws a lot of the 4 below errors):
    Level Date   Source   Event Id Task category
    Error 01-04-2014 17:42:00 MSSQL$DGOFFICEMAINSQL 17310  Server
     A user request from the session with SPID 58 generated a fatal exception. SQL Server is terminating this session. Contact Product Support Services with the dump produced in the log directory.
    Error 01-04-2014 17:41:59 MSSQL$DGOFFICEMAINSQL 17065  Server
     SQL Server Assertion: File: <tmpilb.cpp>, line = 2576 Failed Assertion = 'fFalse' Attempt to access expired blob handle (3). This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database
    for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.
    Error 01-04-2014 17:41:58 MSSQL$DGOFFICEMAINSQL 3624  Server
     A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps
    to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a QFE from Technical Support.
    Error 01-04-2014 14:47:41 MSSQL$DGOFFICEMAINSQL 17066  Server
     SQL Server Assertion: File: <qxcntxt.cpp>, line=1137 Failed Assertion = '!"No exceptions should be raised by this code"'. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check
    the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.
    (DBCC CHECKDB) has been run, and no errors seems to occur
    All usefull ideas are welcome :)

    OMG weirdest thing ever:
    I have installed SQL server 2012 SP1 on my Windows 7 machine, running the program against the same database, then I tried to replicate the error:
    Using IE 11 going to the page that causes the issue, validating in event viewer at the same time, nothing happens, everything looks good.
    Using Newest FF or Chrome, CONSISTANTLY throws 3 event logs, everytime I go to the page, 2x event id 17065 and 1 x 17066, I assume it throws the other errors upon too many, or too frequent errors.
    But WHY, I simply cannot wrap my brain around why such a feature inside the SQL server, should be able to act differently based on the browser.
    Error 01-04-2014 17:41:59 MSSQL$DGOFFICEMAINSQL 17065  Server
     SQL Server Assertion: File: <tmpilb.cpp>, line = 2576 Failed Assertion = 'fFalse' Attempt to access expired blob handle (3). This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database
    for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.
    Error 01-04-2014 14:47:41 MSSQL$DGOFFICEMAINSQL 17066  Server
     SQL Server Assertion: File: <qxcntxt.cpp>, line=1137 Failed Assertion = '!"No exceptions should be raised by this code"'. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database
    for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.
    I am still very interested in good ideas!!!

  • "iTunes library file cannot be saved. The disk you are attempting to use is full."

    Trying to back up iPad to NAS, "iTunes library file cannot be saved. The disk you are attempting to use is full." I already changed my iTunes settings which now points to my NAS. In ~/Library/Application Solution/MobileSync/Backup I created an Alias which points to the NAS. What else can I do to backup my iPad to my computer? I'm a newbie on OSX but have lots of experience on Windows systems. I always believed Apple OSX is easy to handle but iTunes seems to has it's own "will".

    No suggestions? I'm wondering and a bit disappointed that no one has comments to this. Is it so difficult with OSX? Comments appreciated.

  • I missed the transition of iWeb to iCloud. My website is now offline and any attempts lead me to closed MobilMe pages.

    I missed the transition of iWeb to iCloud. My website is now offline and any attempts lead me to closed MobilMe pages. Anyone know how I can reconfigure my iWeb with iCloud so I can get my site back online?

    iCloud isn't capable of hosting websites.
    You need to sign up with a hosting service...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html
    ...and then republish your site...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    Using iWeb '08, you will need to publish to a local folder and upload the files using an FTP application...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html
    If you don't have a domain name, most hosting services will supply one free. If you do have one, you will need to contact the registrar to get it forwarded to the new server.

  • The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or

    I have taken the cfdump for tmpqry and it shows all data for
    the range ( No error at this step ) . But when we exceute this
    dbquery we get below mentioned error .
    <cfquery name="qry" dbtype="query" >
    SELECT *
    FROM tmpqry
    ORDER BY #arguments.colSort# ASC
    </cfquery>
    senerio:
    I am using createobject to create a reference for component
    and call MDArraySort function in the cfc and getting this error .
    'The system has attempted to use an undefined value, which
    usually indicates a programming error, either in your code or some
    system code.
    Null pointer is undefined.... '
    i am using this code in a cfc file.
    <cffunction name="MDArraySort" Returntype="query"
    access="public" >
    <cfargument name="colArray" type="array"
    required="true">
    <cfargument name="colNames" type="string"
    required="true">
    <cfargument name="colSort" type="string"
    required="true">
    <cfargument name="sensorIDs" type="string"
    required="true">
    <cfscript>
    var tmpqry = Querynew(arguments.colNames);
    var qRow = QueryAddRow(tmpqry, Arraylen(arguments.colArray)
    </cfscript>
    <cfloop from="1" to="#Arraylen(arguments.colArray)#"
    index="qRowIndex">
    <cfscript>
    sIndexinSensorIDs = colArray[qRowIndex]["SENSOR"]&"##";
    Temp_readin_code =
    colArray[qRowIndex]["READING_CODE"]&"##";
    QuerySetCell(tmpqry, 'SENSOR', sIndexinSensorIDs,
    qRowIndex);
    QuerySetCell(tmpqry,
    'TYPE',javacast('String',colArray[qRowIndex]["TYPE"]), qRowIndex);
    QuerySetCell(tmpqry, 'TIMESTAMP2',
    LSParseDateTime(colArray[qRowIndex]["TIMESTAMP2"]), qRowIndex);
    QuerySetCell(tmpqry,
    'ORDER_BY_PARAM',javacast('String',colArray[qRowIndex]["ORDER_BY_PARAM"]),
    qRowIndex);
    QuerySetCell(tmpqry, 'READING_CODE',Temp_readin_code ,
    qRowIndex);
    QuerySetCell(tmpqry,
    'READING',javacast('String',colArray[qRowIndex]["READING"]),
    qRowIndex);
    QuerySetCell(tmpqry,
    'PK_READING',javacast('String',colArray[qRowIndex]["PK_READING"]),
    qRowIndex);
    QuerySetCell(tmpqry,
    'ALARM_STATUS',javacast('String',colArray[qRowIndex]["ALARM_STATUS"]),
    qRowIndex);
    QuerySetCell(tmpqry, 'DURATION',
    javacast('String',colArray[qRowIndex]["DURATION"]), qRowIndex);
    QuerySetCell(tmpqry,
    'DESCRIPTION',javacast('String',colArray[qRowIndex]["DESCRIPTION"]),
    qRowIndex);
    </cfscript>
    </cfloop>
    <cfquery name="qry" dbtype="query" >
    SELECT *
    FROM tmpqry
    ORDER BY #arguments.colSort# ASC
    </cfquery>
    <cfreturn qry >
    </cffunction>
    It is working fine for some date range and and getting above
    mentioned error in sone situation .

    Hi All ,
    Thank you for your support ,
    Finally i have fix the issue using some changes in my
    function in cfc .
    <cffunction name="MDArraySort" Returntype="query"
    access="public" >
    <cfargument name="colArray" type="array"
    required="true">
    <cfargument name="colNames" type="string"
    required="true">
    <cfargument name="colSort" type="string"
    required="true">
    <cfargument name="sensorIDs" type="string"
    required="true">
    <cfscript>
    //Declare variable collection used in function as local
    --->
    var tmpqry =
    Querynew(arguments.colNames,"CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_DATE,CF_SQL_VARCHAR,CF_ SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR");
    var qRow = QueryAddRow(tmpqry,
    Arraylen(arguments.colArray));
    </cfscript>
    <cfloop from="1" to="#Arraylen(arguments.colArray)#"
    index="qRowIndex">
    <cfscript>
    // Populate the query table
    QuerySetCell(tmpqry, 'SENSOR',
    colArray[qRowIndex]["SENSOR"], qRowIndex);
    QuerySetCell(tmpqry,
    'TYPE',arguments.colArray[qRowIndex]["TYPE"], qRowIndex);
    QuerySetCell(tmpqry, 'TIMESTAMP2',
    LSParseDateTime(arguments.colArray[qRowIndex]["TIMESTAMP2"]),
    qRowIndex);
    QuerySetCell(tmpqry,
    'ORDER_BY_PARAM',arguments.colArray[qRowIndex]["ORDER_BY_PARAM"],
    qRowIndex);
    QuerySetCell(tmpqry, 'READING_CODE',
    colArray[qRowIndex]["READING_CODE"] , qRowIndex);
    QuerySetCell(tmpqry,
    'READING',arguments.colArray[qRowIndex]["READING"], qRowIndex);
    QuerySetCell(tmpqry,
    'PK_READING',arguments.colArray[qRowIndex]["PK_READING"],
    qRowIndex);
    QuerySetCell(tmpqry,
    'ALARM_STATUS',arguments.colArray[qRowIndex]["ALARM_STATUS"],
    qRowIndex);
    QuerySetCell(tmpqry, 'DURATION',
    arguments.colArray[qRowIndex]["DURATION"], qRowIndex);
    QuerySetCell(tmpqry,
    'DESCRIPTION',arguments.colArray[qRowIndex]["DESCRIPTION"],
    qRowIndex);
    </cfscript>
    </cfloop>
    <cfquery name="qry" dbtype="query" >
    SELECT *
    FROM tmpqry
    ORDER BY #arguments.colSort# ASC
    </cfquery>
    <cfreturn qry >
    </cffunction>
    Rajesh
    SCMS
    India

  • I have just downloaded a trial version of Photoshop Elements onto my Mac Book Pro (10.9.4) and attempted to use Elements on an existing Photoshop file.  I did not see the Elements option in my filter menu and need assistance

    I have just downloaded a trial version of Photoshop Elements onto my Mac Book Pro (10.9.4).  The installation to my hard drive went fine so I attempted to use Elements on an existing Photoshop file.  I did not see the Elements option in my filter menu and am uncertain as to how to "add" the Elemnts to my existing filter choices.  Please advise.

    I'm sorry but it's very hard to understand what you mean. What filter menu? In which program? Do you mean you're trying to use PSE as an external editor with some other asset management program? Which one?

  • I attempted to use netflix on my MacPro safari 10.5.8, I get a blank black screen when I attempt to watch a video, Has anyone encountered and solved this dilemma?

    I attempted to use netflix on my MacPro safari 10.5.8, I get a blank black screen when I attempt to watch a video, Has anyone encountered and solved this dilemma?

    I also have downloaded netflix "Silverlight" I believe successfully...at least acoording to the popup at the end of the Silverlight download "You have successfully downloaded Silverlight"

  • Trying to back up iPad to external hard drive, "iTunes library file cannot be saved. The disk you are attempting to use is full."

    This issue is somewhat complex so I will try to explain it as clearly as I can. Any help will be greatly appreciated.
    It all began when I kept getting popups from my iPad saying that I had not backed up since May. I realized that was pretty dangerous so I decided to finally try syncing it to iTunes, though I had avoided doing so for so long because I knew that when I tried there was no room on the computer. I then remembered that I have an external hard drive with plenty of storage space, so I got that out and set it up with a folder to move iTunes and the backup into.
    On iTunes I went to the Advanced Preferences and changed iTunes Media Folder Location to the G: folder, with the keep organized box checked. I also copied the previous backups from the original C: drive to G: so that I could delete the ones on C:.
    I used Junction Link Magic to link my now empty MobileSync backup on C: to a new (JLM would not work unless it was empty) backup folder on external hard drive G:.
    I plugged in my iPad to iTunes to sync it, and while it was backing up I checked the new folder on G: to make sure that the backup was being put there. It was.
    However, about halfway through I got the message "iTunes library file cannot be saved. The disk you are attempting to use is full."
    My question is Why? If it is being made in a 1.5 terabyte hard drive now, and not the computer, why is there no disk space? My guess is that it must still somehow be saving to the computer. But how? And how can I get it to save solely on the G: drive where there is enough room?
    I am running Windows XP and the latest version of iTunes.
    An additional but not as crucial issue:
    Much of my music has been lost, with the being displayed next to the songs in the iTunes library, and only 50 (purchased) songs remain on my iPad. This was because those missing songs were stored on a different external hard drive ( I:). However, I copied many of the music folders on I: over to G: so that everything could be together. I am wondering if it is possible for me to get these songs back onto my iPad. But this is not my most important issue right now, because I believe that once I get the first issue solved I can simply plug in I: and G: at the same time while syncing the iPad, and get the songs back.
    Note: I have come to realize the iTunes program itself is still under Program Files in the C: drive. Does this have to do with anything?

    Short term, free up some disk space. Long term, move the library to a bigger drive.
    tt2

  • IPhone 4 I can't use my Safari app. Every time I try to open it, the LAST app that I had used (and closed out of) opens instead of Safari. Any ideas? Thanks!

    Sorry! I didn't realize that a message window opened up, so am not sure if my entire question showed up. I can't use my Safari app at all. Every time I try to open it, the app I used (and closed) previously opens instead. It doesn't matter what app it is, it is just the previous app used. Settings: 4.2.6 (8E200). Model MC676LL.  Please help...Thanks!
    Kimmons09

    Thanks Meg,
    I had tried that, but tried it again. No luck...this is so frustrating! Can anyone help? I tried calling Tech Support but I am one month over the "Phone Support" warranty even though I pay monthly for a continued warranty. GRRRR Any ideas?? Thanks!
    Kimmons09

  • Attempting to use SSL over RMI from a web application to a RMI server

    Hi,
    I am attempting to use SSL over RMI to a server. The client is the web
    application that is hosted on WebLogic and that attempts to connect to the
    server. There is no client or server verification at either the client or
    the server end. The code works outside of WebLogic 7/8 but has the following
    issues when running the web application inside weblogic:
    java.rmi.ConnectException: Connection refused to host: gkhanna1; nested
    exception is:
    java.net.ConnectException: Connection refused: connect
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
    at java.net.Socket.<init>(Socket.java:268)
    at java.net.Socket.<init>(Socket.java:95)
    at
    sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketF
    actory.java:20)
    at
    sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketF
    actory.java:115)
    at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:494)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:169)
    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at java.rmi.Naming.lookup(Naming.java:79)
    at
    com.hyperion.css.spi.impl.ntlm.NTLMConnectionClient.initConnection(NTLMConne
    ctionClient.java:59)
    at
    com.hyperion.css.spi.impl.ntlm.NTLMConnectionClient.getUsers(NTLMConnectionC
    lient.java:197)
    at com.hyperion.css.CSSAPIImpl.getUsers(Unknown Source)
    at com.hyperion.css.CSSAPIImpl.initialize(Unknown Source)
    at com.hyperion.css.CSSAPIImpl.initialize(Unknown Source)
    at jsp_servlet._jsp._app1.__app1signin._jspService(__app1signin.java:133)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1058)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :401)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :445)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :306)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5445)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:780)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3105)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2588)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    The code at the client that initiates the connection:
    socketFactory = (SSLSocketFactory) SSLSocketFactory.getDefault();
    SSLSocket socket = (SSLSocket) socketFactory.createSocket(host, port);
    socket.setEnabledCipherSuites(CIPHERS);
    socket.setEnableSessionCreation(true);
    Any ideas?
    Thanks

    I don't see anything that indicates SSL was directly a factor in the
    failure.
    From the exception stack it looks like a more basic connectivity issue,
    maybe the URL for the
    RMI server is incorrect for some reason or the server was down.
    It looks like you are doing something like this:
    SSL client -> WLS server with servletA, servletA RMI client
    (com.hyperion.css) -> RMI server
    The connection failure appears to be the connection from servletA RMI client
    to the RMI server.
    Is that a correct picture?
    Tony
    "Gaurav Khanna" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am attempting to use SSL over RMI to a server. The client is the web
    application that is hosted on WebLogic and that attempts to connect to the
    server. There is no client or server verification at either the client or
    the server end. The code works outside of WebLogic 7/8 but has thefollowing
    issues when running the web application inside weblogic:
    java.rmi.ConnectException: Connection refused to host: gkhanna1; nested
    exception is:
    java.net.ConnectException: Connection refused: connect
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
    at java.net.Socket.<init>(Socket.java:268)
    at java.net.Socket.<init>(Socket.java:95)
    at
    sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketF
    actory.java:20)
    at
    sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketF
    actory.java:115)
    at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:494)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:169)
    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at java.rmi.Naming.lookup(Naming.java:79)
    at
    com.hyperion.css.spi.impl.ntlm.NTLMConnectionClient.initConnection(NTLMConne
    ctionClient.java:59)
    at
    com.hyperion.css.spi.impl.ntlm.NTLMConnectionClient.getUsers(NTLMConnectionC
    lient.java:197)
    at com.hyperion.css.CSSAPIImpl.getUsers(Unknown Source)
    at com.hyperion.css.CSSAPIImpl.initialize(Unknown Source)
    at com.hyperion.css.CSSAPIImpl.initialize(Unknown Source)
    at jsp_servlet._jsp._app1.__app1signin._jspService(__app1signin.java:133)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1058)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :401)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :445)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :306)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:5445)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManage
    r.java:780)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3105)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2588)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    The code at the client that initiates the connection:
    socketFactory = (SSLSocketFactory) SSLSocketFactory.getDefault();
    SSLSocket socket = (SSLSocket) socketFactory.createSocket(host, port);
    socket.setEnabledCipherSuites(CIPHERS);
    socket.setEnableSessionCreation(true);
    Any ideas?
    Thanks

  • Attempting to use bluetooth for the first time, and it never sees any other devices

    I have an iPad 2 about a year old, running iOS 6.0.1.  This morning I tried to connect to another iPad, over bluetooth, and neither iPad is able to discover the other.  This is the first attempt to use bluetooth on either of these iPads.  The other iPad is also running iOS 6.0.1.  The iPads were less than 10 feet apart.
    On both devices, I went to settings:bluetooth, and turned blutooth "on".  This opened up a "Devices" box, which says "Searching...", with a spinning wheel icon. Below this box is says "Now discoverable".  Both devices remained in this state.
    I haven't used bluetooth before so I have no idea what I am doing wrong.
    Later in the day I fiddled with the bluetooth systems prefs panel on my desktop (a circa 2005 intel mac running OSX 10.6.8).

    (hadn't finished my earlier message but somehow it posted it before I was ready).
    From the OSX bluetooth panel, I turned bluetooth on, and made my computer discoverable.  I then hit "setup new device", and was taken to the Bluetooth setup assistant.  After a few seconds it showed me my ipad as one of the devices it had discovered.  Over on the ipad, though, it did not discover the desktop machine.
    After about a minute, I then selected the ipad from the list of devices on the desktop machine, and hit "continue".  At this point it said "attempting to pair with MyIpad", and "connection established".  At the same time, a panel popped up on my iPad, listing my desktop machines name, and asking for a PIN.  It is not clear to me whether it is asking for a PIN that I have supposedly set up on the desktop machine, or if it is asking me to establish a PIN.  So I quit.
    In any case, my goal in going through this attempt on the destop machine was solely to establish whether the bluetooth hardware is working on the ipad.  I believe that has to be true.
    So, can someone explain to me what steps I am *supposed* to go through to pair up two ipads over bluetooth?

  • HT1937 i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears  The SIM card inserted in this iPhone does not appear to be supported This iPhone is not currently setup to work with carrier you're attempting to use. Please

    i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears
    The SIM card inserted in this iPhone does not appear to be supported
    This iPhone is not currently setup to work with carrier you're attempting to use. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked.

    It sounds like you or someone else hacked the phone to unlock it. Updating it locked it to the original carrier.
    How did you unlock it? The ONLY legitimate way is to ask the carrier it is locked to to unlock it. Any other way requires hacking or jailbreaking the phone.

  • Creating/loading an iTunes library (.itl) on a network drive results in dummy error "The Disk you are attempting to use is full" [Win7]

    I  have an 2TB external HDD attatched to my Asus router.  I have iTunes installed on 3 computers in the house (Bedroom, home theater, bar). Each copy of  iTunes accesses the same music folder on the external hard drive.
    The problem is that iTunes creates a library file on each individual computer.  The library file gets out of sync all the time (as computer 1 doesn't know when files have been added via computer 2 and so on).
    Obviously the answer is to just put the Library.itl file on the same network drive.  Hoilding shift whille double clicking the iTunes icon allows you to create or load a library from the location of your choosing.
    All well and good so far.  However, when I attempt to save to my Network Attached storage Device (NAS) iTunes gives me the "The Disk you are attempting to use is full. Please delete..." error.  (There is over 1TB free on the drive.)
    Creating the library file on a local HDD, moving it to the network one, and demanding iTunes access it via option start results in the SAME ERROR!!!
    I'd really rather not rescan my entire library everytime I start iTunes.  Adding new purchases and songs via the "Automatically add to iTunes" folder, again, only adds the files to the database file saved on the computer where the files were dragged and dropped from.
    I've used windows to "Map" the network drive, as well as typed in the \\192.168 etc address of the network drive.  Always get the same error. 
    Any help or thoughts would be greatly apperciated.

    Also, tried this with itunes 10 (current build) iTunes 9.2.1, and itunes 8. Same issue.

  • Just finished using iTunes, closed out and then tried to get back in.  Got this message "he iTunes library .itl file is locked, on a locked disk, or you do not have write permission for this file."  How can I get back into iTunes ?

    I just finished using iTunes, closed out and then tried to get ack in.  Got this message "The iTunes library .9tl file is locked, on a locked disk, or you do not have write permission for this file."   How can I get back ino iTunes ?

    I actually figured it out...I had to go to the iTunes Library Extras.itdb file and give myself permission to have full control.  THEN, I could go and estore a previos version.  Once I had done this, I got the same message for iTunes Library Genius.itdb . . . I did the same thing with it and Voila'!!
    Hope this helps...
    SVT

Maybe you are looking for

  • Ip igmp snooping querier on Nexus, what source IP address to use?

    Am looking at a problem with servers in the same vlan across multiple switches that are unable to communicate using multicast. I have found that in the systen I'm to set up I need to apply the ip igmp snooping querier command, in the vlan, but it nee

  • Smart form printing issue with LOCL printer and SAP printer

    Hi, The issues are as follows: 1. the top portion of the Invoice and PO does not print when using the SAP printer (works when using LOCL) 2. the shaded areas of the Order Confirmation and Invoice are black when printing to a SAP printer (works when u

  • How i found listener o tsnames in oracle sql developer

    Jelou, i have some troubles with the Oracle SQL Developer, i have a server with Oracle 11g, but the client (sql developer) dont connect to the server, they give me a error, the oracle error i try to search in the search pages, but they dont have a an

  • Premiere Elements 9.0 will not open

    In August 2011 I purchased Adobe Premiere Elements 9.0 with a new Dell PC using Windows 7 64-bit. Since then I have used Premiere Elements many times for video editing without problems. The last time I used it was about 3 months ago. This week I trie

  • Off-Cycle Payroll Adjustment in ERP

    Hey guys, this is more of a config than abap question but I was not sure where to post this so I chose ABAP.  If there is a better forum to post this question please let me know. We are trying to do a payroll adjustment through infotype 221 in ERP 20