Trying to establish connection to oracle from a servlet (AEM 6.2) , AEM does provide Data Source Pool service and Ia m trying to use that to get the connection (Day Commons Library - JDBC pool provider for the Data Source Pool (day.commons.datasource.jdbcpool), Version 1.0.24)
I will paste the code below, and this is all the error that I get in my error log. I am trying to understand what is this DirContext
JDBC Connection URI : jdbc:oracle:thin:@ldap://XXXXXXXXXXXX:3060/AEM_SVC1_L1;cn=OracleContext[/size]
Here is the full error ,
SQLException in getting connection java.sql.SQLRecoverableException: IO Error: JNDI Package failure javax.naming.NotContextException: Not an instance of DirContext, IO Error: JNDI Package failure javax.naming.NotContextException: Not an instance of DirContext
Trying to connect oracle through AEM 6.2 and I am facing this error,
Can somebody help me understand the below error "Not an instance of DirContext", why this error is throw when trying to establish connection,
SQLException in getting connection java.sql.SQLRecoverableException: IO Error: JNDI Package failure javax.naming.NotContextException: Not an instance of DirContext,IO Error: JNDI Package failure javax.naming.NotContextException: Not an instance of DirContext
I am trying to integrate IIS and tomcat. I have IIS on windows 2003 (machine 1) and tomcat 6 (machine 2). I need more information on configuration... the ISAPI dll is not loading in machine 1. I have some basic doubts too,
1. where should the DLL placed ? in machine 1 or machine 2
2. How to configure my application , s the redirect will pick my application.
Can you send me the steps , that would be of great help.
Found this thread to be interesting, I am facing similar problem, my application has 200 as thread queue and when this problem occurs , I was not even able to get into the console.
Could any one of you help me in solving this ?
If tuning in the database is required, what kind of tuning is to be made. I would appreciate your early response.
I am using sax parser (jdk 1.4.2), the problem is that, value between the tag which contains & is ignored eg., <Name>Credit&Card</Name> When i parse and try to retrive the value between <Name> tag --- the value returned to is "Credit". actually iam expecting "Credit&Card". Need ur help, how to fix this issue [ May 20, 2005: Message edited by: Vetrik Kumaran ]