SOA deployment fails with 'connect; No router available at destination.

Hello
When I try to deploy my application soa on one my soadomain I get the following error. I am deploying through JDeveloper. I could successfully create a connection to the weblogic domain in which I deploy this application compsite. When I start the process of deployment through the JDeveloper IDE, it asks me to choose a server and when I walk through the wizard, it fails on the final step with the exception below.

It's Windows 7-64 bit machine. I use JDeveloper 11.1.1.5.0. My weblogic server is 10.3.5 and my SOA Suite 11.1.1.4.

java.lang.RuntimeException: javax.naming.CommunicationException [root exception is java.net.ConnectException: t3: / / * mymachinename *: 7001: Destination unreachable; nested exception is:]
java.net.ConnectException: Connection timed out: connect. No available at destination router]

Please advice...

I believe that uses JDeveloper machinename to connect to the server.
so be sure that there is a DNS entry for it.
Add machinename to your hosts file could do the job.

Also, make sure that no firewall rule prevents communication.

Also check that in JDeveloper, Tools/Preferences/Web Browser and Proxy does not point to a proxy server

And, of course, make sure that the server is actually in place and running and you can access the console using http://machinename:port / em.
and finally listen to your server address is empty (which is equivalent to accept any connection that resolves all IP configured for machinename)

I might not be 100% correct, just trying to give you some advice...

Tags: Fusion Middleware

Similar Questions

  • HPDM deployment fails with the error code: 14031022

    Hello everyone,

    I ve a strange problem with a new repository of child I ve created two weeks ago. Following situation:

    We have a master and (until now) repository repository a child for two locations. Capture and deployment on each side works fine. Now we're getting a third place, so we need another hpdm gateway and a child repitory to this place.

    I've added and configured as one worked and insert the IP address of the gateway again to a thin client to the new location. When I deploy an image on this client, I get the following error in the console of hpdm:

    2014-12-16 11:02:09 Assign repository: repository child name repository
    2014-12-16 11:02:13 synchronized correctly Completed.
    2014-12-16 11:02:14 task sent to the device management gateway
    2014-12-16 11:02:17 task has been retrieved from the agent.
    2014-12-16 11:02:58 deploy the image ready using the repository: repository child name guard.
    2014-12-16 11:02:58 running common-task failed.
    2014-12-16 11:02:58 Errorcode: 14031022, error details: download the file (s) failed.
    2014-12-16 11:02:58 running common-task failed.
    2014-12-16 11:02:58 Errorcode: 14031022, error details: download the file (s) failed

    Agent of Thin Client Gateway: 4.5.3660.18502

    HPDM bridge officer: 4.5.3660.19.503

    agent update task works.

    I ve configured the shared folder and FTP access. Both are available from thin client. Configuration of the repository the two test passed successfully.

    Repository of child synchronize all the data from the master repository with success.

    Usually, I use FTP in IIS services, but filezilla I ve installed (disabled FTP IIS) for the best connection.

    Connects to the deployment task:

    000027) 16.12.2014 11:02:27 - (not connected) (10.32.2.52) > connected on port 21, sending the welcome message...

    16.12.2014 (000027) 11:02:27 - (not connected) (XX. XX. X.XX) > USER test

    16.12.2014 (000027) 11:02:27 - (not connected) (XX. XX. X.XX) > 331 password required for the test

    16.12.2014 (000027) 11:02:27 - (not connected) (XX. XX. X.XX) > PASS *.

    16.12.2014 (000027) 11:02:27 - test (XX. XX. X.XX) 230 > connected

    16.12.2014 (000027) 11:02:28 - test (XX. XX. X.XX) > FEAT

    16.12.2014 (000027) 11:02:28 - test (XX. XX. X.XX) > QUIT

    16.12.2014 (000027) 11:02:28 - test (XX. XX. Goodbye > 221 X.XX)

    16.12.2014 (000027) 11:02:28 - test (XX. XX. X.XX) > disconnected.

    Next, I get the above error HPDM. The server log HPDM said next.

    2014-12-16 11:11:35 [line 2] WARN Util - revertNumericString fail: k.A.

    2014-12-16 11:11:35 [line 2] WARN Util - revertNumericString fail: k.A.

    Mhh not a lot of information.

    I Don t really get what could be the problem. You have an idea? Do you need more information (newspapers, error message TE) for assistance?

    Concerning

    Martin

    After the coup of controller.conf and the screen of the dialog editor repository that you set, your master repository was not configured this way:

    ReposPath has the value "C:\Inetpub\Ftproot\HPDM" in controller.conf (assume C:\Inetpub\Ftproot is the root directory of the FTP server)

    In the Master repository Editor dialog box:

    Implement FTP path to ftp: / //HPDM - he WS ftp: / /<>/. your screenshot.

    This is the reason that all of your linked FTP task failed with the same error code.

  • Bpel Server deployment fails with external WSDL

    Hi all, apologies in advance to be rather new for Bpel/Fusion stuff, questions may be a bit dim because of this...

    I made a simple bpel process of JDeveloper 11.1.1.5 that calls an external web service. I've referenced the WSDL file in the project, but chose to not to include a local copy of the WSDL file in the project, given that the web service is still in development and the WSDL document can change. The bpel project is built without errors or warnings on my local workstation, but trying to deploy on our merger application (Weblogic 10.3.5) Server I get the following error:
    [10:55:18 AM] Received HTTP response from the server, response code=500
    [10:55:18 AM] Error deploying archive sca_bpelUpdate_rev1.0.jar to partition "dwhSOA1" on server soa_server1 [http://myappserver.gard.local:8041] 
    [10:55:18 AM] HTTP error code returned [500]
    [10:55:18 AM] Error message from server:
    There was an error deploying the composite on soa_server1: Deployment Failed: Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/soaProject/soaApp/bpelWSUpdate}bpelwsupdate_client_ep and port bpelWSUpdate_pt.  
    Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name.  
    In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..
    When you test a search http on the WSDL for the console server, it works fine.

    Do we need to include a copy of the WSDL file in the project in order to deploy to a separate server? Or y at - it another way around this?

    Kind regards
    -Haakon-

    Hello Haakon,

    It seems that you tried to reference a WSDL on your local file system. The deployment of the composite service can not find the WSDL file as it always points to your local file directory. There are options for presenting:

    1. either you have to include the WSDL file in your local project.
    2. create a plan of config (click right composite.xml file). In the service of current reference the location of the attribute. And the reference to the WSDL file that is deployed to the server.
    3. in my opinion the best solution is to use the MDS. See:

    http://Biemond.blogspot.co.UK/2009/07/using-shared-object-in-SOA-Suite-11g.html

    This because a reference to the patterns, but the same can be done for References WSDL.

    I hope this helps.

    Thank you

    Sander

  • Connection to the machine to ESX4 Wizard fails with "connection refused".

    Environment: ESX 4 server, hosting VMware Studio 2.0 (final version), will deploy device created in the same ESX host.

    -


    In my profile generation, generation settings section, I chose VMware ESX/ESXi 4.x and entered the Connection Wizard...

    Host, Port, user, password fields are filled.

    Connection test fails with the following message is displayed:

    Failed: error connecting to the server " " https://x.x.x.x:443/sdk/vimService ': connection refused

    My initial inspection is that it is probably caused by the server proxy/ISA on our network. It is know to cause some problems with https connections and some browsers. I am not sure that it is the first cause, but this is my first guess.* *.

    There are balls that can confirm?

    Is it possible to force a non-secure http connection?

    No, it's not a way to connect by using http.

    Try the following:

    stop /etc/init.d/VAMI-SFCB

    http_proxy = / opt/vmware/sbin/vami-sfcbdhttp://your_proxy:proxy_port;

    Now, try the user interface.

    Vishwas

  • 12 c plugin deploy fails with - plugin not yet downloaded

    Plugin deployment has failed with an error:

    The version of the plugin is not yet downloaded.

    What could be the cause. The plugin has been downloaded with a default.
    How to proceed? Clues?

    Thank you
    s/n

    Hello

    You hit the problem that is described in the following document:
    Error: deployment of the plug-in version 12.1.0.1.0 [111221] fails on Management Mode server offline (Doc ID 1398503.1)

    Best regards
    Vincent

  • Music Xbox fails with connection meter or if offline

    The problem is easily reproducible - the symtom is:

    When playing music in 'my music' (already downloaded) without any link with or counter music player connection fails in many ways.

    * If you start playing an album and go to other applications or start page music sometimes stops, sometimes break

    * When a song is finished, stop playback of the album and when you return, the music continues, but not on the next song, he jumped a few songs and give a message, you are not allowed, or that the format is not supported.

    This behavior has changed since I bought the surface, originally to play offline worked very well.

    The application seems to work ok if he gets to keep in the foreground (and not go to sleep) and when the normal wifi (not measured or offline).

    (I know it is a bug report more a question - I hope it'll be noted and fixed - given that the service is not usual for me I probably will not continue the service, which somehow makes the problem go away for me)

    Hi Harald Bjoroy,.

    Thank you for updating us the status of the case.

    Glad to know that you have addressed the issue, your efforts to solve this problem is appreciated.

    Depending on if you are facing a similar problem I suggest you to refer to the following:


    Method 1:

    I suggest you run the troubleshooter app and check if it helps.

    http://download.Microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab


    Method 2:

    I suggest you to check if there is no update for music application.

    Update your application:

    a. on the start screen, tap or click on Store to open the Windows store.
    b. drag from the right edge of the screen, and then tap Settings.
    (If you use a mouse, point to the upper right of the screen, move the pointer of the mouse down, and then click settings.)

    c. tap or click App updates. If you have not connected to the Windows store, sign in using your Microsoft account.
    d. press or click Find updates.
    e. If updates are available, sliding down on or right click on the app updates you want, and then press or click on install.

    Synchronize the app license

    If a license for an application is not synchronized with the license installed on your PC, the application may stop working.

    To synchronize your licenses app, follow these steps:

    a. on the start screen, tap or click on Store to open the Windows store.
    b. drag from the right edge of the screen, and then tap Settings.
    (If you use a mouse, point to the upper right of the screen, move the pointer of the mouse down, and then click settings.)
    c. tap or click App updates. If you have not connected to the Windows store, sign in using your Microsoft account.
    d. press or click on Sync licenses.

    Reference:

    What to do if you have problems with a soft: http://windows.microsoft.com/en-GB/windows-8/what-troubleshoot-problems-app

    If you have any other questions or you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • CentOS DPPA deployment fails with "Waiting for customization comments... appd.properties. »

    I have installation vCAC 6.0.1 with vCloud Application Director 6.0.1.  For some reason, I can't get my test CentOS VM deployment using DPPA (installation program to add Apache as a package).

    That's what I see on DPPA (/home/darwin/tcserver/darwin/logs/catalina.out):-

    4 March 2014 20:39:24.184 INFO [http-bio-8443-exec-7] [[email protected]] com.vmware.darwin.web.service.policy.ComplianceTaskController - compliance to find stains by the task of deployment including the id = 8.

    4 March 2014 20:39:24.296 INFO [http-bio-8443-exec-2] [[email protected]] com.vmware.darwin.web.service.deployment.DeploymentTaskController - Get aggregated status of phases for deploymentTask.  ID = 8

    4 March 2014 20:39:24.297 INFO [http-bio-8443-exec-2] [[email protected]] com.vmware.darwin.service.deployment.DeploymentTaskServiceImpl - Get the State consolidated for deploymentTaskId = 8.

    4 March 2014 20:39:25.152 INFO [http-bio-8443-exec-2] [[email protected]] com.vmware.darwin.web.service.deployment.DeploymentController - model overlay.  deploymentTaskId = 8

    4 March 2014 20:39:30.363 [cal-pool-1] [SYSTEM INFO] com.vmware.darwin.cal.driver.vcac6_0.delegate. WAPIClientDelegate - find VM with uri = "vcac://e8503f26-0636-46e2-8bc6-c29033224b00/cb8bcc96-4a3a-4160-ba5c-bc20647612e3".

    4 March 2014 20:39:31.907 INFO [cal-pool-1] [SYSTEM] com.vmware.darwin.cal.driver.vcac6_0.WaitForInstanceState - VM = "CentOS-YGBT6N7C' found status ="CustomizeOS. "

    4 March 2014 20:39:41.908 [cal-pool-2] [SYSTEM INFO] com.vmware.darwin.cal.driver.vcac6_0.delegate. WAPIClientDelegate - find VM with uri = "vcac://e8503f26-0636-46e2-8bc6-c29033224b00/cb8bcc96-4a3a-4160-ba5c-bc20647612e3".

    4 March 2014 20:39:43.194 INFO [cal-pool-2] [SYSTEM] com.vmware.darwin.cal.driver.vcac6_0.WaitForInstanceState - VM = "CentOS-YGBT6N7C' found status ="CustomizeOS. "

    And this is what I see on the VM itself once it has started and got IP addresses etc (/opt/vmware-appdirector/agent/logs/agent_bootstrap.log):-

    Kills 4 20 Mar: 41:23 GMT expected 2014 appd.properties customization of comments...

    Kills 4 20 Mar: 41:23 GMT WAIT_COUNTER 2014 is 250, WAIT_LIMIT 600

    Kill Mar 4 sleep 2014 20:41:23 GMT 10

    Kills 4 20 Mar: 41:33 GMT expected 2014 appd.properties customization of comments...

    Kills 4 20 Mar: 41:33 GMT WAIT_COUNTER 2014 is 260, WAIT_LIMIT 600

    Kill Mar 4 sleep 2014 20:41:33 GMT 10

    Kills 4 20 Mar: 41:43 GMT expected 2014 appd.properties customization of comments...

    Kills 4 20 Mar: 41:43 GMT WAIT_COUNTER 2014 is 270, WAIT_LIMIT 600

    Kill Mar 4 sleep 2014 20:41:43 GMT 10

    I followed all the different instructions on how to install the comments and agents "bootstrap" on the model of virtual machine, but he is not happy.  I do not see any file of appd.properties anywhere on the virtual computer.  It is a laboratory set up so all devices / servers run self-signed certificates.  I even downloaded the cert in the VM model in accordance with article http://www.vmtocloud.com/how-to-create-a-vcac-6-linux-guest-agent-template/

    What on earth am I doing wrong?

    See you soon

    Danny

    Finally found the problem, I had configured my network with wrong DNS server profiles and no DNS search suffixes.  Once I fixed that, everything worked.  The strange thing is that, even on these kicks VMs who had failed to deploy, I could solve the vCAC, ID, IaaS and DPPA servers.

    Moral of the story is ALWAYS CHECK DNS!

  • EAR in 10.3.4 Weblogic deployment fail with a NoSuchMethod error.


    I have configured my weblogic to use an Admin and the managed server. Both servers are running. For the last two days, I tried to deploy my application J2EE EAR on the managed server - tried the technical exploded view of EAR deployment and direct deployment through deployments > installation on the console screen. The EAR is picked up by the console and saves configurations deployment without errors. But as soon as I select the application from the deployment screen and click Start > maintenance applications, deployment status is shown as being down. According to the newspapers, this is due to a mistake of NoSuchMethod but I don't know what that means or how I can fix it. Newspapers of admin server below. Help, please.

    < 1 MS 2013 07:58:20 CDT > < error > < Console > < AdminServer > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < weblogic1 > <><>< 1378040300993 > < BEA-240003 > < Console met the following error weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo.getValidationMode (Ljavax/persistence/ValidationMode);

    at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:626)
    at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)
    at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:225)
    at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:308)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findDefaultEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:529)
    at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:495)
    to org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$ PersistenceElement.resolveEntityManager (PersistenceAnnotationBeanPostProcessor.java:656)
    to org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$ PersistenceElement.getResourceToInject (PersistenceAnnotationBeanPostProcessor.java:629)
    to org.springframework.beans.factory.annotation.InjectionMetadata$ InjectedElement.inject (InjectionMetadata.java:147)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
    at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PersistenceAnnotationBeanPostProcessor.java:338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1064)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    I managed to fix it myself. Here are the details, in case anyone is interested:

    I modified the weblogic application. XML (now under my EAR request > META-INF folder) to include package org.hibernate. * and javax.persistence. *. Restart of servers and redeployed the EAR (exploded). I don't see any more errors and the deployment was successful.


    ......
                org. Hibernate.*
                javax. Persistence.*
           

    .......

  • SSM BIOS deployment ends sometimes fails with error 0 x 642

    Hello

    I'm trying to use the SSM software to deploy an update of the BIOS on my HP Folio 9470 m 300 and run to an intermittent problem.  The problem I see is that sometimes, the deployment fails with a dependency error 0 x 642. I was not able to determine a reason for the failure, and the same package deployment works on another laptop.

    The only consistency I was able to reproduce, it's that if the installer has failed the first time, it will fail at each time in the particular computer.

    I've included a deployment successful and failed log files.  I confirmed that there doesn't seem to be a problem with the help of the incorrect BIOS password, because I put the password to that specified when I created the database deployment and it will still sometimes fail.

    Let me know if I can provide any additional information.  Any help would be greatly appreciated.  I really want to be able to use this software, because it would make my job managing these laptops much easier.

    Thank you

    Raymond Northcott

    Successful deployment log file: https://drive.google.com/file/d/0By0fDHxxVEc6SHhZb0VDRVRMRWc/edit?usp=sharing

    Deployment log file fails: https://drive.google.com/file/d/0By0fDHxxVEc6NXdEOTV6bnJ3TGc/edit?usp=sharing

    I know it's late, but I saw this post today.

    The team responsible for the SSM does not monitor this forum.

    According to the newspapers, that you've posted, you use SSM version 2.14 A8.

    Your version prior to the design and production of the folio 9470 by about 3 years.

    SSM were many changes since 2.14.

    Please update to the latest version.

    You can ask questions about DFS and other management tools for client in the HP PC customer management community forum.

    HP PC Customer Management Community forum

    The client pc discussion Forum management focuses on the following topics, but is not exclusive to them:

    HP Client catalog

    Catalog Client for Microsoft System Center Configuration Manager, product HP is used in the deployment of the software updates from HP (SoftPaqs) for HP PCs commercial in a Microsoft System Center environment.

    Driver HP packs

    HP Driver Packs contain the required Microsoft required Windows drivers

    in support of HP or several hardware platforms listed in each of the driver pack release notes.

    Integration Client HP Kit

    Kit of integration customer HP (HP CIK) is a plug-in for Microsoft System Center Configuration Manager.

    HP BIOS Configuration utility

    The utility of Configuration BIOS HP (HP BCU) offer the possibility to manage settings of the BIOS on HP desktop support, post work or laptop.

    Software for the HP System Manager

    HP (HP SSM) system software Manager is a utility to update the BIOS and the device drivers on your networked PC.

    These tools and more can be found at www.hp.com/go/clientmanagement

    Look at the menu of resources for items like library to download CMS HP, HP CMS Whitepapers or Packs driver HP.

    Download HP CMS library contains the latest version of SSM.

    HP CMS Download Library

    If you have any questions about SSM or every other utilities listed, this is the best forum to find answers.

    Thank you

    Richard
    I have worked for HP, but am not a spokesperson for the company.  In the community forums, participation is voluntary.

  • Tecra A10 with Intel WiFi 5100 running Vista 32 bit fails to connect WiFi

    Hello

    a whole new Tecra A10 with buildin Intel 5100 WiFi fails to connect to the Wlan router, using the pre-installled Vista Business 32-bit. Vista has always said: wrong password.

    Yes, Wifi hardware is enabled, of course. And Tecra WiFi OK MAC is stored in the config of the router. Also the WiFi settings were correct (wpa2-psk aes), corresponding to the Wlan router. Password WPA2 is 13 characters. Connect all the other machines with a Wlan successfully turns a working Wlan configuration and use of the correct password.

    I installed the latest driver on the Toshiba site - without success. I also installed the version of the driver from the Intel site will, too--without success. Doesn't matter what tool I used to connect, Vista itself, or the specific tool of Toshiba (Radar), choice to get an encrypted Wlan connection.

    WPA2 and WPA or WEP can be used. I can't get a Wlan connection when encryption is totally * disabled *! Currently, I use a * clear * Wlan to use this Tecra A10 in the network. Real gross and no solution for more than a few days.

    All other devices in the same network can connect the router Wlan with WPA2-PSK and WEP, no problem. Only the A10 / WiFi 5100 fails.

    Searching the Web I found really many reports all issue of WiFi with a WiFi 5100 devices, so it seems to be a generic material or / and driver issue.

    How can I correct this Wifi 5100 connect problem and use encryption WPA2-psk on Tecra A10 and WiFi 5100 with Vista? If this is not possible, I have to return this laptop and get another model with a working Wifi / Wlan Hardware.

    Thank you.
    -Thomas

    Hello Thomas

    Have you tried to connect your laptop to another router by friends or elsewhere?
    It is really strange that you can use any of the WIFI ciphers available.
    Have you tried to reboot your router?

    I have Satellite A300-1LI with the same card, WLAN, preinstalled with Toshiba recovery WXP image and I use it sometimes linked to the WLAN with WEP encryption.
    Have you tried to contact Toshiba or your local dealer for advice?

  • Deployment models for the new cluster - "A" failed to Connect to Host

    Hi all

    I reorganized my ESX 3.5 2 130756 machines in a new cluster (they were already members of another cluster & lt; - this can be an important factor here).  When I try to deploy new virtual machines from templates to the new cluster, almost immediately, the task fails with the error "failed to Connect to Host."  Here's what I did on troubleshooting:

    -I confirm that nothing has changed on the console host IP and DNS service on the ESX host configuration

    -restart services on the ESX host management - tried again, failed.

    -removed and added hosts in cluster - tried again once, didn't

    -disabled DRS on cluster - tried again, failed.

    -confirmed I can deploy templates to other clusters

    -confirmed I can deploy a new virtual machine custom again cluster manually

    -restart the ESX and vCenter server hosts

    -removed ESX cluster hosts and destroys Cluster and file

    -recreated cluster and added guests, same error

    I think I've tried all the basics, but please let me know if you think something else to try.  In the VirtualCenter newspapers, there are the following entries whenever the task fails:

    Unexpected exception received during the NfcCopy

    (SERVER_Template) (vim.fault.HostConnectFault) unexpected exception during clone. Abandonment.

    from the log restore

    Cancel GenericTask... Home: host-2112, task: task-19380

    Cancel CopyVmFiles... Home: host-6900, filesCopied: sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERV01PILOT01/SERV01PILOT01.nvram, sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERV01PILOT01/vmware-1.log, sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERV01PILOT01/vmware.log, sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERVER/SERVER.vmdk,.

    Cancel CreateInvtVm... vmPath: /vpx/vm/#6905 /, inDb: true, onHost: false, onDisk: false

    Cancel ReserveName... Home: host-6900, name: sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERVER/SERVER.vmx

    GetPropertyProvider failed for vm-6905

    GetPropertyProvider failed for vm-6905

    Cancel CreateInvtVm... vmPath: /vpx/vm/#6905 /, inDb: false, onHost: false, onDisk: false

    Cancellation of transaction made available VM

    VDB::IsRecoverableErrorCode Unable to retrieve from HY000:0

    Clone failed: vim.fault.HostConnectFault

    FINISHING special-28370-vm-6545 - vim. VirtualMachine.clone--239A954E-3A34-435C-8F45-5DCE0F4089C2

    -ERROR task-28370-vm-6545 - vim. VirtualMachine.clone: vim.fault.HostConnectFault:

    {(vim.fault.HostConnectFault)

    dynamicType = & lt; unset & gt;

    MSG = «»

    }

    -BEGIN tache-interne-3294--hote-325--vpxdinvthostsynchostlro.synchronize

    Thanks in advance for any help!

    It seems that the model does not really know where he lives.  I am trying to convert a virtual machine model and try to run a migration on it to a host.

    Otherwise, you may need to remove the inventory model and look for the data store that it is and resave.

    -KjB

  • PXI: no device (MAX), fail to connect or deploy

    Hello

    I tried to use an SMU-8135 and MAX status is "connected - Running ', but once I try to connect or to deploy from the project it opens a box dialog saying"fail to connect to the target. Also, I don't see no modules currently in PXI on MAX under devices and Interfaces.

    Note: I use LabVIEW Professional 14.

    Thanks for the help!

    I just wanted to update this discussion because I finally solved my problem and it can help people in the future.

    Here's what I did to make it work:

    (1) traded on the SMU ethernet cables

    (2) checked with the cmd I could ping the target

    using MAX:

    (3) uninstalled all the software that was already on the SMU (because I had some questions of dependencies)

    (4) reinstalled the LabVIEW RT module on the system (ensuring that download the PXI components)

    (5) installed the necessary components on the SMU (check that the two LabVIEW RT on the target and the host have the same version)

    After all these, I added the target of a project and could connect without problem.

    I hope that helps!

  • Controller of domain and DNS behind RRAS without VPN connected directly to the internet with a Cisco router

    I hava a ME Cisco 3400 with physical single port available for a cable connection.

    The ISP give me an IP address interface = 89.120.29.89 to act as a gateway to the IP Address of the host, which is provided for in the order 89.120.29.90.

    The host computer is a dual Xeon computer with two NICs for LAN and WAN.

    Fields of application: to install a windows 2008 R2 between public and private network server.

    Even though I know it's not recomanded, I put the DNS role and directories Active Directory roles installed on the same computer, the computer above, (I do not have enough computer for roles different place on different computers)

    The desired configuration:

    To have installed with his roles behind a WS2008R2 has RRAS. without a VPN.

    b with VPN

    and for WAN access for the client computers of the private LAN Windows 7 OS. (The basin of LAN address 192.168.0.1 - 255).

    First step : to have internet access in the browser (I use Google chrome) (without taking into account the DNS and AD)

    Network configuration:

    Map NETWORK WAN, at the top of the stack of liaison in the Control Panel/network connections and sharing:

    Host IP: 89.120.29.90

    Mask: 255.255.255.252

    Gateway: 89.120.29.89

    DNS: 193.231.100.130 my ISP name server address.

    OK, I can browse the internet.

    Second stage. (Consider DNS and Active Directories)

    DNS instaled role for this computer.

    AD installed as a global catalog.

    NETWORK WAN server that is directly connected to the Cisco router:

    Conection area 3

    Properties:

    Client for Microsoft Netwaork: not verified

    Network Load Balancing: not verified

    File and shared printer: not verified

    QoSPacketScheduler: not verified;

    Microsoft Network Monitor 3 pilot: not verified

    IPv4                                                     ;  checked

    Pilot a Link Layer Topology Mapper i/o: checked

    Link layer Discover responder: checked

    IPv4 tab

    Host IP: 89.120.29.90

    Mask: 255.255.255.252

    Gateway: 89.120.29.89

    DNS: 193.231.100.130 my ISP name server address.

    under the tab advanced

    IP settings : even that, tab IPV4 with automatic metric check;

    DNS tab :

    Add primary and connection suffixes DNS specific: not verified

    Add suffixes primary DNS suffixes parents: not verified

    Add this DNS suffixes: no

    Registry deals with this connection in DNS: not verified;

    Use this connection DNS suffix in DNS registration: not verified;

    WINS tab : enable search LMHOST: not verified

    Enable NetBios over TCP IP: don't check;

    Disable NetBios on TCP IP: checked;

    Connection to the local network 2

    Properties :

    Client for Microsoft Netwaork: checked

    Network Load Balancing: no

    File and shared printer: checked

    QoS Packet Scheduler: not verified;

    Microsoft Network Monitor 3 pilot: not verified

    IPv4 checked

    Pilot a Link Layer Topology Mapper i/o: checked

    Link layer Discover responder: checked

    IPv4 tab

    NETWORK LAN CARD: 192.168.0.101

    Mask: 255.255.255.0

    Gateway: 192.168.0.1

    under Advanced tab:

    IP settings : even that, tab IPV4 with automatic metric check;

    DNS tab :

    Add primary and connection suffixes DNS specific: checked

    Add suffixes primary DNS suffixes parents: not verified

    Add this DNS suffixes: no

    Registry deals with this connection in DNS: checked;

    Use this connection DNS suffix in DNS registration: checked;

    WINS tab : enable search LMHOST: not verified

    Enable NetBios over TCP IP: check;

    Disable NetBios on TCP IP: not verified;

    Install RRAS as NAT (NAT) under any condition imposed by DHCP(not installed) in ideea that RRAS will generate the private IP address of the DHCP allocator.

    In any case, for the beginning, I have a fix IP, do not get IP automatically.

    At this point, it gets the configuration simple posible for RRAS follows:

    3, LAN connection that corespond to the WAN interface IP:

    "NAT configured for the following Internet interface: Local Area Connection 3.
    The clients on the local network will assign the IP addresses of the following range:

    network address: 192.168.0.0. netmask 255.255.0.0.

    After Windows RRAS are open:

    The Network Interfaces tab:

    NICs are enabled and connected;

    UAL remotely & policies:

    Launch NPS,

    on the NPS server tab:

    Allow access to successful Active Directory directories:

    Properties: authentication: port 1812,1645

    kept port 1813,1646;

    on the accounting tab: nothing;

    under NPS policies:

    Grant permission for the RRAS server under builin\Administrator of the accounts;

    On strategy and the type of server unspecified (NAT do not exist as an entry in the drop-down list server dwn)

    under the static road: nothing;

    under the IPv4 tab or both are there(there IP) and are up

    under NAT

    Connection to the local network 3: public interface connected to the internet

    enable NAT on this interface:

    under the address pool: ISP addresses public;(two addresses)

    under the terms of service and the ports: Web server: http 80.

    (I have I have a static IP address for the client computer in mind, I set up a single customer).

    At the client computer :

    configured as domain customer and added to the users AD and computer AD

    logon to the domain:

    Local Area Connection

    Properties:

    Client for Microsoft Netwaork: checked

    Network Load Balancing: not verified

    File sharing and printer: checked

    QoS Packet Scheduler: checked;

    Microsoft Network Monitor 3 pilot: not verified

    IPv4                                                     ;  checked

    Pilot a Link Layer Topology Mapper i/o: checked

    Link layer Discover responder: checked

    IPv4 tab

    Host IP: 192.168.0.101

    Mask: 255.255.0.0

    Gateway: 192.168.0.1

    DNS: (auto-add the same to the local machine).

    under the tab advanced

    IP settings : even that, tab IPV4 with automatic metric check;

    DNS tab :

    Add primary and connection suffixes DNS specific: checked

    Add suffixes primary DNS suffixes parents: not verified

    Add this DNS suffixes: no

    Registry deals with this connection in DNS: checked;

    Use this connection DNS suffix in DNS registration: checked;

    WINS tab : enable search LMHOST: not verified

    Enable NetBios over TCP IP: checked;

    Disable NetBios on TCP IP: not verified;

    right now the 192.168.0.101 client cannot connect to internet through RRAS.

    ;

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • OCIEnvCreate failed with return code-1, but the text of the error message was not available. »

    OCIEnvCreate failed with return code-1, but the text of the error message was not available. »

    I get this message (error) after update my customer Oracle 9.0 to 10.1 (used in the .net Oracle connection)

    I would like to get a resolution? If someone has experiece with her.

    THX

    Hello

    To improve assistance to this subject, you can ask your question in the MSDN Forums.

    NET Framework

    http://social.msdn.Microsoft.com/forums/en-us/category/netdevelopment

  • vmcli fails with SSL connection error against iDRAC 2.40.40.40

    Hello community,

    We recently received a handful of new servers to R730XD, bringing the iDRAC 2.40.40.40 firmware revision.

    So far, we have been using vmcli for the Assembly of a local iso file during deployment - but now vmcli fails with "error: SSL connection error. It seems to relate to the firmware version iDRAC 2.30.30.30 works very well, while 2.40.40.40 fails with above mentioned error.

    Anyone who has experienced - and ideas for the resolution/workaround?

    / Hans

    To idrac, under iDRAC settings > network > Services and try to change the configuration of tls 1.1 to 1.0

Maybe you are looking for