Email-statusing -service error

Hi All,
After configuring Email-statusing-service properties in config.properties file and running run.sh file throws the below error .Please sahre your ideas on this
... 12 more
2012-11-20 18:15:00,013 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-5] ERROR com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl - Error while trying to archive messages: Error while trying to load messages: Connection refused
com.oracle.pgbu.teammember.messaging.dao.MessageDaoException: Error while trying to load messages: Connection refused
at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:89)
at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUpdatedTasks(TaskMessageServiceImpl.java:40)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:260)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
Caused by: javax.mail.MessagingException: Connection refused;
nested exception is:
java.net.ConnectException: Connection refused
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
at javax.mail.Service.connect(Service.java:295)
at javax.mail.Service.connect(Service.java:176)
at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages(ImapMessageDao.java:58)
... 9 more
Regards,
naga

#DO NOT CHANGE THIS LINE
config.version = 0.3
# ================================================================
# ================================================================
# P6 Team Member E-Mail Statusing
# This file controls the settings used by the P6 E-Mail Statusing
# service. Administrators should set up the e-mail account that
# is to be used by the service as well as which messages to look
# for to update assigned tasks.
# ================================================================
# P6 Configuration
# Specify a P6 user that is assigned to at least one module access and has resource access.
p6.admin.user = admin
# Folder containing the P6 Bootstrap file.
p6.bootstrap = ************************
# Frequency for checking mail folder for new messages to process. This value
# must be cron style formatted string
mail.read.schedule=0 0/1 * * * ?
# Outgoing mail (SMTP Settings)
# The SMTP server that will be used to send the e-mails. Hostname or ip address.
send.host = 127.0.0.1
# The port number to use when connecting to the SMTP server.
send.port = 25
# Specifies whether the connection should use SSL. Valid values are true, false
send.ssl = false
# The e-mail address that will be used to send the e-mail.
send.email = [email protected]
# Password for the above username. If you do not specify the password in this file,
# you will be prompted to enter it when the application is started. You also have
# the option of specifying the password on the command line in the following
# manner: -Dsend.password=thePassword
# send.password = thePassword
# Incoming Mail (IMAP Settings)
# Settings for reading e-mails with the IMAP protocol
# Settings for reading e-mails with the IMAP protocol
imap.host = 127.0.0.1
# IMAP port number
imap.port = 143
# Use SSL. Valid values are true and false
imap.ssl = true
# IMAP username
imap.username = testuser ( user created in primavera application)
# Password for the above username. If you do not specify the password in this file,
# you will be prompted to enter it when the application is started. You also have
# the option of specifying the password on the command line in the following
# manner: -Dimap.password=thePassword
# imap.password = Test123
# IMAP search folder. This is the folder that will be searched for
# incoming e-mails to process for updates.
imap.search.folder = inbox
# IMAP Folder configuration
# The folder where messages that have been processed successfully will be
# placed. It will be created if it does not exist.
imap.success.folder = P6Success
# The folder where messages which have resulted in an error during processing
# will be placed. It will be created if it does not exist.
imap.failure.folder = P6Fail
# The folder where messages which are currently being processed will be placed.
# It will be created if it does not exist
imap.temp.folder = P6Temp
# Message Format options
# The text that will be searched for in the subject line of incoming messages.
# Messages matching this term will be for updates and applied to P6
update.task.search.term = Your requested P6 tasks
Can you please confirm the above setting s as.when SSL = true i am receivng the below error .
Error while trying to load messages: Unrecogni zed SSL message, plaintext connection?
javax.mail.MessagingException: Unrecognized SSL message, plaintext connection?;
nested exception is:
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connecti on?
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:665)
at javax.mail.Service.connect(Service.java:295)
at javax.mail.Service.connect(Service.java:176)
at com.oracle.pgbu.teammember.messaging.dao.ImapMessageDao.loadMessages( ImapMessageDao.java:58)
at com.oracle.pgbu.teammember.messaging.TaskMessageServiceImpl.processUp datedTasks(TaskMessageServiceImpl.java:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:276)
at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryB ean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:26 0)
at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJob Bean.java:86)
at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j ava:546)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext conne ction?
at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:541 )
at sun.security.ssl.InputRecord.read(InputRecord.java:374)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl. java:1328)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355 )
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339 )
at com.sun.mail.util.SocketFetcher.configureSSLSocket(SocketFetcher.java :507)

Similar Messages

  • Email start point issue com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error

    Hi,
    I have configured email start point process. While deploying and invoking the process it is not showing any kind of error. But when i send mail to configured SMTP server i recieves a mail saying
    LiveCycle ES has tried to process your request and encountered the following error: 
    com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error getting user context 
    This response to your original email
    Subject:hadshafds
    Date Sent:Wednesday, May 25, 2011 12:22 PM
    Body:
    Attachments: 
    Why i am getting error. I have tested the pop3 and smtp mail server using send and recieve activity. But when i send some mail to configured server to start a activity it replies with a mail that there is some error.
    Please help me out with this issue.
    Regards
    Sunil

    Hi Diana,
    i tried to add the user and gave invoke access but still having the same issue.
    Please find the following log error
    19:24:20,633 ERROR [STDERR]     ... 60 more
    19:24:20,635 ERROR [EmailResultHandlerImpl] Internal error.
    19:27:50,472 ERROR [EmailWriterImpl] EmailWriterImpl error : Unknown SMTP host: testSebi
    19:27:50,474 ERROR [STDERR] javax.mail.MessagingException: Unknown SMTP host: testSebi;
      nested exception is:
            java.net.UnknownHostException: testSebi
    19:27:50,480 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1280)
    19:27:50,482 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
    19:27:50,484 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:275)
    19:27:50,486 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:156)
    19:27:50,488 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.EmailWriterImpl.send(EmailWriterImpl.java:2 60)
    19:27:50,490 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImp
    l.java:529)
    19:27:50,494 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImp
    l.java:425)
    19:27:50,498 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.handleFailure(EmailSc anJobImpl.java:621)
    19:27:50,500 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.scheduler.scan.impl.AbstractScanJob.invokeJob(Abstract ScanJob.java:142)
    19:27:50,502 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.processInputs(EmailSc anJobImpl.java:165)
    19:27:50,504 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.execute(EmailScanJobI mpl.java:102)
    19:27:50,506 ERROR [STDERR]     at sun.reflect.GeneratedMethodAccessor509.invoke(Unknown Source)
    19:27:50,508 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    19:27:50,510 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
    19:27:50,511 ERROR [STDERR]     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    19:27:50,514 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    19:27:50,516 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,518 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.jav
    a:53)
    19:27:50,522 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,524 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java
    :74)
    19:27:50,528 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBe
    an.java:357)
    19:27:50,531 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapte
    rBean.java:227)
    19:27:50,535 ERROR [STDERR]     at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source)
    19:27:50,537 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    19:27:50,539 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
    19:27:50,541 ERROR [STDERR]     at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    19:27:50,543 ERROR [STDERR]     at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    19:27:50,545 ERROR [STDERR]     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    19:27:50,547 ERROR [STDERR]     at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    19:27:50,551 ERROR [STDERR]     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    19:27:50,553 ERROR [STDERR]     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    19:27:50,555 ERROR [STDERR]     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    19:27:50,557 ERROR [STDERR]     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    19:27:50,559 ERROR [STDERR]     at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    19:27:50,561 ERROR [STDERR]     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    19:27:50,563 ERROR [STDERR]     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    19:27:50,565 ERROR [STDERR]     at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    19:27:50,567 ERROR [STDERR]     at org.jboss.ejb.Container.invoke(Container.java:960)
    19:27:50,569 ERROR [STDERR]     at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    19:27:50,571 ERROR [STDERR]     at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    19:27:50,573 ERROR [STDERR]     at $Proxy205.doSupports(Unknown Source)
    19:27:50,575 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    19:27:50,577 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    19:27:50,580 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,582 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:
    55)
    19:27:50,586 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,588 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    19:27:50,590 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,592 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
    19:27:50,594 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,596 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    19:27:50,598 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,600 ERROR [STDERR]     at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
    19:27:50,602 ERROR [STDERR]     at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    19:27:50,603 ERROR [STDERR]     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
    19:27:50,606 ERROR [STDERR]     at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
    19:27:50,608 ERROR [STDERR]     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
    19:27:50,610 ERROR [STDERR]     at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    19:27:50,612 ERROR [STDERR]     at com.adobe.idp.scheduler.callback.ServiceCallbackHandler.execute(ServiceCallbackHandler.ja va:87)
    19:27:50,614 ERROR [STDERR]     at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    19:27:50,616 ERROR [STDERR]     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    19:27:50,618 ERROR [STDERR] Caused by: java.net.UnknownHostException: testSebi
    19:27:50,620 ERROR [STDERR]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
    19:27:50,621 ERROR [STDERR]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    19:27:50,623 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:529)
    19:27:50,624 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:478)
    19:27:50,626 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    19:27:50,627 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    19:27:50,629 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
    19:27:50,631 ERROR [STDERR]     ... 60 more
    19:27:50,633 ERROR [EmailResultHandlerImpl] Internal error.

  • 5 IDOC with status 29 Error in ALE service

    hi there,
    im looking at this similar problem with less information on me the only info i got is this can anyone help me out pls
    IDOC Status Outbox:
    IDOC failure between 13/07/2008 to 14/07/2009
    1 IDOC with status 02 Error passing data to port
    5 IDOC with status 29 Error in ALE service
    IDOC Status InBox:
    88 IDOC with status 51 Application document not posted
    regards
    raju

    Hi,
    Check this thread.
    DB13-DBCHECK by saving log-throwing DUMP:TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
    Regards.

  • Error in using email  Web Service tutorial

    Hi ,
    I downloaded the email web service tutorial from
    sdn and tried to executeit.
    But it is throwing error,.
    I also  tried to bypass proxy settimg but still the same error is coming
    Can anyone guide me as what i should do?
    The error stack trace -
    The initial exception that caused the request to fail, was:
       java.io.IOException: Cannot connect to http://www.abysal.com/soap/AbysalEmail.wsdl: www.abysal.com
        at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:161)
        at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1018)
        at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadWSDLDocument(WSDLDOMLoader.java:1125)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:178)
        at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:146)
    Detailed Error -
    com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Exception on creation of service metadata for WSDL URL 'http://www.abysal.com/soap/AbysalEmail.wsdl' and service factory configuration 'null'
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:421)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.readOperationsFromWSDL(WSModelInfo.java:371)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.importMetadataInternal(WSModelInfo.java:341)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.importMetadata(WSModelInfo.java:325)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo$Cache.getModelInfo(WSModelInfo.java:198)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getModelInfoFromCacheOrCreate(WSModelInfo.java:1029)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getModelInfoFromCacheOrCreate(WSModelInfo.java:247)
         at com.sap.tc.webdynpro.model.webservice.gci.WSTypedModel.<init>(WSTypedModel.java:41)
         at emailadwsmodel.EmailAdWSModel.<init>(EmailAdWSModel.java:45)
         at com.sap.tc.wd.adws.comp.app.EmaiFormView.wdDoInit(EmaiFormView.java:107)
         at com.sap.tc.wd.adws.comp.app.wdp.InternalEmaiFormView.wdDoInit(InternalEmaiFormView.java:156)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:700)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. Could not load web service model. See nested exception for details.
         at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:149)
         at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.<init>(DGenericServiceImpl.java:49)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:71)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:91)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:419)
         ... 45 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Problem with WSDL file parsing. See nested message.
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:182)
         at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:146)
         ... 49 more
    Caused by: com.sap.engine.lib.xml.util.NestedException: IO Exception occurred while parsing file:Cannot connect to http://www.abysal.com/soap/AbysalEmail.wsdl: www.abysal.com -> java.io.IOException: Cannot connect to http://www.abysal.com/soap/AbysalEmail.wsdl: www.abysal.com
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1038)
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadWSDLDocument(WSDLDOMLoader.java:1125)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:178)
         ... 50 more
    Caused by: java.io.IOException: Cannot connect to http://www.abysal.com/soap/AbysalEmail.wsdl: www.abysal.com
         at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:161)
         at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1018)
         ... 52 more

    Hi Vivek,
    This problem occurs when Web Service provider is not reachable , it means the server which provides services to the WSDL is temporally down or not reachable . To check whether the services is reachable , you could paste the WSDL URL in your internet browser , if it opens then problem is with NWDS configuration of proxy else sever is not reachable .
    In your case problem is not with NWDS but with server as it looks that it is temprorarly down. To avoid such problem in future you could also store the WSDL file locally on your system and then can import ( obvioulsy you requires at least once to get the WSDL ) . This will help only while modelling the application to run you will require the service provider to be up and runnning
    You could use other tutorials to try AWS Model in Web Dynpro .
    regards
    Dhawal

  • Status 29: Error in ALE service : Entry in outbound table not found

    IDoc: 0000000003560240 Status 29: Error in ALE service
    Entry in outbound table not found
    No partner profile (outbound parameter) could be found using the following key:
    /0000000000/LS//YHROT_XXM_IN////
    This refers to the key fields in table EDP13:
    RCVPRN  Partner number
    RCVPRT  Partner type
    RCVPFC  Partner function
    MESTYP  Logical message
    MESTYP  Message code
    MESCOD  Message function
    TEST    Test indicator
    Procedure
    Please check the EDI partner profiles.
    But The IDOC befor this and after this is successfully run.
    And even after reprocessing also it is giving same error.
    After checking Contorl record, we found that there is no data in receipant Info in Partner Tab.
    What would be the issue.
    Please suggest. 
    Thanks & Regards,
    Monika

    Hi ,
    Thanks for your reply.
    We are using one custom message type.
    I would like to give you example of exact scenario.
    Suppose my IDOC has large amount of segments then ,
    It is dividing as
    1st IDOC : Control record ....header and data segments
    2nd IDOC : only data segment
    3rd IDOc : only data segment
    4th IDOC : data segment and Trailer.
    In this way, I am getting all my 4 IDOCs in error.
    What should be d reason?
    your help will be grateful.
    Hi Everyone,
    any update?
    Edited by: Monika.Dhumal on Feb 14, 2012 11:49 AM

  • I get this error when attempting to check plugin status: "Plugin Finding Service Error"

    When I attempt to check the plugin status of the plugins installed in firefox i get this error :Plugin Finding Service Error

    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    *Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    Extensions that do not have a Remove button in the Extensions Manager are installed by other software and need to be disabled or updated via that software.
    You can uninstall and remove Java Console extensions, you do not need them to run Java applets.
    See:
    * http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions

  • SCOT: When email status error, send email to sender

    Hello everyone
    I would like to know if it is possible to configure SCOT to send an email to the sender when an email ending as error.
    Here is the scenario.
    1. An email is sent through scot.
    2. SCOT process the email and comeback with an error. Example msg 841 (message too long)
    3. So, when the email status is an error, an email should be sent to the sender to advise him of the problem.
    So, the sender will be able to act quickly and perform corrective action.
    Any idea on how to configure this?
    Regards
    dstj

    Hello Volkoale
    Sorry, it is in project plan at the moment. I didn't have time to do it.
    Here is some speudo code:
    Select all record from SOST table where MSGTY = 'E'   " Message type Error
                                                                     and entry_date = sy-datlo
                                                                     and entry_time is between now and 15 minutes ago.
       select al record from SOOS where corresponding to SOST.
                   field SOOS-sndnam correspond to the sender of the message.
        The table SOOD contain the title of the email (Field "OBJDES" )
    When you have all those records.
    you can send an email to the sender.
    I hope that can help you.

  • Internet Printing Services - Printer "Device Status Page Error". Please Help.

    I am getting Device Status Page Error :
    We are unable to generate the device status page for the selected printer. Please contact your system administrator for more information.

    Hi,
    What’s the OS version of your server? If it’s Windows Server 2003, please try to refer to the following article to see if it could help.
    "Device Status Page Error" error message when your printer tries to display a status notification message
    http://support.microsoft.com/kb/884552
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Name service error for name

    Hello all -- I'm having a weird error and mail stuck in the queue when users here in the office use webmail. Mail gets sent normally when using a email client like outlook or apple mail. Any ideas? I did recently tighten up the spam filter, but turning that off doesn't help.
    Welcome to Darwin!
    Metro-Web-Server:~ tbush$ postconf -n
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    html_directory = no
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    luser_relay =
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    mydestination = $myhostname,localhost.$mydomain,localhost,***.***************.com,**************.com
    mydomain = *************.com
    mydomain_fallback = localhost
    myhostname = ***.**************.com
    mynetworks = 127.0.0.1/32,192.168.0.3/32
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost = smtp.*******.net
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = permit_mynetworks hash:/etc/postfix/smtpdreject rejectrblclient bl.*****.net rejectrblclient dnsbl.**.org rejectrblclient cbl.*****.org rejectrblclient sbl-xbl.*****.org rejectrblclient ******.*/spam/no-more-funn/ rejectrblclient ********.*******.com permit
    smtpdtls_keyfile =
    unknownlocal_recipient_rejectcode = 550
    virtualmailboxdomains =
    virtual_transport = virtual
    Metro-Web-Server:~ tbush$
    <Edited by Moderator>

    this log copy is from another user, to two different recipients, using the webmail client.
    Jan 22 14:05:16 Metro-Web-Server postfix/qmgr[1428]: 3E81B37470: from=<**@**.com>, size=776, nrcpt=1 (queue active)
    Jan 22 14:05:16 Metro-Web-Server postfix/smtpd[14691]: disconnect from localhost[127.0.0.1]
    Jan 22 14:05:47 Metro-Web-Server postfix/smtpd[14698]: connect from localhost[127.0.0.1]
    Jan 22 14:05:47 Metro-Web-Server postfix/smtpd[14698]: 6F3A8374A3: client=localhost[127.0.0.1]
    Jan 22 14:05:47 Metro-Web-Server postfix/cleanup[14694]: 6F3A8374A3: message-id=<51753.192.168.0.3.1232654716.**@www.**************.com>
    Jan 22 14:05:47 Metro-Web-Server postfix/qmgr[1428]: 6F3A8374A3: from=<**@**************.com>, size=1251, nrcpt=1 (queue active)
    Jan 22 14:05:47 Metro-Web-Server postfix/smtpd[14698]: disconnect from localhost[127.0.0.1]
    Jan 22 14:05:47 Metro-Web-Server postfix/smtp[14695]: 3E81B37470: to=<**@*****.com>, relay=127.0.0.1[127.0.0.1], delay=31, status=sent (250 2.6.0 Ok, id=13498-03, from MTA: 250 Ok: queued as 6F3A8374A3)
    Jan 22 14:05:47 Metro-Web-Server postfix/qmgr[1428]: 3E81B37470: removed
    Jan 22 14:05:58 Metro-Web-Server postfix/smtp[14699]: 6F3A8374A3: to=<**@****.com>, relay=none, delay=11, status=deferred (Host or domain name not found. Name service error for name=smtp.*******.net type=MX: Host not found, try again)
    Jan 22 14:08:52 Metro-Web-Server postfix/smtpd[14726]: connect from localhost[127.0.0.1]
    Jan 22 14:08:52 Metro-Web-Server postfix/smtpd[14726]: C69A0374B8: client=localhost[127.0.0.1]
    Jan 22 14:08:52 Metro-Web-Server postfix/cleanup[14728]: C69A0374B8: message-id=<51799.192.168.0.3.1232654932.**@www.**************.com>
    Jan 22 14:08:52 Metro-Web-Server postfix/qmgr[1428]: C69A0374B8: from=<**@**************.com>, size=765, nrcpt=1 (queue active)
    Jan 22 14:08:52 Metro-Web-Server postfix/smtpd[14726]: disconnect from localhost[127.0.0.1]
    Jan 22 14:09:22 Metro-Web-Server postfix/smtpd[14738]: connect from localhost[127.0.0.1]
    Jan 22 14:09:22 Metro-Web-Server postfix/smtpd[14738]: 988BB374EC: client=localhost[127.0.0.1]
    Jan 22 14:09:22 Metro-Web-Server postfix/cleanup[14728]: 988BB374EC: message-id=<51799.192.168.0.3.1232654932.**@www.**************.com>
    Jan 22 14:09:22 Metro-Web-Server postfix/qmgr[1428]: 988BB374EC: from=<**@**************.com>, size=1224, nrcpt=1 (queue active)
    Jan 22 14:09:22 Metro-Web-Server postfix/smtpd[14738]: disconnect from localhost[127.0.0.1]
    Jan 22 14:09:22 Metro-Web-Server postfix/smtp[14729]: C69A0374B8: to=<**@******.net>, relay=127.0.0.1[127.0.0.1], delay=30, status=sent (250 2.6.0 Ok, id=13840-03, from MTA: 250 Ok: queued as 988BB374EC)
    Jan 22 14:09:22 Metro-Web-Server postfix/qmgr[1428]: C69A0374B8: removed
    Jan 22 14:09:33 Metro-Web-Server postfix/smtp[14739]: 988BB374EC: to=<**@******.net>, relay=none, delay=11, status=deferred (Host or domain name not found. Name service error for name=smtp.earthlink.net type=MX: Host not found, try again)
    <Edited by Moderator>

  • SharePoint Foundation 2010: search error: "Your search cannot be completed because of a service error."

    Hi,
    I have SharePoint Foundation 2010 running on a single server with databases, with a second server in the farm serving as a 2nd app tier. Both server have the exact same versions of SharePoint loaded (according to the Central Admin site).
    Whenever I try to run a search from any site in my SharePoint Foundation 2010 installation (in this example I typed "this is my query"), it hangs for 20-30 seconds while the IE status bar says:
    Waiting for http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2Ftfs2010db%2Ftfs%2FSITE1
    Then it finally returns a results screen with an error that says: "Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information."
    Checking the SharePoint logs under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS, the relevant entries say the following (items I deem important
    bolded):
     11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:http://172.22.100.101:80/)) 11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Logging
    Correlation Data xmnv Medium Name=Request (HEAD:http://172.22.100.101:80/) a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:http://172.22.100.101:80/)). Execution Time=3.33645756653429 a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=4.3055751499143 fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.75 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/tfs/SITE1 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.77 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Query dn6r High FetchDataFromURL start at(outside if): 1 param: start 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.79 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search QueryComponentSelection aee7 Medium
    Did You Mean Suggester not found. [smart2.hxx:382] d:\office\source\otools\inc\search\common\ytrip\tripoli\smart2.hxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.91 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search Query Processor e0pg Medium 1dd958fb-b605-4b3b-a676-28a3cafb2eb6:
    Query completed 125 ms, detailed time: Query stage execution ms times: 0 125 0 0 125 0 0 0 Query stage cpu ms times: 0 31 0 0 31 0 0 0 Query stage hit counts: 1 1 1 7 1 0 1 1 Cursor count: 260 Mapped page count: 164 Total index count: 7 [srequest.cxx:5526]
    d:\office\source\search\native\ytrip\tripoli\cifrmwrk\srequest.cxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Exceptions 1hjo
    Medium Exception thrown: 0x80040e31 (d:\office\source\otools\inc\search\common\ytrip\tripoli\timeout.hxx:51 ip 0x000007FEECF099B7) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search
    Query Processor e2o1 High In CRootQuerySpec::Execute - caught exception: 0x80040e31, translated to: 0x80040e31 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Administration 0000
    High Log Query: More Information: Execution stopped because a resource limit was reached. No results were returned.
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1
    High Error while executing web part: Microsoft.SharePoint.Search.WebControls.Srhdc GenericException: Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information.
    ---> System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() --- End of inner exception stack trace --- at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.get_ResultsReturned() at Microsoft.SharePoint.Search.Internal.WebControls.CoreRes...
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08* w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1 High ...ultsWebPart.ModifyXsltArgumentList(ArgumentClassWrapper argList) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean
    bDeferExecuteTransform) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a2
    High InnerException 1: System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (DataBinding DataFormWebPart ()). Execution Time=15302.2074034549 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.09 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=15358.1002613461 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png))
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png) f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af71 Medium HTTP Request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af74 Medium HTTP request URL: /tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.60 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png)). Execution Time=9.75459171486879 f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    Not sure what "resource limit is reached" actually means. This SharePoint installation is running under regular SQL 2008 R2, and the
    WSS_Content database is fairly small (10gig). I've reviewed the Search Service, the process account running it, the
    WSS_SEARCH index database, and verified that the Content database is using the proper index database. Everything looks like it should be crawling/indexing/working fine. But the WSS_SEARCH
    database isn't very large, so I'm not sure if the crawling is actually filling it with anything.
    Not sure where to start seriously troubleshooting this. Any advice would be appreciated. Thanks.

    Hi,
    The query ran in tens of seconds. This indicates that at some point a bad plan compiled and stayed in the cache. 
    It may have gotten there because the statistics were out of date. 
    A possible way to keep this from happening is to rebuild statistics with full scan more frequently.
    Try free the proc cache and see the result.
    http://msdn.microsoft.com/en-us/library/ms174283(v=SQL.105).aspx
    Thanks,
    Rock Wang
    Regards, Rock Wang Microsoft Online Community Support

  • HTTP 403 Service Error, HTTP 500 Internal Server Error

    My scenario is:
    Rfc adapter --> XI --> WebService
    I am get the following error(403,500) at the Call adapter. I like to know whether the following error occurs due to the timing out occuring as the client is not sending back a response? Any suggestions/help would be appreciated.
    <SAP:TraceHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <Trace level="0" type="System_Error">HTTP-client: error response= <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'><SOAP:Body><SOAP:Fault><faultcode>SOAP:Server</faultcode><faultstring>com.sap.aii.messaging.srt.BubbleException: Can't call the endpoint; Exception raised by com.sap.aii.messaging.net.TransportException: HTTP 403 Service Error</faultstring></SOAP:Fault></SOAP:Body></SOAP:Envelope></Trace>
      <Trace level="1" type="System_Error">Exit XMB because of system error!</Trace>
      <Trace level="0" type="System_Error">System-Error: HTTP.HTTP_STATUS_CODE_NEQ_OK</Trace>
      <Trace level="0" type="System_Error">HTTP status code 500 : Internal Server Error</Trace>
      <Trace level="0" type="System_Error">HTTP-client: error response= <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'><SOAP:Body><SOAP:Fault><faultcode>SOAP:Server</faultcode><faultstring>com.sap.aii.messaging.srt.BubbleException: Can't call the endpoint; Exception raised by com.sap.aii.messaging.net.TransportException: HTTP 403 Service Error</faultstring></SOAP:Fault></SOAP:Body></SOAP:Envelope></Trace>
      <Trace level="1" type="System_Error">Exit XMB because of system error!</Trace>
      <Trace level="0" type="System_Error">System-Error: HTTP.HTTP_STATUS_CODE_NEQ_OK</Trace>
      <Trace level="0" type="System_Error">HTTP status code 500 : Internal Server Error</Trace>
      <Trace level="1" type="System_Error">Exit XMB because of system error!</Trace>
      <Trace level="0" type="System_Error">System-Error: HTTP.HTTP_STATUS_CODE_NEQ_OK</Trace>
      <Trace level="0" type="System_Error">HTTP status code 500 : Internal Server Error</Trace>
      </SAP:TraceHeader>

    from SM59 I tested the connection of INTEGRATION_DIRECTORY_HMI(HTTP connection to ABAP system)
    detail:
    staus HTTP response 500
    status text : internal server server
    duration test call 17173 ms
    Please help me out to resolve this issue

  • Bypass manual email status update in Agent Inbox

    hello,
    I have a service class that automatically and successfully creates a Service Request from Email although it does not update email status in Agent Inbox.
    my situation is very similar to this one.
    [CRM ERMS workbench & Agent inbox status difference;
    although the answer provided does not really solve the problem.
    My knowledge in ABAP does not really extend to workflow so please do correct me if i'm saying things wrong.
    So here's the scenario:
    Task A that processes the ERMS rule completes task (service class)
    Task B waits for the user's decision before execution so we have to manually update email status to 'Completed' in Agent Inbox.
    Our approach is to search for a way to bypass this decision part so the workflow can continue.
    Has anyone encountered this before? Can you give me suggestions? Thanks.
    Sunntann
    Edited by: sunntann on Aug 16, 2011 10:12 AM

    Hi,
    Please post it in ABAP Development Forum. then you will get prominent responses.
    Regards,
    Suman

  • HELP: Oracle VM Manager 3.1.1  VM Server Status Running (Error)

    Hi All,
    I have updated the latest patch of VM Manager 3.1.1. In my server pool, I have 3 VM servers.
    All VM Server shows Status Running (Error). I don't care about the small red x icons displayed on the VM Manager but it stops all my operations:
    1. Not able to Edit the virtual machine from one server.
    OVMAPI_9013E Cannot perform operation on Virtual Machine: racnode1, no server available.
    Wed Nov 07 14:29:32 PST 2012
    2. Not able to Remove a VM Server from the Server pool
    com.oracle.ovm.mgr.api.exception.RuleException: OVMRU_004004E: - Cannot delete server: vmsvr2.X.com, while it is in a server pool
    Wed Nov 07 14:31:21 PST 2012
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:151)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.RuleException: OVMRU_004004E: - Cannot delete server: vmsvr2.X.com, while it is in a server pool
    Wed Nov 07 14:31:21 PST 2012
    at com.oracle.ovm.mgr.rules.modules.api.physical.ServerRules.onPersistableCleanPre(ServerRules.java:249)
    at com.oracle.ovm.mgr.api.job.JobEngine.invokeMethod(JobEngine.java:662)
    at com.oracle.ovm.mgr.api.job.JobEngine.invokeMethod(JobEngine.java:631)
    at com.oracle.ovm.mgr.rules.RulesEngine.runRules(RulesEngine.java:190)
    at com.oracle.ovm.mgr.rules.RulesEngine.preProcess(RulesEngine.java:142)
    at com.oracle.ovm.mgr.model.ModelEngine.preValidate(ModelEngine.java:547)
    at com.oracle.ovm.mgr.model.ModelEngine.access$200(ModelEngine.java:65)
    at com.oracle.ovm.mgr.model.ModelEngine$3.notify(ModelEngine.java:352)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:325)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:219)
    at com.oracle.ovm.mgr.api.job.JobEngine.invokeMethod(JobEngine.java:744)
    at com.oracle.ovm.mgr.api.manager.ModelManagerDbImpl.deleteObject(ModelManagerDbImpl.java:868)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.manager.ModelManagerProxy.deleteObject(Unknown Source)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObjectInternal(OvmManagerImpl.java:386)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObject(OvmManagerImpl.java:409)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObject(OvmManagerImpl.java:391)
    at com.oracle.ovm.mgr.api.system.FoundryDbImpl.deleteServer(FoundryDbImpl.java:1007)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    ... 7 more
    I can't help to complain. The VM Manager just have been so buggy. Can't anyone help!
    Edited by: 969880 on Nov 7, 2012 2:33 PM
    Edited by: 969880 on Nov 7, 2012 2:34 PM

    I used to see this message in my Oracle VM.
    Your all questions are the same root cause is cause from your VM Servers are not available. If you want edit or remove virtual machine is need your VM Servers are available. If you want to remove Server Pool is need all VM Server are removed from it first and also cannot deleted VM Servers too.
    What you have to do first is make all VM Servers up and available.
    Option1. You can try to restart VM Serer agent (ovs-agent) and Oracle VM Manager service (ovmm) and try to log out and log in.
    Option2. Restore Oracle VM from backup with option --UUID of previous VM Manager.
    Thanks and regards,
    Vandy

  • Supplement​ary Service error: general error/ Call failed

    Hi, guys please help, am very frustrated as I am not able to make or receive any calls or sms's. Everytime I try, i receive an immediate message saying " supplementary service error. or "call failed". When everybody else calls me it goes straight to voicemail.  
    I tried the battery pull, I did the security wipe, I called the service provider, nothing seems to work. has any of you ever experienced this? what did you do? please advice. 
    Under "manage connections" on the main menu, i checked the "service status" and it says not connected under "mobile voice". Other applications work very well, such as facebook, whatsapp, bbm and google talk. 

    Hi Makhasane
    Welcome to BlackBerry Support Forums
                              There are no specific  workaround regarding this error but From what I have noticed  in most cases this " supplementary Service error " is resolved after replacing a new SIM , So I prefer you should try that option Or if your device is still under warranty contact your service provider.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Getting Service Error

    Hi all,
    I am trying to get the samples ( PIM, Hello world etc) to work but I am getting Service Error as a response to all the example apps. I have upgraded my wireless install to 9.0.2.8 as per a previous suggestion but with no success. Panama_sys log gives me this as...
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Nested exception is:
    oracle.panama.adapter.AdapterException:
    HTTP(S) Error: 502 : Bad Gateway
    Original URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Effective URL: "http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp"
    Query String: ""
    Request HTTP headers:
    x-oracle-device.secure: false
    x-oracle-user.name: vu_1060604969300_peesafqo2ctewh2s
    accept-language: en
    x-oracle-device.orientation: landscape
    accept: text/vnd.oracle.mobilexml, */*
    x-oracle-device.class: pdabrowser
    user-agent: PTG/2.0 (Oracle9iAS Wireless 2.0)
    x-oracle-user.deviceaddress: 141.145.81.21
    x-oracle-user.authkind: unauthenticated
    x-oracle-user.locale: en
    x-oracle-device.maxdocsize: 0
    x-oracle-orig-accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    x-oracle-orig-user-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
    clientip: 141.145.81.21
    x-oracle-user.deviceid: vu_1060604969300_PEeSaFqo2CtewH2s
    x-oracle-service.parent.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=269
    x-oracle-wireless.https.url: https://rvenkatr-za.za.oracle.com:4444/ptg/rm
    x-oracle-home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAgoHome=1
    x-oracle-user.userkind: virtual
    surrogate-capability: orcl="ESI/1.0 ESI_Inline ORAESI/9.0.2"
    x-oracle-wireless.http.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm
    x-oracle-service.home.url: http://rvenkatr-za.za.oracle.com:7778/ptg/rm?PAsid=B8OoXwK35UdsaTrD&PAoid=275
    HTTP response status: 502
    HTTP response message: Bad Gateway
    Response HTTP headers:
    date: Thu, 14 Aug 2003 08:51:11 GMT
    content-type: text/html
    content-length: 333
    server: NetCache appliance (NetApp/5.3.1R3)
         at oracle.panama.adapter.http.HttpAdapter.fetchData(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.fetchSimpleResult(Unknown Source)
         at oracle.panama.adapter.http.HttpAdapter.invoke(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.invokeAdapter(Unknown Source)
         at oracle.panama.core.MasterServiceImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.AliasImpl.getPAElementInternal(Unknown Source)
         at oracle.panama.core.ServiceImpl.invoke(Unknown Source)
         at oracle.panama.rt.common.Controller.invokeService(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.doExecute(Unknown Source)
         at oracle.panama.rt.common.ConnectionImpl.execute(Unknown Source)
         at oracle.panama.servlet.ParmImpl.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Please help

    Ravell,
    The HTTP requests in the Hello example for your environment is re-entrant, i.e. the wireless runtime makes another HTTP request to service the original request for the Hello example. This is resulting in an HTTP 502 - i.e. the upstream server/proxy encountered an error. From the headers it looks like you're using some caching proxy in between. Could you ensure that the site URL is set up correctly from the EM console? This is most likely a connectivity issue; to confirm, try and access the effective/original URL, i.e. http://rvenkatr-za.za.oracle.com:7778/examples/Hello.jsp from a browser.
    Remember, the request flow is: browser -> cache/proxy -> wireless server -> same cache/proxy as before -> wireless server. After this the request flow unwinds; check that there are no connectivity issues at each of these levels.
    Regards,
    Deepak

Maybe you are looking for

  • How can I get firefox to shut down automatically when not in use for an hour

    How can I get firefox to shut down automatically when not in use for an hour

  • CRS 10.2 Linux fails on OCR location

    New 10.2.0.4 install for 2 node RAC system: RHEL5 2.6.18-92.el5 with SAN, using multipath devices. Configured OCFS2 1.4 following http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf, and set up of multipath devices f

  • How to recover HP tools partition

    Hello, I want to recreate HP Tool Partition. I have deleted it. But I keep the HP_Recovery Partition. I tried to create HP Tool Partion with sp61632.exe, But It was not able to do it. "Main Drive already has four partitions. Additional partition can

  • Canon MP640-- 6C10 Error

    Hi A little over a year ago I bought a Canon MP640 printer. During the first few months everything was fine. However, a couple of months ago things changed a bit. There are times when I go print a document or even do a simple photocopy I get a 6C10 e

  • Can not find Used DC

    Hi I need to include the following Web Dynpro DC in my component as one of the Used DC. com.sap.portal.runtime.application.jcoclient Please help me to locate the correct SC to get this Used DC. Thankx in advance. Regards Ramesh.