source of Poser

If my laptop is fully charged and plugged.  is it better to leave it plugged when using it or not.  the power comes through the battery in this scenario, or come directly from the Jack.

The power adapter converts 110-230 volts AC (depends on where you live in the world) the House in @19.5 volt dc current.  Your laptop uses no tension.

This tension is going into the connector to the laptop, then imputation and power distribution circuit integrated into the motherboard of the laptop.  Voltage charging the laptop and powers the computer laptop or just feeds the laptop, according to the State of charge of the battery which is determined by the power distribution circuit and recharge the motherboard.

Load and do not load is symbolized by the color of the power led. On most laptops it will be amber when charging and white when no charging current.

If you frequently use your laptop as a mobile device, which is equivalent to charge\discharge cycles of the battery, then let it plugged in while at home won't hurt a thing.

Tags: Notebooks

Similar Questions

  • U300s Webcam not working not

    Hello

    I just brought a U300s ultrabook and the webcam stop working. When I use Skype, the only thing that appears on the video configuration is SOURCE of POS and the message "it is not possible to start the video. try closing other programs in use", but there is no other program using the webcam. When I try the internet sites called test my cam, etc. etc., the web cam seems not to work. I installed the cam properly and drivers of energy management. No luck. What could be? If anyone has had this problem please help me.

    Thank you

    Hian,

    Welcome to Lenovo Community!

    Have you tried Fn + Esc to activate the webcam?

    Please check if these knowledge base articles to help you:

    Webcam does not work - ' could not open the camera!

    Lenovo S10-2: Problem Webcam

    Kind regards

    Cleo

  • Mulitpart post http to download images and string parameters

    It is the first time I use http multipart post to download files. I download the two parameters of string (token source) and a captured image of terminal BlackBerry. I tried the following code but it gives me error.

    I don't know if it's the right way to create the MULTIPART post request.

    StringBuffer buffer = new StringBuffer();
    String boundary = "--@#$--";
    byte[] image = byte[] from camera.getsnapshot;
    
    buffer.append(boundary+"\r\nContent-Disposition: form-data;name=\"token\"\r\n"+token+"\r\n");
    buffer.append(boundary+"\r\nContent-Disposition: form-data;name=\"source\"\r\n"+"Blackberry"+"\r\n");
    buffer.append(boundary+"\r\nContent-Disposition: form-data;name=\"file.jpg\";filename=\""+ filename+"\""+"\n" +     "Content-Type:image/jpeg"+"\n"+ "Content-Transfer-Encoding: binary" + boundary +"\r\n" +new String(image));
    buffer.append("\r\n" + boundary + "\r\n");
    
    String string = new String(buffer);
    
    byte[] post = string.getBytes();
    
    HttpConnection connection = (HttpConnection)Connector.open(url);
    
    connection.setRequestMethod(POS);
    
    connection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_TYPE,
        HttpProtocolConstants.CONTENT_TYPE_MULTIPART_FORM_DATA+
        ";boundary="+boundary);
    
    connection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_LENGTH,String.valueOf(post.length));
    connection.setRequestProperty("User-Agent", "Profile/MIDP_2.0 Configuration/CLDC-1.0");
    OutputStream postStream =connection.openOutputStream();
    postStream.write(post,0,post.length);
    postStream.close();
    

    If someone has done this before, your help would be very appreciated

    Finally worked,

    private final String boundary = "akfdskdjfkl";
    private final String lineend = "\r\n";
    private final String twoHyphens = "--";
    
    OutputStream pos = connection.openOutputStream();
    
    pos.write(twoHyphens.getBytes());
    pos.write(boundary.getBytes());
    pos.write(lineend.getBytes());
    
    pos.write("Content-Disposition: form-data;   name=\"authenticity_token\"".getBytes());
    pos.write(lineend.getBytes());
    pos.write(lineend.getBytes());
    pos.write(app.userAccount.getUser_auth_token().getBytes());
    pos.write(lineend.getBytes());
    
    pos.write(twoHyphens.getBytes());
    pos.write(boundary.getBytes());
    pos.write(lineend.getBytes());
    
    pos.write("Content-Disposition: form-data; name=\"source\"".getBytes());
    pos.write(lineend.getBytes());
    pos.write(lineend.getBytes());
    pos.write("blackberry".getBytes());
    pos.write(lineend.getBytes());
    
    pos.write(twoHyphens.getBytes());
    pos.write(boundary.getBytes());
    pos.write(lineend.getBytes());
    
    String filename = "blackberry" + filepath;
    pos.write("Content-Disposition: form-data; name=\"Filedata\"; filename=\"".getBytes());
    pos.write(filename.getBytes());
    pos.write("\"".getBytes());
    pos.write(lineend.getBytes());
    
    pos.write("Content-Type: image/jpeg".getBytes());
    pos.write(lineend.getBytes());
    pos.write(lineend.getBytes());
    
    pos.write(image, 0, image.length);
    
    pos.write(lineend.getBytes());
    
    pos.write(twoHyphens.getBytes());
    pos.write(boundary.getBytes());
    pos.write(twoHyphens.getBytes());
    pos.write(lineend.getBytes());
    

    Formatted string is vital, accurate use of hyphens, limit, and new line must be ensured.

  • SUCH VALUE

    I have the following:

    DECLARE

    v_schema_to_validate varchar2 (2000);

    v_request_type varchar2 (2000);

    v_property varchar2 (2000);

    v_room varchar2 (2000);

    v_id varchar2 (2000);

    x_htng CLOB: = ' <? XML version = "1.0" encoding = "UTF-8"? >

    " < HTNG_ReadRQ xmlns =" http://HTNG.org/2014B "

    " xmlns: ota = ' http://www.OpenTravel.org/OTA/2003/05 "" "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    EchoToken = "6cfa1ea3-df0f-497f-9aaf-e927fc11affc".

    TimeStamp = "" 2010-02 - 12 T 12: 26:47 ""

    Version = "1.0".

    " xsi: schemaLocation =" http://HTNG.org/2014B ">

    < ReadRequests >

    < HotelReadRequest HotelCode = "LOL" >

    < audit >

    < room RoomID = "101" / >

    < / audit >

    < / HotelReadRequest >

    < / ReadRequests >

    < Type UniqueID = "14" ID = "123res" / >

    < POS >

    < ota: Source >

    < ota: RequestorID Type = "WIFI" ID_Context = "a" ID = "1" / >

    < / ota:Source >

    < / POS >

    < / HTNG_ReadRQ > ';

    l_xmltype XMLTYPE.

    BEGIN

    l_xmltype: = xmltype (x_htng);

    v_schema_to_validate: = l_xmltype.getRootElement () |'. XSD'.

    l_xmltype: = xmltype (x_htng) .createschemabasedxml (v_schema_to_validate);

    v_property: = l_xmltype.extract('//ReadRequests/HotelReadRequest/@HotelCode').getstringval ();

    v_room: = l_xmltype.extract('//ReadRequests/HotelReadRequest/Verification/Room/@RoomID').getstringval ();

    v_id: = l_xmltype.extract('//UniqueID/@Type').getstringval ();

    -v_request_type: = l_xmltype.extract('//POS/Source/RequestorID/@Type').getstringval ();

    Dbms_output.put_line (v_schema_to_validate |) »  '|| v_property | » '|| v_room | » '|| v_request_type | »  '|| v_id);

    -dbms_output.put_line (x_htng);

    END;

    I can't get the value v_request_type: = l_xmltype.extract('//POS/Source/RequestorID/@Type').getstringval ();   

    Several bad things here.

    (1), recently said here: Re: Re: no schema definition for 'HTNG_ReadRQ' (namespace ") in parent ' / ',.

    This is not correct:

    "" xsi: schemaLocation = "http://htng.org/2014B"

    It should be:

    "" xsi: schemaLocation = "http://htng.org/2014B HTNG_ReadRQ.xsd".

    in this way, you'll extract the element name root and need to do is:

    l_xmltype: = xmltype (x_htng)

    It will be automatically based on a schema, but be aware that it is not validating the document.

    You must explicitly call schemaValidate() method to do this.

    (2) all extraction methods are deprecated.

    Use XMLTABLE:

    Select HotelCode

    RoomID

    UniqueID_Type

    RequestorID_Type

    in...

    from xmltable)

    XmlNamespaces)

    default 'http://htng.org/2014B'.

    "http://www.opentravel.org/OTA/2003/05" as "ota")

    , ' / HTNG_ReadRQ'

    passage l_xmltype

    path of HotelCode varchar2 columns (30) "ReadRequests/HotelReadRequest/@HotelCode".

    , RoomID varchar2 (30) path 'ReadRequests/HotelReadRequest/Verification/Room/@RoomID '.

    , Path of varchar2 (30) UniqueID_Type 'UniqueID/@Type '.

    , Path of varchar2 (30) RequestorID_Type 'POS/ota:Source/ota:RequestorID/@Type '.

    ) ;

  • Limiting the size of the separator Panel

    We limit the size of the separator Panel after reaching a certain size. To achieve this, we use the script below.

    function setSplitterPos (event) {}

    source var = event.getSource ();

    var pos = source.getSplitterPosition ();

    If (pos & gt; 460)

    source.setSplitterPosition (460); Max size.

    on the other

    source.setSplitterPosition (pos);

    If (pos & lt; 200)

    source.setSplitterPosition (200); Minimum size

    on the other

    source.setSplitterPosition (pos);

    }

    This script, which we call as below

    < af:panelSplitter orientation = 'horizontal '.

    splitterPosition = "460" >

    < af:clientListener method = "setSplitterPos".

    Type = "propertyChange" / >

    < / af:panelSplitter >

    The issue is the script takes a long time or even sometimes the browser is stuck when we expand the group delimiter that does not occur when you collapse.

    Hello

    You will need to provide us with more information.

    1. What is your version of JDev?

    2. in what browser do you see this behavior.

    3. can you reproduce the problem still? Or it happens from time to time?

    I tried with this and it works fine for me.

         
            
              
              
                
              
              
                
              
            
            
              function setSplitterPos(event) {
                  var source = event.getSource();
                  var pos = source.getSplitterPosition();
                  if (pos > 460) {
                      source.setSplitterPosition(460);//Max
                      size.
                  }
                  else {
                      source.setSplitterPosition(pos);
                      if (pos < 200) {
                          source.setSplitterPosition(200);//Minimum
                          Size
                      }
                      else {
                          source.setSplitterPosition(pos);
                      }
                  }
              }
            
          
    

    Arun-

  • Stretching from the area dynamically in a facet of the dispatcher Panel.

    Hello

    Jdev version - 11.1.1.6.0

    We use a group separator in a jspx page and inside on the facet of the separator panel we use a taskflow with fragments of the page as a region. The use case is that the user can stretch the group separator, we want to extend the page as well as the separator.

    This is the structure of the component.

    Group that is used in the jspx page separator.

    < af:panelSplitter orientation = 'horizontal' splitterPosition = "195."

    positionedFromEnd = "true" id = "ps2".

    firstLandmark = 'hand' secondLandmark = "contentinfo".

    collapsed = "true" dimensionsFrom = "auto" >

    < f: facet 'second' = name >

    < af:region / >

    < / f: facet >
    < / af:panelSplitter >

    And the TaskFlow (area inside the above group separator) with jsff page as below.

    < af:decorativeBox id = "db1" >

    < f: facet name = "center" >

    < panelGroupLayout layout = "default" >

    < af:outputText / >

    < af:panelStretchLayout styleClass = "AFStretchWidth" >

    < f: facet = 'top' name >

    < af:panelGroupLayout layout = "horizontal" >

    < af:selectOneChoice >

    < / af:selectOneChoice >

    < / af:panelGroupLayout >

    < f: facet name = "center" >

    < af:panelGroupLayout id = "pgl287" layout = "scroll" >

    < af:inputText

    lines = '2' columns = "40".

    dimensionsFrom = 'auto '.

    styleClass = "AFStretchWidth" / > //This enter text, we want to expand dynamically with the expandable Panel layout.

    < / af:panelGroupLayout >

    < / f: facet >

    < / af:panelStretchLayout >

    < / af:panelGroupLayout >

    < / f: facet >

    < / af:decorativeBox >

    Yes you can do it, but you must use javascript for this as

    ...

    function setSplitterPos (event) {}

    source var = event.getSource ();

    var pos = source.getSplitterPosition ();

    If (pos < 100)

    source.setSplitterPosition (100);

    on the other

    source.setSplitterPosition (pos);

    }

    ...

    ...

    The above code updates the position of the separator 100px if you try to make the first small facet the 100px.

    Timo

  • (Redirect) Please help with issue of source POS

    My son is in jail and I would like to make a visit to home video with him, but I can't because of a stupid source vdp problem.  Facilities support told me that my camera does not know what video source to use.  When the camera is in place and you click on settings, there source POS and a built-in Webcam.  They say it should only be a device listed in there.  Until I get this is correct, I can't visit with him.  I took my laptop to a repair shop and he had no idea how to remove it. What I did research, it has something to do with Bluetooth, which I don't use.  Can I uninstall it and solve the problem?  I already turned off Bluetooth, but that did not help.  You can provide ANY help would be greatly appreciated.

    Thank you

    Hi Jdunn28,

    Please repost this in the laptop computer forum for faster assistance.

    http://en.community.Dell.com/support-forums/laptop/

  • Multicam clip in the timeline falls pose of source, not a multicam video clips

    I'm on first Pro CC 2015 9.2, and I'm working on the selection of blocking interviews. I moved from one position to another and any sequence to another project to use when the main editor works on the original.

    Now, when I select and drop a multicam clip in the timeline, it brings all the multicam clips and not the multicam himself. I guess a setting somewhere has spilled or something in the import. Any help? I do not want to nest each selection!

    Screen Shot 2016-05-02 at 4.52.35 PM.png

    Look to the left of your screen capture, the part that you do not. The upper part is right button selected? Called 'insert and replace sequences as nests or individual clips'

  • Question of POS to an external source,

    You are not sure if this is the right forum, but we have WTP running on our local network very well but can it backup/replicate to an outside network? We are looking for offsite backup data

    http://pubs.VMware.com/vSphere-60/topic/com.VMware.ICbase/PDF/VMware-data-protection-Administration-Guide-60.PDF

    Chapter 15 in this guide is that you need to answer your question

  • Different sizes of files when copied from a single source and pasted to another

    Hello

    I hope someone can help me understand why a file size can be different when it is copied from one source, pasted on another hard drive or on an external drive?

    My job requires me to backup databases to an external source before making changes to a program / database to protect the info before any troubleshooting begins / changes are made. These databases can be several GB in size and take a relatively long time to copy depending on the size and the transfer speed, but when I compare the properties of each folder, after that the copy is often made that the sizes don't match exactly. Remember the difference may be that some Ko Mo, but nevertheless, this could represent information data, planning data or image data that must be preserved. Can someone explain why/how it happens and if it is a way to ensure an exact copy is made every time so I don't have to go back and make a second or third attempt to copy files on?

    Thank you

    David

    David

    Happy to help (its why do I volunteer here)

    Copy/paste and drag-and - d├⌐poser are no error checking.  bad, bad bad.

    A file that takes up 100 MB exactly on a 500 GB HD with 4 k sectors will not take the same place on a 1 to Hd with 8 k sectors.  There may be a slight varience between the two due to the size of area if for example the las, bit of info (it could be as little as 1 byte) is placed in an 8 k sector it will often say he used throughout the sector.

    Since there is no apparent error checking if a network problem deletes the data it is not copied.

    Same with ram

    You can always google something like checking with file transfers in win 7

    For an example of an application with error checking check this a https://codesector.com/teracopy (there are dozens)

  • Drag and drop, 1 share of different sur-succes drag Source, 4 Drop target, for each. Is this possible?

    Hello.

    I created an infographic of type board game and wants that the participant to be able to enter the game room, then drop it into different spaces on the Board, each holding to another slide. I need interaction drag - déposer so that they can pick up and drop the piece. Now, what I need is for each target to have a different action, but even if I add each one to a different group, if I change an action for one, that it applies the change to all drop targets.

    Is there a way to get around this?

    In addition, once / if possible, I would like to add a "back button" on each of these slides and would need when the participant returns to the boardgame slide, they can move the piece to a different drop target to read the following description. I think that the best way to do this would be to make all the "wrong" answers, while the game piece is not stuck once they have fell on a drop target "correct." Please correct me if I'm wrong.

    If I understand you correctly, I think that I thought about it.

    1. Create your Drag and Drop, as you would normally
    2. In the Panel of Drag and Drop, select the Options tab
    3. Click on the button set the correct answers
    4. The value of each drop target to have the source of displacement of the source (you must choose the sequence in the Type drop-down list)
    5. Create the slides that you want to display for each drop target
    6. Select one of the drop targets
    7. Go to the Format of the Panel Drag and Drop tab
    8. The Actions of the object... a button click
    9. In the action column, select go to slide, and then select the appropriate slide
    10. Repeat steps 6 through 9 for each target deposit
    11. Overview of the project

    I did a quick test and it seemed to work according to the settings you said earlier.

  • Download of understanding 'Download VMware vSphere Data Protection 6.0 - Open Source'

    Can someone explain to my what download "VMware vSphere Data Protection 6.0 - Open Source" actually offers?

    His text is 'Open Source Code for VMware vSphere Data Protection 6.0' and the OpenSource_VDP_6.0.0.zip ZIP file contains files like commons-validator - 1.4.0 - sources.jar (Apache Commons Validator).

    I guess that it may just be a reference of what free software was used for the construction of POS, but what is the practical use for this download all custmers?

    Thanks for me, illuminating Tom

    I guess that it may just be a reference of what free software was used for the construction of POS, but what is the practical use for this download all custmers?

    VMware, as virtually every software development company, incorporates certain open existing in their own proprietary source code. More open source licenses like the popular GNU General Public License (GPL) legally require you must publish the source code modified with your distribution of binary software (often under the same license).

    There is not really much of a practical use for end users, but it may be useful for other developers and software 3rd party development.

  • POS vdp - configure the site problem

    I have just deployed a new OVA POS and cont join the PDV-configure the site to put in place.

    I checked the log in/space/avamar/var/vdr/server_logs: vdr - configure .log

    See many errors of java, many relating to the connections refused and references to https://localhost:9443 / but there is nothing listening on 9443. I'm kind of at a loss...

    2015-05-14 13:27:14, 865 [pool-10-thread-1] INFO - service. AdapterUtils: CSM Web Services URL: https://localhost:9443/services/mcService MCUserId = "MCUser"

    2015-05-14 13:27:14, 868 INFO [pool-10-thread-1] - connection. McAccessManager: Creating new mcsdk stub for key connection: Thread on [1860836406]: [21]

    2015-05-14 13:27:15, 619 INFO [pool-10-thread-1] - deployment. ModuleDeployer: Module deployment: address - file:/usr/local/avamar-tomcat-7.0.54/webapps/vdp-configure/WEB-INF/lib/addressing.mar

    2015-05-14 13:27:16, 129 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: I/O exception (java.net.ConnectException) caught during the processing of request: connection refused

    2015-05-14 13:27:16, 129 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: A new attempt to request

    2015-05-14 13:27:16, 130 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: I/O exception (java.net.ConnectException) caught during the processing of request: connection refused

    2015-05-14 13:27:16, 131 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: A new attempt to request

    2015-05-14 13:27:16, 132 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: I/O exception (java.net.ConnectException) caught during the processing of request: connection refused

    2015-05-14 13:27:16, 132 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: A new attempt to request

    2015-05-14 13:27:16, 134 INFO [pool-10-thread-1] - http. HTTPSender: Impossible sendViaPost to the url [https://localhost:9443/services/mcsdk10]

    java.net.ConnectException: connection refused

    2015-05-14 13:27:16, ERROR 137 [pool-10 1 thread]-connection. Mcsdk10StubManager: Unable to connect to Mcsdk10Stub: connection refused

    2015-05-14 13:27:16, 199 [pool-10-thread-1] INFO - service. AdapterUtils: CSM Web Services URL: https://localhost:9443/services/mcService MCUserId = "MCUser"

    2015-05-14 13:27:16, 200 WARN [pool-10 1 thread]-connection. McAccessManager: Mcsdk Stub Manager failed: connection refused

    org. Apache.Axis2.AxisFault: connection refused

    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)

    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)

    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)

    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)

    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)

    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)

    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)

    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)

    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)

    at com.avamar.mc.sdk10.Mcsdk10Stub.login(Mcsdk10Stub.java:55163)

    at com.avamar.mc.sdk10.client.McServiceClient.login(McServiceClient.java:109)

    at com.avamar.mc.sdk10.client.McServiceClient.connect(McServiceClient.java:104)

    at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.connectToMcsdk(Mcsdk10StubManager.java:165)

    to com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager. < init > (Mcsdk10StubManager.java:61)

    at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.buildMcsdk10StubManager(Mcsdk10StubManager.java:54)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:261)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getOrCreateMcsdkStubManager(McAccessManager.java:238)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.verifyMcConnectionIsLive(McAccessManager.java:210)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getServiceContent(McAccessManager.java:202)

    at com.emc.avamar.mcsdk.adapter.service.McDomainService.getDomain(McDomainService.java:96)

    at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:46)

    at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:41)

    at com.emc.vdp2.common.vi.VCenterServiceImpl.getVCenterClient(VCenterServiceImpl.java:52)

    at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getVCenterClientFromMC(ViJavaServiceInstanceProviderImpl.java:254)

    at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:105)

    at com.emc.vdp2.config.ConfigViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ConfigViJavaServiceInstanceProviderImpl.java:59)

    at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:65)

    at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllExternalBackupAgents(BackupAgentServiceImpl.java:507)

    at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllBackupAgents(BackupAgentServiceImpl.java:125)

    at com.emc.vdp2.common.backupagent.BackupAgentCache.refreshBackupAgentsList(BackupAgentCache.java:185)

    to com.emc.vdp2.config.schedule.BackupAgentCacheUpdater$ CacheUpdater.run (BackupAgentCacheUpdater.java:90)

    to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

    at java.util.concurrent.FutureTask.runAndReset (unknown Source)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.access$ 301 (unknown Source)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Caused by: java.net.ConnectException: connection refused

    at java.net.PlainSocketImpl.socketConnect (Native Method)

    at java.net.AbstractPlainSocketImpl.doConnect (unknown Source)

    at java.net.AbstractPlainSocketImpl.connectToAddress (unknown Source)

    at java.net.AbstractPlainSocketImpl.connect (unknown Source)

    at java.net.SocksSocketImpl.connect (unknown Source)

    at java.net.Socket.connect (unknown Source)

    at sun.security.ssl.SSLSocketImpl.connect (unknown Source)

    at com.emc.avamar.mcsdk.adapter.service.connection.TrustAllSSLProtocolSocketFactory.createSocket(TrustAllSSLProtocolSocketFactory.java:127)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    to org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$ HttpConnectionAdapter.open (MultiThreadedHttpConnectionManager.java:1361)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)

    at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:557)

    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)

    ... 36 more

    2015-05-14 13:27:16, 201 ERROR [pool-10 1 thread]-service. AdapterUtils: McDomainService does not have the field «/»

    com.emc.avamar.mcsdk.adapter.service.connection.McServiceException: Exception, then that he was trying to retrieve a direct McConnection.

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:274)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getOrCreateMcsdkStubManager(McAccessManager.java:238)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.verifyMcConnectionIsLive(McAccessManager.java:210)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getServiceContent(McAccessManager.java:202)

    at com.emc.avamar.mcsdk.adapter.service.McDomainService.getDomain(McDomainService.java:96)

    at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:46)

    at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:41)

    at com.emc.vdp2.common.vi.VCenterServiceImpl.getVCenterClient(VCenterServiceImpl.java:52)

    at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getVCenterClientFromMC(ViJavaServiceInstanceProviderImpl.java:254)

    at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:105)

    at com.emc.vdp2.config.ConfigViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ConfigViJavaServiceInstanceProviderImpl.java:59)

    at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:65)

    at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllExternalBackupAgents(BackupAgentServiceImpl.java:507)

    at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllBackupAgents(BackupAgentServiceImpl.java:125)

    at com.emc.vdp2.common.backupagent.BackupAgentCache.refreshBackupAgentsList(BackupAgentCache.java:185)

    to com.emc.vdp2.config.schedule.BackupAgentCacheUpdater$ CacheUpdater.run (BackupAgentCacheUpdater.java:90)

    to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

    at java.util.concurrent.FutureTask.runAndReset (unknown Source)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.access$ 301 (unknown Source)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Caused by: org.apache.axis2.AxisFault: connection refused

    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)

    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)

    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)

    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)

    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)

    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)

    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)

    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)

    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)

    at com.avamar.mc.sdk10.Mcsdk10Stub.login(Mcsdk10Stub.java:55163)

    at com.avamar.mc.sdk10.client.McServiceClient.login(McServiceClient.java:109)

    at com.avamar.mc.sdk10.client.McServiceClient.connect(McServiceClient.java:104)

    at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.connectToMcsdk(Mcsdk10StubManager.java:165)

    to com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager. < init > (Mcsdk10StubManager.java:61)

    at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.buildMcsdk10StubManager(Mcsdk10StubManager.java:54)

    at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:261)

    ... more than 22

    Hi Tim,.

    Thanks for the suggestion.

    I tried to access it via IE, Firefox, Chrome and Safari and none doesn't seem to work. Just get Page Unavailable or the Page cannot be displayed

  • POS Advanced reverse replication

    I'm working on the set up of backups offsite replication advanced POS.  The camera source and target are both running 5.5.6.  The target device has the only license replication installed on it.  I have successfully implemented a test of a single virtual machine replication and restore this virtual machine to the offsite location.

    POS local backups on the primary site go to a dedicated storage array.  Let's say that something is happening to the table and it is no longer available, but the rest of the environment is correct.  Is it possible to replicate backups of the external device to the target device?  I looked to see if I could set up a replication on the device off site job, but there is no client available on the selection screen.

    Is not (yet) possible to re - duplicate backup data replicated - hopefully, that makes sense.

    The key word in the sentence above is "(yet).

    I guess that if you lose the table origin than the unit lit up VIENNA source, this means that the device COME source was also lost, which means that you would have nothing to replicate in any way until the storage is available on the source site and a new device of VIENNA is deployed.

    A possible "Workaround": deploy a third device of VIENNA with a license of replication only on-site source of different storage, if they are available. Replicate data to backup of your primary device, fully licensed for two devices of VIENNA the and remote with replication only licenses. This 'different storage' could be something as simple as a large local hard drive to one of your hosts vSphere. Unit to COME would be bound to that host, but have a local copy of the replicated data backup would allow faster restores in this scenario (as opposed to restore the virtual machines on the remote target and then somehow putting these VMs on the source site, for example, vSphere replication).

  • POS 5.5 chokes on vCenter certificates (unit 5.5)

    Hello

    I just changed our self-signed certificates GCO, replaced by certificates of our internal CA.

    I followed VMware KB: configuration of CA signed certificates for vCenter Server Appliance 5.5 exactly.

    Our CA server runs CentOS 6.5, which comes with OpenSSL 0.9.8 >, which means that the keys are stored in a new key format (PKCS #8 vs 'traditional' format.)

    I turned my back to the old format vCenter keys using 'openssl rsa - in server.key - out server.rsa.key", who was actually mentioned in a VMware KB, too."

    Just to summarize: I created four certificates 2048 bit using SHA512, with IP, domain name FULL and the hostname as SAN and different such s organizationalUnitNamementioned in the above KB.

    Keys have been created in format PKCS #8 which seems to be the norm for OpenSSL > 0.9.8n.

    Well, everything seems to work fine until I tried to connect to my POS via vSphere Web Client. I received the message that the SSO service could not be reached and asked if I wanted to be redirected to the Pdvs management page.

    I took a look in /usr/local/avamar/var/vdr/server_logs/vdr-server.log and found this:

    2014-02-11 17:46:17, 632 INFO [com.emc.vdp2.server.VDRServer$ 1] - Server. ConnectionService: Try to connect to vCenter.

    2014-02-11 17:46:17, 642 [com.emc.vdp2.server.VDRServer$ 1] INFO - service. AdapterUtils: CSM Web Services URL: https://server:9443/services/mcService MCUserId = "MCUser" MCUserPswd = "" * " "

    2014-02-11 17:46:18, 162 [com.emc.vdp2.server.VDRServer$ 1] INFO - service. ServiceInstance: ServiceInstanceMoref desc = Service Id: urn: uuid:SOMEID name = value urn: uuid:SOMEID = SERVICE

    2014-02-11 17:46:18, 178 [com.emc.vdp2.server.VDRServer$ 1] INFO - vi. VCenterServiceImpl: Found VCenter 'server' field 'server', which "VirtualMachines" subdomain

    2014-02-11 17:46:18, 190 [com.emc.vdp2.server.VDRServer$ 1] ERROR - server. ConnectionService: Could not get access to vi

    java.rmi.RemoteException: VI SDK invoke exception: javax .net .ssl .SSLProtocolException: certificate contains invalid public key: encoding (1.2.840.113549.1.1.1) invalid RSA public keys.

    at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:213)

    at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:137)

    at com.vmware.vim25.ws.VimStub.retrieveServiceContent(VimStub.java:1480)

    to com.vmware.vim25.mo.ServiceInstance. < init > (ServiceInstance.java:99)

    to com.vmware.vim25.mo.ServiceInstance. < init > (ServiceInstance.java:83)

    at com.emc.vdp2.common.vi.VIAccess.getServiceInstance(VIAccess.java:200)

    at com.emc.vdp2.server.ConnectionService.run(ConnectionService.java:55)

    at java.lang.Thread.run (unknown Source)

    Well, I can't make backups now. Cancellation of certificate is possible would be a short-term solution.

    Although VMware says it is advisable to use 2048 bits for server certificates, nothing is said about the CA certificates. VMware vCenter Unit 5.5 works fine with server of 2048 and 8192-bit certificates CA Cert. On the other hand, POS dislikes CERT of 8192 bits.

    As we were trying to allow a new CA and test first with our VMware environment, we could create a new with 4096 bits.

    VMware and ceritificates seem to be a complicated, depressing and never-ending story.

Maybe you are looking for

  • How to protect the FPGA IP?

    Hi guys,. I have developed an application of FPGA and build the VIs as a bitfile. I wonder how to protect it? If others purchase my product with the same hardware and simply copy my bitfile, it will work too, no? Is there than a unique material of FP

  • MX922 project Option grayed out in OSX

    Hello What should I do to activate the option 'Project' in the slider quality under OSX (screenshot below)? I have black and white serveral documents mutlipage I want to print without wasting, it seems arbitrary to me that this option could be grayed

  • Install software on a Non-Admin of the network account?

    Hello world I want to install software on an account in the same network that has no administrator rights to install any software. How can I install without the help of Active Directory? I have an admin account, and I think that could help, but how I

  • Keyboard errors

    typing and keyboard automatically goes back a few words and start typing from there. How can I stop it?  so boring

  • WebVPN not works of harbors (https or http) with IOS - 12, 4 (24) T5

    I have a router with IOS-12-877, 4 (24) T5 My problem is when I try to connect to https (or http) from outside to open the web portal to connect using WebVPN (SSL VPN) He never answers! I can connect to the public IP address of the inside of LAN, ins