Report error service is not available

Hello,
I find the following error on several locations in my SIPstack logs on my Edge Server:
ms-diagnostics: 2019;reason="Report error service is not available";source="standard.kressmark.com"
What service is this referring to?
How can we troubleshoot this error message further?
Any additional information about this topic would be appreciated!
/mk
The full INFO message:
L_INFO(TF_PROTOCOL) [0]0A40.1148::03/10/2014-17:14:03.968.000000ad (SIPStack,SIPAdminLog::TraceProtocolRecord:SIPAdminLog.cpp(125))$$begin_record
Trace-Correlation-Id: 2161867164
Instance-Id: 000000F0
Direction: incoming;source="internal edge";destination="external edge"
Peer: standard.kressmark.com:5061
Message-Type: response
Start-Line: SIP/2.0 503 Service unavailable
From: "Mattias Kressmark"<sip:[email protected]>;tag=45e334cc8d;epid=8ff7cc2b20
To: <sip:[email protected]>;tag=FD66AF22DAE1582D6D94354611261F35
CSeq: 1 SERVICE
Call-ID: 9316261cef2141d3815a94c386e180d6
Via: SIP/2.0/TLS 17.21.122.15:49348;branch=z9hG4bKB54C0D77.B76658C4DF13234B;branched=FALSE;ms-received-port=49348;ms-received-cid=4600
Via: SIP/2.0/TLS 192.168.1.10:51983;received=81.217.34.250;ms-received-port=51983;ms-received-cid=100
ms-diagnostics: 2019;reason="Report error service is not available";source="standard.kressmark.com"
Server: RTC/4.0
Content-Length: 0
Message-Body: –
$$end_record

Hi,
Did you deploy Monitoring server in your Lync server environment?
Please update to the latest version for Lync server 2010 and then test the issue again.
http://technet.microsoft.com/en-us/lync/dn146015
Best Regards,
Eason Huang
Eason Huang
TechNet Community Support

Similar Messages

  • Mail service POC - connecting to GMAIL gives error "service is not available"

    From webcenter Dev Guide, I followed steps to connect to gmail server using webcenter mail service.
    Mail service connection info:
    imap server : imap.gmail.com
    imap port : 993
    smtp server : smtp.gmail.com
    smtp port : 465
    imap secured : true
    smtp secured : true
    Test connection status : Success
    external application info:
    App Name: MyGmailApp
    Display Name : My Gmail App
    Login URL : https://mail.google.com/mail
    Username field : Username
    Password field : Password
    Authentication Method : POST
    Field Names : 'Email Address', 'Reply-To Address'. (Display to user true for both)
    Shared credentials & public credentials entered are gmail credentials.
    I dropped mail service on to a page & ran the portal.
    The error I got was "The service is not available" , Log is given as below. what did i miss ??? Please help me out.
    Error Log:
    javax.mail.MessagingException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target;
      nested exception is:
      javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:571)
      at javax.mail.Service.connect(Service.java:288)
      at javax.mail.Service.connect(Service.java:169)
      at oracle.webcenter.collab.mail.MailSession$2.call(MailSession.java:1302)
      at oracle.webcenter.collab.mail.MailSession$2.call(MailSession.java:1276)
      at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
      at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
      at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1649)
      at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241)
      at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1206)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
      at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
      at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
      at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
      at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:110)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
      at com.sun.mail.iap.ResponseInputStream.readResponse(ResponseInputStream.java:97)
      at com.sun.mail.iap.Response.<init>(Response.java:96)
      at com.sun.mail.imap.protocol.IMAPResponse.<init>(IMAPResponse.java:61)
      at com.sun.mail.imap.protocol.IMAPResponse.readResponse(IMAPResponse.java:135)
      at com.sun.mail.imap.protocol.IMAPProtocol.readResponse(IMAPProtocol.java:261)
      at com.sun.mail.iap.Protocol.<init>(Protocol.java:114)
      at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:104)
      at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:538)
      ... 16 more
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:323)
      at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
      at sun.security.validator.Validator.validate(Validator.java:218)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
      ... 34 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
      at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
      at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
      ... 40 more
    <Submission> <run> Submission[id=1, service=oracle.webcenter.collab.mail, resource=null] caught exception running task
    oracle.webcenter.collab.share.ConnectionFailedException: The service is unavailable.
      at oracle.webcenter.collab.mail.MailSession.acquireImapStore(MailSession.java:1374)
      at oracle.webcenter.collab.mail.MailSession.login(MailSession.java:462)
      at oracle.webcenter.collab.share.Session$1.call(Session.java:652)
      at oracle.webcenter.collab.share.Session$1.call(Session.java:646)
      at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
      at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
      at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
      at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
      at java.lang.Thread.run(Thread.java:662)

    Did you add Gmail's certificate to the trust store? Check this link: Configuring SSL

  • Ovi Social 1.3.143 "Service is not available"

    Hi,
    I had some issues (the phone kept on rebooting) with my N8, got it replaced from Nokia Care. But now, in the replaced phone, I am unable to use Ovi Social. It gives the error "Service is not available". Social version is 1.3.143. Is there any fix for this?
    Thanks,
    Jinesh
    Solved!
    Go to Solution.

    I found that there is a simple workaroud. Just uninstall the application then go to SW update and reinstall. After that try to re-launch the application and it's all fine. At least it worked for me.
    Good luck!

  • Report-Service is not available: REP-110 und REP-1070

    Hello,
    I get the following errors after new configuration for Froms, Reports and Discoverer (11.1.1.6):
    FRM-41214: Unable to run report
    Or:
    REP-110: File 01RD_MARG_04E. cannot be opened.
    REP-1070: An error occurred while opening or saving a document.
    The Report-Server is in Running state, but Report-Service is not available.
    How can I isolate the error position?
    Thanks in advance,
    Mohammad

    Just out of curiosity, what did you change in opmn.xml?
    Oh, I see in the doc now. That the same thing can be inserted in opmn.xml. But I have never seen
    that done in any production environment I have encounterd.
    I find that document a little bit strange, to be honest. Is that really the way to configure the Reports Service?
    It is so very strange that they do not mention the env-id possibility in the rwserver.conf file.
    The REPORTS_PATH is gotten from either registry, that is, the default for the host if you so like, or envid in the call to reports service via the URL as a parameter, ie. &envid=test. That envid can also hold
    variables like NLS_LANG and such.
    I regard the opmn files as do-not-touch and part of the WLS system structure.
    I seldom touch the reports.bat-file. But maybe that was necessary in this case. I do not know.
    Edited by: Lars Sjöström on May 31, 2012 5:03 PM

  • The Security Token Service is not available error on dedicated Distributed Cache server

    I have an error on a dedicated Distributed Cache server stating that the Security Token Service is not available.  I was under the impression that when Distributed Cache was running on a dedicated server that the only service that should be enabled
    is Distributed Cache. 
    The token service is working as expected on all other servers but this one.  Does this service need to be started or should I just ignore this error message?
    Jennifer Knight (MCITP, MCPD)

    as per my little experience with 2013, if STS is working fine on Web server then I am sure that sharepoint will be fine...Distributed cache stores the ST issued by STS. NO need to worry about this error.
    Login
    Token Cache
    DistributedLogonTokenCache
    This
    cache stores the security token issued by a Secure Token Service for use by any web server in the server farm. Any web server that receives a request for resources can access the security token from the cache, authenticate the user, and provide access to the
    resources requested.
    I would say check the ULS logs and get more details about the error why its not working on that server.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • I'm out of the country right now and I want to suspend my verizon service, but I couldn't. It says "Error, the service is not available at this time. Try it later" What should I do?? Plz Help me!!

    I wanted to suspend my verizon service, but I couldn't. The web shows "the service is not available at this time. Try it later..." How can I address this problem??

        Hi Shell126 - We certainly want you to be able to easily manage the account while so far from home! Have you tested a different web browser? Also try clearing the cookie and temporary internet files on your current browser. I am eager to help get this resolved!
    Thank you, 
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • Why does this error message keep coming up when I enter my code in ? Sorry, our redemption service is not available. Please try again later.

    I have purchased adobe photoshop elements 11 and when i type my code in its says Sorry, our redemption service is not available. Please try again later.

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Laptop (Running Windows 8.1) no longer able to print and now see message Active Directory Domain Services is not available

    Have a very recent Lenovo Ideapad Laptop running Windows 8.1. Connected via USB port to HP LaserJet Pro CM1415 frw Color MFP Printer. Was able to print fine nearly 2 weeks ago, but something recently happened - either a new windows or office 2013 update
    or perhaps I blew away a certain file by mistake. I can see the printer installed but cannot print to it from anything (Word, Notepad, IE, Firefox etc.). The one thing to note is that usually when I plug or unplug a USB related device, Windows 8.1 recognizes
    this and makes a certain chime noise, but with the printer USB cable it never makes that noise - making me think that it never fully recognizes the printer. Also when I select the printer (from within the control panel) and right click for properties (via
    admin rights) It never lets me fully connect to it.
    I have tried all the usual remedies - remove, install all drivers, reinstall printer, Windows update, start/stop print spooler and all other printer related services,  etc. Its really annoying because this printer was working fine nearly 2
    weeks ago. Looking for any advice now. Thanks.
    -Chris

    Hi Chris,
    à
    I have tried all the usual remedies - remove, install all drivers, reinstall printer, Windows update, start/stop print spooler and all other printer related services, etc.
    I noticed that you had reinstalled the printer. Just a confirmation, when un-install this printer, please check
    if this printer still exist in registry. For more details, please refer to following KB.
    Registry entries for printing
    If printer entry still exist in registry, please delete that printer entry and re-install this printer again,
    then check if this issue still exists. (Please backup registry entries before operating registry. It will help us to avoid unexpected issue.)
    àand now see
    message Active Directory Domain Services is not available
    By the way, would you please let me know where/when get this
    Active Directory Domain Services is not available error message? Or provide a screenshot of it?
    (Please hide all protected or private information) Please check if all services are running correctly on the computer. Meanwhile, please refer to following article and check if can help you.
    Printer
    Problem: Active Directory Domain Services is currently unavailable – Why does windows say no printers are installed?
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • TF400893: Team Foundation Server services are not available.

    Hi Gang
    Am getting
    TF400893: Team Foundation Server services are not available. This is most likely caused by a network error. Please check your connection and try again.
    consistently when trying to access TFS2012 Web Access.  I'm on the same domain as the server and able to login however as soon as I try and access a query it asks me to log in again and then presents me with the above message.
    Any thoughts am trying to get as many ports open as possible however security's pretty tight here.
    Regards

    Hi,
    Thanks for your feedback!
    I recommend you install TFS Power Tools and run a Team Foundation Server Complete Health Check and see if it helps.
    TFS 2012 Power Tools download address:http://visualstudiogallery.msdn.microsoft.com/b1ef7eb2-e084-4cb8-9bc7-06c3bad9148f
    Hope it helps!
    Best Regards,
    Cathy Kong
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • 12002 The Reporting Web Service is not working.

    Hi :)
    I have WSUS on Windows Server 2012 std. with Internal Database. Today I've installed 7 updates from patch tuesday and after restart I've got
    error 12002 The Reporting Web Service is not working
    I can see now that updatet clients can not report their status anymore :(
    What's up ? Any suggestion ?
    Best regards
    Nenad

    Hi,
    I would start by verifying that the /ReportingWebService resource is properly configured in IIS.
    Correct configurations can be found in the WSUS Technical Reference Guide: IIS
    Settings for WSUS 3.0 SP2 Web Services.
    Also,Under ReportingWebService
    Made sure all were set to disabled except for Anonymous Authentication
    Anonymous Authentication Enabled
    ASP .NET Impersonation Disabled
    Basic Authentication Disabled
    Forms Authentication Disabled
    Windows Authentication Disabled
    Regards,
    Clarence
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Call was terminated because the corresponding service is not available

    Hi experts,
    I've installed SAP NetWeaver 7.01 SR1 ABAP Trial Version. I'm following instructions given and the next step is to log into the system via web gui with this url: http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000. However I'm getting this error:
    Service cannot be reached
    What has happened?
    URL http://localhost:8000/sap/bc/gui/sap/its/webgui call was terminated because the corresponding service is not available.
    Note
        * The termination occurred in system NSP with error code 403 and for the reason Forbidden.
        * The selected virtual host was 0 .
    I did some research and from what I've read I should activate a service trough so called SICF. After installation I've got only sap management console in wich I have this main NSP node, below that database instance and SAP system instance, I tried to logon to this system instance choosing "logon" from context menu but always with some errors. Now I'm stuck, please help.
    Edited by: kotzi86 on Aug 7, 2010 5:43 PM

    Hi,
    You will need to login using SAPGUI for windows first and then execute transaction SICF and from there, activate this service.
    Please install SAPGUI first on your machine and login using it.
    Regards,
    Shitij

  • RTC-5301 the runtime service is not available

    we are running client on XP and run time repository on sun 5.8
    we were able to connect to the repository, until we rebooted the Database.
    Then we getting 5301 meesage when logging in to the run time.
    1. running start_service script as owb run time repository owner provided no error except "platform service is not available"
    2. service_doctor - the same result.
    Any suggestion?
    TIA
    Message was edited by:
    mc

    figured this out - we used differrent ORACLE_HOME for the server installation.
    running owbcollect helped a lot.

  • Google Safe Browsing Service is not available Warning Message

    I just downloaded the latest update for Safari 6.0.4 on my MacBook Pro running Mac OS X Mountain Lion 10.8.3 and under Security Preferences there is a warning message beside Fraudulent Sites (yellow triange with an ! in it) that says: "Google Safe Browsing Service is not available. No updates have occurred in 27 days".
    What do I need to do to correct this?

    If the above suggestions fails, or you are already using Google as your default browser, follow the steps below:
    How to Fix "Google Safe Browsing Service is Unavailable" Error in Safari.
    1.  On the Finder Menubar, click "Go".
    2.  Then click, "Go to Folder"
    3.  Type in:  /private/var/folders  <Hit enter>
    4   There will be a few folders; open them up and look for a folder named com.apple.files.
    5.  Find, and open the folder named, com.apple.safari.
    6.  In this folder, there should be a file named, safebrowsing.db
    7.  Send the safebrowsing.db file to the trash and delete it.  This will force Safari to rebuild the file.
    8.  This should fix the problem.  But check back again to test it.  Note, the file dosen't seem to update daily.
    Hope this helps.

  • Exception in thread "main" bea.jolt.ServiceException: Service is not availa

    Hi All,
    I'm new to Tuxedo. I've installed tuxedo. I've deployed simpapp given as sample. It's c clients and server are working fine. Now I'm trying to use Java client for the same server. In my office I need to work with Tuxedo9.1 and JOLT. When I'm trying to run I'm getting problem. I'm not able to find any solution. Please help me. I'm giving entire work done by me as follows.
    Problem in Running Java Client with Tuxedo.
    My ASCII tuxconfig file details:
    # (c) 2003 BEA Systems, Inc. All Rights Reserved.
    #eident "@(#) samples/atmi/simpapp/ubbsimple $Revision: 1.5 $"
    #Skeleton UBBCONFIG file for the TUXEDO Simple Application.
    #Replace the <bracketed> items with the appropriate values.
    *RESOURCES
    IPCKEY 123456
    #Example:
    #IPCKEY 123456
    DOMAINID simpapp
    MASTER simple
    MAXACCESSERS 50
    MAXSERVERS 30
    MAXSERVICES 50
    MODEL SHM
    LDBAL N
    *MACHINES
    DEFAULT:
    APPDIR="/shashi/mysimpleapp/simpapp"
    TUXCONFIG="/shashi/mysimpleapp/simpapp/tuxconfig"
    TUXDIR="/newutitux/newtux/tuxedo9.1"
    #Example:
    # APPDIR="/home/me/simpapp"
    # TUXCONFIG="/home/me/simpapp/tuxconfig"
    # TUXDIR="/usr/tuxedo"
    systest LMID=simple MAXWSCLIENTS=4
    #Example:
    #beatux LMID=simple
    *GROUPS
    GROUP1
    LMID=simple GRPNO=1 OPENINFO=NONE
    JSLGROUP LMID=simple GRPNO=2 OPENINFO=NONE
    JREPGROUP LMID=simple GRPNO=3 OPENINFO=NONE
    *SERVERS
    DEFAULT:
    CLOPT="-A"
    simpserv SRVGRP=GROUP1 SRVID=1
    JSL SRVGRP=JSLGROUP SRVID=2
    CLOPT=" -- -n //10.10.100.110:5000 -d /dev/tcp "
    JREPSVR SRVGRP=JREPGROUP SRVID=4
    CLOPT=" -- -W -P /shashi/mysimpleapp/simpapp/jrepository "
    JRAD SRVGRP=JSLGROUP SRVID=3
    CLOPT=" -- -l //10.10.100.110:5555 -c //10.10.100.110:5000 "
    *SERVICES
    TOUPPER
    I've started the server using command tmboot -y.5 servers are started.
    When I test using tmadmin command following is the output.
    >psr
    Prog Name Queue Name Grp Name ID RqDone Load Done Current Service
    BBL 123456 simple 0 0 0 ( IDLE )
    simpserv 00001.00001 GROUP1 1 0 0 ( IDLE )
    JSL 00002.00002 JSLGROUP 2 0 0 ( IDLE )
    JRAD 00002.00003 JSLGROUP 3 0 0 ( IDLE )
    JREPSVR 00003.00004 JREPGRO+ 4 0 0 ( IDLE )
    pscService Name Routine Name Prog Name Grp Name ID Machine # Done Status
    TOUPPER TOUPPER simpserv GROUP1 1 simple 0 AVAIL
    My Jrlyconfig file content is:-
    LOGDIR=/shashi/mysimpleapp
    ACCESS_LOG=access.log
    ERROR_LOG=error.log
    LISTEN=10.10.100.110:4444
    CONNECT=10.10.100.110:5555
    SOCKETTIMEOUT=30
    and jrly is also running.
    Content of jrepository file is:-
    #!JOLT1.0^M
    add SVC/TOUPPER:vs=1:ex=1:bt=STRING:\^M
    bp:pn=STRING:pt=string:pf=167772161:pa=rw:ep:^M
    add PKG/SIMPSERV:TOUPPER:^M
    ULOG Message is:-
    165446.systest!BBL.5691.1.0: 06-10-2010: Tuxedo Version 9.1, 64-bit, Patch Level (none)
    165446.systest!BBL.5691.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165446.systest!simpserv.5692.1.0: 06-10-2010: Tuxedo Version 9.1, 64-bit
    165446.systest!simpserv.5692.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165446.systest!simpserv.5692.1.0: Welcome to the simple server
    165446.systest!JSL.5693.1.0: 06-10-2010: Tuxedo Version 9.1, 64-bit
    165446.systest!JSL.5693.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165446.systest!JSL.5693.1.0: INFO: JOLT Listener version-BEA Jolt 9.1
    165446.systest!JSL.5693.1.0: JOLT_CAT:1563: "INFO: Serial Number : <454493271161-2664953090480>, Expiration Date : <None>"
    165446.systest!JSL.5693.1.0: JOLT_CAT:1564: "INFO: Licensee : <Customer>"
    165446.systest!JREPSVR.5694.1.0: 06-10-2010: Tuxedo Version 9.1, 64-bit
    165446.systest!JREPSVR.5694.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165446.systest!JREPSVR.5694.1.0: Current version: BEA Jolt 9.1
    165446.systest!JREPSVR.5694.1.0: Repository "/shashi/mysimpleapp/simpapp/jrepository" (2 records) is writable.
    165446.systest!JRAD.5695.1.0: 06-10-2010: Tuxedo Version 9.1, 64-bit
    165446.systest!JRAD.5695.1.0: LIBTUX_CAT:262: INFO: Standard main starting
    165446.systest!JRAD.5695.1.0: INFO: JRAD version-BEA Jolt 9.1
    I don't find any problem in starting and running the system.
    Problem faced:-
    1.Repository Editor is connected to the system using port number given for jrly( i.e.. 4444) but it is giving an exception
    "bea.jolt.ServiceException:Service is not available:.GETKEYS"
    2.When trying to load bulk loader after setting jolt.jar and joltadmin.jar to the classpath it is giving the exception
    java bea.jolt.admin.jbld //10.10.100.110:4444 services.txt
    Exception in thread "main" bea.jolt.ServiceException: Service is not available:.GETKEYS
    at bea.jolt.JoltRemoteService.init(JoltRemoteService.java:156)
    at bea.jolt.JoltRemoteService.<init>(JoltRemoteService.java:112)
    at bea.jolt.admin.JSvcPkgTbl.initTable(jbld.java:1010)
    at bea.jolt.admin.JSvcPkgTbl.<init>(jbld.java:990)
    at bea.jolt.admin.JBldDefRec.<init>(jbld.java:138)
    at bea.jolt.admin.jbld.main(jbld.java:801)
    Note:- I've tested on port number 5000 and file as jrepository also.The content of services.txt is as follows
    service=TOUPPER
    export=true
    inbuf=STRING
    outbuf=STRING
    access=inout
    3.While running the ToUpper.java given in sample it is giving the exception as follows.
    "Exception in thread "main" bea.jolt.ServiceException: Service is not available:TOUPPER
    at bea.jolt.JoltRemoteService.init(JoltRemoteService.java:156)
    at bea.jolt.JoltRemoteService.<init>(JoltRemoteService.java:112)
    at ToUpper.main(ToUpper.java:36)"
    Content of ToUpper.java:-
    /* Copyright 1996 BEA Systems, Inc. All Rights Reserved */
    import bea.jolt.*;
    public class ToUpper
    public static void main (String[] args)
    JoltSession session;
    JoltSessionAttributes sattr;
    JoltRemoteService toupper;
    JoltTransaction trans;
    String userName=null;
    String userPassword=null;
    String appPassword=null;
    String userRole="myapp";
    String outstr;
    sattr = new JoltSessionAttributes();
    sattr.setString(sattr.APPADDRESS, "//10.10.100.110:4444");
    switch (sattr.checkAuthenticationLevel())
    case JoltSessionAttributes.NOAUTH:
    break;
    case JoltSessionAttributes.APPASSWORD:
    appPassword = "appPassword";
    break;
    case JoltSessionAttributes.USRPASSWORD:
    userName = "myname";
    userPassword = "mysecret";
    appPassword = "appPassword";
    break;
    sattr.setInt(sattr.IDLETIMEOUT, 300);
    session = new JoltSession(sattr, null, null,
    null, null);
    toupper = new JoltRemoteService ("TOUPPER", session);
    toupper.setString("STRING", "hello world");
    toupper.call(null);
    outstr = toupper.getStringDef("STRING", null);
    if (outstr != null)
    System.out.println(outstr);
    session.endSession();
    System.exit(0);
    } // end main
    } // end ToUpper
    Please help me. Thanks in Advance. Waiting for ASAP help.
    Regards
    Shashi Ranjan

    Hi,
    As per your suggestion I'm again giving the detail of all the files which I'm using.
    tmboot -y output:-
    Booting all admin and server processes in /home/oracle/simaapp/tuxconfig
    INFO: Oracle Tuxedo, Version 11.1.1.1.0, 32-bit, Patch Level (none)
    Booting admin processes ...
    exec BBL -A :
         process id=6116 ... Started.
    Booting server processes ...
    exec TMUSREVT -- -f /home/oracle/simaapp/tmusrevt.dat :
         process id=6117 ... Started.
    exec simpserv -A :
         process id=6118 ... Started.
    exec JSL -- -n //station1.example.com:7000 -d /dev/tcp :
         process id=6119 ... Started.
    exec JREPSVR -- -W -P /home/oracle/simaapp/jrepository :
         process id=6120 ... Started.
    exec JRAD -- -l //station1.example.com:5555 -c //station1.example.com:7000 :
         process id=6121 ... Started.
    6 processes started.
    TMUSREVT.ENV content:-
    FIELDTBLS=Usysflds; export FIELDTBLS
    FLDTBLDIR=$TUXDIR/udataobj; export FLDTBLDIR
    FIELDTBLS32=jrep.f32; export FIELDTBLS32;
    FLDTBLDIR=$TUXDIR/udataobj; export FLDTBLDIR;
    tux.env content:-
    TUXDIR=/u01/tuxedo/tuxedo11gR1; export TUXDIR
    JAVA_HOME=$TUXDIR/jre; export JAVA_HOME
    JVMLIBS=$JAVA_HOME/lib/i386/server:$JAVA_HOME/jre/bin
    PATH=$TUXDIR/bin:$JAVA_HOME/bin:$PATH; export PATH
    COBCPY=:$TUXDIR/cobinclude; export COBCPY
    COBOPT="-C ANS85 -C ALIGN=8 -C NOIBMCOMP -C TRUNC=ANSI -C OSEXT=cbl"; export COBOPT
    SHLIB_PATH=$TUXDIR/lib:$JVMLIBS:$SHLIB_PATH; export SHLIB_PATH
    LIBPATH=$TUXDIR/lib:$JVMLIBS:$LIBPATH; export LIBPATH
    LD_LIBRARY_PATH=$TUXDIR/lib:$JVMLIBS:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH
    WEBJAVADIR=$TUXDIR/udataobj/webgui/java; export WEBJAVADIR
    UBBCONFIG content:-
    *RESOURCES
    IPCKEY 78111
    MASTER "station1"
    UID 501
    GID 501
    PERM 0600
    MAXACCESSERS 50
    MAXACLGROUPS 16384
    MAXGTT 100
    DOMAINID "simpapp"
    MAXGROUPS 100
    MAXNETGROUPS 8
    MAXMACHINES 256
    MAXQUEUES 50
    MAXDRT 0
    MAXRFT 0
    MAXRTDATA 4
    MAXSPDATA 33924
    MAXSERVERS 50
    MAXSERVICES 100
    MAXCONV 10
    MODEL SHM
    LDBAL Y
    1,10 Top
    CMTRET COMPLETE
    MAXBUFTYPE 16
    MAXBUFSTYPE 32
    SCANUNIT 10
    SANITYSCAN 12
    DBBLWAIT 2
    BBLQUERY 30
    BLOCKTIME 6
    NOTIFY DIPIN
    SYSTEM_ACCESS FASTPATH
    MAXINTERFACES 150
    MAXOBJECTS 1000
    SIGNATURE_AHEAD 3600
    SIGNATURE_BEHIND 604800
    USIGNAL SIGUSR2
    *MACHINES
    DEFAULT:
    "station1.example.com" LMID="station1"
    TUXCONFIG="/home/oracle/simaapp/tuxconfig"
    TUXDIR="/u01/tuxedo/tuxedo11gR1"
    APPDIR="/home/oracle/simaapp"
    TLOGNAME="TLOG"
    TLOGSIZE=100
    CMPLIMIT="MAXLONG,MAXLONG"
    NETLOAD=0
    SPINCOUNT=0
    MAXACLCACHE=100
    MAXOBJECTS=1000
    SICACHEENTRIESMAX="500"
    MAXWSCLIENTS=4
    *GROUPS
    GROUP1
    LMID=station1 GRPNO=1 OPENINFO=NONE
    JSLGROUP LMID=station1 GRPNO=2 OPENINFO=NONE
    JSRGROUP LMID=station1 GRPNO=3 OPENINFO=NONE
    TMUGROUP LMID=station1 GRPNO=4 OPENINFO=NONE
    TMUSREVTGROUP LMID=station1 GRPNO=5 OPENINFO=NONE
    *NETGROUPS
    *SERVERS
    DEFAULT:
    CLOPT="-A"
    simpserv SRVGRP=GROUP1 SRVID=1
    JSL SRVGRP=JSLGROUP SRVID=2
    CLOPT=" -- -n //station1.example.com:7000 -d /dev/tcp "
    JREPSVR SRVGRP=JSRGROUP SRVID=3
    CLOPT=" -- -W -P /home/oracle/simaapp/jrepository "
    JRAD SRVGRP=JSLGROUP SRVID=4
    CLOPT=" -- -l //station1.example.com:5555 -c //station1.example.com:7000 "
    TMUSREVT SRVGRP=TMUSREVTGROUP SRVID=5 GRACE=3600
    ENVFILE="/home/oracle/simaapp/TMUSREVT.ENV"
    CLOPT=" -- -f /home/oracle/simaapp/tmusrevt.dat "
    SEQUENCE=11
    *MODULES
    *JDBCCONNPOOLS
    *SERVICES
    TOUPPER
    LOAD=50 PRIO=50
    BUFTYPE="ALL"
    TRANTIME=30
    AUTOTRAN=N
    AFFINITYSCOPE=SERVER
    *INTERFACES
    *ROUTING
    jrepository content:-
    #!JOLT1.0
    add SVC/TOUPPER:vs=1:ex=1:bt=STRING:\
    bp:pn=STRING:pt=string:pf=167772161:pa=rw:ep:
    add PKG/SIMPSERV:TOUPPER:
    After exception the content of ULOG:-
    175351.station1.example.com!BBL.6116.3086526144.0: 06-13-2010: client high water (0), total client (0)
    175351.station1.example.com!BBL.6116.3086526144.0: 06-13-2010: Tuxedo Version 11.1.1.1.0, 32-bit, Patch Level (none)
    175351.station1.example.com!BBL.6116.3086526144.0: LIBTUX_CAT:262: INFO: Standard main starting
    175351.station1.example.com!TMUSREVT.6117.3086412000.0: 06-13-2010: Tuxedo Version 11.1.1.1.0, 32-bit
    175351.station1.example.com!TMUSREVT.6117.3086412000.0: LIBTUX_CAT:262: INFO: Standard main starting
    175351.station1.example.com!simpserv.6118.3086706368.0: 06-13-2010: Tuxedo Version 11.1.1.1.0, 32-bit
    175351.station1.example.com!simpserv.6118.3086706368.0: LIBTUX_CAT:262: INFO: Standard main starting
    175351.station1.example.com!simpserv.6118.3086706368.0: Welcome to the simple server
    175351.station1.example.com!JSL.6119.3086870208.0: 06-13-2010: Tuxedo Version 11.1.1.1.0, 32-bit
    175351.station1.example.com!JSL.6119.3086870208.0: LIBTUX_CAT:262: INFO: Standard main starting
    175351.station1.example.com!JSL.6119.3086870208.0: INFO: JOLT Listener version-Oracle Jolt 11.1.1.1.0
    175351.station1.example.com!JREPSVR.6120.3086403264.0: 06-13-2010: Tuxedo Version 11.1.1.1.0, 32-bit
    175351.station1.example.com!JREPSVR.6120.3086403264.0: LIBTUX_CAT:262: INFO: Standard main starting
    175351.station1.example.com!JREPSVR.6120.3086403264.0: Current version: Oracle Jolt 11.1.1.1.0
    175351.station1.example.com!JREPSVR.6120.3086403264.0: Repository "/home/oracle/simaapp/jrepository" (2 records) is writable.
    175351.station1.example.com!JRAD.6121.3086603968.0: 06-13-2010: Tuxedo Version 11.1.1.1.0, 32-bit
    175351.station1.example.com!JRAD.6121.3086603968.0: LIBTUX_CAT:262: INFO: Standard main starting
    175351.station1.example.com!JRAD.6121.3086603968.0: INFO: JRAD version-Oracle Jolt 11.1.1.1.0
    180656.station1.example.com!JRAD.6121.3086603968.0: JRAD_CAT:1526: INFO: JRLY connection is UP
    180656.station1.example.com!JSH.6187.3086858464.-2: 06-13-2010: Tuxedo Version 11.1.1.1.0, 32-bit
    180656.station1.example.com!JSH.6187.3086858464.-2: JOLT_CAT:1030: "INFO: Jolt Handler joining application"
    180656.station1.example.com!JSH.6187.3086858464.-2: INFO: JOLT Handler version-Oracle Jolt 11.1.1.1.0
    180657.station1.example.com!JSH.6187.3086858464.-2: JOLT_CAT:1198: "WARN: Forced shutdown of client; user name 'oracle'; client name 'admin'"
    Content of stderr:-
    tpcall .GETREC failed: TPENOENT - no entry found
    tpcall .GETREC failed: TPENOENT - no entry found
    tpcall .GETREC failed: TPENOENT - no entry found
    tpcall .GETREC failed: TPENOENT - no entry found
    services.txt content
    service=TOUPPER
    export=true
    inbuf=STRING
    outbuf=STRING
    access=inout
    The content of jrlyconfig file:-
    LOGDIR=/home/oracle/simaapp
    ACCESS_LOG=access_log
    ERROR_LOG=errorlog
    LISTEN=station1.example.com:4444
    CONNECT=station1.example.com:5555
    then I'm running jrly -f jrlyconfig
    The exception occurs when I run the command. "java bea.jolt.admin.jbld //station1:4444 services.txt"
    Exception in thread "main" bea.jolt.ServiceException: Service is not available:.GETKEYS
         at bea.jolt.JoltRemoteService.init(JoltRemoteService.java:156)
         at bea.jolt.JoltRemoteService.<init>(JoltRemoteService.java:112)
         at bea.jolt.admin.JSvcPkgTbl.initTable(jbld.java:1010)
         at bea.jolt.admin.JSvcPkgTbl.<init>(jbld.java:990)
         at bea.jolt.admin.JBldDefRec.<init>(jbld.java:138)
         at bea.jolt.admin.jbld.main(jbld.java:801)
    similarly when I'm trying to connect through RE.html
    the exception is
    bea.jolt.ServiceException: Service is not available:.GETKEYS
    The output of command JREPSVR -v is
    # List of services and corresponding handler functions built into the server
    :ADDREC
    :DELREC
    :FLUSHCACHE
    :GARBAGECOLLECT
    .GETALL:GETALL
    .GETKEYS:GETKEYS
    .GETREC:GETREC
    .GETSVC:GETSVC
    :LOCKREP
    .NUMRECS:NUMRECS
    Regards,
    Shashi Ranjan

  • Our Redemption service is not available

    After purchasing Adobe Photoshop Elements 12 and Premiere Elements 12 together from BestBuy, I am unable to retrieve my serial number.  I have tried entering the redemption code that came in the box several times and not once has it given me a number of any kind, much less a serial number.  The latest error message says, "Our redemption service is not available."  After paying good money for this program and being on a strict timeline for work, not being able to use the software is very frustrating.  After looking at Adobe's support section of their website, I have it nearly memorized; except the place where you can get actual help, for there are no chat rooms listed nor numbers given.
    If there is anyone that can give me some help, it would be nice to only be two days late on my deadline for work instead of a week or more.  Who knew that after paying so much money for software, you would have to hire a hacker to be able to use what you bought?

    Best Buy has told others that BB’s computers have sent the messages to Adobe’s servers, but that because of a backlog of people purchasing the physical software, Adobe was unable to process the numbers in a timely manner.  It is no secret that Adobe users are none too happy with the corporate decision to keep the software in the Cloud and move to a subscription paradigm.  It might be that users are purchasing all the copies they can before being forced into the Cloud.  On the other hand, this may be a carefully crafted excuse by Best Buy to cover a blunder of their own.  Leave it to corporate America to never accept blame for anything and to shift responsibility to someone else.  Meanwhile, the customer has to pay in lost time and failed deadlines.
    Sarah

Maybe you are looking for

  • Tried to upgrade my iPhone 4 to 5.1 and now it is  stuck in "plug into itunes mode" after trying to update to iOs 5.1 and receiving error (1).

    Tried to upgrade my iPhone 4 to 5.1 and now it is  stuck in "plug into itunes mode" but will not recover when I plug it in. It is coming up as "unkown error (1)". Is there anything I can do? Also, is there any way to recover pictures I have not yet b

  • Convert "Grayscale I16" to "RGB U64"

    Hello,  I need to convert an image from Grayscale I16 to RGB U64, but it doesn't work (I have joined a zip file). I think there is a bug in the NI Vision, or it's not implemented because I have no problem to do it from Grayscale U8 to RBG32.  Can you

  • Fill reported by field in Order

    Hi, I would like to fill the reported by (VIQMEL-QMNAM) field in the PM Order. (integrated with a notification). Is there any standard way to do this? I was trying it by using partner functions, but didn't work so far. Or is there an user exit? Do yo

  • Java.lang.NegativeArraySizeException ERROR, Help!!!!

    Hi, I am running the following line of code and it is generating an error, I am not sure what is causing this error. ANy thoughts or pointers??? Command: C:\Users\Sheetal\marcxml\marc4j>java org.marc4j.util.MarcXmlWriter summerland.xml Error java.lan

  • Re-Installation results

    Hello. I'm new to Mac and to forum. I just had trouble when my Help menus no longer worked on my computer. I was told to re-install my operating system. The re-install went well and I now have the help menu back. However, I somehow lost the ability t