Jdbc/8.1.5/oci cannot connect

Hi,
We are not able to access the database using JDBC
driver(oci8). We are able to connect to the database
using thin driver or the JDBC-ODBC bridge. Also SQLplus can connect using scott/tiger@fpdev
We used the following code to access the database
using the thin driver. It works fine.
DbConnection =
DriverManager.getConnection("jdbc:oracle:thin:@csisrv2:1521:orcl","scott","tiger");
But when we give
DbConnection =
DriverManager.getConnection("jdbc:oracle:oci8:@fpdev","scott","tiger");
We get access violation [0xc0000005] address
0x578f233. We even tried to give the full path in the
database name it does not work.
Our tnsname.ora is
FPDEV =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = csisrv2)(PORT
= 1521))
(CONNECT_DATA =
(SERVICE_NAME = fpdev.csimaster)
Any suggestions would be appreciated.
grh
null

We have re-installed this library (ocijdbc8.dll) and still does not work. Does this really work with 8.1.5 version of Oracle on NT? Other postings made me think that we needed the 8.1.6 version, Is that correct?
thanks
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDBC Development Team:
It looks like the OCI driver shared library is not installed properly. Double check the
libocijdbc8.so (or its equivalent) is not corrupted.<HR></BLOCKQUOTE>
null

Similar Messages

  • Cannot connect to JDBC data source

    We are trying to configure Visual Composer to connect to the backend BI-ABAP
    BI database which is DB2, from the Visual Admin on the windows box.
    Downloaded the driver for DB2 JDBC from IBM website
    (ibm_data_server_driver_package_win64_ALL_LANG_v97.exe) Not sure if this is the correct driver, because we are unable to connect to the BI
    Landscape information
    BI- ABAP: NW 701 SP4 AIX 6100-3/DB2 v9.5.0.4,FIXPACK 4
    BI-JAVA: NW 701 SP4 WIN2003 X64/SQL2005 SP3
    When i run this url http://servername:port/TestJDBC_Web/test2 i i get the following error
    Exception Details:
    com.sap.ip.bi.sdk.exception.BIConnectionFailedException: Cannot open the connection
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:238)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getConnection(JDBCModel.java:796)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getTables(JDBCModel.java:132)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.controller.Control2.doPost(Control2.java:25)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot open the connection
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:123)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnectionFactory.createManagedConnection(JdbcManagedConnectionFactory.java:112)
         at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:338)
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:262)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:233)
         ... 19 more
    Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot connect to JDBC data source
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:336)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connect(Connection.java:99)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:118)
         ... 23 more
    Caused by: java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(DriverManager.java:532)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:320)
         ... 25 more

    Hi,
    you can check the configuration:
    http://help.sap.com/saphelp_scm50/helpdata/en/43/e35b3315bb2d57e10000000a422035/content.htm
    Regards, Mayur

  • Cannot connect jdev2.0 with oracle 8i

    I cannot connect my jdev2.0 with oracle 8i.
    I am getting the following error.
    "The network adapter couldn't make the connection"
    I would be really thankful if someone can help me this problem.

    I guess I should have also askced you which driver you are using to connect.. thin or OCI.
    First thing you should do is select your project and choose Properties from the right-mouse menu. Make sure 'Oracle 8.1.5 JDBC' shows up in the Libraries list. If it doesn't, choose Add to add it.
    If you are using the thin driver, try using the Named Host method of connecting (rather than existing TNS Names). This method does not depend on an external Oracle Home like the TNS method does.
    If you do want to use the TNS method, choose Tools|IDE Options from the menu. On the Environment tab, you can explictly set which Oracle Home to have JDeveloper look for the TNS entry.
    Also, for the thin driver, check the Oracle 8.1.5 JDBC User's Guide and reference. There is a section in Chapter 1 or 2 which provides sample code for testing a JDBC connection from the command line.
    If you are using the OCI driver, and your database is on the same machine that you are running JDev from: make sure that the Oracle Home JDev is using is the one where your database is installed.
    If you are using the OCI driver and the database is on a different machine, you need to install the Oracle Client software that matches the version of the JDBC drivers you are using (by default, 8.1.5 in JDev 2.0 and 3.0).
    Laura

  • ** 911 ** Cannot connect to oracle 9i database No suitable Driver

    All:
    Any help rendered would be appreciated. (jdk 1.4.2_06, Tomcat 4.0,
    Oracle DB 9i Windows XP)
    I have a web app (Jasper report tool) and I cannot connect to a Oracle 9i database.
    1)error received: "Apr 2, 2007 2:05:15 PM com.entDB.Enterprise_db connectToDatabase SEVERE: Function connectToDatabase() - Cannot load the driver, reason:java.sql.SQLException: No suitable driverCheck classpath for driver java.sql.SQLException: No suitable driver
    2)CLASSPATH SETTING = C:\tomcat\common\lib\ojdbc14.jar
    3)Source code:
    protected boolean connectToDatabase() {
    try {
    // I tried this !!! Class.forName("oracle.jdbc.driver.OracleDriver");
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con = DriverManager.getConnection("URL,USER,PASSWORD ");
    return true;
    }catch (SQLException e) {
    logger.error("Function connectToDatabase() - Cannot load the driver, reason:" + e.toString() + "Check classpath for driver ", e);
    return false;
    4.I placed a copy of the jar file in TOMCAT common lib, and server lib.
    I have tried various solutions listed at different web sites without success. Has anyone had similiar problems? Can anyone assist?
    thanks ......
    ******* Confused *********

    I used 911 because It is an emergency for me (I am
    under a deadline) . You might want to read this: Urgent Questions
    URL, PASSWORD, USER are strings
    declared in another section of code.Yes, but in the code you posted the variable names are all inside double quotes?

  • Cannot connect to DB2 on XP

    I have a weird problem. I'm using a Type-2 JDBC driver for DB2. My development environment is on XP using VisualAge. On that platform, I cannot connect to the DB2 database. The environment this program runs on is an NT 4.0 machine. On there, the same code works fine.
    The DB2 libs are in c:\sqllib\java and are contained in the zip files db2java.zip and runtime.zip. In both environments, (both DOS cmd line and VAJ) these zip files are in the classpath.
    On XP, the line
    Class.forName("COM.ibm..db2.jdbc.app.DB2Driver");
    does load the class. However, when I go to register the driver I get the error:
    "No suitable driver"
    The alias I am trying to connect to is cataloged on my machine. I can access it through RapidSQL and the command line db2 client. Is it possible that the driver is not compatible with WinXP? Can anyone think of another reason why this would not work on XP but work on NT 4.0.
    Thanks,
    Curt

    Hello,
    I ran into a very similar problem when I upgraded to DB2 V7.2 in that my application could not find a Type 2 driver. I would recommend trying the same application using a Type1 driver just to see if you are running into the same bug I ran into.
    To make the switch to a Type 1 driver go to c:\sqllib\java12 and issue the usejdbc1 command from the command line. You may have to back out of everything to avoid sharing violations. After I did this I was able to execute my application successfully. I am not sure if there is a fixpack available for this problem yet.
    Please report your results.
    Regards,
    Bill

  • Cannot connect to transaction manager

    Hi,
    i keep on getting this error "cannot connect to the transaction manager or the transaction manager is not available"
    my setup is windows 2000, oracle 8i and odbc oracle driver version is 8.1.7.
    help please...
    regards,
    Russell Limcangco

    This is very critical for MTS-Oracle to work. Make sure, it points to the right dlls. It varies with the Oracle client version. For 8.1.7 the above registry entry should read like this..
    oraclexalib = oraclient8.dll
    oraclesqllib = orasql8.dll
    oacleocilib = oci.dll

  • Data modeler cannot connect to non-default sql server instance

    I've just started using DM, it installed and loaded fine, I got the jdbc drivers v2.0 from MS so that I can reverse engineer a couple of SQL-Server 2005 DB's.
    All worked just fine until I tried to connect to a machine with a named-sql-server instance.
    Normal way of doing this for sql-server is to add instance name to end of hostname in the hostname field, like this: "server10\inst01"
    but this gives me a cannot-connect-to-server10 error.
    I copied database over to a different server that has just a default sql-server instance and it worked fine. (both sql-server2005 and 2000!)
    I also tried the older 1.2 jdbc driver from MS against the sql-server 2005 named instance, no luck!
    I tried putting the instance name in front of the port number, that didn't work either.
    Am I just doing something wrong? or does DM need a special way of specifying the instance name on the sql-server host?

    Hello,
    you don't need instance name in order to connect. It's only host and port - probably named instance is not listening on default port. It'll be unfortunate if dynamic port assignment is used - but probably that won't be the case.
    I hope someone can tell you the port number.
    Philip

  • Cannot connect to database via JApplet

    Hi,
    I created a Java application which allows me to send information to my mysql database using the jdbc connector via a JFrame. However when i modified the file to be a JApplet the info will not sent and i cannot connect to the database? Any particular reason for this?
    I need it to be a JApplet so i can add it to a browser window.
    Code: ( java )
    private void save ()
    Connection conn = null;
    try
    Statement stmt;
    String userName = "root";
    String password = "PASSWORD";
    String url = "jdbc:mysql://localhost:3306/DATABASE";
    Class.forName ("com.mysql.jdbc.Driver").newInstance ();
    conn = DriverManager.getConnection (url, userName, password);
    System.out.println ("Database connection established");
    //Get a statement object
    stmt = conn.createStatement();
    stmt.executeUpdate( "INSERT INTO TABLE(Info i know to put in) VALUES('Values i know to put in')");
    catch (Exception e)
    System.err.println ("Cannot connect to database server");
    finally
    {if (conn != null)
              {try
                   {conn.close ();       
    System.out.println ("Database connection terminated");
    catch (Exception e) { /* ignore close errors*/  }
    As i said above it works fine as a JFrame but not as a JApplet. Any help would be great.
    Thanks G

    Your error reporting is not good. You print a meanningless message or ignore the error.
    Print the stacktrace in the catch blocks.
    Change the code, rerun it and then check the Java Console for output.
    I'm guessing you'll see a security error. Unsigned applets can't access the client file system. If so, sign the applet.

  • Cannot connect to apexlistener via SQL developer.

    I cannot connect via SQL developer to my installed apexlistener (2.0.1) installed on Glassfish (3.1.2) webserver.
    In the server.log from this domain i always see following error messages;
    [#|2013-04-24T10:49:25.199+0200|SEVERE|glassfish3.1.2|null|_ThreadID=453;_ThreadName=Thread-2;|No pool found for: http://servername:8080/apex/oauth2/token|#]
    [#|2013-04-24T10:49:25.199+0200|INFO|glassfish3.1.2|null|_ThreadID=453;_ThreadName=Thread-2;|No DB connection found for: /apex/oauth2/token|#]
    [#|2013-04-24T10:49:25.206+0200|SEVERE|glassfish3.1.2|null|_ThreadID=453;_ThreadName=Thread-2;|The pool named: apex_al does not exist|#]
    Help appreciated...
    Regards,
    Ton

    Turned debug on in defaults.xml;
    [#|2013-04-24T12:19:47.840+0200|SEVERE|glassfish3.1.2|null|_ThreadID=453;_ThreadName=Thread-2;|No pool found for: http://.......:8080/apex/oauth2/token|#]
    [#|2013-04-24T12:19:47.840+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Could not find any database pool to use for this request|#]
    [#|2013-04-24T12:19:47.841+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Applied database connection info|#]
    [#|2013-04-24T12:19:47.841+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Attempting to process with PL/SQL Gateway|#]
    [#|2013-04-24T12:19:47.842+0200|INFO|glassfish3.1.2|null|_ThreadID=453;_ThreadName=Thread-2;|No DB connection found for: /apex/oauth2/token|#]
    [#|2013-04-24T12:19:47.844+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Not processed as PL/SQL Gateway request|#]
    [#|2013-04-24T12:19:47.844+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Attempting to process as a RESTful Service|#]
    [#|2013-04-24T12:19:47.863+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Default Database connection does not exist|#]
    [#|2013-04-24T12:19:47.952+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Choosing: oracle.dbtools.rt.oauth.TokenHandler as current candidate with score: Score [handle=null, score=0, scope=SecurityConfig [constraint=secure, realm=OAUTH_CLIENT, logonConfig=LogonConfig [logonForm=null, logonFailed=null]], originsAllowed=[], corsEnabled=true]|#]
    [#|2013-04-24T12:19:47.954+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Determining if request can be dispatched as a Tenanted RESTful Service|#]
    [#|2013-04-24T12:19:47.954+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Request path has one path segment, continuing processing|#]
    [#|2013-04-24T12:19:47.955+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|No JDBC Principal established, cannot dispatch|#]
    [#|2013-04-24T12:19:47.956+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|Chose oracle.dbtools.rt.oauth.TokenHandler as the final candidate with score: Score [handle=null, score=0, scope=SecurityConfig [constraint=secure, realm=OAUTH_CLIENT, logonConfig=LogonConfig [logonForm=null, logonFailed=null]], originsAllowed=[], corsEnabled=true] for: POST oauth2/token|#]
    [#|2013-04-24T12:19:47.960+0200|SEVERE|glassfish3.1.2|null|_ThreadID=453;_ThreadName=Thread-2;|The pool named: apex_al does not exist|#]
    [#|2013-04-24T12:19:47.965+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|oauth2/token authorized as: IsZv_-R511-vq79m880SQA..|#]
    [#|2013-04-24T12:19:47.965+0200|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=453;_ThreadName=Thread-2;|must be accessed over https only|#]

  • ERROR pingManager: nmepm_pingReposURL: Cannot connect

    Dear All,
    I got a serious issues with my database
    - I created a disks group  (DATA) using ASMLib
    - I installed Oracle grid infrastructure
    - I Installed Oracle database software 11g
    - My OS ORACLE ENTERPRISE LINUX 5
    Result
    - I couldn't start OEM
    - lsnrctl take long time to start or get status
    - emctl take long time to start or get status
    everything ok  I can access my database using SQL-Plus but I cant access using OEM
    when I start lsnrctl it takes long long time (2 minutes)
    when I start emctl start dbconsole it takes long time too ( > 2 min)
    I tried to reconfigure emctl many times but nothing new
    this's first time i use grid so i need some advice
    in grid control which listener should start (grid itself or database home)
    ORACLE_SID is orcl and ORACLE_HOME is   /u01/app/oracle/product/11.2.0/dbhome_1
    when i start dbconsole from  /u01/app/oracle/product/11.2.0/dbhome_1  its start but i could not access OEM
    [oracle@ora bin]$ ./emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://ora:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............... started.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/dbhome_1/ora_orcl/sysman/log
    when I start dbconsole from  /u01/app/oracle/product/11.2.0/grid this what happen but
    ORACLE_SID is orcl and ORACLE_HOME is   /u01/app/oracle/product/11.2.0/grid
    [oracle@ora ~]$ emctl start dbconsole
    Can't locate CompEMdbconsole.pm in @INC (@INC contains: %s_javapOracleHome%/sysman/admin/scripts %s_javapOracleHome%/bin /u01/app/oracle/product/11.2.0/grid/perl/lib/5.10.0/i686-linux-thread-multi /u01/app/oracle/product/11.2.0/grid/perl/lib/5.10.0 /u01/app/oracle/product/11.2.0/grid/perl/lib /u01/app/oracle/product/11.2.0/grid/perl/lib/site_perl/5.10.0/i686-linux-thread-multi /u01/app/oracle/product/11.2.0/grid/perl/lib/site_perl/5.10.0 /u01/app/oracle/product/11.2.0/grid/perl/lib/site_perl /u01/app/oracle/product/11.2.0/grid/perl/libwww-perl/lib /u01/app/oracle/product/11.2.0/grid/perl/ext/POSIX /u01/app/oracle/product/11.2.0/grid/perl/URI /u01/app/oracle/product/11.2.0/grid/perl/HTML_Parser /u01/app/oracle/product/11.2.0/grid/perl/HTML-Parser/lib /u01/app/oracle/product/11.2.0/grid/sysman/admin/scripts /u01/app/oracle/product/11.2.0/grid/bin /u01/app/oracle/product/11.2.0/grid/sysman/admin/scripts/Net-DNS-0.48/lib/ /u01/app/oracle/product/11.2.0/grid/sysman/admin/scripts/libnet-1.19/ .) at /u01/app/oracle/product/11.2.0/grid/bin/EmctlCommon.pm line 597.
    this is the content of sysman log file  emagent.trc
    2010-08-07 01:28:44,551 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:28:44,551 Thread-3007904656 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://ora:1158/em/upload/: retStatus=-1
    2010-08-07 01:28:44,552 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:28:44,552 Thread-3007904656 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://ora:1158/em/upload/: retStatus=-1
    2010-08-07 01:29:14,567 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:29:14,567 Thread-3007904656 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://ora:1158/em/upload/: retStatus=-1
    2010-08-07 01:29:14,568 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:29:14,568 Thread-3007904656 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://ora:1158/em/upload/: retStatus=-1
    2010-08-07 01:29:15,663 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:29:15,663 Thread-3007904656 ERROR upload: FxferSend: Cannot connect to: https://ora:1158/em/upload/. retStatus=-1
    2010-08-07 01:29:15,663 Thread-3007904656 ERROR upload: Failed to upload file A0000001.xml: HTTP error.
    2010-08-07 01:29:15,749 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:29:15,749 Thread-3007904656 ERROR upload: FxferSend: Cannot connect to: https://ora:1158/em/upload/. retStatus=-1
    2010-08-07 01:29:15,749 Thread-3007904656 ERROR upload: Failed to upload file A0000001.xml: HTTP error.
    2010-08-07 01:29:15,835 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:29:15,835 Thread-3007904656 ERROR upload: FxferSend: Cannot connect to: https://ora:1158/em/upload/. retStatus=-1
    2010-08-07 01:29:15,835 Thread-3007904656 ERROR upload: Failed to upload file A0000001.xml: HTTP error.
    2010-08-07 01:29:15,835 Thread-3007904656 ERROR upload: 3 Failures in a row or XML error for A0000001.xml, retcode = -2, we give up
    2010-08-07 01:29:44,846 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:29:44,846 Thread-3007904656 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://ora:1158/em/upload/: retStatus=-1
    2010-08-07 01:29:44,846 Thread-3007904656 WARN http: nmehl_connect_internal: connect failed to (ora:1158): Connection refused (error = 111)
    2010-08-07 01:29:44,846 Thread-3007904656 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://ora:1158/em/upload/: retStatus=-1
    this is the content of sysman log emagent.log*
    2010-08-07 01:07:28,469 Thread-3020503952 <Upload Manager> Exceeded Max allowed Upload data - No of files: 114, Size of upload data: 64.885110MB, Pct(%) of Disk used: 8.53%, Disabling collections (00852)
    2010-08-07 01:07:28,469 Thread-3020503952 Disable collector (00406)
    2010-08-07 01:11:24,391 Thread-3007904656 target {orcl, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-08-07 01:11:24,391 Thread-3017354128 target {+ASM_ora, osm_instance} is broken: cannot compute dynamic properties in time. (00155)
    2010-08-07 01:11:24,824 Thread-3007904656 enable collector (00407)
    2010-08-07 01:11:26,322 Thread-3007904656 <Upload Manager> Exceeded Max allowed Upload data - No of files: 119, Size of upload data: 73.968864MB, Pct(%) of Disk used: 8.53%, Disabling collections (00852)
    2010-08-07 01:11:26,322 Thread-3007904656 Disable collector (00406)
    2010-08-07 01:15:49,209 Thread-3007904656 target {+ASM_ora, osm_instance} is broken: cannot compute dynamic properties in time. (00155)
    2010-08-07 01:15:49,506 Thread-3007904656 enable collector (00407)
    2010-08-07 01:15:50,838 Thread-3023653776 <Upload Manager> Exceeded Max allowed Upload data - No of files: 124, Size of upload data: 82.918961MB, Pct(%) of Disk used: 8.53%, Disabling collections (00852)
    2010-08-07 01:15:50,838 Thread-3023653776 Disable collector (00406)
    2010-08-07 01:16:09,370 Thread-3017354128 target {orcl, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-08-07 01:16:09,661 Thread-3017354128 enable collector (00407)
    2010-08-07 01:16:10,995 Thread-3023653776 <Upload Manager> Exceeded Max allowed Upload data - No of files: 129, Size of upload data: 91.893702MB, Pct(%) of Disk used: 8.54%, Disabling collections (00852)
    2010-08-07 01:16:10,995 Thread-3023653776 Disable collector (00406)
    2010-08-07 01:19:49,712 Thread-3017354128 target {+ASM_ora, osm_instance} is broken: cannot compute dynamic properties in time. (00155)
    2010-08-07 01:19:50,010 Thread-3017354128 enable collector (00407)
    2010-08-07 01:19:51,346 Thread-3020503952 <Upload Manager> Exceeded Max allowed Upload data - No of files: 134, Size of upload data: 100.843798MB, Pct(%) of Disk used: 8.54%, Disabling collections (00852)
    2010-08-07 01:19:51,346 Thread-3020503952 Disable collector (00406)
    2010-08-07 01:20:09,721 Thread-3004754832 target {orcl, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-08-07 01:20:10,025 Thread-3004754832 enable collector (00407)
    2010-08-07 01:20:11,520 Thread-3020503952 <Upload Manager> Exceeded Max allowed Upload data - No of files: 139, Size of upload data: 109.818539MB, Pct(%) of Disk used: 8.54%, Disabling collections (00852)
    2010-08-07 01:20:11,520 Thread-3020503952 Disable collector (00406)
    this is my listener
    [oracle@ora bin]$ ./lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 07-AUG-2010 01:17:50
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 07-AUG-2010 00:42:51
    Uptime 0 days 0 hr. 36 min. 8 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/ora/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ora)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.20)(PORT=1523)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM", status READY, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    any suggestions + solutions
    thanks
    Edited by: ORACLEZ on Aug 7, 2010 2:03 AM

    Hi  Lai          ,
    This is what i do when I want to stat grid and database
    - (+ASM) Grid Home /u01/app/oracle/product/11.2.0/grid
    - (orcl) Database Home /u01/app/oracle/product/11.2.0/dbhome_1
    - export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1/
    - export ORACLE_SID=orcl
    - Then cd $ORACLE_HOME
    - ./lsnrctl start
    - ./sqlplus to start database
    - ./emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://ora:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............. started.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/dbhome_1/ora_orcl/sysman/log
    Result:
    - I can access database from Sqlplus
    - I can't access database from OEM
    - I noticed when I use this ./lsnrstas it takes long time to give me status after I start ./emctl start dbconsole
    My question which listener should I use ?? grid or dbhome
    and this is the content of emoms.trc I just post last three exceptions
    2010-08-08 01:09:33,508 [HTTPThreadGroup-2] ERROR app.SessionObjectManager sessionDestroyed.128 - java.sql.SQLException: Io exception: Socket read timed out
    java.sql.SQLException: Io exception: Socket read timed out
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.defaultUserPrePopulateCache(OracleImplicitConnectionCache.java:272)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.doForEveryCachedConnection(OracleImplicitConnectionCache.java:1307)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.refreshCacheConnections(OracleImplicitConnectionCache.java:1902)
         at oracle.jdbc.pool.OracleConnectionCacheManager.refreshCache(OracleConnectionCacheManager.java:756)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:357)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
         at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
         at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
         at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
         at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.logoff(EMBaseLoginAdapterImpl.java:680)
         at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.login(EMBaseLoginAdapterImpl.java:629)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:127)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    2010-08-08 01:09:41,094 [shutdownHookThread] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: Socket read timed out
    java.sql.SQLException: Io exception: Socket read timed out
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
         at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
         at com.evermind.server.http.HttpApplication.invalidateLocalSession(HttpApplication.java:900)
         at com.evermind.server.http.EvermindHttpSession.invalidateLocal(EvermindHttpSession.java:346)
         at com.evermind.server.http.HttpApplication.destroySessions(HttpApplication.java:5918)
         at com.evermind.server.http.HttpApplication.destroy(HttpApplication.java:5860)
         at com.evermind.server.http.HttpSite.destroy(HttpSite.java:875)
         at com.evermind.server.http.HttpServer.destroy(HttpServer.java:548)
         at com.evermind.server.ApplicationServer.destroy(ApplicationServer.java:2074)
         at com.evermind.server.ApplicationServerShutdownHandler.run(ApplicationServerShutdownHandler.java:93)
         at java.lang.Thread.run(Thread.java:595)
    2010-08-08 01:09:41,095 [shutdownHookThread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2010-08-08 01:09:44,601 [XMLLoader0] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: Socket read timed out
    java.sql.SQLException: Io exception: Socket read timed out
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:1383)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.getConnection(XMLLoaderContext.java:997)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.logLoadError(XMLLoaderContext.java:3464)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java:1263)
         at java.lang.Thread.run(Thread.java:595)
    2010-08-08 01:09:44,603 [XMLLoader0] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    Thank you my friend for response

  • AIA Installation: "Cannot Connect to Server"

    Hi guys!
    I have a problem with installing the Oracle Fusion Middleware 11g AIA Foundartion Pack (11.1.1.4.0). When I get to step 4 of 12, it just gets stuck. It says that it cannot connect to the server.
    According to my understanding this is caused by the installation process not being able to communicate with the admin server of the specified domain, or the installation not being able to communicate with the node manager, that has to find the managed server.
    My node manager is working fine as I can be able to start the managed server using nmStart('soa_server1') via the wlst shell, or by going to the Weblogic admin console and starting the managed server from there.
    There are a couple of threads about this issue around a couple of forums. I haven't found any concrete solution though. I have tried everything that the forums were suggesting, and nothing works.
    You assistance will be of value.
    Regards,
    O..

    Part [3]:
    [2011-02-17T11:28:04.992+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SOA_USER_NAME) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.992+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SOA_DOMAIN_NAME) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.992+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(PORT_NUMBER) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.992+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(ADMIN_PASSWORD) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:04.992+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(ADMIN_PASSWORD_ENCRYPT) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(MANAGED_SERVER_PORT) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(MANAGED_SERVER) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(HOST_NAME) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(DOMAIN_ROOT) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(REMOTE_INSTALL) to:false. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SOA_JDEV_HOME) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(CLUSTER_CHECK) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.993+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(CLUSTER_PROXY_HOST) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.994+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(CLUSTER_PROXY_PORT) to:unknown. Value obtained from:USER
    [2011-02-17T11:28:04.997+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Finished parsing: /oracle/as/install/soawl/config/SOADetails.xml
    [2011-02-17T11:28:04.997+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] INFOBegin parsing: /oracle/as/install/soawl/config/SoaValidationPage.xml
    [2011-02-17T11:28:04.999+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(REMOTEJDBC_FIELD) to:Validating other server settings. Value obtained from:USER
    [2011-02-17T11:28:04.999+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(MODECHECK_FIELD) to:Verifying if Server is in Production Mode. Value obtained from:USER
    [2011-02-17T11:28:04.999+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(EDIT_LOC_FIELD) to:Verifying locks for configuration editing. Value obtained from:USER
    [2011-02-17T11:28:04.999+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(USERMEM_FIELD) to:Validating server memory settings. Value obtained from:USER
    [2011-02-17T11:28:05.000+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RETRY_FIELD) to:Retry. Value obtained from:USER
    [2011-02-17T11:28:05.000+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SKIP_FIELD) to:Skip. Value obtained from:USER
    [2011-02-17T11:28:05.000+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(MODE_ERROR) to:Please Ensure that the server is in Development to proceed with AIA FP install. Value obtained from:USER
    [2011-02-17T11:28:05.000+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(REMOTEJDBC_ERROR) to:Please Ensure that the Remote JDBC parameter is set \n in the SetDomainEnv.sh/cmd file.\n. Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(EDIT_LOC_ERROR) to:The Edit Lock is currently not available. Please ensure that all edit sessions are either activated or undone from the weblogic console.. Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(VALIDATE_REMOETJDBC_FIELD) to:Validating Remote JDBC Enabled..... Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(VALIDATE_LOC_FIELD) to:Validating Edit Lock..... Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(VALIDATE_MEM_FIELD) to:Validating USER_MEM_ARGS..... Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(VALIDATE_MODE_FIELD) to:Validating Domain Mode..... Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(VALIDATION_COMPLETE_FIELD) to:Validation Complete . Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SYSTEM_ERROR) to:Unable to fetch the system details to validate. Ensure that the admin server is up and running. Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(DETAIL_TEXT) to:This might take some time. \n Press Skip if you wish to proceed without validating your SOA Details.. Value obtained from:USER
    [2011-02-17T11:28:05.001+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(VALIDATION_CANCELLED) to:Validation Cancelled . Value obtained from:USER
    [2011-02-17T11:28:05.002+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Finished parsing: /oracle/as/install/soawl/config/SoaValidationPage.xml
    [2011-02-17T11:28:05.002+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] INFOBegin parsing: /oracle/as/install/soawl/config/SysAndMdsDetailsPage.xml
    [2011-02-17T11:28:05.011+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_URL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.011+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_ADMIN_USERNAME) to:. Value obtained from:USER
    [2011-02-17T11:28:05.011+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_ADMIN_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.011+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_ADMIN_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.011+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_SYS_USER) to:. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_SYS_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_SYS_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_DTSPACE) to:SYSTEM. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_TTSPACE) to:TEMP. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_SYS_ROLE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_SYS_CREATE) to:true. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_PORT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_CONFIRM_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_CONFIRM_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.012+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_ISRAC) to:false. Value obtained from:USER
    [2011-02-17T11:28:05.013+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_PORT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.013+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_URL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.013+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_ADMIN_USERNAME) to:. Value obtained from:USER
    [2011-02-17T11:28:05.013+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_ADMIN_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.013+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_ADMIN_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.013+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_SYS_USER) to:. Value obtained from:USER
    [2011-02-17T11:28:05.013+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_SYS_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_SYS_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_DTSPACE) to:SYSTEM. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_TTSPACE) to:TEMP. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_SYS_ROLE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_SYS_CREATE) to:true. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_CONFIRM_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_CONFIRM_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_ISRAC) to:false. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_PORT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.014+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_URL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_ADMIN_USERNAME) to:. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_ADMIN_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_ADMIN_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_SYS_USER) to:. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_SYS_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_SYS_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_DTSPACE) to:SYSTEM. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_TTSPACE) to:TEMP. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_SYS_ROLE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.015+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_SYS_CREATE) to:true. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_CONFIRM_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_CONFIRM_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_ISRAC) to:false. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_PORT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_URL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_ADMIN_USERNAME) to:. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_ADMIN_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.016+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_ADMIN_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_SYS_USER) to:. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_SYS_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_SYS_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_DTSPACE) to:SYSTEM. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_TTSPACE) to:TEMP. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_SYS_ROLE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_SYS_CREATE) to:true. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_CONFIRM_PASS) to:<SECURE>. Value obtained from:USER
    [2011-02-17T11:28:05.017+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_CONFIRM_PASS_ENCRYPT) to:. Value obtained from:USER
    [2011-02-17T11:28:05.018+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_ISRAC) to:false. Value obtained from:USER
    [2011-02-17T11:28:05.023+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Finished parsing: /oracle/as/install/soawl/config/SysAndMdsDetailsPage.xml
    [2011-02-17T11:28:05.024+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] INFOBegin parsing: /oracle/as/install/soawl/config/RACdbPage.xml
    [2011-02-17T11:28:05.024+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_HOST_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.024+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_PORT_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.024+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_INSTANCE_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.024+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_ADD_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_REMOVE_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_SERVICE_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_VALIDATE_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_ERROR_FIELD1) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_ERROR_FIELD2) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(RAC_SUCCESS_FIELD) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_RAC_SERVICE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_RAC_RACINSTANCE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.025+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_RAC_INSTANCES) to:. Value obtained from:USER
    [2011-02-17T11:28:05.026+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_RAC_HOSTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.026+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_RAC_PORTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.026+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIADB_RAC_RACURL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.026+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_RAC_SERVICE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.026+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_RAC_RACINSTANCE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_RAC_INSTANCES) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_RAC_HOSTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_RAC_PORTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(AIALC_RAC_RACURL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_RAC_SERVICE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_RAC_RACINSTANCE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_RAC_INSTANCES) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_RAC_HOSTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_RAC_PORTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.027+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(JMSDB_RAC_RACURL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.028+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_RAC_SERVICE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.028+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_RAC_RACINSTANCE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.028+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_RAC_INSTANCES) to:. Value obtained from:USER
    [2011-02-17T11:28:05.028+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_RAC_HOSTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.028+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_RAC_PORTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.028+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(XREF_RAC_RACURL) to:. Value obtained from:USER
    [2011-02-17T11:28:05.028+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SRDB_RAC_SERVICE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.029+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SRDB_RAC_RACINSTANCE) to:. Value obtained from:USER
    [2011-02-17T11:28:05.030+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SRDB_RAC_INSTANCES) to:. Value obtained from:USER
    [2011-02-17T11:28:05.030+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SRDB_RAC_HOSTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.030+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SRDB_RAC_PORTS) to:. Value obtained from:USER
    [2011-02-17T11:28:05.030+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000IsmwdqaFw000jzwkno1DNEc^000000,0] Setting valueOf(SRDB_RAC_RACURL) to:. Value obtained from:USER

  • Cannot connect to the database. java.sql.SQLException:

    Hi,
    I am trying to connect to Pointbase database through an applcation written under J2EE environment. I am able to connect with other database under Pointbase. I am trying to connect using the code as follows:
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con=DriverManager.getConnection("Jdbc:Odbc:study", dbUserID, dbPassword);
    and I am getting the Exception as shown delow :
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: access denied (java.lang.RuntimePermission exitVM)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:306)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
    root cause
    java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM)
         java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         java.security.AccessController.checkPermission(AccessController.java:401)
         java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         java.lang.SecurityManager.checkExit(SecurityManager.java:736)
         com.sun.enterprise.J2EESecurityManager.checkExit(J2EESecurityManager.java:70)
         java.lang.Runtime.exit(Runtime.java:88)
         java.lang.System.exit(System.java:715)
         org.apache.jsp.login_jsp._jspService(login_jsp.java:76)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:141)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:306)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
    note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server-PE-8.0 logs.
    Sun-Java-System/Application-Server-PE-8.0
    Please help.
    NNJ

    Thanks for the reply. I have attached the server.log herewith :
    [#|2008-10-05T11:44:45.945+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1006:Uploading the file to:[C:\Documents and Settings\Administrator\Local Settings\Temp\s1astempdomain1server-1629282413\server\study.war]|#]
    [#|2008-10-05T11:44:45.955+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1007:Uploaded the remote file at: [C:\Documents and Settings\Administrator\Local Settings\Temp\s1astempdomain1server-1629282413\server\study.war]|#]
    [#|2008-10-05T11:44:46.225+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- undeploy web/study]|#]
    [#|2008-10-05T11:44:46.686+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2008-10-05T11:44:47.947+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.deployment|_ThreadID=12;|DPL5109: EJBC - START of EJBC for [study]|#]
    [#|2008-10-05T11:44:47.977+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.deployment|_ThreadID=12;|Processing beans ...|#]
    [#|2008-10-05T11:44:47.987+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.deployment|_ThreadID=12;|DPL5110: EJBC - END of EJBC for [study]|#]
    [#|2008-10-05T11:44:48.158+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.deployment|_ThreadID=12;|Total Deployment Time: 2043 msec, Total EJB Compiler Module Time: 40 msec, Portion spent EJB Compiling: 1%
    Breakdown of EJBC Module Time: Total Time for EJBC: 40 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2008-10-05T11:44:48.278+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.deployment|_ThreadID=12;|deployed with moduleid = study|#]
    [#|2008-10-05T11:44:48.378+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/study]|#]
    [#|2008-10-05T11:44:48.488+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=12;|WEB0100: Loading web module [study] in virtual server [server] at [study]|#]
    [#|2008-10-05T11:44:51.202+0530|INFO|sun-appserver-pe8.0|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2008-10-05T11:46:06.771+0530|WARNING|sun-appserver-pe8.0|javax.enterprise.system.stream.err|_ThreadID=16;|Cannot connect to the database. java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified|#]
    [#|2008-10-05T11:46:06.871+0530|SEVERE|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=16;|StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         at java.lang.SecurityManager.checkExit(SecurityManager.java:736)
         at com.sun.enterprise.J2EESecurityManager.checkExit(J2EESecurityManager.java:70)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:715)
         at org.apache.jsp.login_jsp._jspService(login_jsp.java:76)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:141)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:306)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:102)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:192)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:261)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:215)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:200)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:180)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:582)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:254)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:161)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
         at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:979)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:211)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:692)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:647)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:691)
         at java.lang.Thread.run(Thread.java:534)
    |#]
    regards,
    NNJ

  • ODI Client cannot connect the datebase after the datebase IP changed

    ODI Client cannot connect the datebase after the datebase IP changed.
    1,the datebase on mac A,the mac changed ip
    2,on the client, tnsping db is ok.
    3,use pl/sql ,can connect on the db
    4,with odi,changed the repostry URL to the new db IP,throw the exception below
    java.sql.SQLException: Io Exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
         at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
         at com.sunopsis.sql.h.run(h.java)
    Is anything we need to config after change db machine IP?

    yeah,I got it.Everything is ok now.
    After change IP,we must open TopologyManager:change the JDBC connection of workrepository which must chose in Designer.
    when we open the Designer ,it will connect to db.then coonect to workrepository with original IP.So,we must rechange workrepository's JDBC first!

  • Cannot connect to oracle after upgrade to 9i

    Hey there,
    kind of new in the arena so be kind and patient with me please.
    Enviroment : sun
    oracle : 8.0.5 now been upgraded to 9i with 8.0.5 clients installed on the machine
    symptoms : since upgrading the Oracle to 9i we cannot connect to the 9i with jdbc
    Question : Do we need to upgrade the client in our machines to 9i clients? is there any specific Driver Manager that I should use currently using Thin client thruogh port 1521?
    HELP!!!!

    First of all, there is not enough specifics in your
    post, the problem could be anywhere - you should
    provide at least an error message, an exception call
    stack or something like this.
    It could be a problem with the jar files provided by
    oracle, which are in you client's class path. It used
    to be called classesXXX.zip in oracle 8i, whatever the
    name in oracle 9 is I do not know. But just make sure
    that you have the exact oracle jar files in the class
    path as the ones shipped with your oracle version.
    Usually these files are found in
    $ORACLE_HOME/jdbc/lib
    I'll try to be more specific:
    I use an 8.0.5 client and I'm trying to connect to a 9i .I didn't upgrade the client yet.While trying to connect via a connection pool that i built.I get an exception saying exceeding key size in method getConnection.
    java.sql.SQLException: Exceding key size
    at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:420)
    at oracle.jdbc.ttc7.O3log.<init>(O3log.java:255)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:166)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:103)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
    My qustions are :
    Is it because I didn't upgrade the client?(Though it only seems logical that the 9i would support it)
    If it isn't because of the client what is it?

  • Connection to db rejected.Cannot connect to MySQL server

    here is the excaption
    connectToDb:02 - connection to db rejected.Cannot connect to MySQL server on localhost:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.net.BindException)
    and her is the class
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    public class DBconnect
    {  final static private String _url        = "jdbc:mysql://localhost:3306/diamonds";     //final static private String _driver     = "sun.jdbc.odbc.JdbcOdbcDriver";
        //final static private String _url        = "jdbc:odbc:diamonds";     //final static private String _driver     = "sun.jdbc.odbc.JdbcOdbcDriver";
        public Connection     _con                     = null;
         //private static Driver          driver          = null;
         private static Properties     properties     = null;
         Statement stmt                                 = null;
         public PrintStream     out;
            **connectToDb **
            public void connectToDb()        throws IOException
            //connect to the server and open the database
             try{
                   Class.forName("org.gjt.mm.mysql.Driver");
                   //Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   //driver = (Driver)Class.forName (_driver).newInstance();
                   properties = new Properties();
                properties.put("user","sa");
                   properties.put("password","");
            catch (ClassNotFoundException e)
                   System.out.println("class not found:");
                   e.printStackTrace();
              catch (Exception e) {
                        e.printStackTrace();
                 throw new IOException("connectToDb:01- JDBC driver not found."+e.getMessage());
         synchronized void open()throws Exception
              try
                   if(_con == null)
                        try
                             _con = DriverManager.getConnection(_url,properties);
                             //_con = driver.connect(_url,properties);
                        catch (SQLException e)
                             e.printStackTrace();
                             System.out.println("connectToDb:02 - connection to db rejected."+e.getMessage());
                        stmt = _con.createStatement();
              catch (Exception e)
                   e.printStackTrace();
                   System.out.println("connectToDb:02 - connection to db rejected."+e.getMessage());
         synchronized void close()
              try
                   if(_con != null)
                        if(!_con.isClosed())
                             stmt.close();
                             _con.close();
                             _con = null;
              catch (Exception e)
                   System.out.println("es:fail to close connection!!");
    }the problem occars when there are a lot of queries that the project is sending to the DB (about 10000) the last half queries fails and send an excaption .
    after 2 minutes the system seems like working fine.
    I am stack with this problem about a year and cann't resolve it.
    any idea????
    regards
    amnon m

    well...new it seems to work fine, but is it ok to
    keep connection open for good ???
    isn't there any other alternative ???I am bit confused are you pooling the connections?
    If so, actually the connections will not always stay open.. they will time out after a while when they are not in use but to specifically answer your question.. how could it possible be a bad thing. If the server/your app was getting bogged down with opening and closing connections then pooling solves this..
    Finally as to your question of the alternatives... if the problem was opening and closing connections and reusing them through a pool solved this then I think the answer is no. If you don't like a specific part of the way the pool works it is probably configurable in some way and you could always implement your own pool.. although I wouldn't overly recommend that. The bottom line is that you need to keep your connections open for reuse.. pooling is the simplest way to achieve this.. but no there is no alternative to keeping your connections open if you are having the load problems you described.

Maybe you are looking for

  • How to Use different icons for JTree in the same level

    Hi guys, i come cross a problem with JTree. The module need a JTree which need to represent items in the same level using different icons. For example: [Icon for Root]Root | |_____________[Icon for Table] TABLES | |_____________[Icon for Index] INDEX

  • Name File in FileUpload

    Hi all, I have a FileUpload element on my view. I would like that,when I click on button Save or some another button, at the end of the operation, the file name is always shown in the inputfield. I tried to make the set of the parameter before the ex

  • Determining Code Structure

    Does anybody know if there is a way to determine the code structure (variables, statements, loops) of a pl/sql program unit (package, function, procedure, etc)? There are some code editors (e.g. PL/SQL developer) that makes avaliable a code structure

  • Fix Siri's "Raise to Speak" After 7.1.1 Update

    I found that after updating my iPhone 4s to iOS 7.1.1 this morning that Siri no longer triggered when I put the phone up to my ear. Settings/General/Siri showed "Raise to Speak" was still enabled. Flipping it off and then on again did not fix it, sti

  • Officejet Pro 8500A won't scan

    Suddenly printer was no longer connected wirelessly. After many tries at iuninstall/reinstall and following everthing I can find, I had my tech come out. He was able to connect printer wirelessly through my network. Howevder, he was unable to get the