Save_batch API doesn't work

Hi,
I am trying to use the SAVE_BATCH API to save the Batch. But, it always return 'E' (Error). There is no other parameter to read the error data.
I am giving the explicit commit to save the data. But not sure how to use the above API. Does anyone have the idea how to use this?
Following is the way, I am using the code.
gme_api_pub.save_batch
(p_header_id => p_batch_id -- Passing the BATCH ID here.
,p_table => 1
,p_commit => fnd_api.g_true
,x_return_status => v_return_status
,p_clear_qty_cache => fnd_api.g_true );
Thanks for your help
Phani

Have you reviewed the sample code in these docs and see if it helps.
Getting GME APIs to Work Using Vision Database Examples From Oracle Support [ID 380457.1]
Example code executing the gme_api_pub.update_material_line API [ID 387897.1]
Thanks,
Hussein

Similar Messages

  • Application Restart and Recovery APIs doesn't work for windows services

    I am using the Application Restart and Recovery mechanism (provided in Windows API Code Pack for Microsoft.NET Framework) to collect some information (i.e. stack information when there's an unhandledexception)  before my windows service crash down.
    It works well for windows form applications, but the callback method wouldn't be called if the host is a windows service. 
    I have checked the article: https://msdn.microsoft.com/zh-cn/subscriptions/downloads/cc303708
    But it doesn't specify clearly whether it works for a windows service. It seems that the recovery will only be activated when the user interacts with the error dialog of Windows Error Reporting (clicking "close" on the dialog, for example).
    So I am wondering is my guess right that the Application Restart and Recovery mechanism doesn't work for windows services. Or is there a better way to meet my requirement? 

    I would suggest trying ARR if that's what you want to use.  The restart portion won't work, but it doesn't need to as if you fail out of your service, the Windows service controller will handle recovery (up to and including restarting your service).
     You configure those recovery actions either through code or one of the built in administrative tools for services such as services.msc.  
    DebugDiag/ADplus and similar tools ultimately do use built-in APIs; you don't need to add anything external to collect debugging information.  You do however have to write a good deal of code to do somethings.  It's pretty simple to use the unmanaged
    function that I pointed out before and
    MiniDumpWriteDump to write a minidump when you hit an unexpected error(the dbghelp.dll that comes installed with Windows has it so you don't need anything additional installed).  You can even write a basic debugger that literally debugs a process using
    only kernel32 functions (see
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms679301(v=vs.85).aspx if you're interested).  
    WinSDK Support Team Blog: http://blogs.msdn.com/b/winsdk/

  • Social API doesn't work for me

    Social API buttons (FBchat) in aren't available since updating to FF Aurora 29. The sidebar is available!

    The support article that covers "FBchat", [[How does Facebook Messenger for Firefox work?]], probably needs to be updated for Firefox Aurora.
    [http://www.mozilla.org/firefox/aurora/ Firefox Aurora] is a pre-beta test build, which means it's still a "work in progress". I'm not testing it myself. If you don't get a better answer from someone familiar with Aurora, here is a bug report I found on the Social API sidebar, in case it helps:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=960198 Bug 960198] - No obvious option to unhide SocialAPI sidebar
    Here are the Aurora release notes, which link to more information about the new Firefox user interface:
    *http://www.mozilla.org/firefox/29.0a2/auroranotes/

  • Kuler API doesn't work with Windows 8 apps

    Hi, I've been trying to get the Kuler API to work with my app for Windows 8 (I'm using C# and XAML). For example:
    string feed = await client.GetStringAsync("https://kuler-api.adobe.com/rss/get.cfm?listType=" + type + "&itemsPerPage=" + items + "&timeSpan=" + timeSpan + "&key=" + key);
    However this throws a Http Request Excepion and tells me: "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF".
    This request worked absolutely fine a while ago but now it throws that exception. If I paste the url into a web browser like Chrome it works fine because Chrome ignores errors like this. Is there any way of fixing this problem? Thanks.
    Edit: if the issue can't be resolved, can anyone give an update as to when the new API system is going to be in operation? I haven't heard anything since May and it's now July.

    See:
    *https://support.mozilla.org/kb/windows-media-or-other-plugins-stopped-working
    There has been a change in where Firefox searches for plugins and the plugins folder in the Firefox program folder is no longer scanned for plugins, so Firefox won't find them anymore if they are installed in the plugins folder instead of the "browser\plugins" folder that Firefox now scans.
    You can set the plugins.load_appdir_plugins pref to true on the about:config page to make Firefox scan the "<install>/plugins/" directory for plugins like the WMP plugin (np-mswmp.dll).
    You can alternatively move plugins from "<install directory>\plugins\" to "<install directory>\browser\plugins\" (create this folder when missing) to make Firefox find them again.
    *http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/
    *http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/

  • Help! Help! benefit enrollment conversion API doesn't work well!!!

    We just acquired a big company. Now we are converting new employees benefit information from their system to our OAB. As
    per Note:365034.1 suggested, I have been trying to use API
    'ben_election_information.election_information_w' to create new enrollments in
    OAB. Here are my questions:
    1. There are two procedures named 'election_information_w' under package 'ben_election_information', which one
    should I use?
    2. Both above procedures require to pass in data to parameters 'p_prtt_enrt_rslt_id' and 'p_enrt_bnft_id'. If you don't pass such information
    in, you would get the error message like 'PLS-00306: wrong number or types of
    arguments in call to 'ELECTION_INFORMATION_W' ORA-06550: line 5, column 3:
    PL/SQL: Statement ignored'. Obviously these are mandatory parameters. However,
    you would get 'p_prtt_enrt_rslt_id' only after enrollment, if you do it in
    professional user interface. How am I supposed to get this ID before an
    enrollment is created? 'p_enrt_bnft_id', for some enrollment, there is no
    benefit coverage, how am I supposed to get info for this mandatory paramenter?

    you can pass null for these parameters while creating enrollments.
    to get more info on oracle apis, you can refer Oracle Integration Repository.
    http://irep.oracle.com/index.html

  • Boolean Search Constraint in new Java API doesn't work for value of false

    I'm developing an application that interfaces with MDM via the new Java API.  We're on MDM version 5.5 SP 4 and have the latest patches installed.  I can do searches fine on the repository, but have run into one problem with the Boolean Search Constraint.  I have a set of records in the main table that have several boolean fields.  I've discovered that when searching these records using a Boolean Search Constraint on any of the fields, I'm always receiving records that match the boolean value of true.  This is even when I specify the Boolean Search Constraint value as false.  Is anybody else seeing this problem?

    It's a bug in MDM 5.5 SP04.  The fix is in MDM 5.5 SP05.

  • API Code Doesn't work

    I was checking out the JTextField API and tried to run the snippet of code they gave:
    public class UpperCaseField extends JTextField {
         public UpperCaseField(int cols) {
             super(cols);
         protected Document createDefaultModel() {
               return new UpperCaseDocument();
         static class UpperCaseDocument extends PlainDocument {
             public void insertString(int offs, String str, AttributeSet a)
                   throws BadLocationException {
                   if (str == null) {
                    return;
                   char[] upper = str.toCharArray();
                   for (int i = 0; i < upper.length; i++) {
                    upper[i] = Character.toUpperCase(upper);
         super.insertString(offs, new String(upper), a);
    It's suppose to make sure only uppercase letters are entered in the JTextField. But it doesn't work. When I used the code, it did not restrict me to uppercase letters, I could also type lower case letters.
    why?
    Thank you

    Works fine for me
    import java.awt.Dimension;
    import javax.swing.*;
    import javax.swing.text.AttributeSet;
    import javax.swing.text.BadLocationException;
    import javax.swing.text.Document;
    import javax.swing.text.PlainDocument;
    public class TextFieldTest {
         public static void main(String[] args) {
              JFrame frame = new JFrame();
              JPanel panel = new JPanel();
              UpperCaseField up = new UpperCaseField(20);
              up.setSize(new Dimension(50,15));
              panel.add(up);
              frame.setSize(400,200);
              frame.add(panel);
              frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
              frame.setVisible(true);
    class UpperCaseField extends JTextField {
        public UpperCaseField(int cols) {
            super(cols);
        protected Document createDefaultModel() {
               return new UpperCaseDocument();
        static class UpperCaseDocument extends PlainDocument {
            public void insertString(int offs, String str, AttributeSet a)
                   throws BadLocationException {
                   if (str == null) {
                    return;
                   char[] upper = str.toCharArray();
                   for (int i = 0; i < upper.length; i++) {
                    upper[i] = Character.toUpperCase(upper);
         super.insertString(offs, new String(upper), a);

  • MSN now social api link doesn't work

    The link to MSNnow from https://support.mozilla.org/en-US/kb/add-social-features-your-browser doesn't work for me. Is that a problem by msn or do I make a mistake there?

    Hi, unfortunately MSN announced that it may have been discontinued. You can see the discussion for the here as well [https://support.mozilla.org/en-US/kb/add-social-features-your-browser/discuss/5198]
    This has been updated and we are sorry for the inconvenience.

  • Team Foundation Server 2013 trace doesn't work

    I'm trying to turn on tracing on my TFS 2013 instance. To do this I'm modifying C:\Program Files\Microsoft Team Foundation
    Server 12.0\Application Tier\Web Services\web.config file like this:
    <appSettings>
    <add key="traceWriter" value="true" />
    <add key="traceDirectoryName" value="%TEMP%\\TFLogFiles" />
    </appSettings>
    <system.diagnostics>
    <assert assertuienabled="false" />
    <trace autoflush="false" indentsize="4" />
    <switches>
    <add name="API" value="4" />
    <add name="Authentication" value="4" />
    <add name="Authorization" value="4" />
    <add name="Database" value="4" />
    <add name="General" value="4" />
    <!-- WorkItem trace switches -->
    <add name="traceLevel" value="4" />
    </switches>
    </system.diagnostics>
    After these manipulations log files appear but they are not verbose at all. I tried the same step with 2 different TFS
    2013 deployments and got no results. I also tried this technique with TFS 2010 and it works.
    Has anybody tried this feature with TFS 2013 or has precise  instructions how to turn off detailed tracing on TFS 2013 (I found the only good article for
    outdated TFS 2010: http://blogs.msdn.com/b/bryang/archive/2011/11/14/tracing-in-team-foundation-server-2010.aspx)

    Hi Shkleinik & Kevin,
    TFS 2013 includes low-level tracing for diagnosing complex server problems. You can refer to the page below for tracing configuration for TFS 2013, chekc if it works.
    http://larzjoakimnilzzon.blogspot.in/2012/04/tracelogging-configuration-in-team.html
    If it doesn't work and you want to report to MS, then you can submit it to Microsoft Connect Feedback portal at:
    https://connect.microsoft.com/VisualStudio. Microsoft engineers will evaluate it seriously.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do you close a dragged applet, as Stage.close() doesn't work?

    I'm trying to implement a close button in a draggable applet, but Stage.close() doesn't work, and there's an odd little "X" icon which is causing me problems...
    My starting point and example is the simple draggable applet from the API documentation. It's the code listed under "User-Specified Close Example":
    http://java.sun.com/javafx/1.2/docs/api/javafx.stage/javafx.stage.AppletStageExtension.html
    import javafx.scene.*;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.paint.*;
    import javafx.scene.shape.*;
    import javafx.scene.text.*;
    import javafx.stage.*;
    var textContent = "Click the box to return to the browser";
    var outside: Boolean = false;
    var s: Stage = Stage {
        title: "AppDeploy Demo"
        width : 300 height : 200
        style: StageStyle.TRANSPARENT
        opacity: 0.5
        scene : Scene {
                content: [
                    Text { content: bind textContent 
                           x: 25 y:35 fill: Color.BLACK
                           font: Font{size: 24}
                    Rectangle { x: 100 y: 100 width: 100 height: 100 fill: Color.RED
                                onMouseClicked: function(e: MouseEvent): Void {
                                    s.close();
        extensions: [
            AppletStageExtension {
                shouldDragStart: function(e: MouseEvent): Boolean {
                    return e.shiftDown and e.primaryButtonDown;
                useDefaultClose: false
    }However, the Stage.close() function in the user code doesn't seem to close the applet once it's dragged. It seems this can only be achieved by a mysterious little "X" in a box top right, acting as a close button.
    Here's a demonstration of the problem once you've compiled that code:
    1. Open browser with applet (I'm using IE8 on Windows XP)
    2. Shift-drag the applet out of the browser. Notice the little X in a box appears when you drop the applet on the desktop.
    3. Click the red rectangle to invoke the Stage.close() function in the user code.
    4. Applet disappears from screen and does not reappear in the browser.
    5. But minimising all the icons on the desktop shows the little X in a box is still there sitting on your desktop (actually I find the X has gone, but the box is still there). This suggests the applet is still running.
    6. Close the browser. The little X's box is still on the desktop.
    7. After a short pause a Java dialog box appears: "Desktop integration warning. The application would like to create shortcuts. Do you want to continue? OK/Skip" The applet wasn't closed, it is still running!
    8. Click Skip. Dialog box disappears. But the little X's box is still on the desktop. Is the applet still running?
    9. Try to recompile app again into a deployable Jar (I'm using Eclipse for this).
    10. The compiler stops with "ERROR: Jar file C:\[...].jar could not be deleted. The Jar is probably locked by running application, Web browser, emulator or antivirus. Please check that all windows related to the application have been closed." Yes, the applet Jar is still being used.
    11. Minimise all the windows. The little X's box is still on the desktop.
    12. Click the little X's box.
    13. After a few seconds the box disappears. Does this mean the applet is no longer in use...?
    14. Recompile the app again into a deployable Jar. It works!
    By the way, you get the same experience with another Sun sample: the DraggableMP3Player at
    http://javafx.com/samples/DraggableMP3Player/index.html
    That, too, thinks it's implementing it's own close button, and again the same problem occurs.
    So it seems Stage.close() doesn't properly close the applet, and only the the little X in a box will do this.
    I'd like to be able to really close the applet from my own code. How can I do this?
    Many thanks
    Nik
    Edited by: nik.silver on Aug 6, 2009 12:48 PM

    After double tap home button, swipe up on the app card that appears above the icon.

  • Atan in jdk1.1.8 doesn't work. help

    I am creating a program which simulate the effect of gravity on a object (for a game). For this I am working with jdk1.1.8. (not by choice). But for some reason the movement of the object just turns around. I believed that de method Math.atan2 was wrong so i have rewritten it and it worked better. But the method atan most likely doesn't work either because it is not perfect yet. Does anyone know or have an implementation of de atan method in java that works so i can use it? Because I don't know how the method works.
    maybe i am wrong here but it is basicly the only solution to my problem. if give the code of the bullet class with it. maybe anyone sees the problem there:
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class Bullet extends Thread
         public static boolean running = false;
         private double x, y;
         private double width=10, height=10;
         private double weight=10;
         private double travelAngle = toRadians(45);
         private double speed=5;
         private Attraction hello;
         private Planet[] planets;
         private int planetCount=0;
         Bullet(Attraction hello, int x, int y, int angle, Planet[] planets)
              this.hello = hello;
              this.x = x;
              this.y = y;
              this.travelAngle = toRadians(angle);
              this.planets = planets;
              this.planetCount = planets.length;
              running = true;
         public void run()
              double px=0, py=0, g=0;//comes from the planet
              //variable for the calculation
              Planet p = null;
              double dx=0, dy=0, dx2=0, dy2=0, fdx=0, fdy=0, totalfdx=0, totalfdy=0;
              double forceAngle=0;
              double d=0, gd=0, force=0;
              double oldx = 0;
              double oldy = 0;
              int drawSteps = 0; //for smooth drawing
              double dxSteps=0, dySteps=0;
              double oldspeed = speed;
              while(running)
                   oldspeed = speed;
                   totalfdx=0;
                   totalfdy=0;
                   oldx = x;
                   oldy = y;
                   dx = Math.cos(travelAngle)*speed;//the normal translation for x without the gravity effect
                   dy = Math.sin(travelAngle)*speed;//the normal translation for y without the gravity effect
                   x+=dx;//new x from the normal translation
                   y+=dy;//new y from the normal translation
                   for(int i = 0; i<planetCount; i++)
                        p = planets;
                        px = p.getX();//x coordinate of the planet
                        py = p.getY();//y coordinate of the planet
                        g = p.getGravity();//gravity of the planet
                        dx2 = px - x; //the x-difference between the bullet and the planet
                        dy2 = py - y; //the y-difference between the bullet and the planet
                        //System.out.println(dx2 + " "+ dy2);
                        d = Math.sqrt(dx2*dx2+dy2*dy2); //the direct distance between the bullet and the planet
                        //System.out.println("distance " + d);
                        gd = g/d; //the effect of the gravity at the distance of the bullet
                        //System.out.println("gravitydistance" + gd);
                        force = gd*weight; //the forcepull on the object from the planet
                        forceAngle = atan2(dy2,dx2);//the angle of the force with the y-axis
                        //System.out.println("force " + force + " distance " + d);
                        fdx = force * Math.sin(forceAngle);//the force pull distance for x
                        fdy = force * Math.cos(forceAngle);//the force pull distance for y
                        //System.out.println(fdx + " " + fdy);
                        totalfdx += fdx;
                        totalfdy += fdy;
                   x = x+totalfdx;//new x
                   y = y+totalfdy;//new y
                   //System.out.println("Angle" + toDegrees(travelAngle));
                   travelAngle = atan2( (x-oldx), (y-oldy) );
                   speed = Math.sqrt((x-oldx)*(x-oldx) + (y-oldy)*(y-oldy));
                   if(oldx>x)
                        System.out.println("Turning point");
                   System.out.println(oldspeed + " " + speed);
                   //System.out.println("x=> " + x + " y=> " + y);
                   drawSteps = (int)(speed+1);
                   dxSteps = (x-oldx)/drawSteps;
                   dySteps = (y-oldy)/drawSteps;
                   x = oldx + dxSteps;
                   y = oldy + dySteps;
                   hello.repaint((int)x,(int)y, (int)width, (int)height);
                   for(int i = 0; i<drawSteps; i++)
                        x+=dxSteps;
                        y+=dySteps;
                        hello.repaint((int)(x-dxSteps), (int)(y-dySteps), (int)(width+width), (int)(height+height));
                        try
                             sleep(30);
                        catch(Exception e){}
                   hello.repaint((int)x,(int)y, (int)width, (int)height);
                   //hello.repaint();
                   try
                        sleep(100);
                   catch(Exception e){}
                   System.out.flush();
                   for(int i = 0; i<planetCount; i++)
                        p = planets[i];
                        if(p.contains(x,y))
                             System.out.println("Boom");
                             running = false;
              System.out.println("Bullet Stopped");
         public void draw(Graphics g)
         g.setColor(Color.cyan);
              g.fillRect((int)Math.round(x-width/2), (int)Math.round(y-height/2), (int)width, (int)height);
         public void move(boolean left, boolean right)
              if(left)
                   x--;
                   hello.repaint(x, y-2, width+5, height+5);
              if(right)
                   x++;
                   hello.repaint(x+1, y-2, width+5, height+5);
         public double toRadians(double angle)
              return (angle/180*Math.PI);
         private double toDegrees(double angle)
              return (angle/Math.PI*180);
         private double atan2(double a, double b)
              if(a>0)
                   if(b<0)
                        return (Math.atan(b/a)+(2*Math.PI));
                   return Math.atan(b/a);
              else if(a<0)
                   return (Math.atan(b/a)+Math.PI);
              else if(a==0 && b>0)
                   return ((Math.PI)/2);
              else if(a==0 && b<0)
                   return ((3*Math.PI)/2);
              else
                   return 0;

    I have allready tested my code to the max en I have redone the calculations about 4 times, because I couldn't believe the fault was in the method atan or atan2 from sun. But since my calculations should work in theorie (worked it out with a math teacher) it's the only options I could think of.
    [qoute]
    I haven't looked up in the API docs how atan2 is supposed to work, but I noticed these two lines in your code:
    forceAngle = atan2(dy2,dx2);//the angle of the force with the y-axis
    travelAngle = atan2( (x-oldx), (y-oldy) );
    In one place you use Y and X as the parameters and in the other case you use X and Y. They can't both be right.
    [qoute]
    In this case it is. because the forceangle is opposite the x-axis and thus the two must be reversed. (travelangle is opposite the y-axis).
    I have also tried to reverse them (for both) but the effect got worse :)
    Thanks anyway.

  • USB2 doesn't work. Only USB3 work.

    Hello,
    I've a new DELL vostro 3350 with 2 usb2 and one usb3/e-sata connector but only the last seem working, the other 2 port doesn't work like they doesn't exist.
    i post my dmesg and lsmod output
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110603 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011
    [ 0.000000] Command line: root=/dev/sda3 ro i915.modeset=1
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d400 (usable)
    [ 0.000000] BIOS-e820: 000000000009d400 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
    [ 0.000000] BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000040200000 - 00000000ca4e4000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca4e4000 - 00000000ca527000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000ca527000 - 00000000ca793000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca793000 - 00000000ca967000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca967000 - 00000000caba7000 (usable)
    [ 0.000000] BIOS-e820: 00000000caba7000 - 00000000cad68000 (reserved)
    [ 0.000000] BIOS-e820: 00000000cad68000 - 00000000cafad000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cafad000 - 00000000cafbb000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cafbb000 - 00000000cafe8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cafe8000 - 00000000cb000000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cb800000 - 00000000cfa00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 000000012fe00000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: Dell Inc. Vostro 3350/0M516T, BIOS A03 03/31/2011
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x12fe00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0CB800000 mask FFF800000 uncachable
    [ 0.000000] 3 base 0CC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 5 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 6 base 12FE00000 mask FFFE00000 uncachable
    [ 0.000000] 7 base 130000000 mask FF0000000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000cb800000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcaba7 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fd220] fd220
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000caba7000
    [ 0.000000] 0000000000 - 00caa00000 page 2M
    [ 0.000000] 00caa00000 - 00caba7000 page 4k
    [ 0.000000] kernel direct mapping tables up to caba7000 @ caba1000-caba7000
    [ 0.000000] init_memory_mapping: 0000000100000000-000000012fe00000
    [ 0.000000] 0100000000 - 012fe00000 page 2M
    [ 0.000000] kernel direct mapping tables up to 12fe00000 @ 12fdfa000-12fe00000
    [ 0.000000] RAMDISK: 1fdd9000 - 1fff0000
    [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 DELL)
    [ 0.000000] ACPI: XSDT 00000000cafad080 0007C (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000cafb6cb8 000F4 (v04 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 00000000cafad188 09B2D (v02 DELL WN09 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000cafe3f80 00040
    [ 0.000000] ACPI: APIC 00000000cafb6db0 00072 (v03 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000cafb6e28 0003C (v01 DELL WN09 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000cafb6e68 004B0 (v01 TrmRef PtidDevc 00001000 INTL 20091112)
    [ 0.000000] ACPI: SLIC 00000000cafb7318 00176 (v01 DELL WN09 01072009 AMI 00010013)
    [ 0.000000] ACPI: HPET 00000000cafb7490 00038 (v01 DELL WN09 01072009 AMI. 00000004)
    [ 0.000000] ACPI: SSDT 00000000cafb74c8 00780 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000cafb7c48 00996 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000cafb85e0 00D80 (v01 SgRef SgTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000cafb9360 00DEC (v01 AmdRef AmdTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: OSFR 00000000cafba150 00086 (v01 DELL M08 07DB031F ASL 00000061)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000012fe00000
    [ 0.000000] NUMA: Using 63 for the hash shift.
    [ 0.000000] Initmem setup node 0 0000000000000000-000000012fe00000
    [ 0.000000] NODE_DATA [000000012fdfb000 - 000000012fdfffff]
    [ 0.000000] [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88012b400000-ffff88012edfffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x0012fe00
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[7] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009d
    [ 0.000000] 0: 0x00000100 -> 0x00020000
    [ 0.000000] 0: 0x00020200 -> 0x00040000
    [ 0.000000] 0: 0x00040200 -> 0x000ca4e4
    [ 0.000000] 0: 0x000ca527 -> 0x000ca793
    [ 0.000000] 0: 0x000ca967 -> 0x000caba7
    [ 0.000000] 0: 0x00100000 -> 0x0012fe00
    [ 0.000000] On node 0 totalpages: 1024797
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3920 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 810440 pages, LIFO batch:31
    [ 0.000000] Normal zone: 2681 pages used for memmap
    [ 0.000000] Normal zone: 193415 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    [ 0.000000] PM: Registered nosave memory: 00000000ca4e4000 - 00000000ca527000
    [ 0.000000] PM: Registered nosave memory: 00000000ca793000 - 00000000ca967000
    [ 0.000000] PM: Registered nosave memory: 00000000caba7000 - 00000000cad68000
    [ 0.000000] PM: Registered nosave memory: 00000000cad68000 - 00000000cafad000
    [ 0.000000] PM: Registered nosave memory: 00000000cafad000 - 00000000cafbb000
    [ 0.000000] PM: Registered nosave memory: 00000000cafbb000 - 00000000cafe8000
    [ 0.000000] PM: Registered nosave memory: 00000000cafe8000 - 00000000cb000000
    [ 0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cb800000
    [ 0.000000] PM: Registered nosave memory: 00000000cb800000 - 00000000cfa00000
    [ 0.000000] PM: Registered nosave memory: 00000000cfa00000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
    [ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at cfa00000 (gap: cfa00000:28600000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012fa00000 s83136 r8192 d23360 u524288
    [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1007775
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/sda3 ro i915.modeset=1
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3961444k/4978688k available (4022k kernel code, 879500k absent, 137744k reserved, 3332k data, 724k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] Detected 2294.660 MHz processor.
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.54 BogoMIPS (lpj=7648866)
    [ 0.000127] pid_max: default: 32768 minimum: 301
    [ 0.000293] Security Framework initialized
    [ 0.000355] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000789] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001939] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.002450] Mount-cache hash table entries: 256
    [ 0.002819] Initializing cgroup subsys ns
    [ 0.002880] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.002961] Initializing cgroup subsys cpuacct
    [ 0.003045] Initializing cgroup subsys memory
    [ 0.003117] Initializing cgroup subsys devices
    [ 0.003176] Initializing cgroup subsys freezer
    [ 0.003236] Initializing cgroup subsys net_cls
    [ 0.003296] Initializing cgroup subsys blkio
    [ 0.003400] CPU: Physical Processor ID: 0
    [ 0.003459] CPU: Processor Core ID: 0
    [ 0.003519] mce: CPU supports 7 MCE banks
    [ 0.003589] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003657] using mwait in idle threads.
    [ 0.004857] ACPI: Core revision 20110316
    [ 0.024638] ftrace: allocating 15966 entries in 63 pages
    [ 0.031279] Setting APIC routing to flat
    [ 0.031683] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.064728] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
    [ 0.171080] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
    [ 0.171280] ... version: 3
    [ 0.171338] ... bit width: 48
    [ 0.171396] ... generic registers: 4
    [ 0.171455] ... value mask: 0000ffffffffffff
    [ 0.172009] ... max period: 000000007fffffff
    [ 0.172070] ... fixed-purpose events: 3
    [ 0.172129] ... event mask: 000000070000000f
    [ 0.191201] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.217746] Booting Node 0, Processors #1
    [ 0.217864] smpboot cpu 1: start_ip = 98000
    [ 0.331068] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.351025] #2
    [ 0.351082] smpboot cpu 2: start_ip = 98000
    [ 0.464414] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.484280] #3 Ok.
    [ 0.484367] smpboot cpu 3: start_ip = 98000
    [ 0.597618] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.604180] Brought up 4 CPUs
    [ 0.604263] Total of 4 processors activated (18364.30 BogoMIPS).
    [ 0.606823] devtmpfs: initialized
    [ 0.607640] PM: Registering ACPI NVS region at ca4e4000 (274432 bytes)
    [ 0.607709] PM: Registering ACPI NVS region at cad68000 (2379776 bytes)
    [ 0.607806] PM: Registering ACPI NVS region at cafbb000 (184320 bytes)
    [ 0.608599] print_constraints: dummy:
    [ 0.608720] NET: Registered protocol family 16
    [ 0.608864] ACPI: bus type pci registered
    [ 0.609044] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.609125] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.625218] PCI: Using configuration type 1 for base access
    [ 0.625687] bio: create slab <bio-0> at 0
    [ 0.627372] ACPI: EC: Look up EC in DSDT
    [ 0.628909] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.633287] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.648342] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.648773] ACPI: SSDT 00000000cad51698 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.649322] ACPI: Dynamic OEM Table Load:
    [ 0.649460] ACPI: SSDT (null) 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.664427] ACPI: SSDT 00000000cad52a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.665002] ACPI: Dynamic OEM Table Load:
    [ 0.665142] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.674299] ACPI: SSDT 00000000cad50d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.674841] ACPI: Dynamic OEM Table Load:
    [ 0.674979] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.684679] ACPI: Interpreter enabled
    [ 0.684739] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.685017] ACPI: Using IOAPIC for interrupt routing
    [ 0.724350] ACPI: No dock devices found.
    [ 0.724410] HEST: Table not found.
    [ 0.724469] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.724811] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.725249] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.725314] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.725377] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.725455] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.725531] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.725607] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.725684] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 0.725761] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.725838] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [ 0.725915] pci_root PNP0A08:00: host bridge window [mem 0xcfa00000-0xfeafffff]
    [ 0.725991] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.726076] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
    [ 0.726109] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
    [ 0.726133] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.726135] pci 0000:00:01.0: PME# disabled
    [ 0.726153] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
    [ 0.726163] pci 0000:00:02.0: reg 10: [mem 0xf6400000-0xf67fffff 64bit]
    [ 0.726169] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.726174] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
    [ 0.726223] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
    [ 0.726248] pci 0000:00:16.0: reg 10: [mem 0xf7c0a000-0xf7c0a00f 64bit]
    [ 0.726310] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.726314] pci 0000:00:16.0: PME# disabled
    [ 0.726348] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
    [ 0.726369] pci 0000:00:1a.0: reg 10: [mem 0xf7c08000-0xf7c083ff]
    [ 0.726443] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.726447] pci 0000:00:1a.0: PME# disabled
    [ 0.726472] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
    [ 0.726487] pci 0000:00:1b.0: reg 10: [mem 0xf7c00000-0xf7c03fff 64bit]
    [ 0.726542] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.726546] pci 0000:00:1b.0: PME# disabled
    [ 0.726567] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
    [ 0.726630] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.726634] pci 0000:00:1c.0: PME# disabled
    [ 0.726657] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
    [ 0.726720] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.726724] pci 0000:00:1c.1: PME# disabled
    [ 0.726748] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
    [ 0.726810] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.726814] pci 0000:00:1c.3: PME# disabled
    [ 0.726837] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
    [ 0.726899] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.726904] pci 0000:00:1c.4: PME# disabled
    [ 0.726928] pci 0000:00:1c.7: [8086:1c1e] type 1 class 0x000604
    [ 0.726990] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    [ 0.726994] pci 0000:00:1c.7: PME# disabled
    [ 0.727021] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
    [ 0.727043] pci 0000:00:1d.0: reg 10: [mem 0xf7c07000-0xf7c073ff]
    [ 0.727116] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.727120] pci 0000:00:1d.0: PME# disabled
    [ 0.727146] pci 0000:00:1f.0: [8086:1c4b] type 0 class 0x000601
    [ 0.727261] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
    [ 0.727280] pci 0000:00:1f.2: reg 10: [io 0xf0b0-0xf0b7]
    [ 0.727288] pci 0000:00:1f.2: reg 14: [io 0xf0a0-0xf0a3]
    [ 0.727297] pci 0000:00:1f.2: reg 18: [io 0xf090-0xf097]
    [ 0.727305] pci 0000:00:1f.2: reg 1c: [io 0xf080-0xf083]
    [ 0.727313] pci 0000:00:1f.2: reg 20: [io 0xf060-0xf07f]
    [ 0.727322] pci 0000:00:1f.2: reg 24: [mem 0xf7c06000-0xf7c067ff]
    [ 0.727355] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.727359] pci 0000:00:1f.2: PME# disabled
    [ 0.727377] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
    [ 0.727394] pci 0000:00:1f.3: reg 10: [mem 0xf7c05000-0xf7c050ff 64bit]
    [ 0.727416] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
    [ 0.727477] pci 0000:01:00.0: [1002:6760] type 0 class 0x000300
    [ 0.727489] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.727499] pci 0000:01:00.0: reg 18: [mem 0xf7b20000-0xf7b3ffff 64bit]
    [ 0.727506] pci 0000:01:00.0: reg 20: [io 0xe000-0xe0ff]
    [ 0.727518] pci 0000:01:00.0: reg 30: [mem 0xf7b00000-0xf7b1ffff pref]
    [ 0.727534] pci 0000:01:00.0: supports D1 D2
    [ 0.734119] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.734209] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.734225] pci 0000:00:01.0: bridge window [mem 0xf7b00000-0xf7bfffff]
    [ 0.734228] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.734275] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
    [ 0.734338] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.734343] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.734350] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.734416] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.734436] pci 0000:05:00.0: reg 10: [io 0xd000-0xd0ff]
    [ 0.734471] pci 0000:05:00.0: reg 18: [mem 0xf1104000-0xf1104fff 64bit pref]
    [ 0.734493] pci 0000:05:00.0: reg 20: [mem 0xf1100000-0xf1103fff 64bit pref]
    [ 0.734554] pci 0000:05:00.0: supports D1 D2
    [ 0.734556] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.734562] pci 0000:05:00.0: PME# disabled
    [ 0.740790] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
    [ 0.740889] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 0.740894] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.740900] pci 0000:00:1c.1: bridge window [mem 0xf1100000-0xf11fffff 64bit pref]
    [ 0.740969] pci 0000:09:00.0: [168c:002b] type 0 class 0x000280
    [ 0.740996] pci 0000:09:00.0: reg 10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.741100] pci 0000:09:00.0: supports D1
    [ 0.741102] pci 0000:09:00.0: PME# supported from D0 D1 D3hot
    [ 0.741107] pci 0000:09:00.0: PME# disabled
    [ 0.747449] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
    [ 0.747550] pci 0000:00:1c.3: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.747555] pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    [ 0.747561] pci 0000:00:1c.3: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.747631] pci 0000:0b:00.0: [1033:0194] type 0 class 0x000c03
    [ 0.747658] pci 0000:0b:00.0: reg 10: [mem 0xf7900000-0xf7901fff 64bit]
    [ 0.747765] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
    [ 0.747771] pci 0000:0b:00.0: PME# disabled
    [ 0.754114] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
    [ 0.754215] pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.754219] pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.754226] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.754273] pci 0000:00:1c.7: PCI bridge to [bus 11-1f]
    [ 0.754334] pci 0000:00:1c.7: bridge window [io 0xb000-0xcfff]
    [ 0.754338] pci 0000:00:1c.7: bridge window [mem 0xf6800000-0xf78fffff]
    [ 0.754345] pci 0000:00:1c.7: bridge window [mem 0xf0000000-0xf10fffff 64bit pref]
    [ 0.754373] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.754485] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.754515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.754544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.754572] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    [ 0.754603] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP08._PRT]
    [ 0.754630] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
    [ 0.754745] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.754970] pci0000:00: ACPI _OSC control (0x19) granted
    [ 0.758671] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.759208] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.759739] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.760272] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.760810] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.761438] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.762065] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.762595] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.763156] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.763241] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.763320] vgaarb: loaded
    [ 0.763439] PCI: Using ACPI for IRQ routing
    [ 0.763498] PCI: pci_cache_line_size set to 64 bytes
    [ 0.763581] reserve RAM buffer: 000000000009d400 - 000000000009ffff
    [ 0.763583] reserve RAM buffer: 00000000ca4e4000 - 00000000cbffffff
    [ 0.763586] reserve RAM buffer: 00000000ca793000 - 00000000cbffffff
    [ 0.763588] reserve RAM buffer: 00000000caba7000 - 00000000cbffffff
    [ 0.763591] reserve RAM buffer: 000000012fe00000 - 000000012fffffff
    [ 0.763684] NetLabel: Initializing
    [ 0.763742] NetLabel: domain hash size = 128
    [ 0.763801] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.763872] NetLabel: unlabeled traffic allowed by default
    [ 0.763950] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.764373] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.766445] Switching to clocksource hpet
    [ 0.767420] Switched to NOHz mode on CPU #0
    [ 0.767480] Switched to NOHz mode on CPU #1
    [ 0.767515] Switched to NOHz mode on CPU #3
    [ 0.767570] Switched to NOHz mode on CPU #2
    [ 0.771493] pnp: PnP ACPI init
    [ 0.771565] ACPI: bus type pnp registered
    [ 0.771848] pnp 00:00: [bus 00-3e]
    [ 0.771850] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.771852] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.771854] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.771856] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.771857] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.771859] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.771861] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.771862] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.771864] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.771866] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.771867] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.771869] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.771871] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.771872] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.771874] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.771876] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.771877] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.771879] pnp 00:00: [mem 0xcfa00000-0xfeafffff window]
    [ 0.771881] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.771949] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.771960] pnp 00:01: [io 0x0000-0x001f]
    [ 0.771964] pnp 00:01: [io 0x0081-0x0091]
    [ 0.771965] pnp 00:01: [io 0x0093-0x009f]
    [ 0.771966] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.771968] pnp 00:01: [dma 4]
    [ 0.771988] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.771995] pnp 00:02: [mem 0xff000000-0xffffffff]
    [ 0.772013] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.772081] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.772101] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.772112] pnp 00:04: [io 0x002e-0x002f]
    [ 0.772113] pnp 00:04: [io 0x004e-0x004f]
    [ 0.772114] pnp 00:04: [io 0x0061]
    [ 0.772116] pnp 00:04: [io 0x0063]
    [ 0.772117] pnp 00:04: [io 0x0065]
    [ 0.772118] pnp 00:04: [io 0x0067]
    [ 0.772120] pnp 00:04: [io 0x0070]
    [ 0.772121] pnp 00:04: [io 0x0080]
    [ 0.772122] pnp 00:04: [io 0x0092]
    [ 0.772124] pnp 00:04: [io 0x00b2-0x00b3]
    [ 0.772125] pnp 00:04: [io 0x0680-0x069f]
    [ 0.772126] pnp 00:04: [io 0x1000-0x100f]
    [ 0.772128] pnp 00:04: [io 0xffff]
    [ 0.772129] pnp 00:04: [io 0xffff]
    [ 0.772130] pnp 00:04: [io 0x0400-0x0453]
    [ 0.772132] pnp 00:04: [io 0x0458-0x047f]
    [ 0.772133] pnp 00:04: [io 0x0500-0x057f]
    [ 0.772135] pnp 00:04: [io 0x164e-0x164f]
    [ 0.772177] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.772240] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.772302] system 00:04: [io 0xffff] has been reserved
    [ 0.772363] system 00:04: [io 0xffff] has been reserved
    [ 0.772425] system 00:04: [io 0x0400-0x0453] has been reserved
    [ 0.772487] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.772550] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.772613] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.772676] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.772685] pnp 00:05: [io 0x0070-0x0077]
    [ 0.772694] pnp 00:05: [irq 8]
    [ 0.772711] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.772733] pnp 00:06: [io 0x0454-0x0457]
    [ 0.772764] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.772827] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.772834] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.772839] pnp 00:07: [irq 13]
    [ 0.772857] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.772870] pnp 00:08: [io 0x0010-0x001f]
    [ 0.772871] pnp 00:08: [io 0x0022-0x003f]
    [ 0.772873] pnp 00:08: [io 0x0044-0x005f]
    [ 0.772874] pnp 00:08: [io 0x0068-0x006f]
    [ 0.772875] pnp 00:08: [io 0x0072-0x007f]
    [ 0.772877] pnp 00:08: [io 0x0080]
    [ 0.772878] pnp 00:08: [io 0x0084-0x0086]
    [ 0.772880] pnp 00:08: [io 0x0088]
    [ 0.772881] pnp 00:08: [io 0x008c-0x008e]
    [ 0.772882] pnp 00:08: [io 0x0090-0x009f]
    [ 0.772884] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.772885] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.772886] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.772888] pnp 00:08: [mem 0xfe800000-0xfe802fff]
    [ 0.772924] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.772988] system 00:08: [mem 0xfe800000-0xfe802fff] has been reserved
    [ 0.773052] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.773068] pnp 00:09: [irq 12]
    [ 0.773089] pnp 00:09: Plug and Play ACPI device, IDs DLL04b2 SYN0600 SYN0002 PNP0f13 (active)
    [ 0.773101] pnp 00:0a: [io 0x0060]
    [ 0.773102] pnp 00:0a: [io 0x0064]
    [ 0.773103] pnp 00:0a: [io 0x0062]
    [ 0.773105] pnp 00:0a: [io 0x0066]
    [ 0.773109] pnp 00:0a: [irq 1]
    [ 0.773128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.773371] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
    [ 0.773373] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
    [ 0.773374] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
    [ 0.773376] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
    [ 0.773377] pnp 00:0b: [mem 0xf8000000-0xfbffffff]
    [ 0.773379] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
    [ 0.773380] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
    [ 0.773382] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
    [ 0.773383] pnp 00:0b: [mem 0xff000000-0xffffffff]
    [ 0.773385] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
    [ 0.773386] pnp 00:0b: [mem 0xcfa00000-0xcfa00fff]
    [ 0.773435] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.773500] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.773564] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.773628] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.773692] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.773756] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.773820] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.773884] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.773947] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.774011] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.774076] system 00:0b: [mem 0xcfa00000-0xcfa00fff] has been reserved
    [ 0.774140] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.774195] pnp 00:0c: [irq 20]
    [ 0.774232] pnp 00:0c: Plug and Play ACPI device, IDs SMO8800 (active)
    [ 0.774325] pnp 00:0d: [mem 0x20000000-0x201fffff]
    [ 0.774327] pnp 00:0d: [mem 0x40000000-0x401fffff]
    [ 0.774375] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.774440] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
    [ 0.774504] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.774546] pnp: PnP ACPI: found 14 devices
    [ 0.774604] ACPI: ACPI bus type pnp unregistered
    [ 0.780392] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.780455] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.780519] pci 0000:00:01.0: bridge window [mem 0xf7b00000-0xf7bfffff]
    [ 0.780584] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.780663] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
    [ 0.780724] pci 0000:00:1c.0: bridge window [io disabled]
    [ 0.780790] pci 0000:00:1c.0: bridge window [mem disabled]
    [ 0.780854] pci 0000:00:1c.0: bridge window [mem pref disabled]
    [ 0.780921] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
    [ 0.780983] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 0.781049] pci 0000:00:1c.1: bridge window [mem disabled]
    [ 0.781112] pci 0000:00:1c.1: bridge window [mem 0xf1100000-0xf11fffff 64bit pref]
    [ 0.781193] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
    [ 0.781254] pci 0000:00:1c.3: bridge window [io disabled]
    [ 0.781318] pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    [ 0.781383] pci 0000:00:1c.3: bridge window [mem pref disabled]
    [ 0.781450] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
    [ 0.781511] pci 0000:00:1c.4: bridge window [io disabled]
    [ 0.781575] pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.781641] pci 0000:00:1c.4: bridge window [mem pref disabled]
    [ 0.781707] pci 0000:00:1c.7: PCI bridge to [bus 11-1f]
    [ 0.781770] pci 0000:00:1c.7: bridge window [io 0xb000-0xcfff]
    [ 0.781836] pci 0000:00:1c.7: bridge window [mem 0xf6800000-0xf78fffff]
    [ 0.781902] pci 0000:00:1c.7: bridge window [mem 0xf0000000-0xf10fffff 64bit pref]
    [ 0.781990] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.782056] pci 0000:00:01.0: setting latency timer to 64
    [ 0.782062] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.782129] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.782138] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.782205] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.782213] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.782280] pci 0000:00:1c.3: setting latency timer to 64
    [ 0.782287] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.782353] pci 0000:00:1c.4: setting latency timer to 64
    [ 0.782360] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.782427] pci 0000:00:1c.7: setting latency timer to 64
    [ 0.782431] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.782433] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.782435] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.782437] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.782438] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.782440] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.782442] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.782444] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.782446] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.782447] pci_bus 0000:00: resource 13 [mem 0xcfa00000-0xfeafffff]
    [ 0.782449] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
    [ 0.782451] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.782453] pci_bus 0000:01: resource 1 [mem 0xf7b00000-0xf7bfffff]
    [ 0.782455] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.782457] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
    [ 0.782459] pci_bus 0000:05: resource 2 [mem 0xf1100000-0xf11fffff 64bit pref]
    [ 0.782461] pci_bus 0000:09: resource 1 [mem 0xf7a00000-0xf7afffff]
    [ 0.782463] pci_bus 0000:0b: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.782464] pci_bus 0000:11: resource 0 [io 0xb000-0xcfff]
    [ 0.782466] pci_bus 0000:11: resource 1 [mem 0xf6800000-0xf78fffff]
    [ 0.782468] pci_bus 0000:11: resource 2 [mem 0xf0000000-0xf10fffff 64bit pref]
    [ 0.782519] NET: Registered protocol family 2
    [ 0.782742] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.783721] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.785537] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.785819] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.785882] TCP reno registered
    [ 0.785948] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.786030] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.786293] NET: Registered protocol family 1
    [ 0.786364] pci 0000:00:02.0: Boot video device
    [ 1.026530] PCI: CLS 64 bytes, default 64
    [ 1.026583] Unpacking initramfs...
    [ 1.052516] Freeing initrd memory: 2140k freed
    [ 1.052823] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.053405] Placing 64MB software IO TLB between ffff8800c64e4000 - ffff8800ca4e4000
    [ 1.053483] software IO TLB at phys 0xc64e4000 - 0xca4e4000
    [ 1.053931] audit: initializing netlink socket (disabled)
    [ 1.054000] type=2000 audit(1308651601.879:1): initialized
    [ 1.054346] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.056030] VFS: Disk quotas dquot_6.5.2
    [ 1.056196] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.056389] msgmni has been set to 7741
    [ 1.056635] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.056739] io scheduler noop registered
    [ 1.056797] io scheduler deadline registered
    [ 1.056892] io scheduler cfq registered (default)
    [ 1.057032] pcieport 0000:00:01.0: setting latency timer to 64
    [ 1.057054] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 1.057268] pcieport 0000:00:1c.7: setting latency timer to 64
    [ 1.057307] pcieport 0000:00:1c.7: irq 41 for MSI/MSI-X
    [ 1.057431] intel_idle: MWAIT substates: 0x21120
    [ 1.057433] intel_idle: v0.4 model 0x2A
    [ 1.057434] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 1.057461] ERST: Table is not found!
    [ 1.057557] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.266719] Linux agpgart interface v0.103
    [ 1.266862] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12
    [ 1.269212] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.269296] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.269419] mousedev: PS/2 mouse device common for all mice
    [ 1.269528] rtc_cmos 00:05: RTC can wake from S4
    [ 1.284791] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.293093] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 1.293182] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 1.293354] cpuidle: using governor ladder
    [ 1.293571] cpuidle: using governor menu
    [ 1.293785] TCP cubic registered
    [ 1.293844] NET: Registered protocol family 17
    [ 1.293908] Registering the dns_resolver key type
    [ 1.294036] PM: Hibernation image not present or could not be loaded.
    [ 1.294040] registered taskstats version 1
    [ 1.294561] rtc_cmos 00:05: setting system clock to 2011-06-21 10:20:02 UTC (1308651602)
    [ 1.294687] Initializing network drop monitor service
    [ 1.295830] Freeing unused kernel memory: 724k freed
    [ 1.295985] Write protecting the kernel read-only data: 6144k
    [ 1.296375] Freeing unused kernel memory: 56k freed
    [ 1.298607] Freeing unused kernel memory: 784k freed
    [ 1.309289] udevd[64]: starting version 171
    [ 1.317907] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.319573] ACPI: Lid Switch [LID0]
    [ 1.319713] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.319808] ACPI: Power Button [PWRB]
    [ 1.319943] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 1.320032] ACPI: Sleep Button [SBTN]
    [ 1.320141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 1.320228] ACPI: Power Button [PWRF]
    [ 1.322302] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
    [ 1.322543] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 1.323981] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 1.324161] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 1.338537] [drm] Initialized drm 1.1.0 20060810
    [ 1.360660] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.360730] i915 0000:00:02.0: setting latency timer to 64
    [ 1.436179] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    [ 1.436265] [drm] MTRR allocation failed. Graphics performance may suffer.
    [ 1.436500] i915 0000:00:02.0: irq 42 for MSI/MSI-X
    [ 1.436506] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.436582] [drm] Driver supports precise vblank timestamp query.
    [ 1.599840] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 1.599928] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
    [ 1.663397] fbcon: inteldrmfb (fb0) is primary device
    [ 1.827767] Console: switching to colour frame buffer device 170x48
    [ 1.830045] fb0: inteldrmfb frame buffer device
    [ 1.830065] drm: registered panic notifier
    [ 1.830272] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 1.847065] acpi device:1c: registered as cooling_device0
    [ 1.847361] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input5
    [ 1.847421] ACPI: Video Device [PEGP] (multi-head: yes rom: no post: no)
    [ 1.848207] acpi device:3b: registered as cooling_device1
    [ 1.848467] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input6
    [ 1.848506] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 1.848632] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.910964] SCSI subsystem initialized
    [ 1.926419] libata version 3.00 loaded.
    [ 1.932261] ahci 0000:00:1f.2: version 3.0
    [ 1.932273] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.932370] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 1.932400] ahci: SSS flag set, parallel bus scan disabled
    [ 1.942750] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x31 impl SATA mode
    [ 1.942802] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
    [ 1.942841] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.956534] scsi0 : ahci
    [ 1.956646] scsi1 : ahci
    [ 1.956733] scsi2 : ahci
    [ 1.956821] scsi3 : ahci
    [ 1.956915] scsi4 : ahci
    [ 1.957050] scsi5 : ahci
    [ 1.957355] ata1: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06100 irq 43
    [ 1.958295] ata2: DUMMY
    [ 1.959215] ata3: DUMMY
    [ 1.960138] ata4: DUMMY
    [ 1.961034] ata5: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06300 irq 43
    [ 1.961953] ata6: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06380 irq 43
    [ 2.055997] Refined TSC clocksource calibration: 2294.783 MHz.
    [ 2.056953] Switching to clocksource tsc
    [ 2.282559] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.287654] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 2.326394] ata1.00: ATA-8: ST9500420AS, D005SDM1, max UDMA/133
    [ 2.327371] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 2.333430] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 2.334802] ata1.00: configured for UDMA/133
    [ 2.342689] scsi 0:0:0:0: Direct-Access ATA ST9500420AS D005 PQ: 0 ANSI: 5
    [ 2.662362] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.676672] ata5.00: ATAPI: TSSTcorp DVD+/-RW TS-U633J, D400, max UDMA/100
    [ 2.691837] ata5.00: configured for UDMA/100
    [ 2.705245] scsi 4:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-U633J D400 PQ: 0 ANSI: 5
    [ 3.025502] ata6: SATA link down (SStatus 0 SControl 300)
    [ 3.034151] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 3.035218] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.036216] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.036243] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.041650] sda: sda1 sda2 sda3 sda4
    [ 3.042959] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.050652] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.051681] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.052815] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 3.616479] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.358231] udevd[268]: starting version 171
    [ 5.694585] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.694704] ACPI: AC Adapter [AC] (off-line)
    [ 5.715255] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 5.758731] ACPI: acpi_idle yielding to intel_idle
    [ 5.767735] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.767742] ACPI: Battery Slot [BAT0] (battery present)
    [ 5.780221] wmi: Mapper loaded
    [ 5.794769] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.794772] ACPI: Thermal Zone [THM] (45 C)
    [ 5.858154] iTCO_vendor_support: vendor-support=0
    [ 5.859958] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 5.872739] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.872767] r8169 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 5.872824] r8169 0000:05:00.0: setting latency timer to 64
    [ 5.872831] r8169 0000:05:00.0: (unregistered net_device): unknown MAC, using family default
    [ 5.872895] r8169 0000:05:00.0: irq 44 for MSI/MSI-X
    [ 5.873083] r8169 0000:05:00.0: eth0: RTL8168b/8111b at 0xffffc900051fc000, 18:03:73:57:1d:5f, XID 0c200000 IRQ 44
    [ 5.925164] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 5.925290] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 5.925394] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.998203] cfg80211: Calling CRDA to update world regulatory domain
    [ 6.069340] input: Dell WMI hotkeys as /devices/virtual/input/input7
    [ 6.069943] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 6.071237] [drm] radeon defaulting to kernel modesetting.
    [ 6.071240] [drm] radeon kernel modesetting enabled.
    [ 6.071253] VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
    [ 6.071290] radeon 0000:01:00.0: enabling device (0000 -> 0003)
    [ 6.071297] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.071302] radeon 0000:01:00.0: setting latency timer to 64
    [ 6.071448] [drm] initializing kernel modesetting (CAICOS 0x1002:0x6760).
    [ 6.071526] [drm] register mmio base: 0xF7B20000
    [ 6.071528] [drm] register mmio size: 131072
    [ 6.071529] vga_switcheroo: enabled
    [ 6.071599] radeon atpx: version is 1
    [ 6.081723] fuse init (API version 7.16)
    [ 6.135312] usbcore: registered new interface driver usbfs
    [ 6.135338] usbcore: registered new interface driver hub
    [ 6.135406] usbcore: registered new device driver usb
    [ 6.373847] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 6.374025] sr 4:0:0:0: Attached scsi generic sg1 type 5
    [ 6.378917] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 6.378972] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 6.378996] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 6.402772] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 6.429808] xhci_hcd 0000:0b:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.429840] xhci_hcd 0000:0b:00.0: setting latency timer to 64
    [ 6.429844] xhci_hcd 0000:0b:00.0: xHCI Host Controller
    [ 6.429862] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 1
    [ 6.443854] xhci_hcd 0000:0b:00.0: irq 16, io mem 0xf7900000
    [ 6.443923] xhci_hcd 0000:0b:00.0: irq 46 for MSI/MSI-X
    [ 6.443925] xhci_hcd 0000:0b:00.0: irq 47 for MSI/MSI-X
    [ 6.443928] xhci_hcd 0000:0b:00.0: irq 48 for MSI/MSI-X
    [ 6.443930] xhci_hcd 0000:0b:00.0: irq 49 for MSI/MSI-X
    [ 6.443933] xhci_hcd 0000:0b:00.0: irq 50 for MSI/MSI-X
    [ 6.444107] xHCI xhci_add_endpoint called for root hub
    [ 6.444109] xHCI xhci_check_bandwidth called for root hub
    [ 6.444133] hub 1-0:1.0: USB hub found
    [ 6.444140] hub 1-0:1.0: 2 ports detected
    [ 6.444194] xhci_hcd 0000:0b:00.0: xHCI Host Controller
    [ 6.444199] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 2
    [ 6.457136] xHCI xhci_add_endpoint called for root hub
    [ 6.457137] xHCI xhci_check_bandwidth called for root hub
    [ 6.457162] hub 2-0:1.0: USB hub found
    [ 6.457169] hub 2-0:1.0: 2 ports detected
    [ 6.550569] ath9k 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 6.550582] ath9k 0000:09:00.0: setting latency timer to 64
    [ 6.600926] ath: EEPROM regdomain: 0x60
    [ 6.600928] ath: EEPROM indicates we should expect a direct regpair map
    [ 6.600930] ath: Country alpha2 being used: 00
    [ 6.600931] ath: Regpair used: 0x60
    [ 6.662088] acpi_call: Module loaded successfully
    [ 6.755786] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 6.755983] Registered led device: ath9k-phy0
    [ 6.755988] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90005480000, irq=19
    [ 6.966392] vboxdrv: Found 4 processor cores.
    [ 6.966438] VBoxDrv: dbg - g_abExecMemory=ffffffffa0552360
    [ 6.966472] vboxdrv: fAsync=0 offMin=0x14d offMax=0xc0f
    [ 6.966518] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 6.966521] vboxdrv: Successfully loaded version 4.0.8_OSE (interface 0x00180000).
    [ 6.969318] Synaptics Touchpad, model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xd00033/0x240000/0x8a0400
    [ 7.000652] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    [ 7.002421] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
    [ 7.060620] input: HDA Intel PCH Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 7.060675] input: HDA Intel PCH HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 7.060852] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 7.060881] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 7.060886] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 7.060896] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 7.096845] ehci_hcd 0000:00:1a.0: debug port 2
    [ 7.100718] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 7.100729] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7c08000
    [ 7.113384] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 7.113584] hub 3-0:1.0: USB hub found
    [ 7.113588] hub 3-0:1.0: 2 ports detected
    [ 7.113864] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 7.113895] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 7.113898] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 7.113907] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 7.146801] ehci_hcd 0000:00:1d.0: debug port 2
    [ 7.150681] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 7.150698] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7c07000
    [ 7.163324] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 7.163522] hub 4-0:1.0: USB hub found
    [ 7.163527] hub 4-0:1.0: 2 ports detected
    [ 7.419834] usb 3-1: new high speed USB device number 2 using ehci_hcd
    [ 7.543870] hub 3-1:1.0: USB hub found
    [ 7.543925] hub 3-1:1.0: 6 ports detected
    [ 7.649782] usb 4-1: new high speed USB device number 2 using ehci_hcd
    [ 7.773731] hub 4-1:1.0: USB hub found
    [ 7.773839] hub 4-1:1.0: 8 ports detected
    [ 7.839852] usb 3-1.4: new full speed USB device number 3 using ehci_hcd
    [ 7.989777] usb 3-1.5: new high speed USB device number 4 using ehci_hcd
    [ 7.996778] Bluetooth: Atheros AR30xx firmware driver ver 1.0
    [ 8.030855] Bluetooth: Core ver 2.16
    [ 8.030872] NET: Registered protocol family 31
    [ 8.030874] Bluetooth: HCI device and connection manager initialized
    [ 8.030876] Bluetooth: HCI socket layer initialized
    [ 8.030877] Bluetooth: L2CAP socket layer initialized
    [ 8.030911] Bluetooth: SCO socket layer initialized
    [ 8.045164] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 8.184216] Linux media interface: v0.10
    [ 8.198960] Linux video capture interface: v2.00
    [ 8.199665] usb 4-1.3: new full speed USB device number 3 using ehci_hcd
    [ 8.203381] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (0c45:6484)
    [ 8.301968] usbcore: registered new interface driver ath3k
    [ 8.302079] usbcore: registered new interface driver btusb
    [ 8.362829] usb 4-1.6: new high speed USB device number 4 using ehci_hcd
    [ 8.465460] usb 3-1.4: USB disconnect, device number 3
    [ 8.467817] input: Laptop_Integrated_Webcam_HD as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.5/3-1.5:1.0/input/input13
    [ 8.467893] usbcore: registered new interface driver uvcvideo
    [ 8.467902] USB Video Class driver (v1.0.0)
    [ 8.864314] Initializing USB Mass Storage driver...
    [ 8.864367] usbcore: registered new interface driver usb-storage
    [ 8.864368] USB Mass Storage support registered.
    [ 8.879836] scsi6 : usb-storage 4-1.6:1.0
    [ 8.879934] usbcore: registered new interface driver ums-realtek
    [ 8.881878] usbcore: registered new interface driver uas
    [ 9.082584] usb 3-1.4: new full speed USB device number 5 using ehci_hcd
    [ 9.632321] ATOM BIOS: Dell
    [ 9.632686] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 9.632688] radeon 0000:01:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
    [ 9.632694] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
    [ 9.632696] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 9.632697] [drm] RAM width 64bits DDR
    [ 9.632801] [TTM] Zone kernel: Available graphics memory: 1982574 kiB.
    [ 9.632810] [TTM] Initializing pool allocator.
    [ 9.632829] [drm] radeon: 512M of VRAM memory ready
    [ 9.632830] [drm] radeon: 512M of GTT memory ready.
    [ 9.632840] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 9.632842] [drm] Driver supports precise vblank timestamp query.
    [ 9.632878] radeon 0000:01:00.0: irq 51 for MSI/MSI-X
    [ 9.632882] radeon 0000:01:00.0: radeon: using MSI.
    [ 9.632935] [drm] radeon: irq initialized.
    [ 9.632938] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 9.633270] [drm] Loading CAICOS Microcode
    [ 9.655891] radeon 0000:01:00.0: WB enabled
    [ 9.672282] [drm] ring test succeeded in 3 usecs
    [ 9.672360] [drm] radeon: ib pool ready.
    [ 9.672437] [drm] ib test succeeded in 0 usecs
    [ 9.672919] [drm] Radeon Display Connectors
    [ 9.672934] [drm] Internal thermal controller with fan control
    [ 9.674100] [drm] radeon: power management initialized
    [ 9.674811] No connectors reported connected with modes
    [ 9.674813] [drm] Cannot find any crtc or sizes - going 1024x768
    [ 9.676106] [drm] fb mappable at 0xE0141000
    [ 9.676107] [drm] vram apper at 0xE0000000
    [ 9.676108] [drm] size 3145728
    [ 9.676109] [drm] fb depth is 24
    [ 9.676110] [drm] pitch is 4096
    [ 9.676155] fb1: radeondrmfb frame buffer device
    [ 9.676166] [drm] Initialized radeon 2.9.0 20080528 for 0000:01:00.0 on minor 1
    [ 9.881672] scsi 6:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
    [ 9.881872] sd 6:0:0:0: Attached scsi generic sg2 type 0
    [ 10.085648] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 10.150019] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: user_xattr
    [ 12.409237] acpi_call: Calling \_SB.PCI0.PEG0.PEGP._OFF
    [ 12.409491] acpi_call: Call successful: 0x0
    [ 12.786799] coretemp coretemp.0: TjMax is 100 C.
    [ 12.786833] coretemp coretemp.1: TjMax is 100 C.
    [ 17.058520] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 17.059313] ------------[ cut here ]------------
    [ 17.059321] WARNING: at block/genhd.c:1556 disk_clear_events+0x111/0x120()
    [ 17.059323] Hardware name: Vostro 3350
    [ 17.059325] Modules linked in: coretemp uas ums_realtek usb_storage uvcvideo videodev media v4l2_compat_ioctl32 btusb bluetooth ath3k joydev snd_hda_codec_hdmi snd_hda_codec_idt vboxdrv arc4 acpi_call cpufreq_powersave cpufreq_conservative cpufreq_ondemand ecb ath9k mac80211 xhci_hcd ehci_hcd acpi_cpufreq snd_hda_intel sg snd_hda_codec serio_raw dell_laptop psmouse ath9k_common snd_hwdep freq_table snd_pcm usbcore snd_timer mperf fuse radeon pcspkr dell_wmi ath9k_hw ath cfg80211 snd soundcore snd_page_alloc iTCO_wdt ttm r8169 i2c_i801 iTCO_vendor_support sparse_keymap thermal wmi processor battery mii evdev rfkill dcdbas ac ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod ahci libahci libata scsi_mod i915 drm_kms_helper drm intel_agp i2c_algo_bit button intel_gtt i2c_core video
    [ 17.059387] Pid: 1414, comm: hdparm Not tainted 2.6.39-ARCH #1
    [ 17.059389] Call Trace:
    [ 17.059395] [<ffffffff8105b8ef>] warn_slowpath_common+0x7f/0xc0
    [ 17.059398] [<ffffffff8105b94a>] warn_slowpath_null+0x1a/0x20
    [ 17.059402] [<ffffffff81206f71>] disk_clear_events+0x111/0x120
    [ 17.059408] [<ffffffff81185d27>] check_disk_change+0x37/0x80
    [ 17.059414] [<ffffffffa0066178>] sd_open+0x98/0x180 [sd_mod]
    [ 17.059418] [<ffffffff81187044>] __blkdev_get+0xb4/0x410
    [ 17.059422] [<ffffffff811873f3>] blkdev_get+0x53/0x300
    [ 17.059425] [<ffffffff81187700>] blkdev_open+0x60/0x90
    [ 17.059430] [<ffffffff8114fcab>] __dentry_open+0x16b/0x390
    [ 17.059434] [<ffffffff811876a0>] ? blkdev_get+0x300/0x300
    [ 17.059438] [<ffffffff81151181>] nameidata_to_filp+0x71/0x80
    [ 17.059442] [<ffffffff8115ffec>] do_last+0x3cc/0xa80
    [ 17.059446] [<ffffffff811614ab>] path_openat+0xcb/0x3c0
    [ 17.059450] [<ffffffff81119ea6>] ? handle_mm_fault+0x1a6/0x360
    [ 17.059454] [<ffffffff811617e2>] do_filp_open+0x42/0xa0
    [ 17.059458] [<ffffffff8116dfec>] ? alloc_fd+0xec/0x140
    [ 17.059462] [<ffffffff81151287>] do_sys_open+0xf7/0x1d0
    [ 17.059466] [<ffffffff81151380>] sys_open+0x20/0x30
    [ 17.059470] [<ffffffff813e9b42>] system_call_fastpath+0x16/0x1b
    [ 17.059473] ---[ end trace 21b491eea571dbe0 ]---
    [ 18.238070] EXT4-fs (sda3): re-mounted. Opts: user_xattr,acl,barrier=1,data=ordered,commit=600
    [ 18.280052] EXT4-fs (sda4): re-mounted. Opts: user_xattr,commit=600
    [ 18.390902] r8169 0000:05:00.0: PME# enabled
    [ 18.405906] xhci_hcd 0000:0b:00.0: PME# enabled
    [ 20.059492] NET: Registered protocol family 10
    [ 20.060138] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 21.206254] r8169 0000:05:00.0: PME# disabled
    [ 21.220343] r8169 0000:05:00.0: eth0: link down
    [ 21.221108] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 22.735267] ehci_hcd 0000:00:1a.0: PCI INT A disabled
    [ 22.735314] ehci_hcd 0000:00:1a.0: PME# enabled
    [ 23.653141] EXT4-fs (sda3): re-mounted. Opts: commit=600
    [ 23.655261] EXT4-fs (sda4): re-mounted. Opts: user_xattr,commit=600
    [ 24.783437] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 24.859463] r8169 0000:05:00.0: PME# enabled
    [ 24.891097] r8169 0000:05:00.0: PME# disabled
    [ 24.898500] r8169 0000:05:00.0: eth0: link down
    [ 24.899264] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 25.024260] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 28.437415] wlan0: authenticate with 00:1a:30:67:88:f1 (try 1)
    [ 28.439488] wlan0: authenticated
    [ 28.439548] wlan0: associate with 00:1a:30:67:88:f1 (try 1)
    [ 28.446589] wlan0: RX AssocResp from 00:1a:30:67:88:f1 (capab=0x431 status=0 aid=57)
    [ 28.446598] wlan0: associated
    [ 28.447530] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 38.703759] wlan0: no IPv6 routers present
    [ 61.981783] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 1411, at 1411], missed IRQ?
    [ 63.527634] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 1464, at 1464], missed IRQ?
    [ 66.642672] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 1534, at 1534], missed IRQ?
    [ 71.430221] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 1633, at 1633], missed IRQ?
    [ 76.816622] chromium-sandbo (2310): /proc/2308/oom_adj is deprecated, please use /proc/2308/oom_score_adj instead.
    [ 1265.088913] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 125929, at 125929], missed IRQ?
    [ 1300.743906] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 129934, at 129934], missed IRQ?
    [ 1426.928921] ehci_hcd 0000:00:1a.0: BAR 0: set to [mem 0xf7c08000-0xf7c083ff] (PCI address [0xf7c08000-0xf7c083ff])
    [ 1426.928952] ehci_hcd 0000:00:1a.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    [ 1426.928973] ehci_hcd 0000:00:1a.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900002)
    [ 1426.932062] ehci_hcd 0000:00:1a.0: PME# disabled
    [ 1426.932074] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1426.932081] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1433.822085] ehci_hcd 0000:00:1a.0: PCI INT A disabled
    [ 1433.822161] ehci_hcd 0000:00:1a.0: PME# enabled
    [ 1441.736293] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
    [ 1451.399651] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 139439, at 139439], missed IRQ?
    [ 1490.366250] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 142671, at 142671], missed IRQ?
    [ 1491.892157] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 142691, at 142691], missed IRQ?
    [ 1504.535621] [drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring idle [waiting on 143528, at 143528], missed IRQ?
    [ 1555.955548] cfg80211: Calling CRDA for country: IT
    [ 1557.163221] wlan0: authenticate with 00:1a:30:67:88:f1 (try 1)
    [ 1557.165287] wlan0: authenticated
    [ 1557.165332] wlan0: associate with 00:1a:30:67:88:f1 (try 1)
    [ 1557.170691] wlan0: RX AssocResp from 00:1a:30:67:88:f1 (capab=0x31 status=0 aid=57)
    [ 1557.170699] wlan0: associated
    [ 1560.523624] wlan0: deauthenticating from 00:1a:30:67:88:f1 by local choice (reason=3)
    [ 1560.617243] cfg80211: Calling CRDA to update world regulatory domain
    [ 1560.738829] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1560.875326] r8169 0000:05:00.0: PME# enabled
    [ 1560.906883] r8169 0000:05:00.0: PME# disabled
    [ 1560.914250] r8169 0000:05:00.0: eth0: link down
    [ 1560.915053] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 1565.451894] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1566.954570] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1567.038998] r8169 0000:05:00.0: PME#

    sure...
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 005: ID 0cf3:3005 Atheros Communications, Inc.
    Bus 001 Device 004: ID 0c45:6484 Microdia
    Bus 002 Device 003: ID 138a:0011 Validity Sensors, Inc.
    Bus 002 Device 004: ID 0bda:0138 Realtek Semiconductor Corp.
    Bus 002 Device 005: ID 0fce:2149 Sony Ericsson Mobile Communications AB Xperia X8 (debug)

  • Location assignment doesn't work

    Hi all,
    I have a procedure which creates a customer but i found that it doesn't work properly. After execution it seems OK in Customers JSP but when i started to create an invoice for the new customer it doesn't recognized it's location.
    Here is my procedure:
      procedure set_customers (p_cust_row in cust_type)
    is
    p_organization_rec HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_party_id NUMBER;
    X_PARTY_NUMBER varchar2(2000);
    x_profile_id NUMBER;
    p_location_rec hz_location_v2pub.location_rec_type;
    x_location_id number;
    p_party_site_rec HZ_PARTY_SITE_V2PUB.PARTY_SITE_REC_TYPE;
    x_party_site_id number;
    x_party_site_number varchar2(2000);
    p_party_site_use_rec hz_party_site_v2pub.party_site_use_rec_type;
    x_party_site_use_id NUMBER;
    p_cust_account_rec     HZ_CUST_ACCOUNT_V2PUB.CUST_ACCOUNT_REC_TYPE;
    -- p_organization_rec     HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE;
    p_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;
    x_cust_account_id      NUMBER;
    x_account_number       VARCHAR2(2000);
    -- x_party_id             NUMBER;
    -- x_party_number         varchar2(2000);
    -- x_profile_id           NUMBER;
    p_location_id number;
    p_created_by_module varchar2(500);
    p_application_id number;
    x_loc_id NUMBER;
    begin
    -- create organization
    p_organization_rec.organization_name := p_cust_row.customer_name;
    p_organization_rec.created_by_module := 'HZ_CPUI';
    p_organization_rec.tax_reference := p_cust_row.vat_id;
    p_organization_rec.jgzz_fiscal_code := p_cust_row.taxpayer_id;
    p_organization_rec.application_id := 222;
    hz_party_v2pub.create_organization (
    'T',
    p_organization_rec,
    x_return_status,
    x_msg_count,
    x_msg_data,
    x_party_id,
    x_party_number,
    x_profile_id);
        dbms_output.put_line('return_status='|| SUBSTR (x_return_status,1,255));
        dbms_output.put_line('count='||TO_CHAR(x_msg_count));
        dbms_output.put_line('Msg_data = '|| SUBSTR (x_msg_data,1,255));
        dbms_output.put_line('Party Id='|| SUBSTR (x_party_id,1,255));
        dbms_output.put_line('Party_Number='|| SUBSTR (x_party_number,1,255));
        dbms_output.put_line('Organization_Name='||SUBSTR(p_organization_rec.organization_name,1,255));
        dbms_output.put_line('CreatedBy='||SUBSTR (p_organization_rec.created_by_module,1,255));
        dbms_output.put_line('Profile Id='|| SUBSTR (x_profile_id,1,255));
          IF x_msg_count > 1 THEN
            FOR I IN 1..x_msg_count LOOP
            dbms_output.put_line('I.'|| SUBSTR (FND_MSG_PUB.Get(p_encoded =>
            FND_API.G_FALSE ), 1, 255));
          end loop;
          end if;
    --create location
    p_location_rec.country := 'BG';
    p_location_rec.address1 := p_cust_row.customer_address;
    p_location_rec.city := p_cust_row.customer_city;
    p_location_rec.created_by_module := 'HZ_CPUI';
    p_location_rec.application_id := 222;
    p_location_rec.address_style := 'POSTAL_ADDR_DEF';
    hz_location_v2pub.create_location(
    'T',
    p_location_rec,
    x_location_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
      dbms_output.put_line('x_return_status = '||SUBSTR(x_return_status,1,255));
      dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
      dbms_output.put_line('Location Id = '||TO_CHAR(x_location_id));
      dbms_output.put_line('Country = '|| SUBSTR(p_location_rec.country,1,255));
      dbms_output.put_line('Address1 = '|| SUBSTR(p_location_rec.Address1,1,255));
      dbms_output.put_line('State = '|| SUBSTR(p_location_rec.state,1,255));
      dbms_output.put_line('Created By = '|| SUBSTR(p_location_rec.created_by_module,1,255));
      dbms_output.put_line('x_msg_data = '|| SUBSTR(x_msg_data,1,255));
        IF x_msg_count > 1 THEN
          FOR I IN 1..x_msg_count LOOP
          dbms_output.put_line(I||'.'||SUBSTR(FND_MSG_PUB.Get(p_encoded=>
          FND_API.G_FALSE ),1, 255));
          end loop;
        end if;
    -- create party site
    p_party_site_rec.party_id := x_party_id;--p_organization_rec.party_rec.party_id; --26743
    p_party_site_rec.location_id := x_location_id;--p_location_rec.Location_Id; --2057
    p_party_site_rec.identifying_address_flag := 'Y';
    p_party_site_rec.created_by_module := 'HZ_CPUI';
    p_party_site_rec.application_id := 222;
    hz_party_site_v2pub.create_party_site(
    'T',
    p_party_site_rec,
    x_party_site_id,
    x_party_site_number,
    x_return_status,
    x_msg_count,
    x_msg_data);
      dbms_output.put_line('x_return_status = '||SUBSTR(x_return_status,1,255));
      dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
      dbms_output.put_line('Party Site Id = '||TO_CHAR(x_party_site_id));
      dbms_output.put_line('Party Site Number = '||SUBSTR(x_party_site_number,1,255));
      dbms_output.put_line('x_msg_data = '||SUBSTR(x_msg_data,1,255));
        IF x_msg_count >1 THEN
          FOR I IN 1..x_msg_count LOOP
          dbms_output.put_line(I||'.'||SUBSTR(FND_MSG_PUB.Get(p_encoded=>
          FND_API.G_FALSE), 1, 255));
          end loop;
        end if;
    -- create party site use
    p_party_site_use_rec.party_site_id := x_party_site_id;--p_party_site_rec.Party_Site_Id;
    p_party_site_use_rec.created_by_module := 'HZ_CPUI';
    p_party_site_use_rec.site_use_type := 'BILL_TO';
    p_party_site_use_rec.application_id := 222;
    hz_party_site_v2pub.create_party_site_use(
    'T',
    p_party_site_use_rec,
    x_party_site_use_id,
    x_return_status,
    x_msg_count,
    x_msg_data);
      dbms_output.put_line('x_return_status = '||substr(x_return_status,1,255));
      dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
      dbms_output.put_line('Site Use Id = '||TO_CHAR(x_party_site_use_id));
      dbms_output.put_line(SubStr('x_msg_data = '||x_msg_data,1,255));
        IF x_msg_count >1 THEN
          FOR I IN 1..x_msg_count LOOP
          dbms_output.put_line(I||'.'||SUBSTR(FND_MSG_PUB.Get(p_encoded=>
          FND_API.G_FALSE ), 1, 255));
          end loop;
        end if;
    --create customer account
    p_cust_account_rec.created_by_module   := 'HZ_CPUI';
    p_organization_rec.party_rec.party_id  := x_party_id;--p_organization_rec.party_rec.party_id;
    p_cust_account_rec.application_id := '222';
    p_cust_account_rec.customer_type := 'R';
    p_customer_profile_rec.grouping_rule_id := '-1';
    HZ_CUST_ACCOUNT_V2PUB.CREATE_CUST_ACCOUNT
                  p_init_msg_list       => FND_API.G_TRUE,
                  p_cust_account_rec    =>p_cust_account_rec,
                  p_organization_rec    =>p_organization_rec,
                  p_customer_profile_rec=>p_customer_profile_rec,
                  p_create_profile_amt  =>'F',
                  x_cust_account_id     =>x_cust_account_id,
                  x_account_number      =>x_account_number,
                  x_party_id            =>x_party_id,
                  x_party_number        =>x_party_number,
                  x_profile_id          =>x_profile_id,
                  x_return_status       =>x_return_status,
                  x_msg_count           => x_msg_count,
                  x_msg_data            =>x_msg_data
    IF x_return_status = fnd_api.g_ret_sts_success THEN
        COMMIT;
        DBMS_OUTPUT.PUT_LINE('Creation of Cust account is Successful ');
        DBMS_OUTPUT.PUT_LINE('Output information ....');
        DBMS_OUTPUT.PUT_LINE('x_cust_account_id  : '||x_cust_account_id);
        DBMS_OUTPUT.PUT_LINE('x_account_number   : '||x_account_number);
        DBMS_OUTPUT.PUT_LINE('x_party_id         : '||x_party_id);
        DBMS_OUTPUT.PUT_LINE('x_party_number     : '||x_party_number);
    ELSE
        DBMS_OUTPUT.PUT_LINE ('Creation of Cust account got failed:'||x_msg_data);
        ROLLBACK;
        FOR i IN 1 .. x_msg_count
        LOOP
          x_msg_data := oe_msg_pub.get( p_msg_index => i, p_encoded => 'F');
          dbms_output.put_line( i|| ') '|| x_msg_data);
        END LOOP;
    end if;
    DBMS_OUTPUT.PUT_LINE('Completion of API');
    -- location
    insert into hz_cust_acct_sites_all
      CUST_ACCT_SITE_ID,
      cust_account_id,
      party_site_id,
      last_update_date,
      last_updated_by,
      creation_date,
      created_by,
      last_update_login,
      orig_system_reference,
      status,
      org_id,
      bill_to_flag,
      object_version_number,
      created_by_module,
      application_id
    ) values
      hz_cust_acct_sites_s.nextval,
      x_cust_account_id,--p_cust_account_rec.cust_account_id,
      x_party_site_id,--p_party_site_rec.party_site_id,
      sysdate,
      '-1',
      sysdate,
      '-1',
      '102804',
      hz_cust_acct_sites_s.nextval,
      'A',
      '81',
      'P',
      1,
      'HZ_CPUI',
      222 
    fnd_client_info.set_org_context('81');
    p_location_id := x_location_id;
    p_created_by_module := 'HZ_CPUI';
    hz_tax_assignment_v2pub.create_loc_assignment(
    'T',
    p_location_id,
    'T',
    p_created_by_module,
    p_application_id,
    x_return_status,
    x_msg_count,
    x_msg_data,
    x_loc_id);
      dbms_output.put_line('x_return_status = '||SUBSTR(x_return_status,1,255));
      dbms_output.put_line('Location Id = '||TO_CHAR(p_location_id));
      dbms_output.put_line('Created By Moudle = '|| SUBSTR (p_created_by_module,1,30));
      dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
      dbms_output.put_line('x_msg_data = '|| SUBSTR (x_msg_data,1,255));
        IF x_msg_count >1 THEN
          FOR I IN 1..x_msg_count LOOP
            dbms_output.put_line(I||'.'||SUBSTR(FND_MSG_PUB.Get(p_encoded=>
            FND_API.G_FALSE ), 1, 255));
          END LOOP;
        end if;
    dbms_output.put_line(x_party_site_id || '--' || p_party_site_rec.party_site_id);
    end set_customers;EBS Version: 12.1.3
    I call this procedure with another and pass a param for just one customer(in test environment).
    I made a test and create one via EBS Receivables -> Customers - > Customers . After this i created a manual invoice for that customer and when i specify the name of the Bill To(the new one) the Number, Location and Address are filled automatically. But with the customer created via this procedure it didn't filled automatically(when customer's name was specified...).
    procedure create_customers(p_choice in number) is
    cursor c is select taxpayer_id
                      ,customer_name
                      ,customer_city
                      ,customer_address
                      ,vat_id 
                from xx_customers_temp
                 where taxpayer_id = '131199238';
    v_cust cust_type;                         
    begin
        open c;
        loop
          fetch c into  v_cust;
          exit when c%notfound;
        dbms_output.put_line(v_cust.taxpayer_id || '--' || v_cust.customer_name || '--' || v_cust.customer_city
                            || '--' || v_cust.customer_address|| '--' || v_cust.vat_id);
        if p_choice = 1 then
          set_customers(v_cust);
        end if;
      end loop;
      close c;
    end create_customers;Any ideas?
    Thanks in advance,
    Bahchevanov.

    For location the iPod uses the location of nearby wifi routers that are in Apple's database. You do not have to be connected to the network/router to use that router's location. Thus, it appears that the iPod can't see a nearby router that is in Apple's database. Apple continuously updated their database based on info they obtain from iPhones. No one has been able to find a way to inform Apple of a router or correct is location.
    You can confirm that by going to place with a know located router like Starbucks or McDonalds

  • My App store doesn´t work under my user. Everything is ok if I start with a guest user. I have a Yosemite MacBook Pro. How can I solve this? Because I'm unable to open the App Store, Mail, Contacts and so on. Please can you help me.

    My App store doesn´t work under my user. Everything is ok if I start with a guest user. I have a Yosemite MacBook Pro. How can I solve this? Because I'm unable to open the App Store, Mail, Contacts and so on. Please can you help me.

    Here it is. Hope that helps. Thank You.
    28/01/15 21:57:12,043 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    28/01/15 21:57:12,043 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,044 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,046 App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,051 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,051 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,053 CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,056 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[1497]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    28/01/15 21:57:12,427 com.apple.xpc.launchd[1]: (com.apple.appstore.18776[1494]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,472 ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,485 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    28/01/15 21:57:12,505 AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    28/01/15 21:57:12,506 AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    28/01/15 21:57:12,507 AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
    *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    28/01/15 21:57:12,606 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,607 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,609 LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,619 Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent[1495]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    28/01/15 21:57:12,713 ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    28/01/15 21:57:12,746 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,043 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    28/01/15 21:57:12,043 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,044 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,046 App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,051 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,051 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,053 CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,056 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[1497]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    28/01/15 21:57:12,427 com.apple.xpc.launchd[1]: (com.apple.appstore.18776[1494]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,472 ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,485 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    28/01/15 21:57:12,505 AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    28/01/15 21:57:12,506 AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    28/01/15 21:57:12,507 AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
    *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    28/01/15 21:57:12,606 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,607 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,609 LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,619 Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent[1495]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    28/01/15 21:57:12,713 ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    28/01/15 21:57:12,746 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,043 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    28/01/15 21:57:12,043 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,044 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,046 App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,051 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,051 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,053 CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,056 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[1497]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    28/01/15 21:57:12,427 com.apple.xpc.launchd[1]: (com.apple.appstore.18776[1494]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,472 ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    28/01/15 21:57:12,485 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    28/01/15 21:57:12,505 AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    28/01/15 21:57:12,506 AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    28/01/15 21:57:12,507 AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
    *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    28/01/15 21:57:12,606 secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,607 secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    28/01/15 21:57:12,609 LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    28/01/15 21:57:12,619 Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent[1495]) Service exited due to signal: Illegal instruction: 4
    28/01/15 21:57:12,682 com.apple.xpc.launchd[1]: (com.apple.CalendarAgent) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    28/01/15 21:57:12,713 ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    28/01/15 21:57:12,746 ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d251b0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718d25ec0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV App Store[1494]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.appstore/ modes[1]=0700: Permission denied
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c407a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c41440 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV CalendarAgent[1495]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.CalendarAgent/ modes[1]=0700: Permission denied
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.ReportCrash[1497]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.appstore.18776[1494]): Service exited due to signal: Illegal instruction: 4
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for App Store[1494] version 2.0 (376.6.2) to /Users/HV/Library/Logs/DiagnosticReports/App Store_2015-01-28-215712_MacBook-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/App%20Store_2015-01-27-212748_M acBook-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV.lan AddressBookSourceSync[1498]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    Jan 28 21:57:12 MBP-de-HV.lan AddressBookSourceSync[1498]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    Jan 28 21:57:12 MBP-de-HV.lan AddressBookSourceSync[1498]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
      *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  AddressBook                         0x00007fff8b99d3a1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
      12  AddressBook                         0x00007fff8ba87370 -[PHXSource addressBook] + 146
      13  CardDAVPlugin                       0x00000001096cbfd0 -[PHXCardDAVSource addressBook] + 47
      14  AddressBookSourceSync               0x00000001075ca28e AddressBookSourceSync + 8846
      15  AddressBook                         0x00007fff8b9a4d2e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
      16  CoreFoundation                      0x00007fff8943b385 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133
      17  CoreFoundation                      0x00007fff8943aa89 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313
      18  AddressBook                         0x00007fff8b9a4d04 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
      19  AddressBook                         0x00007fff8b9a4c46 -[NSArray(ABArrayAdditions) _abMap:] + 91
      20  AddressBookSourceSync               0x00000001075ca05e AddressBookSourceSync + 8286
      21  AddressBookSourceSync               0x00000001075ca4fb AddressBookSourceSync + 9467
      22  libdyld.dylib                       0x00007fff933045c9 start + 1
      23  ???                                 0x0000000000000001 0x0 + 1
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f369d0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718f375a0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:12 MBP-de-HV LaterAgent[1500]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.lateragent/ modes[1]=0700: Permission denied
    Jan 28 21:57:12 MBP-de-HV.lan Problem Reporter[1499]: Failed to connect (_imageWell) outlet from (ProblemReportWindowController) to (NSImageView): missing setter or instance variable
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.CalendarAgent[1495]): Service exited due to signal: Illegal instruction: 4
    Jan 28 21:57:12 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.CalendarAgent): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for CalendarAgent[1495] version 8.0 (316) to /Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215712_MacBoo k-Pro-de-HV.crash
    Jan 28 21:57:12 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/CalendarAgent_2015-01-28-215343 _MacBook-Pro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.lateragent[1500]): Service exited due to signal: Illegal instruction: 4
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.lateragent): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for LaterAgent[1500] version ??? to /Users/HV/Library/Logs/DiagnosticReports/LaterAgent_2015-01-28-215713_MacBook-P ro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/LaterAgent_2015-01-28-215345_Ma cBook-Pro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.AddressBook.SourceSync[1498]): Service exited due to signal: Abort trap: 6
    Jan 28 21:57:13 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.AddressBook.SourceSync): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for AddressBookSourceSync[1498] version 9.0 (1563) to /Users/HV/Library/Logs/DiagnosticReports/AddressBookSourceSync_2015-01-28-21571 3_MacBook-Pro-de-HV.crash
    Jan 28 21:57:13 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/AddressBookSourceSync_2015-01-2 8-215344_MacBook-Pro-de-HV.crash
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Jan 28 21:57:14 MBP-de-HV.lan secinitd[257]: unable to get AddressBook lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c34510 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.AddressBookLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:14 MBP-de-HV.lan secinitd[257]: unable to get Calendars lock folder path: Error Domain=NSPOSIXErrorDomain Code=13 "open() for F_GETPATH failed." UserInfo=0x7fd718c350c0 {NSFilePath=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/.CalendarLocks, NSLocalizedDescription=open() for F_GETPATH failed.}
    Jan 28 21:57:14 MBP-de-HV soagent[1507]: libcoreservices: _dirhelper: 523: mkdir: path=/var/folders/c8/njtxl9js6ns7351s5m_n6sn80000gn/T/com.apple.soagent/ modes[1]=0700: Permission denied
    Jan 28 21:57:14 --- last message repeated 1 time ---
    Jan 28 21:57:14 MBP-de-HV.lan soagent[1507]: Could not get real path for Address Book lock folder: open() for F_GETPATH failed.
    Jan 28 21:57:14 MBP-de-HV.lan soagent[1507]: *** Assertion failure in -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:], /SourceCache/AddressBook/AddressBook-1563/Framework/AddressBookUI/ABProcessShar edLock.m:57
    Jan 28 21:57:14 MBP-de-HV.lan soagent[1507]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: lockFilePath != nil'
      *** First throw call stack:
      0   CoreFoundation                      0x00007fff8951a66c __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a6fb76e objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8951a44a +[NSException raise:format:arguments:] + 106
      3   Foundation                          0x00007fff8decc3a9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
      4   AddressBook                         0x00007fff8b9a1c0d -[ABProcessSharedLock initWithLockFilePath:localLock:fileServices:] + 144
      5   AddressBook                         0x00007fff8ba97f79 +[ABProcessSharedLock recursiveSharedLockWithLockFilePath:] + 97
      6   AddressBook                         0x00007fff8b9a15a2 +[ABAddressBook initializeFileLock] + 84
      7   AddressBook                         0x00007fff8b99e443 -[ABAddressBook nts_InitDefaultContactManager] + 153
      8   AddressBook                         0x00007fff8b99e35b +[ABAddressBook nts_SharedAddressBook] + 72
      9   AddressBook                         0x00007fff8b99e273 +[ABAddressBook nts_CreateSharedAddressBook] + 48
      10  AddressBook                         0x00007fff8b99e0df +[ABAddressBook sharedAddressBook] + 67
      11  IMCore                              0x00007fff9509b80b IMTranscriptChatItemEqual + 176400
      12  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      13  libdispatch.dylib                   0x00007fff93103b26 dispatch_once_f + 117
      14  IMCore                              0x00007fff950524eb OBJC_METACLASS_$_IMSPIMessage + 455538043
      15  IMCore                              0x00007fff95087650 IMTranscriptChatItemEqual + 94037
      16  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      17  libdispatch.dylib                   0x00007fff93103b26 dispatch_once_f + 117
      18  IMCore                              0x00007fff95086964 IMTranscriptChatItemEqual + 90729
      19  IMCore                              0x00007fff9508827b IMTranscriptChatItemEqual + 97152
      20  IMCore                              0x00007fff95052f76 OBJC_METACLASS_$_IMSPIMessage + 455540742
      21  IMCore                              0x00007fff9508a88f IMTranscriptChatItemEqual + 106900
      22  CoreFoundation                      0x00007fff894648a6 ___forwarding___ + 518
      23  CoreFoundation                      0x00007fff89464618 _CF_forwarding_prep_0 + 120
      24  IMCore                              0x00007fff95088146 IMTranscriptChatItemEqual + 96843
      25  IMCore                              0x00007fff9508843e IMTranscriptChatItemEqual + 97603
      26  IMCore                              0x00007fff950885fc IMTranscriptChatItemEqual + 98049
      27  IMCore                              0x00007fff9508887d IMTranscriptChatItemEqual + 98690
      28  MessagesHelperKit                   0x0000000101661dae MessagesHelperKit + 7598
      29  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      30  libdispatch.dylib                   0x00007fff93103b26 dispatch_once_f + 117
      31  libobjc.A.dylib                     0x00007fff8a6f41b5 _class_initialize + 649
      32  libobjc.A.dylib                     0x00007fff8a6f3f7f _class_initialize + 83
      33  libobjc.A.dylib                     0x00007fff8a704777 lookUpImpOrForward + 322
      34  libobjc.A.dylib                     0x00007fff8a6ee1ac objc_msgSend + 236
      35  Foundation                          0x00007fff8de18669 -[NSBundle loadAndReturnError:] + 693
      36  MessagesHelperKit                   0x0000000101664045 MessagesHelperKit + 16453
      37  libdispatch.dylib                   0x00007fff93108323 _dispatch_call_block_and_release + 12
      38  libdispatch.dylib                   0x00007fff93103c13 _dispatch_client_callout + 8
      39  libdispatch.dylib                   0x00007fff9310fcbf _dispatch_main_queue_callback_4CF + 861
      40  CoreFoundation                      0x00007fff8946dc79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
      41  CoreFoundation                      0x00007fff8942a30f __CFRunLoopRun + 2159
      42  CoreFoundation                      0x00007fff89429858 CFRunLoopRunSpecific + 296
      43  Foundation                          0x00007fff8de43849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
      44  Foundation                          0x00007fff8df3f24f -[NSRunLoop(NSRunLoop) run] + 74
      45  soagent                             0x0000000101656be5 soagent + 3045
      46  libdyld.dylib                       0x00007fff933045c9 start + 1
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.amazon.music[1506]): Service exited with abnormal code: 1
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.amazon.music): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    Jan 28 21:57:14 MBP-de-HV.lan com.apple.dock.extra[288]: SOHelperCenter main connection interrupted
    Jan 28 21:57:14 MBP-de-HV com.apple.xpc.launchd[1] (com.apple.soagent[1507]): Service exited due to signal: Abort trap: 6
    Jan 28 21:57:14 MBP-de-HV.lan ReportCrash[1497]: Saved crash report for soagent[1507] version ??? to /Users/HV/Library/Logs/DiagnosticReports/soagent_2015-01-28-215714_MacBook-Pro- de-HV.crash
    Jan 28 21:57:14 MBP-de-HV.lan ReportCrash[1497]: Removing excessive log: file:///Users/HV/Library/Logs/DiagnosticReports/soagent_2015-01-28-215346_MacBo ok-Pro-de-HV.crash

  • OSB doesn't work with DMZ zone

    Hello all,
    I have a configured DMZ zone at our network infra. But after our web service doesn't work.
    We have a two ip address, which are public (x.x.x.x) and osb (y.y.y.y).
    This is my hosts config:
    127.0.0.1 localhost.localdomain localhost
    y.y.y.y     osb-domain    osb-domain.mnOur web service endpoint url is:
    <WL5G3N0:service name="demoSOAPQSService">
    <WL5G3N0:port binding="WL5G3N1:demoSOAP" name="demoSOAPQSPort">
    <WL5G3N2:address location="http://osb-domain:7001/OSB_Project/demo/ProxyService/demo"/>
    </WL5G3N0:port>
    </WL5G3N0:service>I'm getting following error:
    Exception in thread "main" com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection refused: connect
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:138)
         at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:187)
         at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:124)
         at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:121)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
         at com.sun.xml.ws.client.Stub.process(Stub.java:272)
         at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:153)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:115)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
         at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
         at $Proxy29.hello(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:84)
         at $Proxy30.hello(Unknown Source)
         at a.RegisterUsersWSPortClient.main(RegisterUsersWSPortClient.java:13)
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
         at sun.net.www.http.HttpClient.New(HttpClient.java:306)
         at sun.net.www.http.HttpClient.New(HttpClient.java:323)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:970)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:836)
         at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1014)
         at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:126)
         ... 20 moreIt works with web service test of OSB Console. But it's not working from client application (x.x.x.x ip).
    It was working before DMZ configuration.
    Are there any other configurations required?
    BR,
    Eba

    Hi Eba,
    It's not clear from where you are trying to access OSB. I believe from outside the DMZ.
    First step, make sure that Weblogic is listening to your y.y.y.y address, and not only 127.0.0.1
    1) Run netstat -na | grep 7001
    You should see which IP addresses weblogic bound on port 7001
    Hopefully you will se y.y.y.y
    Try to connect using telnet from the OSB server itself: telnet y.y.y.y 7001
    If that doesn't work, make sure that in the weblogic server config, the listen address is either empty, or it has y.y.y.y (better to leave it empty).
    2) If you can connect from the local server to port 7001 using y.y.y.y address, then try to connect from your remote server
    If it fails, probably is config issue in the router/firewall
    Regards,
    Fabio

Maybe you are looking for