Two red messages in log

Whenever I do a shutdown, this appears in journalctl. I have prefaced the red lines with "{RED}":
Sep 02 08:41:44 myhost dbus-daemon[344]: dbus[344]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Sep 02 08:41:44 myhost dbus[344]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Sep 02 08:41:44 myhost dbus-daemon[344]: dbus[344]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 02 08:41:44 myhost dbus[344]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 02 08:41:46 myhost login[420]: pam_unix(login:session): session closed for user root
{RED}Sep 02 08:41:47 myhost login[420]: pam_systemd(login:session): Failed to connect to system bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Sep 02 08:41:51 myhost umount[1101]: umount: /var: target is busy.
Sep 02 08:41:51 myhost umount[1101]: (In some cases useful info about processes that use
Sep 02 08:41:51 myhost umount[1101]: the device is found by lsof(8) or fuser(1))
Sep 02 08:41:51 myhost systemd[1]: var.mount mount process exited, code=exited status=32
{RED}Sep 02 08:41:56 myhost systemd-cryptsetup[1092]: Failed to deactivate: Invalid argument
Sep 02 08:41:56 myhost systemd[1]: [email protected]: control process exited, code=exited status=1
Sep 02 08:41:56 myhost systemd[1]: Unit [email protected] entered failed state.
Sep 02 08:41:56 myhost systemd[1]: Shutting down.
Sep 02 08:41:56 myhost systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
Sep 02 08:41:56 myhost systemd[1]: Set hardware watchdog to 10min.
Sep 02 08:41:56 myhost systemd-journal[167]: Journal stopped
----- Reboot -----
I don't know if the two errors are related. Earlier I was getting the trouble with unmounting var but not the pam_systemd thing. If anyone has any suggestions, I'd appreciate it. I have dug around some but I haven't had much luck tracing this down or even figuring out what has /var tied up so it can't be unmounted.

Thanks for your analysis, Leonid.I.  I've been having this problem too and have been trying to find a solution.  The closest thing I found was to append "shutdown" to the list HOOKS in /etc/mkinitcpio.conf, and then to insert the command "/usr/sbin/ash" to the top of /run/initramfs/shutdown to get a shell during shutdown to see what's going on. 
From there, I can see that my partitions successfully unmount, but it seems that this is only done after cryptsetup fails at closing those partitions. 
For me, my partitions are:
/ (encrypted)
/boot
/home (encrypted)
/var (encrypted)
/var/log (encrypted)
swap (encrypted)
Both /var/log and /var initially have trouble unmounting and deactivating.  I also have the pam_systemd error in red.  And perhaps because I added the shutdown hook, I also see red for the "Stopped (with error)" lines. 
Feb 11 16:00:06 bunny login[551]: pam_unix(login:session): session closed for user root
Feb 11 16:00:06 bunny login[551]: pam_systemd(login:session): Failed to connect to system bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the mes
Feb 11 16:00:06 bunny iptables-flush[863]: /usr/sbin/iptables
Feb 11 16:00:06 bunny iptables-flush[867]: /usr/sbin/ip6tables
Feb 11 16:00:06 bunny systemd[1]: Deactivated swap /dev/dm-2.
Feb 11 16:00:06 bunny systemd[1]: Stopped D-Bus System Message Bus.
Feb 11 16:00:06 bunny systemd[1]: Stopping Permit User Sessions...
Feb 11 16:00:06 bunny systemd[1]: Deactivated swap /dev/disk/by-uuid/722ab14b-7939-4165-a55a-281def4b3fb3.
Feb 11 16:00:06 bunny systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
Feb 11 16:00:06 bunny systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
Feb 11 16:00:06 bunny systemd[1]: Deactivated swap /dev/mapper/swap.
Feb 11 16:00:06 bunny systemd[1]: Stopping /sys/devices/virtual/block/dm-2.
Feb 11 16:00:06 bunny systemd[1]: Stopped Login Service.
Feb 11 16:00:06 bunny systemd[1]: Stopped Packet Filtering Framework.
Feb 11 16:00:06 bunny systemd[1]: Stopped IPv6 Packet Filtering Framework.
Feb 11 16:00:06 bunny systemd[1]: Stopped Permit User Sessions.
Feb 11 16:00:06 bunny systemd[1]: Stopping Remote File Systems.
Feb 11 16:00:06 bunny systemd[1]: Stopped target Remote File Systems.
Feb 11 16:00:07 bunny systemd[1]: Stopped OpenSSH Daemon.
Feb 11 16:00:07 bunny systemd[1]: Stopped (with error) /dev/mapper/swap.
Feb 11 16:00:07 bunny systemd[1]: Stopped (with error) /dev/disk/by-uuid/722ab14b-7939-4165-a55a-281def4b3fb3.
Feb 11 16:00:07 bunny systemd[1]: Stopped (with error) /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
Feb 11 16:00:07 bunny systemd[1]: Stopped (with error) /dev/disk/by-id/dm-name-swap.
Feb 11 16:00:07 bunny systemd[1]: Stopped (with error) /dev/dm-2.
Feb 11 16:00:07 bunny systemd[1]: Stopped (with error) /sys/devices/virtual/block/dm-2.
Feb 11 16:00:07 bunny kernel: tg3 0000:01:00.0: wake-up capability enabled by ACPI
Feb 11 16:00:07 bunny netcfg[864]: :: ethernet-static down [done]
Feb 11 16:00:07 bunny ifplugd[354]: Link beat lost.
Feb 11 16:00:07 bunny kernel: IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
Feb 11 16:00:07 bunny ifplugd[354]: Executing '/etc/ifplugd/netcfg.action enp1s0 down'.
Feb 11 16:00:07 bunny ifplugd[354]: Program execution failed, return value is 1.
Feb 11 16:00:07 bunny ifplugd[354]: Exiting.
Feb 11 16:00:07 bunny systemd[1]: Stopped Provides automatic netcfg wired connection.
Feb 11 16:00:07 bunny systemd[1]: Stopping Basic System.
Feb 11 16:00:07 bunny systemd[1]: Stopped target Basic System.
Feb 11 16:00:07 bunny systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
Feb 11 16:00:07 bunny systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Feb 11 16:00:07 bunny systemd[1]: Stopping Daily Cleanup of Temporary Directories.
Feb 11 16:00:07 bunny systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Feb 11 16:00:07 bunny systemd[1]: Stopping Sockets.
Feb 11 16:00:07 bunny systemd[1]: Stopped target Sockets.
Feb 11 16:00:07 bunny systemd[1]: Stopping D-Bus System Message Bus Socket.
Feb 11 16:00:07 bunny systemd[1]: Closed D-Bus System Message Bus Socket.
Feb 11 16:00:07 bunny systemd[1]: Stopping Swap.
Feb 11 16:00:07 bunny systemd[1]: Stopped target Swap.
Feb 11 16:00:07 bunny systemd[1]: Stopping Local File Systems.
Feb 11 16:00:07 bunny systemd[1]: Stopped target Local File Systems.
Feb 11 16:00:07 bunny umount[921]: umount: /var/log: target is busy.
Feb 11 16:00:07 bunny umount[921]: (In some cases useful info about processes that use
Feb 11 16:00:07 bunny umount[921]: the device is found by lsof(8) or fuser(1))
Feb 11 16:00:07 bunny systemd[1]: var-log.mount mount process exited, code=exited status=32
Feb 11 16:00:07 bunny systemd[1]: Failed unmounting /var/log.
Feb 11 16:00:07 bunny systemd[1]: Unmounting /var...
Feb 11 16:00:07 bunny systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
Feb 11 16:00:07 bunny systemd[1]: Unmounted /boot.
Feb 11 16:00:07 bunny systemd[1]: Unmounted Temporary Directory.
Feb 11 16:00:07 bunny umount[930]: umount: /var: target is busy.
Feb 11 16:00:07 bunny umount[930]: (In some cases useful info about processes that use
Feb 11 16:00:07 bunny umount[930]: the device is found by lsof(8) or fuser(1))
Feb 11 16:00:07 bunny systemd[1]: var.mount mount process exited, code=exited status=32
Feb 11 16:00:07 bunny systemd[1]: Failed unmounting /var.
Feb 11 16:00:07 bunny systemd[1]: Stopping /sys/devices/virtual/block/dm-1.
Feb 11 16:00:07 bunny systemd[1]: Unmounted /home.
Feb 11 16:00:07 bunny systemd[1]: Stopped Cryptography Setup for swap.
Feb 11 16:00:07 bunny systemd[1]: Stopping /sys/devices/virtual/block/dm-4.
Feb 11 16:00:07 bunny systemd[1]: Stopping Local File Systems (Pre).
Feb 11 16:00:07 bunny systemd[1]: Stopped target Local File Systems (Pre).
Feb 11 16:00:07 bunny systemd[1]: Stopping Remount Root and Kernel File Systems...
Feb 11 16:00:07 bunny systemd[1]: Starting Shutdown.
Feb 11 16:00:07 bunny systemd[1]: Reached target Shutdown.
Feb 11 16:00:07 bunny systemd[1]: Stopped Cryptography Setup for home.
Feb 11 16:00:07 bunny systemd[1]: Stopped /dev/mapper/home.
Feb 11 16:00:07 bunny systemd[1]: Stopped /dev/disk/by-uuid/fb844ea2-ef1d-4b94-a068-e8f3bf5db273.
Feb 11 16:00:07 bunny systemd[1]: Stopped /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-1d2fabed41fd4f0ea1e624d04362d4ee-home.
Feb 11 16:00:07 bunny systemd[1]: Stopped /dev/disk/by-id/dm-name-home.
Feb 11 16:00:07 bunny systemd[1]: Stopped /dev/dm-4.
Feb 11 16:00:07 bunny systemd[1]: Stopped /sys/devices/virtual/block/dm-4.
Feb 11 16:00:08 bunny kernel: tg3 0000:01:00.0 enp1s0: Link is up at 100 Mbps, full duplex
Feb 11 16:00:08 bunny kernel: tg3 0000:01:00.0 enp1s0: Flow control is on for TX and on for RX
Feb 11 16:00:08 bunny kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
Feb 11 16:00:12 bunny systemd-cryptsetup[926]: Failed to deactivate: Invalid argument
Feb 11 16:00:12 bunny systemd[1]: [email protected]: control process exited, code=exited status=1
Feb 11 16:00:12 bunny systemd-cryptsetup[928]: Failed to deactivate: Invalid argument
Feb 11 16:00:12 bunny systemd[1]: Stopped Cryptography Setup for var.
Feb 11 16:00:12 bunny systemd[1]: Unit [email protected] entered failed state
Feb 11 16:00:12 bunny systemd[1]: [email protected]: control process exited, code=exited status=1
Feb 11 16:00:12 bunny systemd[1]: Stopped Cryptography Setup for root.
Feb 11 16:00:12 bunny systemd[1]: Unit [email protected] entered failed state
Feb 11 16:00:12 bunny systemd-cryptsetup[925]: Failed to deactivate: Invalid argument
Feb 11 16:00:12 bunny systemd[1]: [email protected]: control process exited, code=exited status=1
Feb 11 16:00:12 bunny systemd[1]: Stopped Cryptography Setup for log.
Feb 11 16:00:12 bunny systemd[1]: Unit [email protected] entered failed state
Feb 11 16:00:12 bunny systemd[1]: Starting Unmount All Filesystems.
Feb 11 16:00:12 bunny systemd[1]: Reached target Unmount All Filesystems.
Feb 11 16:00:12 bunny systemd[1]: Starting Final Step.
Feb 11 16:00:12 bunny systemd[1]: Reached target Final Step.
Feb 11 16:00:12 bunny systemd[1]: Starting Reboot...
Feb 11 16:00:12 bunny systemd[1]: Shutting down.
Feb 11 16:00:12 bunny systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
Feb 11 16:00:12 bunny systemd[1]: Set hardware watchdog to 10min.
Feb 11 16:00:12 bunny kernel: watchdog watchdog0: watchdog did not stop!
Feb 11 16:00:12 bunny systemd-journal[158]: Journal stopped

Similar Messages

  • Corruption in Messages/Call Logs. Can't delete, or...

    Just recently, for no apparent reason, I have had some serious problems with my N900!
     When I try to send/receive a message, it comes up with an error every 30secs - 
    "Unable to send/receive messages. Device storage full. Free user space."
    However, device storage is NOT full. Rootfs is at 76%.
    I have two corrupt messages in Conversations, which cannot be deleted. Pressing Delete or Clear Conversation simply does nothing. I also have about 4 calls in recent calls which do not delete. I belive the database is corrupted, and this is causing the problem.
    I CANNOT re-flash at the moment, my USB port is broken. However, I can change anything through SSH or xTerm.
    Is it possible to simply navigate to the Conversations/Call Logs files through SSH, and delete them, or replace them with virgin ones, to fix this issue??

    OUCH! at the USB.  i would send it back for that alone.
    but back to the firmware.
    if that is the case, i would try to sync with Outlook via bluetooth to get your contacts and notes, webpages saved, but the hard part is the firware cleanboot.
    wihtoue the usb, i am not sure at the moment how to reflash the unit.
    when you backed up the unit, it backed up the coruption, so that will do you no good.  you will need to start over.
    as soon as you can get this rebooted, i would create a back up to restore to forfuturre reference.

  • Two Fault messages in PI - Error

    Hello Guys
    My Scenario is Sync SOAP to Proxy. PI will be service provider. In sceanario i have used two fault message and testing the same.
    As I was able to use the two fault message and also generated the proxy and coded in proxy method to trigger the Functional Exception but when I test it says no mapping found.
    But When I am testing without Operation Mapping and mapping program it work fine. Below is screen shot in last of successful test and response at SOAP client.
    I tried with two fault as well as one fault in both the case it fails but in ECC moni the fault is generated but in PI i get two response one with RED and other with GREY status
    Attaching screen shot for more details.
    Thanks
    Vaibhav

    For the Grey Message Status , the problem is on the ECC side. Please check the proxy again and please also check the whole process.
    There is some COMMIT missing.
    Regards,
    Hiren

  • How the Payload Message and Logs are stored in the B1i Database Table: BZSTDOC

    I would appreciate it if someone could provide any documentation regarding B1i database further maintenance.
    for example:
    I want to know how the payload message and logs are stored in the table BZSTDOC, and how can we retrieve the payload message directly from the column DOCDATA.
    As described in the B1iSNGuide05 3.2 LogGarbageCollection:
    to avoid the overload of the B1i Database, I set the Backup Buffer to 90 days : so this means Message Logs from the last 90 days will always be available, but is there some way we can save those old messages to a disk so that I can retrieve the payload message anytime?
    in addition, let’s assume the worst, the B1iSN server or the B1i database damaged, Can we just simply restore the B1i database from a latest backup DB then it can work automatically after the B1iSN server is up and running again?
    BR/Jim

    Dear SAP,
    Two weeks passed, I still haven't received any feedback from you guys.
    Could you please have a look at my question?
    How is this Question going? Is it Untouched/Solving/Reassigned ?

  • Cannot locate client IP Addess in message tracking logs

    Hello
    Im having trouble with a client who has an Exchange 2010 environment. They wish to identify users (via their client IP addresses of their workstations) who may be sending a large number of emails.
    In this environment there are two CAS servers that are hardware load balanced.
    My client wishes to interrogate the Message tracking logs (I believe this is the right place) in order to identify the IP address of a client which sent the originating mails. However the message tracking logs returns only the address of the Load Balancer
    and not the client IP Address of the sending machine.
    Is this anyway this can resolved?
    Many thanks in advance

    Hi,
    Or we can use
    IIS Advanced Logging. Add field “X-Forwarded-For” to the Advance Logging configuration to find the real IP address of the client device. Here are steps.
    Install “Advanced Logging” on each CAS server: Double click on msi file. Check the accept checkbox and click, next, next and finish for the installation.
    Add field “X-Forwarded-For” to the Advance Logging configuration.
    From your Windows Server 2008 or Windows Server 2008 R2 device, open the Internet Information Services (IIS) Manager.
    From the Connections navigation pane, click the appropriate CAS or CHM server on which you are configuring Advanced Logging. The Home page appears in the main panel.
    From the Home page, under IIS, double-click Advanced Logging.
    From the Actions pane on the right, click Edit Logging Fields.
    From the Edit Logging Fields dialog box, click the Add Field button, and then complete the following:
    In the Field ID box, type X-Forwarded-For.
    From the Category list, select Default.
    From the Source Type list, select Request Header.
    In the Source Name box, type X-Forwarded-For.
    Click the OK button in the Add Logging Field box, and then click the OK button in the Edit Logging Fields box.
    Click a Log Definition to select it. By default, there is only one: %COMPUTERNAME%-Server. The log definition you select must have a status of Enabled.
    From the Actions pane on the right, click Edit Log Definition or right click and select Edit Log Definition.
    Click the Select Fields button, and then check the box for the X-Forwarded-For logging field.
    Click the OK button.
    From the Actions pane, click Apply.
    Click Return To Advanced Logging.
    In the Actions pane, click Enable Advanced Logging.
    Now, when you look at Inetpublogs, you will see a new AdvancedLogs folder will be available with new logs and these logs will have the client device IP address.
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support

  • [svn:osmf:] 18007: 1. Remove two unused message code from MediaErrorCodes. as

    Revision: 18007
    Revision: 18007
    Author:   [email protected]
    Date:     2010-10-04 14:29:48 -0700 (Mon, 04 Oct 2010)
    Log Message:
    1. Remove two unused message code from MediaErrorCodes.as
    2. Fix bug FM-1041, extend timeout from 15 seconds to 60 seconds for multicast.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1041
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/F4MLoader.as
        osmf/trunk/framework/OSMF/org/osmf/events/MediaErrorCodes.as
        osmf/trunk/framework/OSMF/org/osmf/net/MulticastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetNegotiator.as
        osmf/trunk/framework/OSMF/org/osmf/utils/OSMFStrings.as

    bringrags wrote:
    We do indeed recommend replacing the osmf.swc from a Flex 4 project if you're going to use OSMF in Flex 4, but you may (will?) run into issues if you attempt to use Flex's VideoPlayer within that project.  Note also that you'll need to replace osmf.swc for each individual project (or edit your flex-config.xml file to point to the updated SWC).
    In terms of future plans, we are working closely with the Flex team to ensure that their next release ships with the latest OSMF version.  No ETA on that though.
    I have followed the recommendations and removed the old version of swc and replaced it with the release version. And so far the video and audio players work fine without errors.
    But looking at the flex-config.xml I see that it still points to the old version.
    <!-- OSMF SWC -->
        <runtime-shared-library-path>
    <path-element>libs/osmf.swc</path-element>
    <rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.14159/osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
    <rsl-url>osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url></policy-file-url>
    </runtime-shared-library-path>
    Could you elaborate a little bit more on editing this part of flex-config.xml?
    Thanks,
    FTQuest

  • Playbook two red light flashes

    I was using my PlayBook today and all of a sudden while multitasking I noticed that the icons under the 'All' and 'Media'  menu had disappeared. I closed all the applications, put it to sleep and re-opened, locked/unlocked nothing worked. Thats when I decided to do a restart thinking that would fix it. 
    Upon restart I noticed the PlayBook wouldn't turn on and just two red lights would flash then stop. I held power button for 10 seconds no luck. I tried again holding power button plus the plus/minus volume keys again to no avail. I tried plugging it into a wall to see if it would work, again nothing.
    I decided to plug it into my computer to see if that would fix. It booted up and said wait for PlayBook to turn on or reset I pressed OK and it immediatly asked to download OS. Now I reloaded my OS and its working again.
    But what in the world caused this kind of crash to happen?? I was Web browsing and had appworld and facebook open.
    Solved!
    Go to Solution.

    With out any logs before the restore there is no way to tell what happened.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Two red vertical lines down screen

    two red vertical lines down my screen

    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - You have the standard one year Apple warranty.
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • Unable to see custom Trace messages in Log Viewer which were defined in UDF

    Hello Experts, I am not able to see my trace messages in Log Viewer. I have a small user defined fuction which takes a variable and returns its uppercase and while do that it writes few warning level trace messages in the trace file. I've tried changing the levels from Warning to Info but I still don't see anything in my Log Viewer. At this point I am not even sure if I am looking at right place. When I test my mapping in Message Mapping's Test tab it works fine and shows me all my trace messages. But when I do end to end it is not writing anything to the trace file. I've tried to use instructions from following blogs:
    1. /people/michal.krawczyk2/blog/2007/04/30/xipi-personalized-logging-tracing(logging and tracing)
    2. /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni (logging and tracing)
    3. /people/michal.krawczyk2/blog/2005/02/25/simple-java-code-in-graphical-mapping--xi(for my UDF)
    but I still don't see traces in my Log Viewer. Please let me know if I am doing anything wrong here.
    Thanks in advance!!
    ==============================================================
    public String TraceVar(String var1, Container container) throws StreamTransformationException{
    AbstractTrace importanttrace; //create an instace of AbstractTrace
    importanttrace = container.getTrace(); //get trace
    importanttrace.addWarning("FiletoFileMP:MyUdflibrary: " + var1); //write first message to the trace
    // fix the naming conventions later
    String SenderName; // declare multiple vars to store infos
    String ReceiverName;
    String interface_name;
    String message_ID;
    String time_Sent;
    java.util.Map map;
    map = container.getTransformationParameters();
    //get interface info into the variables
    time_Sent = (String) map.get(StreamTransformationConstants.TIME_SENT);
    message_ID = (String) map.get(StreamTransformationConstants.MESSAGE_ID);
    interface_name = (String) map.get(StreamTransformationConstants.INTERFACE);
    SenderName = (String) map.get(StreamTransformationConstants.SENDER_NAME);
    ReceiverName = (String) map.get(StreamTransformationConstants.RECEIVER_NAME);
    //post interface info to the trace
    importanttrace.addWarning("Time Sent: " + time_Sent);
    importanttrace.addWarning("Message ID: " + message_ID);
    importanttrace.addWarning("Interface Name: " + interface_name);
    importanttrace.addWarning("Sender Name: " + SenderName);
    importanttrace.addWarning("Receiver Name: " + ReceiverName);
    //convert var1 to uppercase to make sure this function has be executed
    return var1.toUpperCase();
    Edited by: Mayur Patel on May 5, 2009 11:03 PM

    Thank you Prateek for a quick response.
    Yes I was able to see my trace messages in SXMB_MONI. Below is my the info... This is great. I am still not sure why this info is not showing up in Log Veiwer's (default trace) window. Any ideas? Since this XML file contains lots of other information I was wondering how to put my trace messages into the log viewer.
    Thanks!!
      <Trace level="1" type="T">*** START APPLICATION TRACE ***</Trace>
      <Trace level="2" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">Time Sent: 2009-05-05T16:16:39Z</Trace>
      <Trace level="1" type="T">Message ID: 366CEAF14D3B410033AFDDB71CD2AF73</Trace>
      <Trace level="1" type="T">Interface Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Sender Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Receiver Name: SI_Car_Inbound</Trace>
      <Trace level="1" type="T">*** END APPLICATION TRACE ***</Trace>

  • I am trying to print a fillable form.  It will not print and I get two error messages "document could not be printed" and "there were no pages selected to print."  Th latter is not true.  Won't print all, the page I am on, nor any series of pages inserted

    I am trying to print a fillable form - - an application for a Chinese visa.  It will not print and I get two error messages:  "document could not be printed" and   "there were no pages selected to print."  The latter is not true.  Won't print at all, the page I am on, nor any series of pages inserted.
    Am using a MAC desktop and a Cannon PIXMA MX922 printer.
    I need to print this form now that it is filled out?  What can I do? 

    Hello PW, I am having this problem and all suggestions haven't worked yet. Where is the Preferences|Documents you are referring to? I am on a PC and using Windows.
    EDIT: I found it and did, but still not working.

  • LE_SHP_DELIVERY_PROC Error message through Log .

    Hi,
    I'm working on a BADI LE_SHP_DELIVERY_PROC inside the method FILL_DELIVERY_ITEM. I have to show an error message over here. If i passed like MESSAGE e000(zless) WITH text-006 text-007 it is displaying message but it is come out from the layout of the transaction in scope.
    Te be more specific, when the pop up of message comes out and after that the user click on the "Exit" button, the  system should go back on the previous layout of the report to allow the user making another selection.
    I'm using Vl10D transaction.
    Now I'm trying to generate the error message through log by CT_LOG internal table . I have to block the deliveries whichever is creating through this transaction. If for a particular STO there are different loading points then I need to block the deliveries.
    I'm trying to block the current delivery using  IS_LIKP-LIFSK = 'X' and also I need to block the previous delivery IT_XLIKP-LIFSK = 'X'.
    strange thing is happening with STO which has 2 deliveries are getting created (because error msg is not getting tirggered thorugh log),  though I have blocked the deliveries.
    Could you please let me know how can i populate this error message through log as well as I can block the deliveries?
    Thanks in advance,
    Abhijit

    Hi
    To lock the delivery, see Note 198137 - VL10: Customer-specific enhancements / user exits and use this userexits. To populate the log I think that using the structure CT_LOG in the BADI is OK. Check when are called the userexit and BADI.
    I hope this helps you
    Regards
    Eduardo

  • Why am I still getting this message after logging in - This computer is no longer authorized for apps that are installed on the iPhone "Myron Liptzin's iPhone". Would you like to authorize this computer for items purchased from the iTunes Store?

    why am I still getting this message after logging in?  "This computer is no longer authorized for apps that are installed on the iPhone “*************s iPhone”. Would you like to authorize this computer for items purchased from the iTunes Store?"  - after I have logged in and get the message that the computer is already authorized!!!?? - and then the above message pops up again?

    Click here and follow the instructions.
    (71175)

  • Hello. I have a problem with OEL 6.5 and ocfs2. When I mount ocfs2 with mount -a command all ocfs2 partitions mount and work, but when I reboot no ocfs2 partitions auto mount. No error messages in log. I use DAS FC and iSCSI FC.

    Hello.
    I have a problem with OEL 6.5 and ocfs2.
    When I mount ocfs2 with mount -a command all ocfs2 partitions mount and work, but when I reboot no ocfs2 partitions auto mount. No error messages in log. I use DAS FC and iSCSI FC.
    fstab:
    UUID=32130a0b-2e15-4067-9e65-62b7b3e53c72 /some/4 ocfs2 _netdev,defaults 0 0
    #UUID=af522894-c51e-45d6-bce8-c0206322d7ab /some/9 ocfs2 _netdev,defaults 0 0
    UUID=1126b3d2-09aa-4be0-8826-0b2a590ab995 /some/3 ocfs2 _netdev,defaults 0 0
    #UUID=9ea9113d-edcf-47ca-9c64-c0d4e18149c1 /some/8 ocfs2 _netdev,defaults 0 0
    UUID=a368f830-0808-4832-b294-d2d1bf909813 /some/5 ocfs2 _netdev,defaults 0 0
    UUID=ee816860-5a95-493c-8559-9d528e557a6d /some/6 ocfs2 _netdev,defaults 0 0
    UUID=3f87634f-7dbf-46ba-a84c-e8606b40acfe /some/7 ocfs2 _netdev,defaults 0 0
    UUID=5def16d7-1f58-4691-9d46-f3fa72b74890 /some/1 ocfs2 _netdev,defaults 0 0
    UUID=0e682b5a-8d75-40d1-8983-fa39dd5a0e54 /some/2 ocfs2 _netdev,defaults 0 0

    What is the output of:
    # chkconfig --list o2cb
    # chkconfig --list ocfs2
    # cat /etc/ocfs2/cluster.conf

  • Get these two error messages when I run the iTunes exe file:  Error 2 and Error 2 (Windows error 2).  Both say Apple Application Support is required.  Uninstalled and tried to install again several times.  Using Windows 7 64 bit on laptop.

    Trying to install iTunes on my Dell laptop with Windows 7 - 64 bit.  Get these two error messages when I run the iTunes exe file:  Error 2 and Error 2 (Windows error 2).  Both say Apple Application Support was not found.  Can anyone tell me why this is happening?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • I have been asked to verify my account details. I have moved from UK to New Zealand. I cannot change my country from United Kingdom. When I tap on United Kingdom a red message appears telling me that I have unexpired video rentals, which is irrelevant!

    I have moved from UK to New Zealand. I need to change my address within iTunes because my credit card is now billed to me in NZ. I have an iPad. When I tap United Kingdom within the relevant change personal details section, instead of allowing me to switch countries, a red message comes up telling me that I have unexpired video rentals. This is correct, but it does not help me switch countries. Can anyone help?

    Nothing yet. I have changed my information back to the UK address and, though it is no longer correct, it now allows me to buy stuff. Not good!

Maybe you are looking for

  • Search and Address bar not working.

    Hello, I have this problem were whenever I try to type in something into the search or addresys bars, nothing happens. It's like the enter key isn't working. There is not usual picture next to the search bar (the one that shows you what search engine

  • Every time I save an image my mac changes the sizing, why?

    I need help.  For my job I need to find images and save them in the file size I  find.  Every time I do this my mac changes the size of the image.  For eg.  I find an image that is 325x315 and then simply click "save as".  I then go back into the ima

  • Logs for JConsole.

    Hi All, i have been facing an issue and i am unable to find its solution. here it my problem. i have configured JConsole for my application with Tomcat 6 and Jdk 1.6. CATALINA_OPTS="-Dcom.sun.management.jmxremote \ -Djava.rmi.server.hostname=22.33.44

  • Adobe Shape not syncing

    I have been using the adobe shape iphone app for a few weeks to create graphics and it has been working great. Yesterday it stopped syncing anything created in the app. I see everything in the app library but it isn't uploading to the creative cloud

  • Why won't my PC remember History, when that is what I programed it to do?

    Everytime I go to "Edit, Prefernces, Privacy", then under HISTORY: Firefox will: And here is where I select "remember history" and then click "okay" at the bottom of the page....but it doesn't stay that way! When I go back to check in the "Firefox wi