PDFUtilityService Failing?

Hi, I have a recurring exception showing up in my log files, it does not halt the execution of my orchaestration, however it is getting thrown for every single call to my orchaestration.  it seems to be coming from the PDFUtilityService, checking to see if the current document coming in represents a PDF document, every call generates an exception in our log file.
If this is normal behavior this would be good to know, however this seems like an expensive operation (throwing an exception)
Here is the stack trace.  What are my next steps, should I stop using this ES2 component?
2010-09-14 10:20:39,722 ERROR [com.adobe.livecycle.pdfutility.PDFUtilityServiceImpl] ALC-UTL_S00_003: Invalid PDF document provided to query.
com.adobe.internal.pdftoolkit.core.exceptions.PDFCosParseException: Stream does not represent a PDF document.
at com.adobe.internal.pdftoolkit.core.cos.CosDocument.init(CosDocument.java:439)
at com.adobe.internal.pdftoolkit.core.cos.CosDocument.<init>(CosDocument.java:141)
at com.adobe.internal.pdftoolkit.core.cos.CosDocument.newDocument(CosDocument.java:195)
at com.adobe.internal.pdftoolkit.pdf.document.PDFDocument.<init>(PDFDocument.java:253)
at com.adobe.internal.pdftoolkit.pdf.document.PDFDocument.newInstance(PDFDocument.java:185)
at com.adobe.pdfdocumentmanager.client.SharedPdfDocumentContext.toPDFDocument(SharedPdfDocum entContext.java:748)
at com.adobe.livecycle.pdfutility.PDFUtilityServiceImpl.getPDFProperties(PDFUtilityServiceIm pl.java:161)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227)
at sun.reflect.GeneratedMethodAccessor378.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
at org.jboss.ejb.Container.invoke(Container.java:960)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
at $Proxy151.doSupports(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:885)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker. java:347)
at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
at sun.reflect.GeneratedMethodAccessor307.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
at org.jboss.ejb.Container.invoke(Container.java:960)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
at $Proxy152.doRequiresNew(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:145)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
at com.adobe.idp.dsc.provider.impl.soap.axis.AdobeAxisServiceProvider.invokeMethod(AdobeAxis ServiceProvider.java:222)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
2010-09-14 10:20:39,722 INFO  [com.adobe.livecycle.pdfutility.PDFUtilityServiceImpl] ALC-UTL-N00-003: PDFUtility property result: { isPDFDocument=false isPDFPackage=null PDFVersion=null hasAttachments=null hasComments=null requiredAcrobatVersion=null formType=null isAcroForm=null isFillableForm=null isXFADocument=null XFAVersion=null}

It does seem a little peculiar. Could be an opportunity for a fix.
Could you please forward the following information to [email protected]?
LC version
Application server and version
A copy of a form throwing the exception
Thanks,
Steve

Similar Messages

  • Services failed to start

    I'm trying to get an installation running, and while it seems most things are up and running, a few services are failing to start.
    com.adobe.livecycle.DataTypesUtility and com.adobe.livecycle.PDFUtility fail to start. Their errors are similar:
    java.lang.IllegalStateException: Component: com.adobe.livecycle.DataTypesUtility version:1.0 must be in a running state prior to starting service: DataTypesUtilityService version: 1.0
    java.lang.IllegalStateException: Component: com.adobe.livecycle.PDFUtility version:9.0.0.0.20091019.1.220522 must be in a running state prior to starting service: PDFUtilityService version: 1.0
    How something can be started, before it is started, I'm not sure.
    The server (open)SUSE, on a 64bit system.

    Sure.
    boot.log:
    16:10:17,248 INFO  [Server] Starting JBoss (MX MicroKernel)...
    16:10:17,251 INFO  [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)
    16:10:17,251 DEBUG [Server] Using config: org.jboss.system.server.ServerConfigImpl@7bd63e39
    16:10:17,251 DEBUG [Server] Server type: class org.jboss.system.server.ServerImpl 
    16:10:17,251 DEBUG [Server] Server loaded through: org.jboss.system.server.NoAnnotationURLClassLoader 
    16:10:17,251 DEBUG [Server] Boot URLs: 
    16:10:17,251 DEBUG [Server]   file:/opt/jboss/lib/endorsed/serializer.jar 
    16:10:17,251 DEBUG [Server]   file:/opt/jboss/lib/endorsed/xalan.jar 
    16:10:17,251 DEBUG [Server]   file:/opt/jboss/lib/endorsed/xercesImpl.jar 
    16:10:17,251 DEBUG [Server]   file:/opt/jboss/lib/jboss-jmx.jar 
    16:10:17,251 DEBUG [Server]   file:/opt/jboss/lib/concurrent.jar 
    16:10:17,251 DEBUG [Server]   file:/opt/jboss/lib/log4j-boot.jar 
    16:10:17,252 DEBUG [Server]   file:/opt/jboss/lib/jboss-common.jar 
    16:10:17,252 DEBUG [Server]   file:/opt/jboss/lib/jboss-system.jar 
    16:10:17,252 DEBUG [Server]   file:/opt/jboss/lib/jboss-xml-binding.jar 
    16:10:17,252 INFO  [Server] Home Dir: /opt/jboss 
    16:10:17,252 INFO  [Server] Home URL: file:/opt/jboss/ 
    16:10:17,252 DEBUG [Server] Library URL: file:/opt/jboss/lib/ 
    16:10:17,253 INFO  [Server] Patch URL: null 
    16:10:17,253 INFO  [Server] Server Name: lc_mysql 
    16:10:17,253 INFO  [Server] Server Home Dir: /opt/jboss/server/lc_mysql 
    16:10:17,253 INFO  [Server] Server Home URL: file:/opt/jboss/server/lc_mysql/ 
    16:10:17,253 INFO  [Server] Server Log Dir: /opt/jboss/server/lc_mysql/log 
    16:10:17,253 DEBUG [Server] Server Data Dir: /opt/jboss/server/lc_mysql/data 
    16:10:17,253 INFO  [Server] Server Temp Dir: /opt/jboss/server/lc_mysql/tmp 
    16:10:17,254 DEBUG [Server] Server Config URL: file:/opt/jboss/server/lc_mysql/conf/ 
    16:10:17,254 DEBUG [Server] Server Library URL: file:/opt/jboss/server/lc_mysql/lib/ 
    16:10:17,254 INFO  [Server] Root Deployment Filename: jboss-service.xml 
    16:10:17,257 DEBUG [Server] Starting General Purpose Architecture (GPA)... 
    16:10:17,528 DEBUG [Server] Created MBeanServer: org.jboss.mx.server.MBeanServerImpl@6627e353[ defaultDomain='jboss' ] 
    16:10:17,581 DEBUG [Server] Boot url list: [file:/opt/jboss/server/lc_mysql/conf/] 
    16:10:17,582 DEBUG [Server] Creating loader for URL: file:/opt/jboss/server/lc_mysql/conf/ 
    16:10:17,587 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@5f7a8a02, cl=org.jboss.mx.loading.UnifiedClassLoader3@65faba46{ url=file:/opt/jboss/server/lc_mysql/conf/ ,addedOrder=0} 
    16:10:17,587 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@5f7a8a02, cl=org.jboss.mx.loading.UnifiedClassLoader3@65faba46{ url=file:/opt/jboss/server/lc_mysql/conf/ ,addedOrder=0} 
    16:10:17,587 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@65faba46{ url=file:/opt/jboss/server/lc_mysql/conf/ ,addedOrder=0} 
    16:10:17,766 DEBUG [Server] Failed to create xmbean for: org.jboss.system.server.ServerInfo 
    16:10:17,781 INFO  [ServerInfo] Java version: 1.6.0_20,Sun Microsystems Inc. 
    16:10:17,781 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 16.3-b01,Sun Microsystems Inc. 
    16:10:17,781 INFO  [ServerInfo] OS-System: Linux 2.6.34-9-desktop,amd64 
    16:10:17,781 DEBUG [ServerInfo] Full System Properties Dump 
    16:10:17,781 DEBUG [ServerInfo]     java.vendor: Sun Microsystems Inc. 
    16:10:17,781 DEBUG [ServerInfo]     sun.java.launcher: SUN_STANDARD 
    16:10:17,781 DEBUG [ServerInfo]     sun.management.compiler: HotSpot 64-Bit Server Compiler 
    16:10:17,781 DEBUG [ServerInfo]     os.name: Linux 
    16:10:17,781 DEBUG [ServerInfo]     sun.boot.class.path: /opt/jboss/lib/endorsed/serializer.jar:/opt/jboss/lib/endorsed/xalan.jar:/opt/jboss/lib/e ndorsed/xercesImpl.jar:/usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/resources.jar:/usr/lib6 4/jvm/java-1.6.0-sun-1.6.0/jre/lib/rt.jar:/usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/sunr sasign.jar:/usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/jsse.jar:/usr/lib64/jvm/java-1.6.0- sun-1.6.0/jre/lib/jce.jar:/usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/charsets.jar:/usr/li b64/jvm/java-1.6.0-sun-1.6.0/jre/classes 
    16:10:17,782 DEBUG [ServerInfo]     java.vm.specification.vendor: Sun Microsystems Inc. 
    16:10:17,782 DEBUG [ServerInfo]     java.runtime.version: 1.6.0_20-b02 
    16:10:17,782 DEBUG [ServerInfo]     user.name: jboss 
    16:10:17,782 DEBUG [ServerInfo]     jboss.bind.address: iscdevlc01.impsolutions.com 
    16:10:17,782 DEBUG [ServerInfo]     jboss.home.dir: /opt/jboss 
    16:10:17,782 DEBUG [ServerInfo]     user.language: en 
    16:10:17,782 DEBUG [ServerInfo]     sun.boot.library.path: /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/amd64 
    16:10:17,782 DEBUG [ServerInfo]     jboss.home.url: file:/opt/jboss/ 
    16:10:17,782 DEBUG [ServerInfo]     java.version: 1.6.0_20 
    16:10:17,782 DEBUG [ServerInfo]     user.timezone: Canada/Atlantic 
    16:10:17,782 DEBUG [ServerInfo]     java.net.preferIPv4Stack: true 
    16:10:17,782 DEBUG [ServerInfo]     jboss.server.home.dir: /opt/jboss/server/lc_mysql 
    16:10:17,782 DEBUG [ServerInfo]     jgroups.bind_addr: iscdevlc01.impsolutions.com 
    16:10:17,782 DEBUG [ServerInfo]     sun.arch.data.model: 64 
    16:10:17,782 DEBUG [ServerInfo]     java.endorsed.dirs: /opt/jboss/lib/endorsed 
    16:10:17,782 DEBUG [ServerInfo]     jboss.server.home.url: file:/opt/jboss/server/lc_mysql/ 
    16:10:17,782 DEBUG [ServerInfo]     sun.cpu.isalist: 
    16:10:17,782 DEBUG [ServerInfo]     sun.jnu.encoding: UTF-8 
    16:10:17,782 DEBUG [ServerInfo]     file.encoding.pkg: sun.io 
    16:10:17,783 DEBUG [ServerInfo]     file.separator: / 
    16:10:17,783 DEBUG [ServerInfo]     java.specification.name: Java Platform API Specification 
    16:10:17,783 DEBUG [ServerInfo]     java.class.version: 50.0 
    16:10:17,783 DEBUG [ServerInfo]     jboss.server.config.url: file:/opt/jboss/server/lc_mysql/conf/ 
    16:10:17,783 DEBUG [ServerInfo]     user.country: US 
    16:10:17,783 DEBUG [ServerInfo]     java.home: /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre 
    16:10:17,783 DEBUG [ServerInfo]     java.vm.info: mixed mode 
    16:10:17,783 DEBUG [ServerInfo]     jboss.lib.url: file:/opt/jboss/lib/ 
    16:10:17,783 DEBUG [ServerInfo]     bind.address: iscdevlc01.impsolutions.com 
    16:10:17,783 DEBUG [ServerInfo]     os.version: 2.6.34-9-desktop 
    16:10:17,783 DEBUG [ServerInfo]     path.separator: : 
    16:10:17,783 DEBUG [ServerInfo]     java.vm.version: 16.3-b01 
    16:10:17,783 DEBUG [ServerInfo]     java.protocol.handler.pkgs: org.jboss.net.protocol 
    16:10:17,783 DEBUG [ServerInfo]     java.awt.printerjob: sun.print.PSPrinterJob 
    16:10:17,783 DEBUG [ServerInfo]     sun.io.unicode.encoding: UnicodeLittle 
    16:10:17,783 DEBUG [ServerInfo]     jboss.server.temp.dir: /opt/jboss/server/lc_mysql/tmp 
    16:10:17,783 DEBUG [ServerInfo]     sun.rmi.dgc.client.gcInterval: 3600000 
    16:10:17,783 DEBUG [ServerInfo]     user.home: /home/jboss 
    16:10:17,783 DEBUG [ServerInfo]     java.specification.vendor: Sun Microsystems Inc. 
    16:10:17,783 DEBUG [ServerInfo]     java.library.path: /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/amd64/server:/usr/lib64/jvm/java-1.6.0-sun-1. 6.0/jre/lib/amd64:/usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/../lib/amd64:/usr/java/packages/ lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib 
    16:10:17,784 DEBUG [ServerInfo]     java.vendor.url: http://java.sun.com/ 
    16:10:17,784 DEBUG [ServerInfo]     program.name: run.sh 
    16:10:17,784 DEBUG [ServerInfo]     java.vm.vendor: Sun Microsystems Inc. 
    16:10:17,784 DEBUG [ServerInfo]     sun.rmi.dgc.server.gcInterval: 3600000 
    16:10:17,784 DEBUG [ServerInfo]     java.runtime.name: Java(TM) SE Runtime Environment 
    16:10:17,784 DEBUG [ServerInfo]     java.class.path: /opt/jboss/bin/run.jar 
    16:10:17,784 DEBUG [ServerInfo]     jboss.server.log.dir: /opt/jboss/server/lc_mysql/log 
    16:10:17,784 DEBUG [ServerInfo]     jbossmx.loader.repository.class: org.jboss.mx.loading.UnifiedLoaderRepository3 
    16:10:17,784 DEBUG [ServerInfo]     java.vm.specification.name: Java Virtual Machine Specification 
    16:10:17,784 DEBUG [ServerInfo]     java.vm.specification.version: 1.0 
    16:10:17,784 DEBUG [ServerInfo]     sun.cpu.endian: little 
    16:10:17,784 DEBUG [ServerInfo]     sun.os.patch.level: unknown 
    16:10:17,784 DEBUG [ServerInfo]     jboss.server.lib.url: file:/opt/jboss/server/lc_mysql/lib/ 
    16:10:17,784 DEBUG [ServerInfo]     java.io.tmpdir: /tmp 
    16:10:17,784 DEBUG [ServerInfo]     java.vendor.url.bug: http://java.sun.com/cgi-bin/bugreport.cgi 
    16:10:17,784 DEBUG [ServerInfo]     jboss.server.data.dir: /opt/jboss/server/lc_mysql/data 
    16:10:17,784 DEBUG [ServerInfo]     java.rmi.server.hostname: iscdevlc01.impsolutions.com 
    16:10:17,784 DEBUG [ServerInfo]     os.arch: amd64 
    16:10:17,784 DEBUG [ServerInfo]     java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment 
    16:10:17,784 DEBUG [ServerInfo]     java.ext.dirs: /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/ext:/usr/java/packages/lib/ext 
    16:10:17,785 DEBUG [ServerInfo]     user.dir: /opt/jboss/bin 
    16:10:17,785 DEBUG [ServerInfo]     line.separator: 
    16:10:17,785 DEBUG [ServerInfo]     java.vm.name: Java HotSpot(TM) 64-Bit Server VM
    16:10:17,785 DEBUG [ServerInfo]     jboss.server.base.dir: /opt/jboss/server
    16:10:17,785 DEBUG [ServerInfo]     jboss.server.base.url: file:/opt/jboss/server/
    16:10:17,785 DEBUG [ServerInfo]     javax.management.builder.initial: org.jboss.mx.server.MBeanServerBuilderImpl
    16:10:17,785 DEBUG [ServerInfo]     file.encoding: UTF-8
    16:10:17,785 DEBUG [ServerInfo]     java.specification.version: 1.6
    16:10:17,785 DEBUG [ServerInfo]     jboss.server.name: lc_mysql
    16:10:17,808 DEBUG [Server] Created system MBean: jboss.system:type=ServerInfo
    16:10:17,815 DEBUG [Server] Failed to create xmbean for: org.jboss.system.ServiceController
    16:10:17,855 DEBUG [ServiceController] Controller MBean online
    16:10:17,856 DEBUG [Server] Created system MBean: jboss.system:service=ServiceController
    16:10:17,992 DEBUG [Server] Created system XMBean: jboss.system:service=MainDeployer
    16:10:17,992 DEBUG [ServiceController] Creating service jboss.system:service=MainDeployer
    16:10:18,010 DEBUG [MainDeployer] Creating jboss.system:service=MainDeployer
    16:10:18,027 DEBUG [Files] Failed to delete dir: /opt/jboss/server/lc_mysql/tmp/deploy
    16:10:18,029 DEBUG [MainDeployer] Created jboss.system:service=MainDeployer
    16:10:18,029 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=MainDeployer dependents are: []
    16:10:18,029 DEBUG [ServiceController] starting service jboss.system:service=MainDeployer
    16:10:18,029 DEBUG [MainDeployer] Starting jboss.system:service=MainDeployer
    16:10:18,029 DEBUG [MainDeployer] Started jboss.system:service=MainDeployer
    16:10:18,029 DEBUG [ServiceController] Starting dependent components for: jboss.system:service=MainDeployer dependent components: []
    16:10:18,031 DEBUG [Server] Shutdown hook added
    16:10:18,102 DEBUG [Server] Created system XMBean: jboss.system:service=JARDeployer
    16:10:18,102 DEBUG [ServiceController] Creating service jboss.system:service=JARDeployer
    16:10:18,103 DEBUG [JARDeployer] Creating jboss.system:service=JARDeployer
    16:10:18,120 DEBUG [JARDeployer] Created jboss.system:service=JARDeployer
    16:10:18,121 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=JARDeployer dependents are: []
    16:10:18,121 DEBUG [ServiceController] starting service jboss.system:service=JARDeployer
    16:10:18,121 DEBUG [JARDeployer] Starting jboss.system:service=JARDeployer
    16:10:18,121 DEBUG [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@6b359c1b
    16:10:18,122 DEBUG [SuffixOrderHelper] Static suffix exists; ignoring request for adding enhanced suffix: 700:.jar
    16:10:18,122 DEBUG [JARDeployer] Started jboss.system:service=JARDeployer
    16:10:18,122 DEBUG [ServiceController] Starting dependent components for: jboss.system:service=JARDeployer dependent components: []
    16:10:18,158 DEBUG [Server] Created system XMBean: jboss.system:service=ServiceDeployer
    16:10:18,158 DEBUG [ServiceController] Creating service jboss.system:service=ServiceDeployer
    16:10:18,159 DEBUG [SARDeployer] Creating jboss.system:service=ServiceDeployer
    16:10:18,172 DEBUG [SARDeployer] Created jboss.system:service=ServiceDeployer
    16:10:18,172 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=ServiceDeployer dependents are: []
    16:10:18,172 DEBUG [ServiceController] starting service jboss.system:service=ServiceDeployer
    16:10:18,173 DEBUG [SARDeployer] Starting jboss.system:service=ServiceDeployer
    16:10:18,173 DEBUG [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@6564dbd5
    16:10:18,182 DEBUG [SARDeployer] Started jboss.system:service=ServiceDeployer
    16:10:18,182 DEBUG [ServiceController] Starting dependent components for: jboss.system:service=ServiceDeployer dependent components: []
    16:10:18,182 INFO  [Server] Core system initialized
    16:10:18,197 DEBUG [MainDeployer] Starting deployment of package: file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml
    16:10:18,197 DEBUG [MainDeployer] Starting deployment (init step) of package at: file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml
    16:10:18,239 DEBUG [MainDeployer] Copying file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml -> /opt/jboss/server/lc_mysql/tmp/deploy/tmp192933469839917509jboss-service.xml
    16:10:18,249 DEBUG [MainDeployer] using deployer org.jboss.deployment.SARDeployer@6564dbd5
    16:10:18,322 DEBUG [SARDeployer] Found classpath element: [classpath: null]
    16:10:18,324 DEBUG [SARDeployer] codebase URL is file:/opt/jboss/server/lc_mysql/lib/
    16:10:18,324 DEBUG [SARDeployer] listing codebase for archives matching *
    16:10:18,327 DEBUG [SARDeployer] URLLister class is org.jboss.net.protocol.file.FileURLLister
    16:10:18,333 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/cglib.jar
    16:10:18,333 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jnpserver.jar
    16:10:18,333 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jaxen.jar
    16:10:18,333 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/hibernate3.jar
    16:10:18,333 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/hibernate-entitymanager.jar
    16:10:18,333 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/bsh.jar
    16:10:18,333 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/bsh-deployer.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jbosssx.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/commons-collections.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/antlr.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/javassist.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jbossts-common.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jpl-util.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-iiop.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/commons-logging.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-cache-jdk50.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-jca.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-remoting-int.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-monitoring.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-ejb3x.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/mail-plugin.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/autonumber-plugin.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/dom4j.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/el-api.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jbossjta-integration.jar
    16:10:18,334 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/commons-codec.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/mail.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-j2ee.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/hibernate-annotations.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-jsr77.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-srp.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jbossjta.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/log4j.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-common-jdbc-wrapper.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jbossws-integration.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jbossha.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jmx-adaptor-plugin.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/bindingservice-plugin.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/ejb3-persistence.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/mysql-connector-java-5.1.6-bin.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-serialization.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/activation.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/joesnmp.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/scheduler-plugin.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/xmlentitymgr.jar
    16:10:18,335 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jpl-pattern.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/properties-plugin.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/scheduler-plugin-example.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/avalon-framework.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jgroups.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-hibernate.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jacorb.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/bcel.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-saaj.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/log4j-snmp-appender.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/quartz.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-transaction.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-management.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-jaxrpc.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-vfs.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/commons-httpclient.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-remoting.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/bsf.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jsp-api.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/servlet-api.jar
    16:10:18,336 DEBUG [SARDeployer] deployed classes for file:/opt/jboss/server/lc_mysql/lib/jboss-jsr88.jar
    16:10:18,337 DEBUG [SARDeployer] about to copy 0 local directories
    16:10:18,337 DEBUG [SARDeployer] looking for nested deployments in : file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml
    16:10:18,339 DEBUG [DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: null, repositoryConfig: null)
    16:10:18,340 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@5f7a8a02, cl=org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=0}
    16:10:18,340 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@5f7a8a02, cl=org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=0}
    16:10:18,340 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=0}
    16:10:18,341 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg:
    16:10:18,392 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/cglib.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,399 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jnpserver.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,424 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jaxen.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,628 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/hibernate3.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,637 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/hibernate-entitymanager.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,662 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/bsh.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,665 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/bsh-deployer.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,696 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jbosssx.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,737 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/commons-collections.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,774 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/antlr.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,814 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/javassist.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,824 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jbossts-common.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,836 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jpl-util.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,870 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-iiop.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,876 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/commons-logging.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,925 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-cache-jdk50.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,944 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-jca.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,946 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-remoting-int.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,951 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-monitoring.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,956 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-ejb3x.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,957 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/mail-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,959 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/autonumber-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,992 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/dom4j.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:18,994 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/el-api.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,134 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,136 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jbossjta-integration.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,138 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/commons-codec.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,153 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/mail.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,176 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-j2ee.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,193 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/hibernate-annotations.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,195 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-jsr77.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,201 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-srp.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,225 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jbossjta.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,239 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/log4j.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,249 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-common-jdbc-wrapper.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,250 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jbossws-integration.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,261 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jbossha.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,264 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jmx-adaptor-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,275 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/bindingservice-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,278 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/ejb3-persistence.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,308 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/mysql-connector-java-5.1.6-bin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,320 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-serialization.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,324 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/activation.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,328 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/joesnmp.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,333 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/scheduler-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,334 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/xmlentitymgr.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,335 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jpl-pattern.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,342 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/properties-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,348 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/scheduler-plugin-example.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,351 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/avalon-framework.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,446 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jgroups.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,448 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-hibernate.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,640 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jacorb.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,660 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/bcel.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,662 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-saaj.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,663 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/log4j-snmp-appender.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,677 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/quartz.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,680 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-transaction.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,686 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-management.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,688 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-jaxrpc.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,693 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-vfs.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,700 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/commons-httpclient.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,742 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-remoting.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,748 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/bsf.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,753 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jsp-api.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,756 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/servlet-api.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,760 DEBUG [RepositoryClassLoader] Added url: file:/opt/jboss/server/lc_mysql/lib/jboss-jsr88.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@5982bcde{ url=null ,addedOrder=2}
    16:10:19,760 DEBUG [MainDeployer] found 0 subpackages of file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml
    16:10:19,760 DEBUG [MainDeployer] Watching new file: file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml
    16:10:19,760 DEBUG [MainDeployer] create step for deployment file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml
    16:10:19,760 DEBUG [SARDeployer] Deploying SAR, create step: url file:/opt/jboss/server/lc_mysql/conf/jboss-service.xml
    16:10:19,760 DEBUG [SARDeployer] Registering service UCL=jmx.loading:UCL=5982bcde
    16:10:19,762 DEBUG [ServiceCreator] About to create bean: jboss.management.local:j2eeType=J2EEDomain,name=Manager with code: org.jboss.management.j2ee.LocalJBossServerDomain
    16:10:19,844 DEBUG [ServiceCreator] Created bean: jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,846 DEBUG [ServiceConfigurator] MainDeployer set to jboss.system:service=MainDeployer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,847 DEBUG [ServiceConfigurator] SARDeployer set to jboss.system:service=ServiceDeployer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,847 DEBUG [ServiceConfigurator] EARDeployer set to jboss.j2ee:service=EARDeployer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,848 DEBUG [ServiceConfigurator] EJBDeployer set to jboss.ejb:service=EJBDeployer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,848 DEBUG [ServiceConfigurator] RARDeployer set to jboss.jca:service=RARDeployer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,849 DEBUG [ServiceConfigurator] CMDeployer set to jboss.jca:service=ConnectionFactoryDeployer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,850 DEBUG [ServiceConfigurator] WARDeployer set to jboss.web:service=WebServer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,850 DEBUG [ServiceConfigurator] CARDeployer set to jboss.j2ee:service=ClientDeployer in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,851 DEBUG [ServiceConfigurator] MailService set to jboss:service=Mail in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,852 DEBUG [ServiceConfigurator] JNDIService set to jboss:service=Naming in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,852 DEBUG [ServiceConfigurator] JTAService set to jboss:service=TransactionManager in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,853 DEBUG [ServiceConfigurator] UserTransactionService set to jboss:service=ClientUserTransaction in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,853 DEBUG [ServiceConfigurator] RMI_IIOPService set to jboss:service=CorbaORB in jboss.management.local:j2eeType=J2EEDomain,name=Manager
    16:10:19,854 DEBUG [ServiceCreator] About to create xmbean object: jboss:service=AttributePersistenceService with code: org.jboss.system.pm.AttributePersistenceService with descriptor: resource:xmdesc/AttributePersistenceService-xmbean.xml
    16:10:19,875 DEBUG [ModelMBeanInvoker] Loaded persistence mgr: org.jboss.mx.persistence.ObjectStreamPersistenceManager
    16:10:19,875 DEBUG [ObjectStreamPersistenceManager] load, resource:org.jboss.system.pm.AttributePersistenceService@16ba5c7a
    16:10:19,898 DEBUG [ObjectStreamPersistenceManager] Store file is: /opt/jboss/server/lc_mysql/data/xmbean-attrs/AttributePersistenceService.ser
    16:10:19,898 DEBUG [ServiceCreator] Created bean: jboss:service=AttributePersistenceService
    16:10:19,898 DEBUG [ServiceCreator] About to create bean: jboss.system:service=ThreadPool with code: org.jboss.util.threadpool.BasicThreadPool
    16:10:19,936 DEBUG [ServiceCreator] Created bean: jboss.system:service=ThreadPool
    16:10:19,937 DEBUG [ServiceConfigurator] Name set to JBoss System Threads in jboss.system:service=ThreadPool
    16:10:19,938 DEBUG [ServiceConfigurator] ThreadGroupName set to System Threads in jboss.system:service=ThreadPool
    16:10:19,939 DEBUG [ServiceConfigurator] KeepAliveTime set to 60000 in jboss.system:service=ThreadPool
    16:10:19,951 DEBUG [ServiceConfigurator] MaximumPoolSize set to 10 in jboss.system:service=ThreadPool
    16:10:19,952 DEBUG [ServiceConfigurator] MaximumQueueSize set to 1000 in jboss.system:service=ThreadPool
    16:10:19,953 DEBUG [ServiceConfigurator] BlockingMode set to run in jboss.system:service=ThreadPool
    16:10:19,954 DEBUG [ServiceCreator] About to create xmbean object: jboss.system:type=Log4jService,service=Logging with code: org.jboss.logging.Log4jService with descriptor: resource:xmdesc/Log4jService-xmbean.xml
    16:10:20,007 DEBUG [ServiceCreator] Created bean: jboss.system:type=Log4jService,service=Logging
    16:10:20,008 DEBUG [ServiceConfigurator] ConfigurationURL set to resource:jboss-log4j.xml in jboss.system:type=Log4jService,service=Logging
    16:10:20,008 DEBUG [ServiceConfigurator] Log4jQuietMode set to true in jboss.system:type=Log4jService,service=Logging
    16:10:20,009 DEBUG [ServiceConfigurator] RefreshPeriod set to 60 in jboss.system:type=Log4jService,service=Logging
    16:10:20,009 DEBUG [ServiceCreator] About to create bean: jboss.rmi:type=RMIClassLoader with code: org.jboss.util.property.jmx.SystemPropertyClassValue
    16:10:20,013 DEBUG [ServiceCreator] Created bean: jboss.rmi:type=RMIClassLoader
    16:10:20,013 DEBUG [ServiceConfigurator] Property set to java.rmi.server.RMIClassLoaderSpi in jboss.rmi:type=RMIClassLoader
    16:10:20,014 DEBUG [ServiceConfigurator] ClassName set to org.jboss.system.JBossRMIClassLoader in jboss.rmi:type=RMIClassLoader
    16:10:20,014 DEBUG [ServiceCreator] About to create bean: jboss:service=WebService with code: org.jboss.web.WebService
    16:10:20,028 DEBUG [ServiceCreator] Created bean: jboss:service=WebService
    16:10:20,029 DEBUG [ServiceConfigurator] BindAddress set to iscdevlc01.impsolutions.com in jboss:service=WebService
    16:10:20,029 DEBUG [ServiceConfigurator] Port set to 8083 in jboss:service=WebService
    16:10:20,030 DEBUG [ServiceConfigurator] Host set to iscdevlc01.impsolutions.com in jboss:service=WebService
    16:10:20,030 DEBUG [ServiceConfigurator] DownloadServerClasses set to true in jboss:service=WebService
    16:10:20,031 DEBUG [ServiceConfigurator] DownloadResources set to false in jboss:service=WebService
    16:10:20,031 DEBUG [ServiceController] recording that jboss:service=WebService depends on jboss.system:service=ThreadPool
    16:10:20,031 DEBUG [ServiceConfigurator] considering ThreadPool with object name jboss.system:service=ThreadPool
    16:10:20,039 DEBUG [ServiceCreator] About to create xmbean object: jboss:service=NamingBeanImpl with code: org.jnp.server.NamingBeanImpl with descriptor: resource:xmdesc/NamingBean-xmbean.xml
    16:10:20,075 DEBUG [ServiceCreator] Created bean: jboss:service=NamingBeanImpl
    16:10:20,076 DEBUG [ServiceCreator] About to create xmbean object: jboss:service=Naming with code: org.jboss.naming.NamingService with descriptor: resource:xmdesc/NamingService-xmbean.xml
    16:10:20,119 DEBUG [ModelMBeanInvoker] Ignoring obsolete legacy interceptor: org.jboss.mx.interceptor.PersistenceInterceptor2
    16:10:20,119 DEBUG [ModelMBeanInvoker] Ignoring obsolete legacy interceptor: org.jboss.mx.interceptor.ModelMBeanInterceptor
    16:10:20,119 DEBUG [ModelMBeanInvoker] Ignoring obsolete legacy interceptor: org.jboss.mx.interceptor.ObjectReferenceInterceptor
    16:10:20,121 DEBUG [ServiceCreator] Created bean: jboss:service=Naming
    16:10:20,121 DEBUG [ServiceConfigurator] CallByValue set to true in jboss:service=Naming
    16:10:20,122 DEBUG [ServiceConfigurator] Port set to 1099 in jboss:service=Naming
    16:10:20,123 DEBUG [ServiceConfigurator] BindAddress set to iscdevlc01.impsolutions.com in jboss:service=Naming
    16:10:20,124 DEBUG [ServiceConfigurator] RmiPort set to 1098 in jboss:service=Naming
    16:10:20,124 DEBUG [ServiceConfigurator] RmiBindAddress set to iscdevlc01.impsolutions.com in jboss:service=Naming
    16:10:20,125 DEBUG [ServiceController] recording that jboss:service=Naming depends on jboss.system:service=ThreadPool
    16:10:20,125 DEBUG [ServiceConfigurator] considering LookupPool with object name jboss.system:service=ThreadPool
    16:10:20,132 DEBUG [ServiceController] recording that jboss:service=Naming depends on jboss:service=NamingBeanImpl
    16:10:20,132 DEBUG [ServiceConfigurator] considering Naming with object name jboss:service=NamingBeanImpl
    16:10:20,135 DEBUG [ServiceCreator] About to create xmbean object: jboss:service=JNDIView with code: org.jboss.naming.JNDIView with descriptor: resource:xmdesc/JNDIView-xmbean.xml
    16:10:20,181 DEBUG [ServiceCreator] Created bean: jboss:service=JNDIView
    16:10:20,182 DEBUG [ServiceConfigurator] HANamingService set to jboss:service=HAJNDI in jboss:service=JNDIView
    16:10:20,182 DEBUG [ServiceCreator] About to create bean: jboss.security:service=SecurityConfig with code: org.jboss.security.plugins.SecurityConfig
    16:10:20,189 DEBUG [ServiceCreator] Created bean: jboss.security:service=SecurityConfig
    16:10:20,189 DEBUG [ServiceConfigurator] LoginConfig set to jboss.security:service=XMLLoginConfig in jboss.security:service=SecurityConfig
    16:10:20,189 DEBUG [ServiceCreator] About to create bean: jboss.security:service=XMLLoginConfig with code: org.jboss.security.auth.login.XMLLoginConfig
    16:10:20,203 DEBUG [ServiceCreator] Created bean: jboss.security:service=XMLLoginConfig
    16:10:20,203 DEBUG [ServiceConfigurator] ConfigResource set to login-config.xml in jboss.security:service=XMLLoginConfig
    16:10:20,204 DEBUG [ServiceCreator] About to create bean: jboss.security:service=JaasSecurityManager with code: org.jboss.security.plugins.JaasSecurityManagerService
    16:10:20,228 DEBUG [ServiceCreator] Created bean: jboss.security:service=JaasSecurityManager
    16:10:20,228 DEBUG [ServiceConfigurator] ServerMode set to true in jboss.security:service=JaasSecurityManager
    16:10:20,229 DEBUG [ServiceConfigurator] SecurityManagerClassName set to org.jboss.security.plugins.JaasSecurityManager in jboss.security:service=JaasSecurityManager
    16:10:20,230 DEBUG [ServiceConfigurator] DefaultUnauthenticatedPrincipal set to anonymous in jboss.security:service=JaasSecurityManager
    16:10:20,230 DEBUG [ServiceConfigurator] DefaultCacheTimeout set to 1800 in jboss.security:service=JaasSecurityManager
    16:10:20,231 DEBUG [ServiceConfigurator] DefaultCacheResolution set to 60 in jboss.security:service=JaasSecurityManager
    16:10:20,231 DEBUG [ServiceConfigurator] DeepCopySubjectMode set to false in jboss.security:service=JaasSecurityManager
    16:10:20,231 DEBUG [JaasSecurityManagerService] setDeepCopySubjectMode=false
    16:10:20,232 DEBUG [ServiceCreator] About to create bean: jboss:service=XidFactory with code: org.jboss.tm.XidFactory
    16:10:20,249 DEBUG [ServiceCreator] Created bean: jboss:service=XidFactory
    16:10:20,249 DEBUG [ServiceCreator] About to create bean: jboss:service=TransactionManager with code: com.arjuna.ats.jbossatx.jta.TransactionManagerService
    16:10:20,319 DEBUG [ServiceCreator] Created bean: jboss:service=TransactionManager
    16:10:20,319 DEBUG [ServiceConfigurator] TransactionTimeout set to 300 in jboss:service=TransactionManager
    16:10:20,320 DEBUG [ServiceConfigurator] ObjectStoreDir set to /opt/jboss/server/lc_mysql/data/tx-object-store in jboss:service=TransactionManager
    16:10:20,320 DEBUG [ServiceCreator] About to create xmbean object: jboss:service=ClientUserTransaction with code: org.jboss.tm.usertx.server.ClientUserTransactionService with descriptor: resource:xmdesc/ClientUserTransaction-xmbean.xml
    16:10:20,336 DEBUG [ServiceCreator] Created bean: jboss:service=ClientUserTransaction
    16:10:20,336 DEBUG [ServiceCreator] About to create bean: jboss:service=proxyFactory,target=ClientUserTransactionFactory with code: org.jboss.invocation.jrmp.server.JRMPProxyFactory
    16:10:20,346 DEBUG [ServiceCreator] Created bean: jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,347 DEBUG [ServiceConfigurator] InvokerName set to jboss:service=invoker,type=jrmp in jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,348 DEBUG [ServiceConfigurator] TargetName set to jboss:service=ClientUserTransaction in jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,349 DEBUG [ServiceConfigurator] JndiName set to UserTransactionSessionFactory in jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,352 DEBUG [ServiceConfigurator] ExportedInterface set to interface org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory in jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,358 DEBUG [ServiceConfigurator] ClientInterceptors set to [interceptors: null] in jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,362 DEBUG [JRMPProxyFactory] added interceptor type: class org.jboss.proxy.ClientMethodInterceptor
    16:10:20,362 DEBUG [JRMPProxyFactory] added interceptor type: class org.jboss.invocation.InvokerInterceptor
    16:10:20,362 DEBUG [ServiceController] recording that jboss:service=proxyFactory,target=ClientUserTransactionFactory depends on jboss:service=invoker,type=jrmp
    16:10:20,362 DEBUG [ServiceConfigurator] considering <anonymous> with object name jboss:service=invoker,type=jrmp
    16:10:20,362 DEBUG [ServiceController] recording that jboss:service=ClientUserTransaction depends on jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,362 DEBUG [ServiceConfigurator] considering <anonymous> with object name jboss:service=proxyFactory,target=ClientUserTransactionFactory
    16:10:20,362 DEBUG [ServiceCreator] About to create bean: jboss:service=proxyFactory,target=ClientUserTransaction with code: org.jboss.invocation.jrmp.server.JRMPProxyFactory
    16:10:20,368 DEBUG [ServiceCreator] Created bean: jboss:service=proxyFactory,target=ClientUserTransaction
    16:10:20,370 DEBUG [ServiceConfigurator] InvokerName set to jboss:service=invoker,type=jrmp in jboss:service=proxyFactory,target=ClientUserTransaction
    16:10:20,371 DEBUG [ServiceConfigurator] TargetName set to jboss:service=ClientUserTransaction in jboss:service=proxyFactory,target=ClientUserTransaction
    16:10:20,372 DEBUG [ServiceConfigurator] ExportedInterface set to interface org.jboss.tm.usertx.interfaces.UserTransactionSession in jboss:service=proxyFactory,target=ClientUserTransaction
    16:10:20,374 DEBUG [ServiceConfigurator] ClientInterceptors set to [interceptors: null] in jboss:service=proxyFactory,target=ClientUserTransaction
    16:10:20,374 DEBUG [JRMPProxyFactory] added interceptor type: class org.jboss.proxy.ClientMethodInterceptor
    16:10:20,375 DEBUG [JRMPProxyFactory] added interceptor type: class org.jboss.invocation.InvokerInterceptor
    16:10:20,375 DEBUG [ServiceController] recording that jboss:service=proxyFactory,target=ClientUserTransaction depends on jboss:service=invoker,type=jrmp
    16:10:20,375 DEBUG [ServiceConfigurator] considering <anonymous> with object name jboss:service=invoker,type=jrmp
    16:10:20,375 DEBUG [ServiceController] recording that jboss:service=ClientUserTransaction depends on jboss:service=proxyFactory,target=ClientUserTransaction
    16:10:20,375 DEBUG [ServiceConfigurator] considering TxProxyName with object name jboss:service=proxyFactory,target=ClientUserTransaction
    16:10:20,375 DEBUG [ServiceCreator] About to create bean: jboss:service=invoker,type=unified with code: org.jboss.invocation.unified.server.UnifiedInvoker
    16:10:20,392 DEBUG [ServiceCreator] Created bean: jboss:service=invoker,type=unified
    16:10:20,392 DEBUG [ServiceController] recording that jboss:service=invoker,type=unified depends on jboss:service=TransactionManager
    16:10:20,392 DEBUG [ServiceConfigurator] considering <anonymous> with object name jboss:service=TransactionManager
    16:10:20,392 DEBUG [ServiceController] recording that jboss:service=invoker,type=unified depends on jboss.remoting:service=Connector,transport=socket
    16:10:20,392 DEBUG [ServiceConfigurator] considering <anonymous> with object name jboss.remoting:service=Connector,transport=socket
    16:10:20,392 DEBUG [ServiceCreator] About to create bean: jboss:service=invoker,type=jrmp with code: org.jboss.invocation.jrmp.server.JRMPInvoker
    16:10:20,431 DEBUG [ServiceCreator] Created bean: jboss:service=invoker,type=jrmp
    16:10:20,431 DEBUG [ServiceConfigurator] RMIObjectPort set to 4444 in jboss:service=invoker,type=jrmp
    16:10:20,433 DEBUG [ServiceConfigurator] ServerAddress set to iscdevlc01.impsolutions.com in jboss:service=invoker,type=jrmp
    16:10:20,433 DEBUG [ServiceController] recording that jboss:service=invoker,type=jrmp depends on jboss:service=TransactionManager
    16:10:20,433 DEBUG [ServiceConfigurator] considering <anonymous> with object name jboss:service=TransactionManager
    16:10:20,433 DEBUG [ServiceCreator] About to create bean: jboss:service=invoker,type=local with code: org.jboss.invocation.local.LocalInvoker
    16:10:20,439 DEBUG [ServiceCreator] Created bean: jboss:service=invoker,type=local
    16:10:20,439 DEBUG [ServiceController] recording that jboss:service=invoker,type=local depends on jboss:service=TransactionManager
    16:10:20,439 DEBUG [ServiceConfigurator] considering <anonymous> with object name jboss:service=TransactionManager
    16:10:20,439 DEBUG [ServiceCreator] About to create bean: jboss:service=invoker,type=pooled with code: org.jboss.invocation.pooled.server.PooledInvoker
    16:10:20,464 DEBUG [ServiceCreator] Created bean: jboss:service=invoker,type=pooled
    16:10:20,465 DEBUG [ServiceConfigurator] NumAcceptThreads set to 1 in jboss:service=invoker,type=pooled
    16:10:20,465 DEBUG [ServiceConfigurator] MaxPoolSize set to 300 in jboss:service=invoker,type=pooled
    16:10:20,465 DEBUG [ServiceConfigurator] ClientMaxPoolSize set to 300 in jboss:service=invoker,type=pooled
    16:10:20,466 DEBUG [ServiceConfigurator] SocketTimeout set to 60000 in jboss:service=invoker,type=pooled
    16:10:20,466 DEBUG [ServiceConfigurator] ServerBindAddress set to iscdevlc01.impsolutions.com in jboss:service=invoker,type=pooled
    16:10:20,467 DEBUG [ServiceConfigurator] ServerBindPort set to 4445 in jboss:service=invoker,type=pooled
    16:10:20,467 DEBUG [ServiceConfigurator] ClientConnectAddress set to iscdevlc01.impsolutions.com in jboss:service=invoker,type=pooled
    16:10:20,469 DEBUG [ServiceConfigurator] ClientConnectPort set to 0 i

  • Bit locker drive encryption failed due to power failer and hard disk corrupted

    I ran Bitlocker drive ecryption drive D. My pc is windows 7 ultimate, while it was in progress of 1% due to power failer the encryption failed, when power resume the drive didn't showed the file format nor the size but it shows the size in disk management.
    It showed like this in My computer
    I do Have the recovery code password and back of recovery password so I ran the "manage-bde-_unlock D:-rp[my code ]
    and my pc got hang  no other option rather than to press the restart button. 
    then I used commang "repair-bde -force D:I:-rp[my rp] and following info showed but it stucked in 1% about 8 hours, and there was no increase in the pecentage
    I also connected the hardisk to mac but all othe partation showed but didn't showed the encrypted one.
    I had lots of memorable picture and other backups so any one kindly help me to get out of this problem. Thanks for help

    Hi,
    The BitLocker encryption and decryption processes can be interrupted by turning the computer off, and it will resume where it left off the next time Windows starts. This is true even if the power is suddenly unavailable.
    Bitlocker-repair (repair-bde)  tool
    can't repair a drive that failed during the encryption or decryption process.
    In addition, could you please explain a bit for what drive you are trying to deal with? external one?
    When you first restart your PC, have you seen any signs that indicate that the encryption is in process?
    Regarding your scenario, please take a look to see if the following articles could help here:
    Scenario 11: Recovering Data Protected by BitLocker Drive Encryption (Windows 7)
    Besides, when running manage-bde command, did we followed the steps mentioned in the below article?
    Scenario 14: Using a Data Recovery Agent to Recover BitLocker-Protected Drives (Windows 7)
    Best regards
    Michael Shao
    TechNet Community Support

  • Cannot send email from my Touch (connection to smtp server fails)

    Hello,
    I have a new iPod Touch with 1.1.4 and the January apps. I am having a problem setting the Mail application.
    I am trying to connect to the IMAP/SMTP servers at my university. I am using the exact same settings and passwords I use on my laptop, which works fine. I can receive email fine on my Touch, but every time I try to send one it fails tellings me "the connection to the outgoing server smtp.myuniversity.edu failed".
    If I on purpose write a wrong password for the outgoing mail, the error message I get is different ("check the account settings for the outgoing server smtp.myuniversity.edu").
    The university IT people confirmed my settings, and told me that there is nothing blocking any handheld device from using the server.
    Does anyone know why this would happen?
    Thanks,
    Marcelo

    Thank you very much for your responses
    1) the link to mail setup is (sorry, it's quite long)
    http://www.knowledgepak.com/kpaksonline/kpol.asp?PiAlias=kpolpi17&k2dockey=04096 3251575739@kpol17&ViewLink=true&SkipHeader=false&printformat=true
    2) I am indeed using SSL, as instructed by IT
    3) I do use port 587 instead of 25 (25 does not work either)
    Any ideas? Thanks again.
    MC

  • BSI ConnectToDataSet...failed

    Hi
    We have a problem with the BSI, we had been getting a dump "RFC_ERROR_SYSTEM_FAILURE", I followed the SAP Note 1068271 for the debug, and the result is:
    =Thu Jan 22 11:53:37 2009
    =SAP AG, Walldorf - Business API for BSI TaxFactory 8.0
    =RfcAccept called
    =Mapping ABAP RFC_PAYROLL_TAX_CALC_US_80 to C function srv_Payroll_Tax_Calc_US_80
    =Mapping ABAP RFC_HR_TAXLOCATOR_US_80 to C function srv_hr_taxlocator_us_80
    =Waiting for ABAP function calls
    =Running function srv_Payroll_Tax_Calc_US_80
    =Loading import parameters
    =Loading export parameters
    =Loading internal tables
    =Calling Payroll_Tax_Calc_US
    =Running Connect_DB_Payroll_Tax_Calc_US
    BSI dataset                  -> 110
    ConnectToDataSource...Succeeded 
    ConnectToDataSet...failed 
    Error String ->  7777 - [Oracle][ODBC][Ora]ORA-00933: SQL command not properly ended
    =RFC error
    operation/code Connect_DB_Payroll_Tax_Calc_US
    key RFC_ERROR_SYSTEM_FAILURE
    status
    message See RFC trace file or SAP system log for more details
    internal status
    The RFC under sm59 is working fine, the error is on the connection to the Dataset according to the Debug log "ConnectToDataSet...failed".
    I don't know what to check about the Dataset, could you please help me?
    Best Regards

    Yes, it's correct.
    I checked it's 8.0.
    I think is a problem with the parameters under tf80server.bat.
    SET
    TF80_CONNECT_STRING=DSN=;UID=;PW
    D=;
    SET TF80_SCHEMA_NAME=.TF80
    REM for SAP trace debugging, uncomment below & see file
    errors.txt in gateway working directory
    REM C:\BSI\TAXFACTORY\tf80serverdebug.exe %*
    REM else for usual operation
    C:\BSI\TAXFACTORY\tf80server.exe %*
    I don't know what is the "ODBC_DSN_NAME"
    I have the user, password, the database name...
    Best Regards

  • Installation of IPC AP 7.0 Jar is getting Failed when uploading in CRM

    Hello Experts,
    we did some changes in the previosly uploded version of IPC AP 7.0  customer user exit Jar file in eclipse.
    While uploading the new modified jar through transaction /SAPCND/UE_DEV in CRM we are getting error :" installation of module <Jar file name > has failed ".
    when we checked the logs in SM 53 we seen the below mentioned error:
    Message: Exception of type com.sap.sql.log.OpenSQLException caught: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permit ted)" is not supported
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permitted)" is not supported
    --> com.sap.sql.log.OpenSQLException: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is n" is not suppor ted
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is not permitted)" is not supported
    at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lcom/sap/sql/log/OpenSQLException;(Syslog.java:85)
    at 
    if  required i can post the complete stack trace.
    any inputs/suggestions are most welcome.
    Thanks & regards,
    Siddharth

    Hi Mark,
    Yesterday after Posting the thread we found the same Note ,Issue occured because of  JAVA write access was not enabled on the table ,After enabling it as mentioned in SAP Note, Jar file get successfully uploaded.
    Thanks for your Help also.
    Regards,
    Siddharth

  • Upgrade to ERp6 phase STARTSAP_NBAS error: DDIC login fails

    Hi
    During an upgrade from 4.7  to ERP6  I get the following error
    message in phase STARTSAP_NBAS:
    SYSTEM START failed, code -2
    -2: the test rfc did not work.
    Try to log on to the system with user DDIC
    When I try to log on to the system as user DDIC, I get the following
    error message:
    DB-Error -0
    SAP* can log in .The password I submit is correct. I have not changed this password at
    any time.
    Any ideas are most welcome

    Hi,
    DB-Error -0 indicate problem with kernel, try to upgrade kernel.
    check Note 760175 - 6.20: Logon not possible (after DB export or system copy)
    regards,
    kaushal

  • Running workbook from .bat fails to start application missing CORE40 dll

    I have been running several workbook via windows task scheduler / vbscript &/or bat files.
    I now have a new box which I access thru Remote Desktop Connection, so I can run all these automated updates without having my screen blinking everytime a shedule workbook starts.
    If I click on the actual Discoverer icon, or the discoverer workbook shortuct, all works well.
    If I click on the .bat file, or try to run the workbook via the cmd , it gives me the following error:
    DIS4USR.EXE – Unable To Locate Component
    “this application has failed to start because CORE40.DLL was not found. Re-installing the application may fix this problem.”
    The dll is under c/orant/bin/core40.dll, which is where I've read it should be, and it works fine in my regular box...
    Please help! URGENT :)
    Thanks!

    Hello
    Check the PATH environment variables for the machine you are on and the one you are connecting to.
    You might not have Discoverer's objects in the PATH.
    Another possibility is that you have more than one piece of ORACLE software on the machine and you may need to also set the ORACLE_HOME within the BAT file.
    Best wishes
    Michael

  • Due to my laptop screen failing i have to return to facory settings, can i reinstall adobe reader and adobe air afterwards?

    Due to my laptop screen failing I have to return it to factory settings, can I reinstall adobe reader and air afterwards?

    I don't see why not. Do you foresee a special difficulty?

  • Downloads to documents folder fail due to parallel upload

    Hi, mobile documents is a great tool that I use to replicate all business relevant documents to mobile clients. However there is one great disadvantage for me. When you download a file that is a bit larger (>1 MB), during the download the client will already start uploading the temporary file. So the download then fails as it cannot convert the temporary file into the final one.
    This is something that does not happen for equivalent clients (for example skydrive). Do you think this is something that can be fixed?
    thanks,
    Heiko

    Hi Heiko,
    Let me explain again:
    You said "uploader locks the file so that it can no longer be changed". For the temporary file it is the downloader which have locked the file. Hence, the impression that file is getting uploaded because it is locked is hence not correct.
    The next version might be available in Q1\Q2 2014. We will keep everyone updated via community.
    Best Regards,
    Ashwani Kr Sharma

  • Jabber call to voice mail fails with fast busy over VPN

    I have an issue that I ran into with CIPC phones over a VPN.  If a CIPC phone called over a VPN and started ringing a phone the call would fail with fast busy at the time the call would be forwarded to voicemail.  I found the issue was when remote the CIPC phone would negotiate the g.729 codec, when forwarded to a voicemail pilot over a SIP trunk set to g.711 the call would fail due to codec missmatch when no transcoders are present.
    So now I am running into what I believe to be the same issue with Jabber, when on premise the calls to voice mail work just fine, but when remote they fail.  I can directly call the voicemail pilot without error, but if calling a phone the call gets fast busy at the point we are forwarded to voicemail.  Even though all my regions are set to talk to all other regions on G.711 and the voicemail SIP trunk is set to G.711, I believe with the new features in CUCM9 that a lower speed codec has been negotiated since the we are going over the VPN, or Jabber has done this as it knows it's over VPN (not sure).  WIth CIPC I could go into the settings and turn off the Optimize for Bandwidth check box and the call would negotiate G.711.  With Jabber I can't find anything that would tell my Jabber client to stay on G.711 and I can only imagine this is a codec missmatch as the following are true.
    1. CIPC and Jabber share the same line
    2. VPN established and CIPC optimised for low bandwidth un-checked
    3. Over the same VPN the CIPC phone can leave a voicemail
    4. Over the same VPN the Jabber client gets fast busy once forwarded to voicemail
    5. Voicemail environment is Exchange-UM over SIP trunk
    6. SIP trunk is assigned a Device Pool, that is assigned to a region that all other regions communicate G.711 to
    7. On CIPC if optimised for low bandwidth is checked I get the exact same issue as I get with the Jabber client (fast busy when forwarded to voicemail)
    Would anyone know what I can do in CUCM 9 to fix this issue, as said no issue when all devices are on premise.  Wondering if there is a service parameter or a way to change the codec selection so the Jabber client attempts to always negotiate G.711.  The correct answer would be to get some PVDM DSP resources and kick up a transcoder in my resource group, and that may be what I talk them into doing if I have no other options.                  

    We have been getting the exact same thing for almost a year now... since switching to FiOS Digital Voice in May of last year!  Every time I call in to report it they 'escalate' the issue but it never gets resolved.  The problem seems to be in the initial connection.  Most of the time it works fine but, several times a month, after I call to get messages and it starts to play the new message it goes dead and I get the busy signal.  I get the same message when I call back:  “I’m sorry – that account is in use at this time.  Please try again later!”  I have even called in with my cell phone and get the same message!  I HAVE EVEN used the Internet to see if I could get my messages and, when I hit Play, I get a pop-up saying: “Your Voice Mail box is currently in being accessed; please try again later.  If the problem continues, please contact our Customer Support Center at 1-888-553-1555. We apologize for any inconvenience.”  This is obviously a software bug that Verizon has no clue on how to troubleshoot OR fix!!!  I wonder how many people have the problem and just don’t bother reporting it because of the hassle?  When it first started happening they destroyed my entire mailbox and I had to re-enter the complete mailbox setup again – 3 times!!!  NEVER let them talk you into that!!!  It’s their problem and they need to fix it!!!!!!!  I wish I could go back to the ‘normal’ voicemail we originally had… they want hundred$ to switch back because I’d be breaking my #$@%^&* contract!  Good luck if you have Verizon………

  • Gmail access fails on safari. But it works when i login as administrator. Please help!

    I am unable to use gmail from a regular user account on my iMac.It fails with an error string that ends with "... becasue Safari can't establish a secure connection to the server "accounts.google.com". "
    I have tried resetting safari and it does not help.
    I have tried adding DNS entries based on some discussion board suggestions and that does not help either.
    I am able to access gmail as an administator on the same machine though!
    Please point me in the right direction, please! Thanks!

    You may have to take the computer to the Apple store to have the computer checked out.
    Dead line is tuesday?
    1. Try an external USB keyboard.
    2. This may help.
        http://support.apple.com/kb/PH10680
    3. Virtual keyboard
        There is a virtual keyboard available in OS X 10.8.4
        System Preferences > Keyboard
        Checkmark the box beside "Show Keyboard & Character Viewrs in menu bar.
        Click "Input Sources"  and then "Show input menu in menu bar".
    Best.

  • SSL VPN, "Login failed" and "WebVPN: error creating WebVPN session!"

    Hi,
    Just ran the wizard for Anyconnect SSL VPN, created a tunnel group, a vpn pool and added user to it. When trying to logon on the SSL service, it simply says "login failed". I suspect that the user might not be in correct groups or so?
    some relevant config
    webvpn
    enable wan
    svc image disk0:/anyconnect-win-2.4.1012-k9.pkg 1
    svc enable
    group-policy vpnpolicy1 internal
    group-policy vpnpolicy1 attributes
    vpn-tunnel-protocol svc
    tunnel-group admins type remote-access
    tunnel-group admins general-attributes
    address-pool sslpool2
    default-group-policy vpnpolicy1
    username myuser password 1234567890 encrypted privilege 15
    username myuser  attributes
    vpn-group-policy vpnpolicy1
    Debug:
    asa01# debug webvpn 255
    INFO: debug webvpn  enabled at level 255.
    asa01# webvpn_allocate_auth_struct: net_handle = CD5734D0
    webvpn_portal.c:ewaFormSubmit_webvpn_login[3203]
    webvpn_portal.c:webvpn_login_validate_net_handle[2234]
    webvpn_portal.c:webvpn_login_allocate_auth_struct[2254]
    webvpn_portal.c:webvpn_login_assign_app_next[2272]
    webvpn_portal.c:webvpn_login_cookie_check[2289]
    webvpn_portal.c:webvpn_login_set_tg_buffer_from_form[2325]
    webvpn_portal.c:webvpn_login_transcend_cert_auth_cookie[2359]
    webvpn_login_transcend_cert_auth_cookie: tg_cookie = NULL, tg_name =
    webvpn_portal.c:webvpn_login_set_tg_cookie_form[2421]
    webvpn_portal.c:webvpn_login_set_tg_cookie_querry_string[2473]
    webvpn_portal.c:webvpn_login_resolve_tunnel_group[2546]
    webvpn_login_resolve_tunnel_group: tgCookie = NULL
    webvpn_login_resolve_tunnel_group: tunnel group name from default
    webvpn_login_resolve_tunnel_group: TG_BUFFER = DefaultWEBVPNGroup
    webvpn_portal.c:webvpn_login_negotiate_client_cert[2636]
    webvpn_portal.c:webvpn_login_check_cert_status[2733]
    webvpn_portal.c:webvpn_login_cert_only[2774]
    webvpn_portal.c:webvpn_login_primary_username[2796]
    webvpn_portal.c:webvpn_login_primary_password[2878]
    webvpn_portal.c:webvpn_login_secondary_username[2910]
    webvpn_portal.c:webvpn_login_secondary_password[2988]
    webvpn_portal.c:webvpn_login_extra_password[3021]
    webvpn_portal.c:webvpn_login_set_cookie_flag[3040]
    webvpn_portal.c:webvpn_login_set_auth_group_type[3063]
    webvpn_login_set_auth_group_type: WEBVPN_AUTH_GROUP_TYPE = 4
    webvpn_portal.c:webvpn_login_aaa_not_resuming[3137]
    webvpn_portal.c:http_webvpn_kill_cookie[790]
    webvpn_auth.c:http_webvpn_pre_authentication[2321]
    WebVPN: calling AAA with ewsContext (-867034168) and nh (-849922864)!
    webvpn_add_auth_handle: auth_handle = 17
    WebVPN: started user authentication...
    webvpn_auth.c:webvpn_aaa_callback[5138]
    WebVPN: AAA status = (ACCEPT)
    webvpn_portal.c:ewaFormSubmit_webvpn_login[3203]
    webvpn_portal.c:webvpn_login_validate_net_handle[2234]
    webvpn_portal.c:webvpn_login_allocate_auth_struct[2254]
    webvpn_portal.c:webvpn_login_assign_app_next[2272]
    webvpn_portal.c:webvpn_login_cookie_check[2289]
    webvpn_portal.c:webvpn_login_set_tg_buffer_from_form[2325]
    webvpn_portal.c:webvpn_login_transcend_cert_auth_cookie[2359]
    webvpn_login_transcend_cert_auth_cookie: tg_cookie = NULL, tg_name =
    webvpn_portal.c:webvpn_login_set_tg_cookie_form[2421]
    webvpn_portal.c:webvpn_login_set_tg_cookie_querry_string[2473]
    webvpn_portal.c:webvpn_login_resolve_tunnel_group[2546]
    webvpn_portal.c:webvpn_login_negotiate_client_cert[2636]
    webvpn_portal.c:webvpn_login_check_cert_status[2733]
    webvpn_portal.c:webvpn_login_cert_only[2774]
    webvpn_portal.c:webvpn_login_primary_username[2796]
    webvpn_portal.c:webvpn_login_primary_password[2878]
    webvpn_portal.c:webvpn_login_secondary_username[2910]
    webvpn_portal.c:webvpn_login_secondary_password[2988]
    webvpn_portal.c:webvpn_login_extra_password[3021]
    webvpn_portal.c:webvpn_login_set_cookie_flag[3040]
    webvpn_portal.c:webvpn_login_set_auth_group_type[3063]
    webvpn_login_set_auth_group_type: WEBVPN_AUTH_GROUP_TYPE = 4
    webvpn_portal.c:webvpn_login_aaa_resuming[3093]
    webvpn_auth.c:http_webvpn_post_authentication[1485]
    WebVPN: user: (myuser) authenticated.
    webvpn_auth.c:http_webvpn_auth_accept[2938]
    webvpn_session.c:http_webvpn_create_session[184]
    WebVPN: error creating WebVPN session!
    webvpn_remove_auth_handle: auth_handle = 17
    webvpn_free_auth_struct: net_handle = CD5734D0
    webvpn_allocate_auth_struct: net_handle = CD5734D0
    webvpn_free_auth_struct: net_handle = CD5734D0

    AnyConnect says:
    "The secure gateway has rejected the agents VPN connect or reconnect request. A new connection requires re-authentication and must be started manually. Please contact your network administrator if this problem persists.
    The following message was received from the secure gateway: Host or network is 0"
    Other resources indicate that it's either the tunnel group, or the address pool.. The address pool is:
    ip local pool sslpool2 172.16.20.0-172.16.20.254 mask 255.255.255.0
    asa01# debug webvpn 255
    INFO: debug webvpn  enabled at level 255.
    asa01# debug http 255
    debug http enabled at level 255.
    asa01# webvpn_allocate_auth_struct: net_handle = CE9C3208
    webvpn_portal.c:ewaFormSubmit_webvpn_login[3203]
    webvpn_portal.c:webvpn_login_validate_net_handle[2234]
    webvpn_portal.c:webvpn_login_allocate_auth_struct[2254]
    webvpn_portal.c:webvpn_login_assign_app_next[2272]
    webvpn_portal.c:webvpn_login_cookie_check[2289]
    webvpn_portal.c:webvpn_login_set_tg_buffer_from_form[2325]
    webvpn_portal.c:webvpn_login_transcend_cert_auth_cookie[2359]
    webvpn_login_transcend_cert_auth_cookie: tg_cookie = NULL, tg_name =
    webvpn_portal.c:webvpn_login_set_tg_cookie_form[2421]
    webvpn_portal.c:webvpn_login_set_tg_cookie_querry_string[2473]
    webvpn_portal.c:webvpn_login_resolve_tunnel_group[2546]
    webvpn_login_resolve_tunnel_group: tgCookie = NULL
    webvpn_login_resolve_tunnel_group: tunnel group name from default
    webvpn_login_resolve_tunnel_group: TG_BUFFER = DefaultWEBVPNGroup
    webvpn_portal.c:webvpn_login_negotiate_client_cert[2636]
    webvpn_portal.c:webvpn_login_check_cert_status[2733]
    webvpn_portal.c:webvpn_login_cert_only[2774]
    webvpn_portal.c:webvpn_login_primary_username[2796]
    webvpn_portal.c:webvpn_login_primary_password[2878]
    webvpn_portal.c:webvpn_login_secondary_username[2910]
    webvpn_portal.c:webvpn_login_secondary_password[2988]
    webvpn_portal.c:webvpn_login_extra_password[3021]
    webvpn_portal.c:webvpn_login_set_cookie_flag[3040]
    webvpn_portal.c:webvpn_login_set_auth_group_type[3063]
    webvpn_login_set_auth_group_type: WEBVPN_AUTH_GROUP_TYPE = 4
    webvpn_portal.c:webvpn_login_aaa_not_resuming[3137]
    webvpn_portal.c:http_webvpn_kill_cookie[790]
    webvpn_auth.c:http_webvpn_pre_authentication[2321]
    WebVPN: calling AAA with ewsContext (-845538720) and nh (-828624376)!
    webvpn_add_auth_handle: auth_handle = 22
    WebVPN: started user authentication...
    webvpn_auth.c:webvpn_aaa_callback[5138]
    WebVPN: AAA status = (ACCEPT)
    webvpn_portal.c:ewaFormSubmit_webvpn_login[3203]
    webvpn_portal.c:webvpn_login_validate_net_handle[2234]
    webvpn_portal.c:webvpn_login_allocate_auth_struct[2254]
    webvpn_portal.c:webvpn_login_assign_app_next[2272]
    webvpn_portal.c:webvpn_login_cookie_check[2289]
    webvpn_portal.c:webvpn_login_set_tg_buffer_from_form[2325]
    webvpn_portal.c:webvpn_login_transcend_cert_auth_cookie[2359]
    webvpn_login_transcend_cert_auth_cookie: tg_cookie = NULL, tg_name =
    webvpn_portal.c:webvpn_login_set_tg_cookie_form[2421]
    webvpn_portal.c:webvpn_login_set_tg_cookie_querry_string[2473]
    webvpn_portal.c:webvpn_login_resolve_tunnel_group[2546]
    webvpn_portal.c:webvpn_login_negotiate_client_cert[2636]
    webvpn_portal.c:webvpn_login_check_cert_status[2733]
    webvpn_portal.c:webvpn_login_cert_only[2774]
    webvpn_portal.c:webvpn_login_primary_username[2796]
    webvpn_portal.c:webvpn_login_primary_password[2878]
    webvpn_portal.c:webvpn_login_secondary_username[2910]
    webvpn_portal.c:webvpn_login_secondary_password[2988]
    webvpn_portal.c:webvpn_login_extra_password[3021]
    webvpn_portal.c:webvpn_login_set_cookie_flag[3040]
    webvpn_portal.c:webvpn_login_set_auth_group_type[3063]
    webvpn_login_set_auth_group_type: WEBVPN_AUTH_GROUP_TYPE = 4
    webvpn_portal.c:webvpn_login_aaa_resuming[3093]
    webvpn_auth.c:http_webvpn_post_authentication[1485]
    WebVPN: user: (myuser) authenticated.
    webvpn_auth.c:http_webvpn_auth_accept[2938]
    HTTP: net_handle->standalone_client [0]
    webvpn_session.c:http_webvpn_create_session[184]
    webvpn_session.c:http_webvpn_find_session[159]
    WebVPN session created!
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_remove_auth_handle: auth_handle = 22
    webvpn_portal.c:ewaFormServe_webvpn_cookie[1805]
    webvpn_free_auth_struct: net_handle = CE9C3208
    webvpn_allocate_auth_struct: net_handle = CE9C3208
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C3208
    webvpn_allocate_auth_struct: net_handle = CE9C3208
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE9C3208
    webvpn_allocate_auth_struct: net_handle = CE9C3208
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C3208
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_allocate_auth_struct: net_handle = CE9C3208
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE9C3208
    webvpn_allocate_auth_struct: net_handle = CE9C3208
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C3208
    webvpn_allocate_auth_struct: net_handle = CE863DE8
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE863DE8
    webvpn_allocate_auth_struct: net_handle = CE863DE8
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE863DE8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE863DE8
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE863DE8
    webvpn_allocate_auth_struct: net_handle = CE863DE8
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE863DE8
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C32C8
    HTTP: Periodic admin session check  (idle-timeout = 1200, session-timeout = 0)
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    webvpn_auth.c:webvpn_auth[581]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    WebVPN: session has been authenticated.
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_allocate_auth_struct: net_handle = CE9C32C8
    ewsStringSearch: no buffer
    Close 0
    webvpn_free_auth_struct: net_handle = CE9C32C8
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_allocate_auth_struct: net_handle = CC894AA8
    webvpn_session.c:http_webvpn_find_session[159]
    webvpn_session.c:webvpn_update_idle_time[1463]
    Close 1043041832
    webvpn_free_auth_struct: net_handle = CC894AA8

  • New C310 - Wireless working FAIL - Printer's wireless network seems to be dead

    Product: HP Photosmart Premium C310
    OS: Windows Vista 64 bit and Windows 7 64 Bit
    Error: Wireless working: FAIL
    Changes: No changes since this is the first install of this printer ever
    Description:
    I've just unpacked my new C310 as a replacement for my older HP Inktjet 3845.
    But when trying to install the wireless network everything I try seems to fail.
    Printer doesn't detect my wireless network (blue wireless led is blinking 1sec on - 1sec off )
    HP Network test tool on my laptop (standing next to the printer to test it's location ) gives no issues whatsoever, wireless network is strong and working very well.
    Settings of the wifi connection are WPA security, no WPS, Channel 11, ... .
    When I run a Wireless Network Test report from the printer menu, the result is (= printout)
    * Wireless On => PASS
    * Wireless Working => FAIL
    * All the other points below are on status NOT RUN so no connection at all ...
    Solutions tested:
    Tried to reboot printer while waiting 1 minute in between => No result
    Reset to factory settings straight on the printer => No result
    Tried to run the Wireless network Setup Wizzard several times without merit.
    Explanations on the forums seemed to be that this might be a faulty wireless network card in the printer?
    Since this is one of the reasons of buying this item, I do need it to work.
    Can anyone provide me advice/next steps?
    Kind regards,
    Raf

    Great info and troubleshooting, thanks!
    Unfortunately, I think you have a dead radio.  This is how to contact HP support: www.hp.com/go/totalcare
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Itunes wont open and when re-installed received this msg: Service Apple mob device failed to start.  You have insufficent privileges to start system svc.  Help?

    Itunes wont open and when re-installed received this msg: Service Apple mob device failed to start.  You have insufficent privileges to start system svc.  Help?

    Download Itunes from Apple.com, not from within Itunes.
    Redo the install, following the below procedure.   However, when you re-install Itunes,  right click and run the install as administrator.   For Win 7, you have to hold down the cntrl and shift keys when you right click and then "run as administrator" will be an option.
    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (Vista, Win 7 & later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes

Maybe you are looking for

  • Why would I lose most contacts and calendar events?

    Overnight, my calendar events and almost all my contacts are gone from my iPad mini.  My phone was not effected.  I cannot add events to the device calendar.  The contacts in iMessage come up as numbers and I can add them as a new contact.  Weird....

  • Play a single Album/CD?

    I know there must be an easy/simple answer... but - how do i play a single album - in album order - just as though i'd put the CD in the HiFi - as we used too? I simply want to play one album and then for iTunes to stop! thanks ianjh

  • Troubleshoot system errors or freezes in Photoshop Lightroom

    Issue: Lightroom 2.0, refuses to start, crashes, stalls, freezes, produces system errors, etc. Solution: There are a number of possible causes for above problems, which are too numerous to cover in the space provided. However, Adobe have provided a n

  • Ignoring single click in a JTree

    Hi, i crated a JTree with swing. I Also implemented an ExpandListener and a MouseListener for the tree. So how should i write my code, to ignore actions if mouse is just clicked once... (if i click on the handlers on the right side of the nodes, the

  • Need a hint for home office / 871 does not support port-security - FPM ?

    Hi, i want to realize the following setup: - Central Site 871 with Internet Connection and static IP - Home office 871 with Internet Connection and static IP. On that home office router, there should be 2 Vlans: 1 for the office work and one for the