Application stops responding

Hello there:
I have the following issue, I have got a large application running on a Sun App Serv 9.0 on a Sun Blade 8000, this application contans EJB�s Enterprise Application as well as JSP's, the Database is an AS/400 and i use the open source JT400 to work , it works fine, but then for some reason the web container stops responding, i can still access other applications that does not use the conection pool (as well as the admin console). I have tried to add more connections, still yet nothing... The Db admin told me that the objets remains oppened.
Once I restart the APP server the applications works again for some time, on the server.log there is no pattern to describe which can tell me what is happening.
On The OS.. there is nothing that can tell me something, I have reviewed the app9 perf tuneup document and maded the changes tho the OS as well as some changes to the app Serv...
The two connections that i use are Conexion_BD y jdbc as400
The domain.xml is as it follows
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE domain PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 8.0 Domain//EN" "http://www.sun.com/software/appserver/dtds/sun-domain_1_2.dtd">
<!--
Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
-->
<!-- Generated from default-domain.xml.template -->
<!-- Avoid manual edits of this file. Run "asadmin verify-domain-xml" otherwise.-->
<domain application-root="${com.sun.aas.instanceRoot}/applications" log-root="${com.sun.aas.instanceRoot}/logs">
<applications>
<j2ee-application availability-enabled="false" directory-deployed="false" enabled="true" java-web-start-enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/MEjbApp" name="MEjbApp" object-type="system-all"/>
<j2ee-application availability-enabled="false" directory-deployed="false" enabled="true" java-web-start-enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/__JWSappclients" name="__JWSappclients" object-type="system-all"/>
<j2ee-application availability-enabled="false" directory-deployed="false" enabled="true" java-web-start-enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/__ejb_container_timer_app" name="__ejb_container_timer_app" object-type="system-all"/>
<j2ee-application availability-enabled="false" directory-deployed="false" enabled="true" java-web-start-enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/raiz" name="raiz" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/WSContabilidad" name="WSContabilidad" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Subsistema_de_Recursos_Humanos" name="Subsistema_de_Recursos_Humanos" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Generales-ejb" name="Generales-ejb" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Adquisiciones-ejb" name="Adquisiciones-ejb" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Caja_Chica-ejb" name="Caja_Chica-ejb" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Contabilidad-ejb" name="Contabilidad-ejb" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Proveedores-ejb" name="Proveedores-ejb" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Presupuesto_de_Inversiones-ejb" name="Presupuesto_de_Inversiones-ejb" object-type="user"/>
<ejb-module availability-enabled="false" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Almacenes-ejb" name="Almacenes-ejb" object-type="user"/>
<web-module availability-enabled="false" context-root="/web1" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/adminapp/adminapp_war" name="adminapp" object-type="system-admin">
<!-- System Web Module - DO NOT DELETE! -->
</web-module>
<web-module availability-enabled="false" context-root="/asadmin" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/admingui/adminGUI_war" name="admingui" object-type="system-admin">
<!-- System Web Module - DO NOT DELETE! -->
</web-module>
<web-module availability-enabled="false" context-root="/GestionPlanillas" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/GestionPlanillas" name="GestionPlanillas" object-type="user"/>
<web-module availability-enabled="false" context-root="/Beneficios" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Beneficios" name="Beneficios" object-type="user"/>
<web-module availability-enabled="false" context-root="/RRHH" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/RRHH" name="RRHH" object-type="user"/>
<web-module availability-enabled="false" context-root="/Contabilidad" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Contabilidad" name="Contabilidad" object-type="user"/>
<web-module availability-enabled="false" context-root="/PresupuestoFinanciero" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/PresupuestoFinanciero" name="PresupuestoFinanciero" object-type="user"/>
<web-module availability-enabled="false" context-root="/SeguridadyAuditoria" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/SeguridadyAuditoria" name="SeguridadyAuditoria" object-type="user"/>
<web-module availability-enabled="false" context-root="/General" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/General" name="General" object-type="user"/>
<web-module availability-enabled="false" context-root="/CajaChica" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/CajaChica" name="CajaChica" object-type="user"/>
<web-module availability-enabled="false" context-root="/Adquisiciones" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Adquisiciones" name="Adquisiciones" object-type="user"/>
<web-module availability-enabled="false" context-root="/Proveedores" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/Proveedores" name="Proveedores" object-type="user"/>
<web-module availability-enabled="false" context-root="/PresupuestodeInversiones" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/PresupuestodeInversiones" name="PresupuestodeInversiones" object-type="user"/>
<web-module availability-enabled="false" context-root="/GestionVacaciones" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/GestionVacaciones" name="GestionVacaciones" object-type="user"/>
<web-module availability-enabled="false" context-root="/PIM" directory-deployed="false" enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-modules/PIM" name="PIM" object-type="user"/>
</applications>
<resources>
<jdbc-resource enabled="true" jndi-name="jdbc/__TimerPool" object-type="system-admin" pool-name="__TimerPool"/>
<jdbc-resource enabled="true" jndi-name="jdbc/__CallFlowPool" object-type="system-all" pool-name="__CallFlowPool"/>
<jdbc-resource enabled="true" jndi-name="jdbc/__default" object-type="user" pool-name="DerbyPool"/>
<jdbc-resource enabled="true" jndi-name="ConeccionBD" object-type="user" pool-name="jdbc_as400_10.38.200.4_libjavaPool"/>
<jdbc-resource enabled="true" jndi-name="jdbc/ConeccionBD" object-type="user" pool-name="ConeccionBD"/>
<jdbc-connection-pool allow-non-component-callers="false" connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.EmbeddedXADataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="__CallFlowPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
<property name="databaseName" value="${com.sun.aas.instanceRoot}/lib/databases/sun-callflow"/>
<property name="connectionAttributes" value=";create=true"/>
</jdbc-connection-pool>
<jdbc-connection-pool allow-non-component-callers="false" connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.EmbeddedXADataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="__TimerPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
<property name="databaseName" value="${com.sun.aas.instanceRoot}/lib/databases/ejbtimer"/>
</jdbc-connection-pool>
<jdbc-connection-pool allow-non-component-callers="false" connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.ClientDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="32" max-wait-time-in-millis="60000" name="DerbyPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.DataSource" steady-pool-size="8">
<property name="PortNumber" value="1527"/>
<property name="Password" value="APP"/>
<property name="User" value="APP"/>
<property name="serverName" value="localhost"/>
<property name="DatabaseName" value="sun-appserv-samples"/>
<property name="connectionAttributes" value=";create=true"/>
</jdbc-connection-pool>
<jdbc-connection-pool allow-non-component-callers="false" connection-validation-method="auto-commit" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="32" max-wait-time-in-millis="60000" name="jdbc_as400_10.38.200.4_libjavaPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.ConnectionPoolDataSource" steady-pool-size="8">
<property name="DriverClassName" value="com.ibm.as400.access.AS400JDBCDriver"/>
<property name="URL" value="jdbc:as400://10.38.200.4/libjava;user=XXXXXX;password=XXXXX"/>
</jdbc-connection-pool>
<jdbc-connection-pool allow-non-component-callers="false" connection-validation-method="auto-commit" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="64" max-wait-time-in-millis="60000" name="ConeccionBD" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.ConnectionPoolDataSource" steady-pool-size="8">
<property name="DriverClassName" value="com.ibm.as400.access.AS400JDBCDriver"/>
<property name="URL" value="jdbc:as400://10.38.200.4/libjava;user=secofr2a;password=java77"/>
</jdbc-connection-pool>
</resources>
<configs>
<config dynamic-reconfiguration-enabled="true" name="server-config">
<http-service>
<access-log format="%client.name% %auth-user-name% %datetime% %request% %status% %response.length%" rotation-enabled="true" rotation-interval-in-minutes="15" rotation-policy="time" rotation-suffix="yyyy-MM-dd"/>
<http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-1" port="7879" security-enabled="false" server-name="" xpowered-by="true">
</http-listener>
<http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-2" port="38051" security-enabled="true" server-name="" xpowered-by="true">
</http-listener>
<http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="7878" security-enabled="false" server-name="" xpowered-by="true">
</http-listener>
<virtual-server hosts="${com.sun.aas.hostName}" http-listeners="http-listener-1,http-listener-2" id="server" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
<property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
<property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
</virtual-server>
<virtual-server default-web-module="admingui" hosts="${com.sun.aas.hostName}" http-listeners="admin-listener" id="__asadmin" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
<property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
<property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
</virtual-server>
<request-processing header-buffer-length-in-bytes="4096" initial-thread-count="2" request-timeout-in-seconds="28" thread-count="10" thread-increment="1"/>
<keep-alive max-connections="500" thread-count="1" timeout-in-seconds="28"/>
<connection-pool max-pending-count="4096" queue-size-in-bytes="4096" receive-buffer-size-in-bytes="4096" send-buffer-size-in-bytes="8192"/>
<http-protocol default-response-type="text/plain; charset=iso-8859-1" dns-lookup-enabled="false" forced-response-type="text/plain; charset=iso-8859-1" ssl-enabled="true" version="HTTP/1.1"/>
<http-file-cache file-caching-enabled="on" file-transmission-enabled="false" globally-enabled="true" hash-init-size="0" max-age-in-seconds="30" max-files-count="1024" medium-file-size-limit-in-bytes="537600" medium-file-space-in-bytes="10485760" small-file-size-limit-in-bytes="2048" small-file-space-in-bytes="1048576"/>
</http-service>
<iiop-service client-authentication-required="false">
<orb max-connections="1024" message-fragment-size="1024" use-thread-pool-ids="thread-pool-1"/>
<iiop-listener address="0.0.0.0" enabled="true" id="orb-listener-1" port="38050" security-enabled="false"/>
<iiop-listener address="0.0.0.0" enabled="true" id="SSL" port="38052" security-enabled="true">
<ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
</iiop-listener>
<iiop-listener address="0.0.0.0" enabled="true" id="SSL_MUTUALAUTH" port="38053" security-enabled="true">
<ssl cert-nickname="s1as" client-auth-enabled="true" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
</iiop-listener>
</iiop-service>
<admin-service system-jmx-connector-name="system" type="das-and-server">
<!-- The JSR 160 "system-jmx-connector" -->
<jmx-connector accept-all="false" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="38054" protocol="rmi_jrmp" security-enabled="false"/>
<!-- The JSR 160 "system-jmx-connector" -->
<das-config admin-session-timeout-in-minutes="60" autodeploy-dir="${com.sun.aas.instanceRoot}/autodeploy" autodeploy-enabled="false" autodeploy-jsp-precompilation-enabled="false" autodeploy-polling-interval-in-seconds="2" autodeploy-verifier-enabled="false" deploy-xml-validation="full" dynamic-reload-enabled="true" dynamic-reload-poll-interval-in-seconds="2"/>
</admin-service>
<web-container/>
<ejb-container cache-idle-timeout-in-seconds="600" cache-resize-quantity="32" commit-option="B" max-cache-size="512" max-pool-size="32" pool-idle-timeout-in-seconds="600" pool-resize-quantity="8" removal-timeout-in-seconds="5400" session-store="${com.sun.aas.instanceRoot}/session-store" steady-pool-size="0" victim-selection-policy="nru">
<ejb-timer-service max-redeliveries="1" minimum-delivery-interval-in-millis="7000" redelivery-interval-internal-in-millis="5000"/>
</ejb-container>
<mdb-container idle-timeout-in-seconds="600" max-pool-size="32" pool-resize-quantity="8" steady-pool-size="0"/>
<jms-service addresslist-behavior="random" addresslist-iterations="3" default-jms-host="default_JMS_host" init-timeout-in-seconds="60" reconnect-attempts="3" reconnect-enabled="true" reconnect-interval-in-seconds="5" type="EMBEDDED">
<jms-host admin-password="admin" admin-user-name="admin" host="genesis.cadebsa.com" name="default_JMS_host" port="38049"/>
</jms-service>
<log-service alarms="false" file="${com.sun.aas.instanceRoot}/logs/server.log" log-rotation-limit-in-bytes="2000000" log-rotation-timelimit-in-minutes="0" log-to-console="false" retain-error-statistics-for-hours="5" use-system-logging="false">
<module-log-levels admin="INFO" classloader="INFO" cmp="INFO" cmp-container="INFO" configuration="INFO" connector="INFO" corba="INFO" deployment="INFO" ejb-container="INFO" group-management-service="INFO" javamail="INFO" jaxr="INFO" jaxrpc="INFO" jdo="INFO" jms="INFO" jta="INFO" jts="INFO" management-event="INFO" mdb-container="INFO" naming="INFO" node-agent="INFO" resource-adapter="INFO" root="INFO" saaj="INFO" security="INFO" self-management="INFO" server="INFO" synchronization="INFO" util="INFO" verifier="INFO" web-container="INFO"/>
</log-service>
<security-service activate-default-principal-to-role-mapping="false" anonymous-role="ANYONE" audit-enabled="false" audit-modules="default" default-realm="file" jacc="default">
<!-- All administrative users use this realm by default. -->
<auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="admin-realm">
<property name="file" value="${com.sun.aas.instanceRoot}/config/admin-keyfile"/>
<property name="jaas-context" value="fileRealm"/>
</auth-realm>
<!-- All administrative users use this realm by default. -->
<auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="file">
<property name="file" value="${com.sun.aas.instanceRoot}/config/keyfile"/>
<property name="jaas-context" value="fileRealm"/>
</auth-realm>
<auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate">
</auth-realm>
<jacc-provider name="default" policy-configuration-factory-provider="com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl" policy-provider="com.sun.enterprise.security.provider.PolicyWrapper">
<property name="repository" value="${com.sun.aas.instanceRoot}/generated/policy"/>
</jacc-provider>
<audit-module classname="com.sun.enterprise.security.Audit" name="default">
<property name="auditOn" value="false"/>
</audit-module>
<message-security-config auth-layer="SOAP">
<!-- turned off by default -->
<provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="XWS_ClientProvider" provider-type="client">
<request-policy auth-source="content"/>
<response-policy auth-source="content"/>
<property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config-2.0.xml"/>
</provider-config>
<provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="ClientProvider" provider-type="client">
<request-policy auth-source="content"/>
<response-policy auth-source="content"/>
<property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config-1.0.xml"/>
</provider-config>
<provider-config class-name="com.sun.xml.wss.provider.ServerSecurityAuthModule" provider-id="XWS_ServerProvider" provider-type="server">
<request-policy auth-source="content"/>
<response-policy auth-source="content"/>
<property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config-2.0.xml"/>
</provider-config>
<provider-config class-name="com.sun.xml.wss.provider.ServerSecurityAuthModule" provider-id="ServerProvider" provider-type="server">
<request-policy auth-source="content"/>
<response-policy auth-source="content"/>
<property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config-1.0.xml"/>
</provider-config>
</message-security-config>
</security-service>
<transaction-service automatic-recovery="false" heuristic-decision="rollback" keypoint-interval="2048" retry-timeout-in-seconds="600" timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"/>
<monitoring-service>
<module-monitoring-levels connector-connection-pool="OFF" connector-service="OFF" ejb-container="OFF" http-service="OFF" jdbc-connection-pool="OFF" jms-service="OFF" jvm="OFF" orb="OFF" thread-pool="OFF" transaction-service="OFF" web-container="OFF"/>
</monitoring-service>
<diagnostic-service capture-app-dd="true" capture-hadb-info="true" capture-install-log="true" capture-system-info="true" compute-checksum="true" max-log-entries="500" min-log-level="INFO" verify-config="true"/>
<java-config classpath-suffix="" debug-enabled="false" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009" env-classpath-ignored="true" java-home="${com.sun.aas.javaRoot}" javac-options="-g" rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g" system-classpath="${com.sun.aas.installRoot}/lib/appserv-launch.jar">
<!-- various required jvm-options -->
<jvm-options>-client</jvm-options>
<jvm-options>-Djava.endorsed.dirs=${com.sun.aas.installRoot}/lib/endorsed</jvm-options>
<jvm-options>-Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy</jvm-options>
<jvm-options>-Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf</jvm-options>
<jvm-options>-Dsun.rmi.dgc.server.gcInterval=3600000</jvm-options>
<jvm-options>-Dsun.rmi.dgc.client.gcInterval=3600000</jvm-options>
<jvm-options>-Xmx1400m</jvm-options>
<jvm-options>-Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks</jvm-options>
<jvm-options>-Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks</jvm-options>
<jvm-options>-Djava.ext.dirs=${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext${path.separator}${com.sun.aas.derbyRoot}/lib</jvm-options>
<jvm-options>-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver</jvm-options>
<jvm-options>-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder</jvm-options>
<jvm-options>-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory</jvm-options>
<jvm-options>-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar</jvm-options>
<jvm-options>-Dcom.sun.enterprise.taglisteners=jsf-impl.jar</jvm-options>
<jvm-options>-XX:NewRatio=2</jvm-options>
<jvm-options>-XX:MaxPermSize=512m</jvm-options>
<jvm-options>-XX:PermSize=512m</jvm-options>
<jvm-options>-Xms1400m</jvm-options>
<jvm-options>-XX:+AggressiveHeap</jvm-options>
<jvm-options>-XX:MaxHeapFreeRatio=20</jvm-options>
<jvm-options>-XX:MinHeapFreeRatio=10</jvm-options>
</java-config>
<thread-pools>
<thread-pool idle-thread-timeout-in-seconds="120" max-thread-pool-size="200" min-thread-pool-size="0" num-work-queues="1" thread-pool-id="thread-pool-1"/>
</thread-pools>
<management-rules enabled="true">
</management-rules>
</config>
<!-- config model with name "server-config" ends -->
</configs>
<servers>
<server config-ref="server-config" lb-weight="100" name="server">
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="adminapp" virtual-servers="__asadmin"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="admingui" virtual-servers="__asadmin"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="MEjbApp" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="__JWSappclients" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="__ejb_container_timer_app" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="GestionPlanillas" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Beneficios" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="RRHH" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Contabilidad" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="WSContabilidad"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="PresupuestoFinanciero"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="SeguridadyAuditoria" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="General"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Subsistema_de_Recursos_Humanos"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="CajaChica" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Adquisiciones" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Proveedores" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Generales-ejb"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="raiz"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Adquisiciones-ejb"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Caja_Chica-ejb"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Contabilidad-ejb"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Proveedores-ejb"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Presupuesto_de_Inversiones-ejb"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="PresupuestodeInversiones" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="GestionVacaciones" virtual-servers="server"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="Almacenes-ejb"/>
<application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="PIM" virtual-servers="server"/>
<resource-ref enabled="true" ref="jdbc/__TimerPool"/>
<resource-ref enabled="true" ref="jdbc/__CallFlowPool"/>
<resource-ref enabled="true" ref="jdbc/__default"/>
<resource-ref enabled="true" ref="ConeccionBD"/>
<resource-ref enabled="true" ref="jdbc/ConeccionBD"/>
</server>
</servers>
<property name="administrative.domain.name" value="testeoapp9"/>
</domain>
Assets.. need further information.. please let me know

[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Mas abajo|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Enreo aquiiiiiiiiiii almAux=3 almdeKardex=3|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs En el segundo while|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Mas abajo|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Enrtro al else|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs En el segundo while|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Mas abajo|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Enreo aquiiiiiiiiiii almAux=3 almdeKardex=3|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs En el segundo while|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Mas abajo|#]
[#|2007-10-03T17:12:16.600-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Enreo aquiiiiiiiiiii almAux=3 almdeKardex=3|#]
[#|2007-10-03T17:12:16.601-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs En el segundo while|#]
[#|2007-10-03T17:12:16.601-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Mas abajo|#]
[#|2007-10-03T17:12:16.601-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Enrtro al else|#]
[#|2007-10-03T17:12:16.617-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Entro al listarPedidosPorTipoPIMAlmacen|#]
[#|2007-10-03T17:12:16.633-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Paso el 1er query|#]
[#|2007-10-03T17:12:16.633-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Paso el 2do query|#]
[#|2007-10-03T17:12:16.673-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Paso el 2do query jeje|#]
[#|2007-10-03T17:12:16.673-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Tama��o=1|#]
[#|2007-10-03T17:12:16.673-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs En el segundo while|#]
[#|2007-10-03T17:12:16.673-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Mas abajo|#]
[#|2007-10-03T17:12:16.673-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Enreo aquiiiiiiiiiii almAux=3 almdeKardex=3|#]
[#|2007-10-03T17:12:26.629-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
Entra a interfaz con el valor: GVASQUEZ|#]
[#|2007-10-03T17:12:26.629-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
Sale de la consulta|#]
[#|2007-10-03T17:12:26.629-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
se creo la consulta|#]
[#|2007-10-03T17:12:26.659-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
Creo la lista|#]
[#|2007-10-03T17:12:26.659-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
Centro de costo: 222|#]
[#|2007-10-03T17:12:26.694-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
ccs Entro aquiiiii usuario=GVASQUEZ|#]
[#|2007-10-03T17:12:26.721-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
ccs empleado=2142|#]
[#|2007-10-03T17:12:26.742-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
ccs paso query|#]
[#|2007-10-03T17:12:27.313-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs Entro a imagen|#]
[#|2007-10-03T17:12:27.313-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs Paso 1|#]
[#|2007-10-03T17:12:27.314-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs Paso2|#]
[#|2007-10-03T17:12:27.315-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs Paso3|#]
[#|2007-10-03T17:12:27.315-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs Paso3aaa|#]
[#|2007-10-03T17:12:27.316-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs Paso3ddd|#]
[#|2007-10-03T17:12:27.316-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso4|#]
[#|2007-10-03T17:12:27.317-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso5|#]
[#|2007-10-03T17:12:27.318-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso6|#]
[#|2007-10-03T17:12:27.318-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():NML:Prueba5|#]
[#|2007-10-03T17:12:27.319-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():NML:Prueba6|#]
[#|2007-10-03T17:12:27.319-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():NML:Prueba7|#]
[#|2007-10-03T17:12:27.320-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():NML:Prueba8|#]
[#|2007-10-03T17:12:27.320-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso7|#]
[#|2007-10-03T17:12:27.321-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso8|#]
[#|2007-10-03T17:12:27.321-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso8aa|#]
[#|2007-10-03T17:12:27.322-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso9|#]
[#|2007-10-03T17:12:27.322-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|WebModule[/PIM] ServletContext.log():ccs:Paso10|#]
[#|2007-10-03T17:12:30.871-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
Entra a interfaz con el valor: GVASQUEZ|#]
[#|2007-10-03T17:12:30.871-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
Sale de la consulta|#]
[#|2007-10-03T17:12:30.871-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
se creo la consulta|#]
[#|2007-10-03T17:12:30.902-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
Creo la lista|#]
[#|2007-10-03T17:12:30.902-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
Centro de costo: 222|#]
[#|2007-10-03T17:12:30.920-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs Entro aquiiiii usuario=GVASQUEZ|#]
[#|2007-10-03T17:12:30.934-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs empleado=2142|#]
[#|2007-10-03T17:12:30.950-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|
ccs paso query|#]
[#|2007-10-03T17:12:31.319-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs Entro a imagen|#]
[#|2007-10-03T17:12:31.319-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs Paso 1|#]
[#|2007-10-03T17:12:31.320-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs Paso2|#]
[#|2007-10-03T17:12:31.320-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs Paso3|#]
[#|2007-10-03T17:12:31.321-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs Paso3aaa|#]
[#|2007-10-03T17:12:31.321-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs Paso3ddd|#]
[#|2007-10-03T17:12:31.322-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso4|#]
[#|2007-10-03T17:12:31.322-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso5|#]
[#|2007-10-03T17:12:31.323-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso6|#]
[#|2007-10-03T17:12:31.323-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():NML:Prueba5|#]
[#|2007-10-03T17:12:31.324-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():NML:Prueba6|#]
[#|2007-10-03T17:12:31.324-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():NML:Prueba7|#]
[#|2007-10-03T17:12:31.325-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():NML:Prueba8|#]
[#|2007-10-03T17:12:31.325-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():NML:Prueba9|#]
[#|2007-10-03T17:12:31.326-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso7|#]
[#|2007-10-03T17:12:31.326-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso8|#]
[#|2007-10-03T17:12:31.327-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso8bb|#]
[#|2007-10-03T17:12:31.327-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso9|#]
[#|2007-10-03T17:12:31.328-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-7879-0;|WebModule[/PIM] ServletContext.log():ccs:Paso10|#]
[#|2007-10-03T17:12:33.467-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
GVP - Parametros: vPedNro=0,vPedTpo=4,vPedDsc=,vPedEstado=0,vEmpCod=2142|#]
[#|2007-10-03T17:12:33.468-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
:::___qry=SELECT new cadeb.almacenes.datos.PedidoAlmacenDatos(a.pedido,a.tipodePedido,a.cargo,a.folio,a.descripcion, a.tipoPartida,a.conceptoPartida,a.fechadeAlta,a.estado,a.fechadeEstado,a.pedidoparaFecha,a.usuario,a.centroCostoAprobacion,a.observaciones,a.almacen.almacen,a.almacen.descripcion) FROM Almpedidos a Where a.pedido>=0 and UPPER(a.descripcion) Like '%%' and a.empleado =2142 and a.tipodePedido=4 Order by a.pedido|#]
[#|2007-10-03T17:12:33.671-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.684-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.694-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.707-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.716-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.722-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.731-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.736-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.745-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.750-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.759-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.774-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.783-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.799-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.856-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.861-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.871-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.880-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:33.889-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:33.894-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.067-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.071-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.083-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.088-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.096-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.101-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.109-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.123-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.136-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.143-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.152-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.157-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.166-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.181-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.189-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.203-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.211-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.223-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.232-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.237-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.246-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.265-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.276-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.288-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.297-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.304-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.312-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.317-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.327-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.332-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.341-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.345-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.354-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.363-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.372-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.377-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.386-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.394-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.403-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.408-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.418-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.424-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.433-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.440-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.449-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.455-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.465-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.472-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.481-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.497-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.505-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.514-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:34.525-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
En la clase de datos|#]
[#|2007-10-03T17:12:34.529-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=httpWorkerThread-7879-1;|
en proceso|#]
[#|2007-10-03T17:12:36.857-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
GVP - Parametros: vPedNro=0,vPedTpo=4,vPedDsc=,vPedEstado=0,vEmpCod=2142|#]
[#|2007-10-03T17:12:36.858-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
:::___qry=SELECT new cadeb.almacenes.datos.PedidoAlmacenDatos(a.pedido,a.tipodePedido,a.cargo,a.folio,a.descripcion, a.tipoPartida,a.conceptoPartida,a.fechadeAlta,a.estado,a.fechadeEstado,a.pedidoparaFecha,a.usuario,a.centroCostoAprobacion,a.observaciones,a.almacen.almacen,a.almacen.descripcion) FROM Almpedidos a Where a.pedido>=0 and UPPER(a.descripcion) Like '%%' and a.empleado =2142 and a.tipodePedido=4 Order by a.pedido|#]
[#|2007-10-03T17:12:37.087-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.093-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
en proceso|#]
[#|2007-10-03T17:12:37.102-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.108-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
en proceso|#]
[#|2007-10-03T17:12:37.117-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.123-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
en proceso|#]
[#|2007-10-03T17:12:37.132-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.136-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
en proceso|#]
[#|2007-10-03T17:12:37.145-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.154-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
en proceso|#]
[#|2007-10-03T17:12:37.163-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.168-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
en proceso|#]
[#|2007-10-03T17:12:37.176-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.187-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
en proceso|#]
[#|2007-10-03T17:12:37.196-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=13;_ThreadName=httpWorkerThread-7879-2;|
En la clase de datos|#]
[#|2007-10-03T17:12:37.202-0400|INFO|sun-appserver-pe9.0|javax.enterpri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

Similar Messages

  • Keynote is not responding. I have already worked on my slides for hours, but did not save; suddenly the application stops responding. What's the solution?

    Keynote is not responding. I have already worked on my slides for hours, but did not save; suddenly the application stops responding. What's the solution?

    If you had never saved the file at any time, you have lost your work.
    Go to;  Apple Menu > Force Quit
    Start a new presentation, and from now on, after adding the first object to the slide, save the file.

  • Web dynpro abap application stops responding?

    Hi Experts,
    I want to know in which case does the web dynpro for ABAP application stops responding.
    Does server roundtrip come into picture here?
    thanks,
    Arti.

    Hi,
    On your server run command ipconfig /all
    FQDN = Hostname + Primary DNS Suffix
    The make sure the profile parameters SAPLOCALHOSTFULL and icm/host_name_full reflect the same.
    Regards,
    Srikishan

  • Final cut pro HD, application stops responding while attempting to open

    I was using fcp 3.0.2 on a 10.3.5 G4, added the updates for os 10.3.6,10.3.7,10.3.8,10.3.9, then upgraded to QT 7pro, all yesterday. then upgraded to fcpHD from a production suite that I had but hadn't installed for about a year. now fcpHD stops responding while its starting up, always at the same spot when it says" loading audio filters", i tried starting fcp3 and it also stops responding during the application start up. any suggestions on ressurecting fcpHD or even 3? thanks, TB

    Welcome to the forum thomas93!
    Post more about your Mac... when was the last time you rebuilt the startup disk from the ground up? Might download and read my article on just how to do this. It's in the first issue of the Creative COW magazine... free pdf download after registering here: http://magazine.creativecow.net/index.html
    It sure sounds like your software is all messed up...
    I'd trash your preference files for FCP found here: User/Library/Application support/Final Cut Pro User data folder, then see if it opens... if not I'd erase the hard drive and start over ESPECIALLY if your mac didn't come with Panther, and you just "upgraded" to it from an earlier OS long ago... You'll need to backup everything you want to save first... or install a new ATA in your Mac, and install Panther on it, then the FCP software you have. You'll not need to install any earlier versions either, just have your serial number for the older version you're upgrading from ready when you install FCP HD.
    You also should be running QT 6 NOT QT 7 unless you upgrade to Tiger.
    Jerry

  • Application stopped responding

    I need help with my newly-installed licensed InDesign 5.5, i am using Mac OS 10.6.4 with 3GB memory. 2 questions:
    1. When i opened an old file from cs3 (from windows), it showed this message "embedded mismatch profile" and it took a long time to respond. Then the notice application has stopped responding, and i had to force quit.
    2. i re-installed the software, and i could open the program. however, even if i make a new doc, the beachball will just turn for a long time and once again, i have to force quit because the application has stopped working/responding. with my other cs5.5 softwares, i do not have this problem. help!

    The program is probably hanging now because you have a corrupt file in the recovery folder. If you go to the Replace Your Preferences link, you'll see the paths listed for the InDesign SavedData file. By default the Recovery folder is in the same place. Move everything out of that folder and ID should start up.
    That does not mean you will be able to open the old file successfully. More than likely there is a problem in that file that started the whole thing. Do you still have CS3 installed? If so, you should open the file in CS3, then export to .inx and open the .inx in CS5.5. I do this as a matter of course with CS3 and CS4 files because there are enough reports here of problems showing up when opening legacy files directly in CS5 (sometimes after a week of editing) to make it worth the extra effort for the peace of mind.

  • When applications stop responding and restarting doesn't help

    I've trying to get into Photoshop, but while it's loading, it stops responding. I then have to force quit it. I tried to get into it many more times, but it still didn't work. I tried restarting the computer and that didn't help either. What do I do?

    Did you install PS from the install disks or migrate it over from another Mac using the Migration Assitant?
    If you migrated it over, try uninstalling in and reinstalling from the install disks. Some users have reported issues when they migrated PPC-coded apps over to an Intel Mac.

  • My first JSF application stopped responding completely

    when I tried to do my first JSF application, the application hangs for
    a long time then in the (Command Prompt) I saw this message :
    ================================================================================
    Jul 4, 2005 2:23:41 PM org.apache.catalina.loader.WebappClassLoader
    findResourceInternal
    INFO: Illegal access : this web application instance has been stopped
    already (the eventual
    following stack trace is cause by an error thrown for debugging
    purposes as well as to
    attempt to terminate the thread which caused the illegal access, and
    has no functional impact)
    ================================================================================
    My application structure
    WEB-INF
         web.xml
         faces-config.xml
         classes
         lib
              activation.jar
              commons-beanutils.jar
              commons-collections.jar
              commons-digester.jar
              commons-logging.jar
              jsf-api.jar
              jsf-impl.jar
              jstl.jar
              standard.jar
    index.jsp
    ================================================================================
    the contents of index.jsp is
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <f:view>
    <html>
    <head><title>JSP INDEX</title></head>
    <body>
    <h:form>
    <h1>JSP Page</h1>
    This example uses JSTL, uncomment the taglib directive above.
    To test, display the page like this:
    index.jsp?sayHello=true&name=Murphy
    </h:form>
    </body>
    </html>
    </f:view>
    ================================================================================
    and the content of web.xml is
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
         version="2.4">
    <!--
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
         </listener>
    -->
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsp</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
         <welcome-file>/index.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    ================================================================================
    and the content of faces-config.xml is
    <?xml version="1.0" encoding="windows-1252"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config xmlns="http://java.sun.com/JSF/Configuration">
    </faces-config>
    ================================================================================
    this is a complete description about the structure of my JSF
    application ,,
    So, would you please give me your suggestions for this problem
    Regards

    thank you alot Daniel
    the example you gave is working fine
    but still my application hangs when I try to run it
    and also there is no bean as you noticed
    it is so simple
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <f:view>
    <html>
    <head><title>JSP INDEX</title></head>
    <body>
    <h:form>
    <h1>JSP Page</h1>
    </h:form>
    </body>
    </html>
    </f:view>

  • EStation C510a Zeen applications stop responding problem

    I keep having problems with the Zeen locking up and getting error messages:
    "Activity Internet (in application Internet) is not responding".
    "Activity eReader (in application eReader) is not responding".
    I believe I have also had the problem with Home.
    The error message gives me the options of Force Close and Wait.  Wait generally doesn't fix the problem long term.  I have found Force Close the most helpful.  Afterwards, I have to search for the place I was in the application. 
    This "Freeze up" is very annoying.
    Has anyone found a "fix" for this problem or have any idea of when/if HP is going to issue a fix?  I had read some time ago that HP was going to issue a major update on January 3 that would fix these problems.  I have not yet seen that update.
    Is anyone else having these problems?
    Calling HP support is very time consuming and frustrating.  I may soon be forced to again contact them.

    UPDATE
    I just got off the phone with HP Support and was told that HP no longer supports the Android operating system, which is the probable problem with the applications locking up.  He suggested that I call Google Android support and try to download the newer version of Android to the Zeen tablet.  I don't think that is something I am qualified to do.
    I had been told by HP support, last month, that there would soon be an upgrade from Android 2.1 to 2.2 and that that would solve many problems.  That is apparently never going to happen.
    HP has dropped the price from the original $399.99 to $329.99 and are giving a free $50 gift card with the purchase.  I think it is obvious that HP has washed their hands of the product and are no longer providing future upgrades and only limited support now.  I doubt that we can trust HP to support the eFax or ePrint functions in the future.
    I am considering trying to return my printer to Amazon.

  • Forms applications stops responding for about 2 minutes 3 or 4 times a day

    We are experiencing this strange behaviour, and this is certainly coming from the IAS Server as it happens to all clients (from several applications linked to different DB servers).
    All connected users have to wait a couple of minutes (with the moving left to right cursor) before getting a response from teh server.
    We are running AS 9.0.4 on HP-UX, and all applications have been developped with forms.
    Could this be linked to some kind of garbage collection on the server side ?
    How can I check this ?
    Any help welcome !
    TIA,
    Vincent

    Hi,
    sounds like a network issue to me. However, best recommendation to give is to follow up with customer support and have them analyzing this.
    Frank

  • MBP (2010) Finder and all applications stopped responding

    Hello.
    I am in a critical situation: Everything on my MBP suddenly quit working. I can no longer shut down or restart the computer (without forcing), I can't open the finder (error 10810) nor any application from the dock. The laptop does not react to external harddrives and I can basically not do anything on my desktop (apart from opening folders).
    I've tried disk repairing.
    I have important files on my desktop and cannot do a complete re-installment without getting those files safe.
    I'm lost - help?

    I can start the laptop in safe mode, but it acts just the same (only a tad slower). It still doesn't react to external harddrives nor to any activation of applications. Finder doesn't open either.
    (I'm writing this from another computer, the MBP won't let me open Safari either).
    AHT says: "No trouble found"

  • Mac 10.5.8 browsers crashing – applications not responding

    Hello,
    I'm having big problems with my Mac 10.5.8. I tried verifying the disk on Disk Utliity but no errors showed up.
    Basically, my browsers (Safari, Firefox, Google Chrome) crash as soon as they are opened. Some other application stop responding as I'm using them and I have to force quit. The computer as a whole is very very slow to respond.
    If anyone has any advice I would really appreciate it. I need this computer for work.
    Thank you!

    I am having the same problem. It's been happening for several months. Firefox, Safari and Chrome all crash. I've avoided updating them and in fact went back a couple versions in Firefox, but no change. I can be working on Firefox for an hour or for 30 seconds. Either way, it just crashes. I can immediately restart it, and it will work for an hour or 30 seconds.
    No visible pattern, and it is not website specific.
    I am running a MacBook with 10.5.8 2.1 GHz Core 2 Duo, 4 GB 667 MHz
    Any help is greatly appreciated.

  • Quicktime application not responding after screen recording.

    After taping video gameplay of a heavily modded Fallout: New Vegas, pressing the stop button makes the application stop responding altogether. Causing me to force quit as it saves only a couple seconds.  It worked for awhile for about four recordings and after upgrading the graphics in the game, it just doesn't want to help anymore. This is frustrating and needs a fix as soon as possible. this is maddeningly frustrating. There are no fixes, no manuals on a fix, no upgrades. This needs to be remedied now.

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Iphoto stopped responding during 9.5.1 update

    I installed Mavericks last night, and started making required application updates today. After installing the iphoto 9.5.1 update, I opened it up, and there was a prompt about upgrading my library, or something to that affect. When I reached step 11 of 11 in the upgrade, at 39% complete, the application stopped responding, and my laptop is stuck in the middle of the upgrade (going on 3 hours.) I know that applications can gain glitches if you force quit them in the middle of an upgrade/update/download, but I'm at a loss what to do without the risk of glitching/messing up my photo library. Help would be greatly appreciated!

    Do you have a backup copy of the library made before you began the upgrade?  If so then force quit out of iPhoto and launch it again. 
    If you have any problems with the library quit again and try the following:
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - Run Option #4, Rebuild Database, followed by Option #1 if needed.
    If all of this fails reatore the backup copy of the library and open it with iPhoto. 
    OT

  • Firefox 4 Add-on manager causes application to stop responding

    I just upgraded from the latest updated of version of Firefox v3.0 to 4.0. When I try and use the new Add-on Manager, all of Firefox stops responding. Essentially nothing works. I click on Tools - Add-ons, the tab opens, I download a selected add-on, and then nothing happens, There is no indication that the add-on has installed. If I mouse click anywhere, including the menu items, minimize the window, or the close application buttons, nothing happens, The only way to close Firefox is to launch Task Manager and use "end task" function. Task Manager then tells me Firefox is not responding and do I want to send an error report to Microsoft. I copied the 4 dump related files in the Microsoft report before sending it. If any, or all, would be useful I will send them to a responsible party. If I start Firefox but do not try and do anything with add-ons, it seems to function correctly. Also any other running programs do not seem to be affected.
    I am running a desktop with XP SP3 with all updates downloaded and installed as they are issued.

    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to check if there is a compatibility update available.

  • Sun Java System Application Server Standard stops responding for no reason

    Dear Sun Users and Support.
    We ran into an issue that we can't find any cause for. For some reason our Sun Java System Application Server 8.2 Standard stops responding to HTTP calls. Even Admin console can't be invoked. The server by itself appears to be running according to the Windows Services window.
    It happens very rarely but once it happens the server needs to be restarted.
    There are no logs in the log files.
    This happens to multiple Sun Servers at the same time (As if some kind of timer shuts them off).
    The servers run on Windows Server 2003.
    Any help would be greatly appreciated.
    These servers are in the production environment and have expected uptime of 99.9%.
    Thank you.

    This has happened to us a couple of times and it was caused by Windows running out of TCP/IP connections. Next time it happens do a "netstat -an" to see if you have an extremely large amount of connections in time-wait state.
    If you do this is probably the culprit and I'm sorry to say that I don't know of a cure. From what I've heard (objection your honour, hearsay!) this is caused by bugs in Windows TCP/IP stack.
    If you require a 99.9% uptime you should perhaps consider switching to Linux or Unix. I know, easier said than done!
    Hope this helps,
    Gunnar

Maybe you are looking for