Error allocating a servlet instance

i have a problem with the migration de aplication
the aplication it�s mountage in HP with Unix, with containner iPlanet, with data bases SyBASE; and migrated in mac os x with data bases in MySQL, container TomCat;
show the next error:
javax.servlet.ServletException: Error allocating a servlet instance
     at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:625)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:163)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:552)
root cause
java.lang.NoClassDefFoundError: ServletVerifyPsswd (wrong name: SCI/ServletVerifyPsswd)
     at java.lang.ClassLoader.defineClass0(Native Method)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
     at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1649)
     at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:931)
     at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1373)
     at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1252)
     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:838)
     at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:621)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:163)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:552)
configuration of the archive server.xml
<Context path="/sci" docBase="sci"
debug="5" reloadable="true" crossContext="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_sci_log." suffix=".txt"
timestamp="true"/>
<Resource name="jdbc/dbSCI"
auth="Container"
type="javax.sql.DataSource"/>
<ResourceParams name="jdbc/dbSCI">
<parameter>
<name>factory</name>
<value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
</parameter>
<!-- Maximum number of dB connections in pool. Make sure you
configure your mysqld max_connections large enough to handle
all of your db connections. Set to 0 for no limit.
-->
<parameter>
<name>maxActive</name>
<value>100</value>
</parameter>
<!-- Maximum number of idle dB connections to retain in pool.
Set to 0 for no limit.
-->
<parameter>
<name>maxIdle</name>
<value>30</value>
</parameter>
<!-- Maximum time to wait for a dB connection to become available
in ms, in this example 10 seconds. An Exception is thrown if
this timeout is exceeded. Set to -1 to wait indefinitely.
-->
<parameter>
<name>maxWait</name>
<value>10000</value>
</parameter>
<!-- MySQL dB username and password for dB connections -->
<parameter>
<name>username</name>
<value>usersif</value>
</parameter>
<parameter>
<name>password</name>
<value>sifsci</value>
</parameter>
<!-- Class name for mm.mysql JDBC driver -->
<parameter>
<name>driverClassName</name>
<value>com.mysql.jdbc.Driver</value>
</parameter>
<!-- The JDBC connection url for connecting to your MySQL dB.
The autoReconnect=true argument to the url makes sure that the
mm.mysql JDBC Driver will automatically reconnect if mysqld closed the
connection. mysqld by default closes idle connections after 8 hours.
-->
<parameter>
<name>url</name>
<value>jdbc:mysql://localhost:3306/bdsif?autoReconnect=true</value>
</parameter>
</ResourceParams>
</Context>
and the archive web.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<description>Sistema de Consultas Integrales</description>
<display-name>Sistema de Consultas Integrales</display-name>
<servlet>
<servlet-name>Connect</servlet-name>
<servlet-class>Connect</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Connect</servlet-name>
<url-pattern>/servlet/Connect</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>ServletAcuOperacionSIF</servlet-name>
<servlet-class>ServletAcuOperacionSIFeClase</servlet-class>
</servlet>
mapping the servlet
<resource-ref>
<description>DB Coneccion</description>
<res-ref-name>jdbc/dbSCI</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</web-app>

package SCI;
import javax.servlet.http.*;
import javax.servlet.*;
import java.sql.*;
import java.io.*;
import java.util.*;
import java.math.*;
import java.text.*;
public class ServletAcumuladoOp extends HttpServlet{
     private ServletOutputStream out = null;          
     private ResultSet resultado = null;
     private Statement query = null;
     private String tv;
     private String liq;
     public ServletAcumuladoOp(){
          super();
     public void init(){
     //System.out.println("Inicie el servicio del ServletAcumuladoOp...");
     try{
          Class.forName("com.mysql.jdbc.Driver");
               //System.out.println("Carge el Driver Sybase...");
          }catch(java.lang.ClassNotFoundException e){
               System.out.println("Imposible cargar la clase : "+e.getMessage()+" ,,,Verifique la Ruta");
     public boolean datosOk(HttpServletRequest req){
          //System.out.println(req.getRemoteUser());
          Enumeration e = req.getParameterNames();
          Hashtable ht = new Hashtable();          
          while (e.hasMoreElements()) {
               String cad= (String) e.nextElement();
               ht.put(cad," ");          
          //     System.out.println(cad);     
          if ( ht.containsKey("TV_AS") && ht.containsKey("Liq") ){
               tv = "";
               liq = "";
               liq = req.getParameter("Liq");
               tv = req.getParameter("TV_AS");
          }else{
               return false;
          return true;
     protected synchronized void doPost(HttpServletRequest req, HttpServletResponse res)
     throws IOException, ServletException{
          res.setContentType("text/html");
out = res.getOutputStream();          
          out.println("<html>\n<head>\n<title>Acumulado de operaciones</title>\n</head>\n<body background='../../../../../SCI/GRA/fondo.jpg'><center>");
          if (datosOk(req)){
               out.println("<TABLE BORDER=0 width=740 cellspacing=0 cellpadding=0>\n");
               out.println("<tr>\n");
               out.println("<td valign='top'><font face='Verdana,Arial' size=2 color='black'><b>");               
               out.println("Acumulado de operaciones");
               out.println("</b></TD>\n");
               out.println("<td ALIGN=RIGHT valign='top'><font face='Verdana,Arial' size=1 color='black'>"+getFechaLocal()+"</FONT></TD>\n");
               out.println("</tr>\n");
               out.println("<tr>\n");
               out.println("<TD colspan=2 align='left' valign='top'>\n");
               out.println("<font face='Verdana,Arial' size=2 color='black'>\n");
               if (tv.equals("") || tv.equals("*"))
                    out.println("Tipo de valor: <B>Todos</B>");
               else
                    out.println("Tipo de valor: <B>"+tv+"</B>");
               if (liq.equals("") || liq.equals("*"))
                    out.println(", Liquidaci&oacute;n: <B>Todas</B>");
               else
                    out.println(", Liquidaci&oacute;n: <B>"+liq+"</B>");
               out.println("</font></TD>\n");
               out.println("</TR>\n");
               out.println("</table>\n");
               out.println("<br>\n");
               if (getConsulta())                    
                    out.println("</TABLE>\n<HR color=Black width=740>\n</center></BODY>\n</HTML>");
               else
                    out.println("<br><center><font face='Verdana,Arial' size=4 color=Red>No existen datos para este rango de fechas</font></center>\n</BODY>\n</HTML>");
          }else{
               out.println("<BR><font face='Verdana,Arial' size=4 color=Red> Se ha producido un error interno... Los par�metros de este Servlet son incorrectos \n</font>\n</BODY>\n</HTML>");
          out.close();          
     public void setHead()throws IOException{
          out.println("<table border=0 width=740 height=30 cellspacing=0 cellpadding=0>\n<tr>\n");
          out.println("<td width=60 align=center ><font face='Verdana,Arial' size=-1><b>Inst</td>\n");
          out.println("<td width=60 align=center ><font face='Verdana,Arial' size=-1><b>Emisora</td>\n");
          out.println("<td width=40 align=center><font face='Verdana,Arial' size=-1><b>Liq</td>\n");
          out.println("<td width=50 align=center><font face='Verdana,Arial' size=-1><b>Oper</td>\n");
          out.println("<td width=70 align=center><font face='Verdana,Arial' size=-1><b>N Series</td>\n");
          out.println("<td width=70 align=center><font face='Verdana,Arial' size=-1><b>N Oper</td>\n");
          out.println("<td width=150 align=center><font face='Verdana,Arial' size=-1><b>Vol�men</td>\n");
          out.println("<td width=150 align=center><font face='Verdana,Arial' size=-1><b>Importe</td>\n");
          out.println("<td width=90 align=center><font face='Verdana,Arial' size=-1><b>% Part.</td>\n");
          out.println("</tr>");
     public boolean getConsulta() throws IOException{
          Connection conexion = getConexion();
          try{
               DecimalFormat df = new DecimalFormat("###,###,###,###,###.00");
               String cadTV = "";
               String cadLiq = "";
               int cont = 0;
               double operaciones_total = 0;
               double volumen_total = 0;
               double importe_total = 0;
               double operaciones_subtot = 0;
               double volumen_subtot = 0;
               double importe_subtot = 0;
               double suma_total_importe = 0;
               double porcentaje = 0;
               boolean ok = false;
               int cent = 0;
               boolean bandera = true;
               int col = 0;
               String color = "";
               //Determina si ya cerr� el mercado
               query=conexion.createStatement();
               String sql = "select ctr_estado from ctrlre";
               resultado=query.executeQuery(sql);
               while (resultado.next())
                    cadTV = resultado.getString(1);
               out.println("<table border=0 width=740 height=30 cellspacing=0 cellpadding=0 >");
               out.println("<TR>");
               out.println("<TD bgcolor='#FFFFBB' align=right><FONT face='Verdana,Arial'><b>");
               if ( cadTV.equals("NO") )
                    out.println("DEFINITIVO</b></FONT> </TD> </TR> </table>\n");
               else
                    out.println("PRELIMINAR</b></FONT> </TD> </TR> </table>\n");
               out.println("<BR>");
               cadTV="";
               sql = getSql();
               query = conexion.createStatement();
               resultado = query.executeQuery(sql);
               //out.println(sql);
               while(resultado.next()){
                    if (bandera){
                         setHead();
                         bandera = false;
                    String tvalor = resultado.getString(1); //thp_tipo_valor
                    String emisora = resultado.getString(2); //thp_emisora
                    String liquidacion = resultado.getString(3); //thp_liquidacion
                    String toperacion = resultado.getString(4); //thp_tipo_operacion
                    int series = resultado.getInt(5); //series
                    int operaciones = resultado.getInt(6); //operaciones
                    double volumen = resultado.getDouble(7);; //thp_volumen
                    double importe = resultado.getDouble(8);; //thp_importe
                    // Salida al browser
                    if (cont == 0){
                         cadTV = tvalor.trim();
                         cadLiq = liquidacion.trim();
                         suma_total_importe = getTotalImporte(tvalor, liquidacion);
                    if (col == 1){                         
                         color = "#E1E1E1";
                         col = -1;
                    if (col == 0)
                         color = "#FFFFFF";
                    col++;
                    if ( (!cadTV.equals(tvalor.trim()) || !cadLiq.equals(liquidacion.trim()) )&& cont != 0){
                         setSubTotal(cadLiq, operaciones_subtot, volumen_subtot, importe_subtot, df);
                         suma_total_importe = getTotalImporte(tvalor, liquidacion);
                         // Agrega a sumas totales               
                         operaciones_total = operaciones_total + operaciones_subtot;
                         volumen_total = volumen_total + volumen_subtot;
                         importe_total = importe_total + importe_subtot;
                         operaciones_subtot = 0;
                         volumen_subtot = 0;
                         importe_subtot = 0;
                         cadTV = tvalor.trim();
                         cadLiq = liquidacion.trim();
                         cont=0;
                         out.flush();
                    operaciones_subtot = operaciones_subtot + operaciones;
                    volumen_subtot = volumen_subtot + volumen;
                    importe_subtot = importe_subtot + importe;
                    if (suma_total_importe == 0)
                         porcentaje = 0;
                    else
                         porcentaje = ( importe * 100 ) / suma_total_importe;
                    setRow(color,
                    " "+tvalor,
                    " "+emisora,
                    " "+liquidacion,
                    " "+toperacion,
                    " "+series,
                    " "+operaciones,
                    " "+df.format(volumen),
                    " "+df.format(importe),
                    " "+getScala(porcentaje,2));
                    cont++;
                    cent++;
               conexion.close();
               if (cent==0){ // No hubo registros
                    return false;
               if (cont!=0){
                    setSubTotal(cadLiq, operaciones_subtot, volumen_subtot, importe_subtot, df);
                    // Agrega a sumas totales               
                    operaciones_total = operaciones_total + operaciones_subtot;
                    volumen_total = volumen_total + volumen_subtot;
                    importe_total = importe_total + importe_subtot;
               setTotal(operaciones_total, volumen_total, importe_total, df);
          }catch(SQLException e){
               System.out.println("Codigo de Error :"+e.getErrorCode());
               System.out.println("Descripci�n del error :"+e.getMessage());
               System.out.println("Estado del SQL :"+e.getSQLState());                    
          return true;
     public String getSql(){
          String sql1="select thp_tipo_valor, thp_emisora, thp_liquidacion, thp_tipo_operacion, "+
     "count(distinct(thp_emision)), count(thp_folio), sum(thp_volumen), sum(thp_importe) "+
               "from thecprod "+
               "where ( thp_tipo_valor = '"+tv+"' or '"+tv+"'='*') and "+
               " ( thp_liquidacion = '"+liq+"' or '"+liq+"'='*') "+
               "group by thp_tipo_valor, thp_emisora, thp_liquidacion, thp_tipo_operacion";
          return sql1;
     public void setRow(String a1,String a2,String a3,String a4,String a5,String a6,String a7,String a8,
                              String a9, String a10) throws IOException{
               out.println("<tr bgcolor='"+a1+"'"+" align=center bordercolor='"+a1+"' bordercolorlight='"+a1+"' bordercolordark='"+a1+"'>\n");
               out.println("<td width=60 align=center><font face='Verdana,Arial' size=-1>"+a2+"</td>\n");
               out.println("<td width=60 align=center><font face='Verdana,Arial' size=-1>"+a3+"</td>\n");
               out.println("<td width=40 align=center><font face='Verdana,Arial' size=-1>"+a4+"</td>\n");
               out.println("<td width=50 align=center><font face='Verdana,Arial' size=-1>"+a5+"</td>\n");
               out.println("<td width=70 align=center><font face='Verdana,Arial' size=-1>"+a6+"</td>\n");
               out.println("<td width=70 align=center><font face='Verdana,Arial' size=-1>"+a7+"</td>\n");
               out.println("<td width=150 align=right><font face='Verdana,Arial' size=-1>"+a8+"</td>\n");
               out.println("<td width=150 align=right><font face='Verdana,Arial' size=-1>"+a9+"</td>\n");
               out.println("<td width=90 align=right><font face='Verdana,Arial' size=-1>"+a10+"%</td>\n");
               out.println("</tr>\n");
     public void setSubTotal(String liquidacion, double operaciones_sub, double volumen_sub, double importe_sub, DecimalFormat df)throws IOException {
          out.println("<tr>\n");
               out.println("<td width=60 align=center bgcolor=#FFFFFF><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=60 align=center bgcolor=#FFFFFF><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=40 align=center bgcolor=#ffffbb><font face='Verdana,Arial' size=-1>"+liquidacion+"</td>\n");
               out.println("<td width=50 align=center bgcolor=#ffffbb><font face='Verdana,Arial' size=-1>Total</td>\n");
               out.println("<td width=70 align=center bgcolor=#ffffbb><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=70 align=center bgcolor=#ffffbb><font face='Verdana,Arial' size=-1>"+getScala(operaciones_sub,0)+"</td>\n");
               out.println("<td width=150 align=right bgcolor=#ffffbb><font face='Verdana,Arial' size=-1>"+df.format(volumen_sub)+"</td>\n");
               out.println("<td width=150 align=right bgcolor=#ffffbb><font face='Verdana,Arial' size=-1>"+df.format(importe_sub)+"</td>\n");
               out.println("<td width=90 align=right bgcolor=#ffffbb><font face='Verdana,Arial' size=-1>100.00%</td>\n");
               out.println("</tr>\n");
     public void setTotal(double operaciones_total, double volumen_total, double importe_total, DecimalFormat df)throws IOException {
          out.println("<tr>\n");
               out.println("<td width=60 align=center bgcolor=#FFFFFF><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=60 align=center bgcolor=#FFFFFF><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=40 align=center bgcolor=#FFFFFF><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=50 align=center bgcolor=#FFFFFF><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=70 align=center bgcolor=#FFFFFF><font face='Verdana,Arial' size=-1> </td>\n");
               out.println("<td width=70 align=center bgcolor=#b5cffb><font face='Verdana,Arial' size=-1>"+getScala(operaciones_total,0)+"</td>\n");
               out.println("<td width=150 align=right bgcolor=#b5cffb><font face='Verdana,Arial' size=-1><b>"+df.format(volumen_total)+"</td>\n");
               out.println("<td width=150 align=right bgcolor=#b5cffb><font face='Verdana,Arial' size=-1><b>"+df.format(importe_total)+"</td>\n");
               out.println("<td width=90 align=right bgcolor=#b5cffb><font face='Verdana,Arial' size=-1><b> </td>\n");
               out.println("</tr>\n");
     public String getScala(double val, int uno){
          BigDecimal bd = new BigDecimal(val);
          return " "+bd.setScale(uno,5);
     protected synchronized double getTotalImporte(String tipovalor, String liquidacion){          
          double total = 0;
          try{
               Connection conexion1 = getConexion();
               Statement q = conexion1.createStatement();
               String sql ="";
               sql = "select sum(thp_importe) from thecprod where thp_tipo_valor = '"+tipovalor+"' and thp_liquidacion = '"+liquidacion+"'";
               ResultSet res = q.executeQuery(sql);
               while(res.next()){
                    total = res.getDouble(1);
               res.close();
               conexion1.close();               
          }catch(SQLException e){
               System.out.println("Codigo de Error :"+e.getErrorCode());
               System.out.println("Descripci�n del error :"+e.getMessage());
               System.out.println("Estado del SQL :"+e.getSQLState());
          return total;
     public Connection getConexion(){
          String url ="jdbc:mysql//localhost:3306/bdsif";
          Connection conexion = null;
          try{
               conexion = DriverManager.getConnection(url, "usersif", "password");
          }catch(SQLException e){
               System.out.println("Codigo de Error :"+e.getErrorCode());
               System.out.println("Descripci�n del error :"+e.getMessage());
               System.out.println("Estado del SQL :"+e.getSQLState());
          return conexion;
     public String getFechaLocal(){
          java.util.Date today;
          String output;
          java.text.SimpleDateFormat formatter;
          formatter = new java.text.SimpleDateFormat("EEEEEEEEE dd 'de' MMMMMMMMMM 'del' yyyy", new Locale("es", "Spanish"));
          today = new java.util.Date();
          return " "+formatter.format(today);          
     public void destroy(){
//     System.out.println("Destrui el ServletAcumuladoOp...");
}

Similar Messages

  • HELP!!!! -- Error allocating a servlet instance

    Please help me...
    The deathline for my schoolproject is getting close!!!
    - 2 weeks ago everything worked fine
    - now i wanted to start at making the last changes...
    but...the only thing a get is this...
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Error allocating a servlet instance
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:670)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
         at java.lang.Thread.run(Thread.java:536)
    root cause
    java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1274)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:884)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:666)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
         at java.lang.Thread.run(Thread.java:536)

    The actual bizare thing in all this is that everything worked fine 2 weeks ago and that i touched nothing in the meanwhile...
    Important to note is also that the examples of tomcat still work fine so that i know that servlet.jar is at his place and in fact still being used correctly, at least in those examples.
    What the servlet itself consernes, by putting a println-statement at the beginning of the init-method i can conclude that he doesn't seems to be able to reach the servlet at all. (compilation of all my files works still without any problems)
    Could it be possible that my problem has something to do with the web.xml file? Ok, he worked alright...but maybe something isn't quite as it should be...
    Thx for the responses!!!
    Maybe you guys can help me further with this information...I at least hope so!
    greetings
    steven

  • RMAN Delete Obsolete job fails due to Error Allocating Device

    Experts, I need help, please.
    This is 10.2.0.1 on Windows
    RMAN> DELETE NOPROMPT OBSOLETE;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to recovery window of 3 days
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=130 devtype=DISK
    released channel: ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 05/15/2012 14:10:17
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    I ran RMAN> configure device type 'SBT_TAPE' clear;
    but I still get the same error.
    I backup to Disk, not tape
    Notice the reference to SBT_TAPE:
    RMAN configuration parameters are:
    CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO BACKUPSET PARALLELISM 1;
    CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    What do I need to do to be able to run DELETE OBSOLETE; ?
    Thanks, John

    as anand mention ,you've to reset this parameter to default value.
    and clear cmd with configure will remove it from configuration parameter
    see below
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    *CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 1 BACKUP TYPE TO BACKUPSET;*
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/10/db/dbs/snapcf_GG1.f'; # default
    RMAN> delete obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of delete command at 05/16/2012 12:04:34
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    RMAN>  CONFIGURE DEVICE TYPE 'SBT_TAPE' clear;
    old RMAN configuration parameters:
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 1 BACKUP TYPE TO BACKUPSET;
    RMAN configuration parameters are successfully reset to default value
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/10/db/dbs/snapcf_GG1.f'; # default
    RMAN> delete obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 1
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=1591 instance=GG1 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=1627 instance=GG1 devtype=DISK
    no obsolete backups found

  • Servlet Error An unexpected servlet error was encountered

    I am getting the following error when I go to Oracle Application Server Welcome page and when I try to click on Logon to Oracle Application Server Portal I get the following error it was just working fine couple minutes ago... what may be the reason???
    Servlet Error
    An unexpected servlet error was encountered.
    Please check the log file for more details

    Hi,
    It seems to be problem with your changed password of SSO/portal schema.
    Could you be able to connect OEM.
    http://<hostname_oem_is_up>:1810/ (default)
    user name : ias_admin
    password   : xxxx
    select your portal instance.
    In bottom you can find the "Configure schema" link.
    Change ur portal schema password over tre.
    Imp :
    Go back and click HTTP server --> PL/SQL Properties --> mod_plsql services --> DAD status --> Portal
    Edit DAD: Database Connection --> Apply the same password u applied for portal schema
    AT last restart ur HTTP server and try connecting to portal.

  • Servlet instance problem

    Hi
    I am have a web application that does a lot of processing. when 2 users submit the form.. i noticed that one instance of the servlet is running and the other request waits for some time for
    processor and just dies off.. Servlets are suppose to be thread safe and 'n' number of intances can be created . why only one
    instance running at a given time.. My servlet is not a single instance servlet and i have not placed an restrictions of that sort..
    can anyone help me with this ??
    rgds
    satish

    I have written the processing part in dopost method.. which takes a few seconds to finish for each instance (creatting a huge array of objects ). Then i keep the reference of this in session. While the objects are being generated, if i send another request the first servlets dies and the second one proceeds , sometimes second one dies off after waiting for something..
    yes i am testing by 2 users from 2 different machines.its not the connection problem.. the systems.outs show that both the servlet instances are running at one point of time then suddenly one dies.. i have allocated 1000m to tomcat... so memory is not a problem i suppose..
    Any helping tips ?
    rgds
    satish

  • Error allocating HTTP/WSP connection

    Our midlet interacts with the Servlet with HttpConnecction, sends data to the Servlet and receive the Servlet response.
    Midlet is running correctly on Siemens CX75 Emulator and default java emulators. (Netbeans IDE) And when we testedt it on the real mobile device(Sony Ericsson) it operated correctly.
    But when we tried it on the S75 emulator, and Siemens S75 real device, we faced that it can not connect to the Servlet. We receive "java.io.IOException: Error allocating HTTP/WSP connection� error message. It seems that the application can not open the HttpConnection so Midlet can not interact with the Servlet.
    the error's full stack is;
    java.io.IOException: Error allocating HTTP/WSP connection
    - com.siemens.mp.io.wsp.WspConnection.sendRequest(), bci=208
    - com.sun.midp.io.j2me.http.HttpConnection.openInputStream(), bci=20
    - MobileTSP.sendData(), bci=8
    - MobileTSP.ReceiveData(), bci=46
    - MobileTSP$1.run(), bci=20
    Can't receive any data
    We use Thread that handles the network connection (HttpConnection). How can it be, an application that runs correctly in the emulator which can not run in the real phone and other emulators?
    Thanks...

    Welcome to the world of MIDP development.
    Once we find a problem with a specific phone we apply a different build process depending on what phone were using. (the work around is applied only to the affected phone).
    (Sorry i cant be of any real help)

  • Error while configuring second instance of OIF

    Hi,
    i am installing OIF in dev environment in clusterred mode. I was able to create one instance successfully, but whille creating second i am getting error.
    The parameters of im_config_only.rsp are as below:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    #Provide true to create a new weblogic domain. WebLogic Server must already be installed.
    CREATE_NEW_DOMAIN=false
    #Provide true to extend domain. WebLogic Server must already be installed and the domain must be up and running.
    USE_EXISTING_DOMAIN=false
    #Provide true to configure components without domain.
    NO_DOMAIN=false
    #Provide true to expand the clusters in domain. WebLogic Server must already be installed and the domain must be up and running.
    EXTEND_CLUSTER=true
    #Domain name may only contain alphanumeric characters or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=IDMDomain
    #Provide the complete path of domain home.
    DOMAIN_HOME=/users/oif/Oracle/Middleware/user_projects/domains/IDMDomain
    #Provide the User Name for WebLogic Domain. The value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_ADMINISTRATOR_USERNAME=admin
    #Provide the password for WebLogic Domain. Valid passwords are 8 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    DOMAIN_ADMINISTRATION_PASSWORD=xxxxxxx
    #Confirm the WebLogic Domain password.
    ADMINISTRATOR_PASSWORD_CONFIRM=xxxxxxx
    #Provide the localhost name for Create Domain and machine name on which domain is up and running for Extend Domain and Expand Cluster.
    DOMAIN_HOST_NAME=xxxxxx
    #Provide the port in which domain is up and running. Required for Extend Domain and Expand Cluster.
    DOMAIN_PORT_NO=7001
    #Write the complete path to a valid Middleware Home.
    AS_HOME_LOCATION=/users/oif/Oracle/Middleware
    #Give the complete path to a valid WebLogic Server Home.
    WL_HOME=/users/oif/Oracle/Middleware/wlserver_10.3
    #Give the name of the Oracle Home directory. The Oracle Home directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character.
    ORACLE_HOME=/users/oif/Oracle/Middleware/Oracle_IDM1
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/users/oif/Oracle/Middleware/oif_inst2
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=oif_inst2
    #Give OID if Oracle Internet Directory is selected for configuration.
    LIST_OF_COMPONENTS_FOR_SCHEMAS=OID:
    #Set this to true if you want the configuration wizard to assign the ports automatically.
    AUTOMATIC_PORT_DETECT=true
    #Give the location for the file containing the list of static ports if you manually want to assign ports.
    STATICPORT INI FILE LOCATION=
    #Provide a password for a new account to connect to the Oracle Virtual Directory administrative service, cn=orcladmin. Use 5-30 characters. Use only alphanumerics, underscore (_), dollar ($), or pound (#). At least one number is required.
    OVD_ADMIN_PASSWORD=<SECURE VALUE>
    #Confirm the password of Oracle Virtual Directory administrative service.
    CONFIRM_OVD_ADMIN_PASSWORD=<SECURE VALUE>
    #Provide the base, or the leftmost entry, of the virtual directory namespace that Oracle Virtual Directory will use to set its initial Access Control Lists (ACLs). For example, for the namespace dc=mycompany,dc=com, you would enter dc=com.
    OVD_LDAPv3_NAME_SPACE=dc=us,dc=oracle,dc=com
    #Provide true to enable the HTTP Web Gateway to be protected by SSL. Oracle highly recommends that you use SSL/TLS for Oracle Virtual Directory's administrative gateway service. Disabling SSL/TLS could result in your server administration traffic being monitored and even compromised.
    IS_ADMIN_SERVER_OF_OVD_IN_SECURE_MODE=true
    #provide true for securing HTTP client connection information. Give true if HTTP Web Gateway is set to true.
    IS_HTTP_WEB_GATEWAY_OF_OVD_SECURE=false
    #Provide true for Oracle Virtual Directory to be configured.
    IS_LDAP_CLIENT_LISTENER_FOR_OVD_SELECTED=false
    #Oracle Virtual Directory includes an HTML-based gateway that provides DSML and XSLT-rendered directory reporting. Provide true to enable HTML-based gateway.
    IS_HTTP_WEB_GATEWAY_OF_OVD_SELECTED=false
    #Specify a new Administrator User Name to connect to the Oracle Virtual Directory administrative service, For example, for the Administrator User Name you would enter cn=orcladmin.
    OVD_ADMIN=cn=orcladmin
    #Provide true if OID scheme version is 10g.
    OID_UPGRADE_FLAG=false
    #Provide true to create OID Schema.
    CREATE_OID_SCHEMA=false
    #Provide the OID schema name.
    OID_SCHEMA_NAME=ODS
    #Provide true if ODS schema chosen is already being used by an existing OID . Please ensure that the system time on this Identity Management Node is in sync with the time on other Identity Management Nodes that are part of this Oracle Application Server Cluster (Identity Management) configuration. Failure to ensure this may result in unwanted instance failovers, inconsistent operational attributes in directory entries and potential inconsistent behaviour of password state policies.
    IS_SECOND_OID_INSTALL=true
    #Provide true if RAC database is used.
    IS_OID_RACDB_INSTANCE_NAME_SPECIFIED=false
    #Provide the DN of the top node for storing component data in the directory. This can be a realm, or the top node of a branch, instead of the top node of the directory.
    OID_NAMESPACE=dc=us,dc=oracle,dc=com
    #Provide a 5-30 character password for OID server administrator. Use only alphanumerics, underscore (_), dollar ($), or pound (#). At least one number is required.
    OID_ADMIN_PASSWORD=<SECURE VALUE>
    #Confirm OID Administrator password.
    OID_ADMIN_CONFIRM_PASSWORD=<SECURE VALUE>
    #Provide Oracle Internet Directory Server user name.
    OID_USER=cn=orcladmin
    #Provide a 5-30 character password for PKCS12. Use only alphanumerics, underscore (_), dollar ($), or pound (#). At least one number is required.
    PKCS12_PASSWORD=xxxx
    #Confirm PKCS12 password
    PKCS12_PASSWORD_CONFIRM=xxxxx
    #The Server ID identifies the Oracle Identity Federation instance. The Server ID must be unique within the domain per logical Oracle Identity Federation instance. Thus, clustered instances acting as a single logical instance will have the same Server ID.
    OIF_SERVER_ID=oif_server2
    #Provide true for Advanced Configuration of Oracle Identity Federation. The user would be able to specify the Authentication Mechanism, User Data Store, Federation Data Store and the Transient Data Store.
    OIF_CONFIGURATION_TYPE_ADVANCED=true
    #Provide true for Basic Configuration of Oracle Identity Federation.
    OIF_CONFIGURATION_TYPE_BASIC=false
    #Provide Authentication Mechanism for Oracle Identity Federation. Valid values are JAAS and LDAP.
    OIF_AUTHENTICATION_TYPE=JAAS
    #Provide User Data Store type for Oracle Identity Federation. Valid values are NONE,LDAP and RDBMS.
    OIF_USER_STORE_TYPE=NONE
    #Provide Federation Data Store type for Oracle Identity Federation. Valid values are NONE,LDAP,RDBMS and XML.
    OIF_FEDERATION_STORE_TYPE=NONE
    #Provide User Session Store type for Oracle Identity Federation. Valid values are MEMORY and RDBMS.
    OIF_USER_SESSION_STORE_TYPE=RDBMS
    #Provide Message Store type for Oracle Identity Federation. Valid values are MEMORY and RDBMS.
    OIF_MESSAGE_STORE_TYPE=RDBMS
    #Provide Configuration Store type for Oracle Identity Federation. Valid values are FILE and RDBMS.
    OIF_CONFIGURATION_STORE_TYPE=RDBMS
    #Provide true if User Data Store type is LDAP.
    IS_OIF_USER_STORE_LDAP_TYPE=false
    #Provide true if User Data Store type is RDBMS.
    IS_OIF_USER_STORE_RDBMS_TYPE=false
    #Provide true if Federation Data Store type is LDAP.
    IS_OIF_FEDERATION_STORE_LDAP_TYPE=false
    #Provide true if Federation Data Store type is RDBMS.
    IS_OIF_FEDERATION_STORE_RDBMS_TYPE=false
    #Provide true if Oracle Identity Federation Store is of type RDBMS.
    IS_OIF_STORE_RDBMS_TYPE=true
    #Provide true if Federation Authentication Mechanism is LDAP.
    IS_OIF_AUTHENTICATION_LDAP_TYPE=false
    #Provide true if Message Store type is RDBMS.
    IS_OIF_MESSAGE_STORE_RDBMS_TYPE=true
    #Provide true if Configuration Store type is RDBMS.
    IS_OIF_CONFIGURATION_STORE_RDBMS_TYPE=true
    #Provide true if Federation Data Store type is XML.
    IS_OIF_FEDERATION_STORE_XML_TYPE=false
    #Provide the full path for the Transient Data Store database host, listen port, and service name , for example, myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    TRANSIENT_RDBMS_HOSTNAME=xxxxxx
    #Provide the Oracle Identity Federation schema name for Transient Data Store.
    TRANSIENT_RDBMS_USER_NAME=ST_OIF
    #Provide the password for Transient Data Store schema.
    TRANSIENT_RDBMS_PASSWORD=xxxxx
    #Provide true if RAC Database is used for Transient Data Store.
    IS_OIF_TRANSIENT_STORE_RAC_INSTANCE_SPECIFIED=false
    #Provide true if RAC Database with instance name is used for Transient Data Store.
    OIF_RACDB_TRANSIENT_STORE_URL_WITH_INSTANCE=false
    #Provide the full path for the User Store database host, listen port, and service name , for example, myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    USER_RDBMS_HOSTNAME=localhost:1521:orcl.us.oracle.com
    #Provide the database user name for User Data Store.
    USER_RDBMS_USER_NAME=scott
    #Provide the password for User Data Store user.
    USER_RDBMS_PASSWORD=<SECURE VALUE>
    #Provide Login Table for User Data Store user.
    USER_RDBMS_LOGIN_TABLE=EMP
    #Provide User ID Attribute for User Data Store.
    USER_RDBMS_USER_ID_ATTRIBUTE=ENAME
    #Provide User Description Attribute for User Data Store.
    USER_RDBMS_USER_DESCRIPTION_ATTRIBUTE=JOB
    #Provide true if RAC Database is used for User Data Store.
    IS_OIF_USER_STORE_RAC_INSTANCE_SPECIFIED=
    #Provide true if RAC Database with instance name is used for User Data Store.
    OIF_RACDB_USER_STORE_URL_WITH_INSTANCE=
    #Provide the full path for the Federation Data Store database host, listen port, and service name , for example, myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    FEDERATION_RDBMS_HOSTNAME=localhost:1521:orcl.us.oracle.com
    #Provide the Oracle Identity Federation schema name for Federation Data Store.
    FEDERATION_RDBMS_USER_NAME=dev_oif
    #Provide the password for Federation Data Store schema.
    FEDERATION_RDBMS_PASSWORD=<SECURE VALUE>
    #Provide true if RAC Database is used for Federation Data Store.
    IS_OIF_FED_STORE_RAC_INSTANCE_SPECIFIED=<SECURE VALUE>
    #Provide true if RAC Database with instance name is used for Federation Data Store.
    OIF_RACDB_FED_STORE_URL_WITH_INSTANCE=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Provide true if configuring in a clustered environment.
    IS_CLUSTER_CONFIGURATION=true
    [RELATIONSHIPS]
    #Provide true to configure Oracle Internet Directory.
    CONFIGURE_OID_COMPONENT=false
    #Provide true to configure Oracle Directory Integration Platform.
    CONFIGURE_DIP_COMPONENT=false
    #Provide true to configure Oracle Virtual Directory.
    CONFIGURE_OVD_COMPONENT=false
    #Provide true to configure Oracle Identity Fedration.
    CONFIGURE_OIF_COMPONENT=true
    #Provide true to configure Oracle Directory Service Manager.
    CONFIGURE_ODSM_COMPONENT=false
    #Provide true to configure Enterprise Management.
    CONFIGURE_EM_COMPONENT=false
    #Provide true to configure federation components.
    FEDERATION_COMPONENTS_FOR_CONFIGURE=false
    #Provide true to configure management components.
    MANAGEMENT_COMPONENTS_FOR_CONFIGURE=false
    #Provide the list of components selected for configuration separated by colon. Example OID:OVD:DIP:ODSM
    SELECTED_COMPONENTS_FOR_CONFIGURATION=OIF
    #Enter the full path, listen port, and service name for the database, for example myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    OID_DB_INFO=localhost:1521:orcl.us.oracle.com
    #Provide the database OID schema name.
    OID_DB_USER=ODS
    #Provide the database ODSSM schema name
    ODSSM_DB_USER=ODSSM
    #Provide the ODS schema password.
    ODS_PASSWORD=<SECURE VALUE>
    #Confirm the ODS Schema password.
    CONFIRM_ODS_PASSWORD=<SECURE VALUE>
    #Provide the ODSSM schema password.
    ODSSM_PASSWORD=<SECURE VALUE>
    #Confirm the ODSSM schema password.
    CONFIRM_ODSSM_PASSWORD=<SECURE VALUE>
    #Provide false if service name is used.
    IS_SERVICE_ID_USED=false
    #Provide true if RAC database URL with instance name is used.
    OID_RACDB_URL_WITH_INSTANCE_NAME=<SECURE VALUE>
    #Provide the Administrator password for Oracle Internet Directory.
    OID_ADMIN_PASSWORD=<SECURE VALUE>
    #Provide true to create a new metadata repository in the database provided by the user. The schema here refers to the ODS schema for OID.
    CREATE_NEW_SCHEMA=false
    #Provide true if component schema has already been created using Repository Creation Utility (RCU) into an available database. The schema here refers here to the ODS schema for OID.
    USE_EXISTING_SCHEMA=true
    #Provide the database user name. The user must have SYSDBA user privileges in order to create the metadata repository.
    CREATE_DATABASE_USERNAME=
    #Provide the database password. The user must have SYSDBA user privileges in order to create the metadata repository.
    CREATE_DATABASE_PASSWORD=<SECURE VALUE>
    #Provide the LDAP Type for Authentication Mechanism. Valid values are Oracle Internet Directory,Oracle Virtual Directory,Microsoft Active Directory,SunOne and IBM Directory Server
    AUTHENTICATION_LDAP_TYPE=Oracle Internet Directory
    #Provide the LDAP URL for Authentication Mechanism. Format:ldap://host:port or ldaps://host:port.
    AUTHENTICATION_LDAP_TYPE_LDAP_URL=ldap://localhost:3060
    #Provide the user name of LDAP server for Authentication Mechanism.
    AUTHENTICATION_LDAP_TYPE_LDAP_USER_NAME=cn=orcladmin
    #Provide the LDAP server password for Authentication Mechanism.
    AUTHENTICATION_LDAP_TYPE_LDAP_PASSWORD=<SECURE VALUE>
    #Provide the LDAP Base DN for Authentication Mechanism.
    AUTHENTICATION_LDAP_BASE_DN=dc=us,dc=oracle,dc=com
    #Provide the LDAP User Credential ID for Authentication Mechanism.
    AUTHENTICATION_USER_CREDENTIAL_ID_ATTRIBUTE=uid
    #Provide the LDAP User Unique ID for Authentication Mechanism.
    AUTHENTICATION_USER_UNIQUE_ID_ATTRIBUTE=uid
    #Provide the LDAP Person Object Class for Authentication Mechanism.
    AUTHENTICATION_PERSON_OBJECT_CLASS=inetOrgPerson
    #Provide the LDAP User Description Attribute for User Data Store.
    USER_LDAP_USER_DESCRIPTION_ATTRIBUTE=uid
    #Provide the LDAP User ID Attribute for User Data Store.
    USER_LDAP_USER_ID_ATTRIBUTE=orclguid
    #Provide the LDAP User Unique ID for User Data Store.
    USER_LDAP_UNIQUE_ID=<SECURE VALUE>
    #Provide the LDAP Person Object Class for User Data Store.
    USER_LDAP_PERSON_OBJECT_CLASS=inetOrgPerson
    #Provide the LDAP Base DN for User Data Store.
    USER_LDAP_BASE_DN=dc=us,dc=oracle,dc=com
    #Provide the LDAP Type for User Store. Valid values are Oracle Internet Directory,Oracle Virtual Directory,Microsoft Active Directory,SunOne and IBM Directory Server
    USER_LDAP_TYPE=Oracle Internet Directory
    #Provide the LDAP URL for User Data Store. Format:ldap://host:port or ldaps://host:port.
    USER_LDAP_URL=ldap://localhost:3060
    #Provide the user name of LDAP server for Federation Data Store.
    USER_LDAP_USER_NAME=cn=orcladmin
    #Provide the LDAP server password for User Data Store.
    USER_LDAP_PASSWORD=<SECURE VALUE>
    #Provide the LDAP User Federation Record Context for Federation Data Store.
    FEDERATION_LDAP_USER_RECORD_CONTEXT=
    #Provide the LDAP Type for Federation Data Store. Valid values are Oracle Internet Directory,Microsoft Active Directory,SunOne and IBM Directory Server
    FEDERATION_LDAP_TYPE=Oracle Internet Directory
    #Provide the LDAP URL for Federation Data Store. Format:ldap://host:port or ldaps://host:port.
    FEDERATION_LDAP_URL=ldap://localhost:3060
    #Provide the LDAP Container Object Class for Federation Data Store.
    FEDERATION_LDAP_CONTAINER_OBJECT_CLASS=
    #Provide the LDAP Domain Prefix for Federation Data Store. This value is needed only when LDAP type is Microsoft Active Directory.
    FEDERATION_LDAP_AD_DOMAIN_PREFIX=
    #Provide the user name of LDAP server for Federation Data Store.
    FEDERATION_LDAP_USER_NAME=cn=orcladmin
    #Provide the LDAP server password for Federation Data Store.
    FEDERATION_LDAP_PASSWORD=<SECURE VALUE>
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=
    #Provide true if extending the Oracle Identity Federation cluster
    EXTEND_OIF_CLUSTER=true
    #Provide true if extending the Oracle Directory Service cluster.
    EXTEND_ODS_CLUSTER=false
    #Provide true if DIP Schema version is 10g.
    DIP_UPGRADE_FLAG=false
    The error i am getting is :
    Checking swap space: must be greater than 500 MB. Actual 8192 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-04-16_02-47-54AM. Please wait ...iamoifat-z2> Log: /users/oif/Oracle/oraInventory/logs/install2013-04-16_02-47-54AM.log
    Copyright (c) 1982, 2010, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Verifying data......
    [VALIDATION] [ERROR]:INST-07270: Specified instance name already exists in the domain
    [VALIDATION] [SUGGESTION]:Provide a different value
    configuration Failed. Exiting configuration due to data validation failure.
    Please help and let me know if i have missed any thing. As i am new to OIF , also let me know if other details are required

    Any one has any idea??/

  • Error in executing servlet JSPRunner: java.lang.NullPointerException

    I have some problems with my jsp files.
    I am using iAS6sp4 and iWS 6 on W2K.
    I created a EJB jar file and an empty WAR file (No JSP, Servlet, just web.xml & ias-web.xml) and pack them into a ear file for deployment. It was successful.
    Then I copy some jsp files to <iasinstall>/ias6/ias/APPS/<app name>/<war name>
    and restart the ias and iws server.
    When I try the URL: "http://myserver/NASApp/<app name>/myjsp.jsp", I got this error message from kjs.
    JSPRunner: init
    Exception: SERVLET-execution_failed: Error in executing servlet JSPRunner: java.lang.NullPointerException
    My jsp didn't include any java code, just pure htm code. I want to give it a test. But even though I tried with a proper jsp i still got this message. pls advise.
    Alan

    Hi,
    I got this working. Here are the steps that I followed and the output...
    Steps
    1. Deployed the helloworld application
    2. Invoked the application to see if it works fine
    3. Copied the myjsp.jsp to the C:\iPlanet\ias6\ias\APPS\helloworld\helloworld directory
    4. Shutdown the iAS and iWS and started again
    5. Invoked the .jsp file by typing http://sundts2.india.sun.com:81/NASApp/helloworld/myjsp.jsp in the browser.
    Output of KJS
    [16/Mar/2002 14:46:06:5] info: ENGINE-ready: ready: 10819
    **********Registered ebnls interceptor ...!
    [16/Mar/2002 14:46:22:4] info: --------------------------------------
    [16/Mar/2002 14:46:22:4] info: JSPRunner: init
    [16/Mar/2002 14:46:22:4] info: --------------------------------------
    [16/Mar/2002 14:46:26:4] info: --------------------------------------
    [16/Mar/2002 14:46:26:4] info: jsp.APPS.helloworld.myjsp: init
    [16/Mar/2002 14:46:26:4] info: --------------------------------------
    The myjsp.jsp coding is...
    <HTML>
    <BODY>
    <H1>This is a .jsp file for testing</H1>
    </BODY>
    </HTML>
    I believe the problem in your case must be that the .jsp file has been placed in a directory where iAS is not able to recognise. I'm sure this will help. Please feel free to raise questions on this.
    Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • ERROR WHILE INSTALLING DATABASE INSTANCE

    Hi All,
        I am getting an error while installing database instance in 4.7EE with Oracle 8i.The error is
    running sapstart.exe name=AS9 nr=00 SAPDIAHOST=astrum -wait
    SAPSTART finished successfully on astrum_AS9_00, but Dispatcher is not connected to MessageServer.
    sapparam(1c): No Profile used.
    PLEASE HELP ME....

    hi pavan,
    i believe that oracle 8i are no longer supported by SAP.
    By default, SAP R/3 4.7 EE should come with Oracle 9i.
    Check your installer again.
    ardhian
    http://sapbasis.wordpress.com

  • Error 109 : MaxL api instance is not Active  after installing excel add-in

    Hello Gurus
    I am getting error Error 109 : MaxL api instance is not Active while expanding essbase server in EAS console.
    I am using EPM 11.1.2.1 on Windows server 2008 x64 with MS Office 2007 x32
    EAS was working properly before installing Excel Add-in,
    What i did is
    1. I first installed excel add-in and when I clicked on connect Log-in screen didn't appears.
    2. Then I reinstalled excel add-in and it started working properly and EAS was also working fine.
    3. But after restarting VM, EAS is not working, it is giving error like "Error 109 : MaxL api instance is not Active"
    4. I also searched on OTN for EAS issue and checked following environment variables
    ESSBASEPATH : C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    ESSLANG : English_UnitedStates.Latin1@Binary
    5. And also tried reinstalling EAS
    Any help will be highly appreciated.
    Thanks
    Yash
    Edited by: yash on Apr 10, 2012 8:01 PM

    Hello,
    I had the same problem, after add-in 's installation on epm 11.121
    Without solution, I was forced to uninstall all epm and reintsall.
    Is there another method to solve this problem ?
    thx

  • Error message from servlet to jsp

    Hi again,
    I have servlet and check error on this servlet then i would like
    to send error message to jsp page.Every error message will send to
    same JSP page.So JSP must receive message from Servlet.Can i do this?
    Please give me details and some sourcecode.I will appreciate for your helps.

    you could do something like this..
    request.setAttribute("error", stringErrormessage);
    Then in the jsp just do
    <%= request.getAttribute("error") %>
    That will print an errormessage.
    Basically, by setting anything on the request and then redirecting to that page you cn display it...
    //Johan

  • Cannot install Windows Azure Storage Emulator - 3.0 Error: No available SQL Instance was found

    When trying to install Windows Azure SDK for .NET (VS 2013) - 2.3 from Web Platform Installer 4.6, the install fails because  Windows Azure Storage Emulator - 3.0 (Dependency) does not install successfully.  
    Possibly relevant lines from the install log are:
    CAQuietExec:  Entering CAQuietExec in C:\WINDOWS\Installer\MSI1223.tmp, version 3.6.3303.0
    CAQuietExec:  "C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator\WAStorageEmulator.exe" init -forcecreate -autodetect
    CAQuietExec:  Windows Azure Storage Emulator 3.0.0.0 command line tool
    CAQuietExec:  Error: No available SQL Instance was found.
    CAQuietExec:  Error 0xfffffff6: Command line returned an error.
    CAQuietExec:  Error 0xfffffff6: CAQuietExec Failed
    CustomAction RunInitialize returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 11:50:13: InstallFinalize. Return value 3.
    Action ended 11:50:13: INSTALL. Return value 3.
    In terms of SQL Instance, SQL LocalDB is installed and working properly.  SQL Server 2012 is also installed and working properly.

    Hi,
    It is a SDK version issue. I suggest you could remove all azure sdk form your PC and use WPI to install the latest version again.
    If you have any questions, please let me know.
    Regards,
    Will 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error: Invalid element 'servlet' in content of 'web-app'

    Hi,
    I m working on a project that includes JSPs, whenever I wanna add JSP to my project it shows following compilation error:
    Invalid element 'servlet' in content of 'web-app', expected elements '[error-page, taglib, resource-env-ref, resource-ref, security-constraint, login-config, security-role, env-entry, ejb-ref, ejb-local-ref]'
    I have thoroughly checked the web.xml. It is perfectly alright. It is as follows:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <description>Empty web.xml file for Web Application</description>
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    <servlet>
    <servlet-name>myServlet</servlet-name>
    <servlet-class>com.project.MainServlet</servlet-class>
    <init-param>
    Long postings are being truncated to ~1 kB at this time.

    The Complete web.xml is as follows:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <description>Empty web.xml file for Web Application</description>
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    <servlet>
    <servlet-name>montana</servlet-name>
    <servlet-class>com.masstech.montana.boundary.uii.MainServlet</servlet-class>
    <init-param>
    <param-name>db</param-name>
    <param-value>MontanaDS</param-value>
    </init-param>
    <init-param>
    <param-name>user</param-name>
    <param-value>MS</param-value>
    </init-param>
    <init-param>
    <param-name>password</param-name>
    <param-value>MS</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-n[i]Long postings are being truncated to ~1 kB at this time.

  • Error DBMRfcCommuncicationError at DB Instance CreateObject

    Hello!
    I would like to set up the MTE MaxDB to monitor the SAP DB from SAP Solution Manager.
    If Itry to execute DB50 --> Properties I get the error "DBM_CONNECT".
    Error DBMRfcCommuncicationError at DB Instance CreateObject
    How can i activate the MTE MaxDB?
    The DB59 returns the following information:
    1. Connect. test with "dbmcli db_state"                         Unsuccessful
       dbmcli_command_execute_error
       External program terminated with exit code 128
    2. Connect. test with command mode "dbmrfc db_state"            Unsuccessful
       system_failure
       Name and Server     : <server-name>
       DBMRFC Function     : DBM_EXECUTE
       Command             : db_state
       Error               : System Error
       Error Message       : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'#Timeout d
    3. Connect. test with session mode "dbmrfc db_state"            Unsuccessful
       communication_failure
       Name and Server     : <server-name>
       DBMRFC Function     : DBM_CONNECT
       Error               : Communication Error
       Error Message       : Error when opening an RFC connection
    4. Connect. test with "native SQL"  ( SRM )                     Unsuccessful
    For detailed information, see the developer trace for work process:           3
    Thank you very much!
    regards

    Hello!
    Thank you for your response!
    The execution of "dbmcli" with additional parameters "-s dbm_version" retrieves
    "External program terminated with exit code 128"
    How can I check whether I have or not the DB client?
    What is the URL-destination I can download DB client software?
    The dev_cp File from ST11 retrieves
    RSTR0006: Display Developer Traces                                                                                1
    Trace file of control program (trace level 3)
    < Function: BtcTrcInit> Function: main  SAPXPG 700
    2007-09-25  14-43-47 : Before BtcXpgDetach
      > Function: BtcXpgDetach  < Function: BtcXpgDetach  Accept RFC connection from R/3 system
    2007-09-25  14-43-47 : Before RfcAccept
    2007-09-25  14-43-47 : RfcAccept returned OK
    security check switched OFF
      Install RFC call SAPXPG_START_XPG
      Install RFC call SAPXPG_START_XPG_LONG
      Install RFC call SAPXPG_END_XPG
      Wait for RFC call SAPXPG_START_XPG or SAPXPG_START_XPG_LONG
    2007-09-25  14-43-47 : Before first call of RFCDispatch
      > Function: BtcXpgStartXpgLong
    2007-09-25  14-43-47 : Beginning of BtcXpgStartXpgLong
        > Function: BtcXpgStartXpgImportLong      > Function: BtcXpgParam      < Function: BtcXpgParam      > Function: BtcXpgParam      < Function: BtcXpgParam      > Function: B
              Line  Text
              <No StdOut/StdErr output reported>
            Target log table is not identical to source
            ItGetLine terminated with NULL
          < Function: BtcXpgItTransfer      > Function: BtcTrcReset      < Function: BtcTrcReset      Call mode: VIA RFC
          Input arguments of BtcXpgStartXpg:
            External program: dbmcli
            Program argument string:
            Contents of control flags:
              StdIn control flag: redirect StdIn
    Thank you for your futher information in advance!
    Thom

  • Trying to download CS6 on my mac pro. when i click on Download, under my orders, it brings up an error page: JRun Servlet error, 413 Header Length to Large. It's been doing this each time I've tried that last few days. What can I do to download this?

    Trying to download CS6 on my mac pro. when i click on Download, under my orders, it brings up an error page: JRun Servlet error, 413 Header Length to Large. It's been doing this each time I've tried that last few days. What can I do to download this?

    clear your adobe.com cookies or use a different browser.

Maybe you are looking for

  • **HELP. ? (question mark/exclamation button does n...

    Just purchased a E71. Had it for 6 days now and I must say that this phone is Great! Was able to config all sorts of features and settings on it (wifi, my email, GPRS, google maps..etc) and the phone works like a charm. BUT i have a MAJOR issue with

  • Using Hint

    Hi Forum, I am tuning a query which contains more than 15 outer joins. While going thru the query tuning documents i founf that the USE_NL(table table) hint can be used in these cases. The ideal syntax is Select /*+ USE_NL(table table) */ col1,col2..

  • Document titles within desktop folders blacked out

    Does anyone know why my document titles within folders on my desktop are being blacked out? Please see attached for a screenshot. I am running on a mid 2014 Macbook Pro 13" - Yosemite 2.6 GHz Intel Core i5 - 8GB 1600 MHz DDR3 Thanks in advance!

  • Python command line arguments

    I am trying to write a python script that will stop gnome-screensaver, run mplayer, then start gnome-screensaver again.  The idea is that this script is called "mplayer" and comes earlier in my PATH than /usr/bin/mplayer so I just type the mplayer co

  • DML Arrays

    Hi,I´m making a query to the database storing the result in an array. so far, i make a definition for each column and then a call to OCIDefineArrayOfStruct. when i execute the query, i am setting the number of records i can retreive (one of the OCISt