PHP Soap error Could Not connect to host

Hi all, this is my first time on this forum so I hope I am not doing anything stupid.
I have a wsdl file in my local server, when I try to access the code I get error could not connect to the host each time. I thought this was my programming mistake until I tested it on my ubuntu and windows server, It seems to be working fine on them. Is there something that I should enable some module or port ( I already have my soap extension loaded in php). Please help me out with this.
Last edited by rohankoid (2012-04-16 05:05:22)

Hi,
Welcome to the    Discussions
At one time Google(Talk) only offered the service to Google Mail accounts with either @gmail.com or @googlemail.com endings.
Nowadays they also offer Google IDs that can then be made to work as GoogleTalk IDs.
These are the iChat 3 instructions http://www.google.com/support/talk/bin/answer.py?answer=24076 with pics.
In iChat 3 there was no GoogleTalk option and was added as Jabber ID and then you had to change the Server name (it presumed that it was either gmail.com as Defcom shows or googlemail.com) by taking the end of your Google Mail ID and puling it though to the Server Name box.
In iChat 4 and 5 there is a Google ID option and this will set the Server as talk.google.com as you list.
Google allows Port 443 to be used and the gmail.com as server name
My Current Settings
NOTES.
Based on the Google Instructions your Name in iChat must match the ID you see when you login in to the Google Mail page (Or web site).
The Mail App seems to cope with either and grab your mail for download but iChat prefers that you use the one as Listed.
Also on your Google Account have you enabled TALK ?
You need to do this first.
8:24 PM Tuesday; March 16, 2010
Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Similar Messages

  • Random Bingads WSDL errors: Parsing WSDL: Couldn't load from...failed to load external entity, Could not connect to host, Parsing Schema: can't import schema from

    Hi,
    I am developing a web tool that accesses client's Bingads accounts via OAUTH2 granting. I am downloading data from clients daily.
    Generally it worked, but for 2 days I am experiencing a weird issue, that in random times (but more and more often though) I receive random error messages from Bing server. I am pasting below a few example from my logs (with timestamp and request/response).
    Must note that I launch these requests from the server where we have the webapp but also I launch it locally. The same is the result.
    The timestamp is in France time (GMT+1).
    Thanks ahead!
    Best regards,
    Steve
    2015-01-14 15:08:05: Service\BingAds::initService => SOAP-ERROR: Parsing Schema: can't import schema from 'https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService.svc?xsd=xsd0'
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetDetailedBulkDownloadStatusRequest><ns1:RequestId>108277125</ns1:RequestId></ns1:GetDetailedBulkDownloadStatusRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetDetailedBulkDownloadStatusResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Errors i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><PercentComplete>100</PercentComplete><RequestStatus>Completed</RequestStatus><ResultFileUrl>https://download.api.bingads.microsoft.com/ReportDownload/Download.aspx?q=XXX</ResultFileUrl></GetDetailedBulkDownloadStatusResponse></s:Body></s:Envelope>
    2015-01-15 05:41:39: Service\BingAds::getCampaigns => SoapFault: Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 05:45:00: Service\BingAds::initService => SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    2015-01-15 11:58:46: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 11:59:50: Service\BingAds::initService =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetCampaignsByAccountIdResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Campaigns xmlns:i="http://www.w3.org/2001/XMLSchema-instance"></Campaign>........</Campaigns></GetCampaignsByAccountIdResponse></s:Body></s:Envelope>
    2015-01-15 12:05:55: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)

    Hi,
    1. I am using the older version of the PHP library provided by Bing (updated on 1/20/2014), so that is doing the WSDL loadings. I initialize the proxy calling OpticoBingAdsClientProxy providing what it needs, and then do the requests.
    2. I have a cron that reads data from client's accounts. I make several calls, like get search query report, get keyword performance report, get keyword bulk data. As the script progressed the first 2 worked and the third gave error. Or in other cases the
    first request failed. The calls have quite some time in between them since I process data (sometimes even 160 seconds)
    3. I did not change the code ion terms of requests, since as I said I use the PHP library (same credentials, ...).
    As of today (2015-01-16 10:30 GMT + 2) running my script, still have the same issues.
    Thank you!
    Steve

  • EAS server error: Could not connect to administration Server

    Hi,
    I have installed Hyperion suite in Windows server 2008 R2. It was working fine but now when i tried to login in to the EAS console, I am getting the following error:
    "Server Error: Could not connect to administration server".
    I tried accessing the same through the web URL and I found "404 error - file or directory not found".
    I verified all my services are up and running fine. I am able to connect to the essbase sever through Excel as well as planning.
    The log retireved from the HyS9eas-sysout.log file is below:
    <Sep 11, 2013 7:06:56 AM JST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 11, 2013 7:06:57 AM JST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 11, 2013 7:06:58 AM JST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.2-11-135406-1.6.0_20-20100624-2119-windows-x86_64 from Oracle Corporation>
    <Sep 11, 2013 7:07:04 AM JST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0  Fri Dec 17 20:47:33 PST 2010 1384255 >
    <Sep 11, 2013 7:07:15 AM JST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://localhost:7001.>
    <Sep 11, 2013 7:07:15 AM JST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Sep 11, 2013 7:07:15 AM JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Sep 11, 2013 7:07:15 AM JST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Sep 11, 2013 7:07:16 AM JST> <Notice> <LoggingService> <BEA-320400> <The log file E:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EssbaseAdminServices0\logs\EssbaseAdminServices0.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Sep 11, 2013 7:07:16 AM JST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to E:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EssbaseAdminServices0\logs\EssbaseAdminServices0.log00410. Log messages will continue to be logged in E:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EssbaseAdminServices0\logs\EssbaseAdminServices0.log.>
    <Sep 11, 2013 7:07:16 AM JST> <Notice> <Log Management> <BEA-170019> <The server log file E:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EssbaseAdminServices0\logs\EssbaseAdminServices0.log is opened. All server side log events will be written to this file.>
    <Sep 11, 2013 7:07:48 AM JST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Sep 11, 2013 7:07:56 AM JST> <Warning> <JTA> <BEA-110503> <The migrator(the AdminServer for manual JTA migration policy, or the Singleton Master for automatic JTA migration policy) is not available. Will skip JTA TRS failback because isStrictOwnershipCheck is [false]. This may lead to potencial TLOG corruption if TRS of EssbaseAdminServices0 has been migrated to backup server and the backup server is accessing the TLOG of EssbaseAdminServices0. More safety can be achieved by setting isStrictOwnershipCheck to [true].>
    <Sep 11, 2013 7:08:35 AM JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Sep 11, 2013 7:08:35 AM JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
    Calling getDomainConfiguration()
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
    Calling getRuntimeService()
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
      return com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
      return com.bea:Name=EPMSystem,Type=Domain
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
    Domain location is 'E:\Oracle\Middleware\user_projects\domains\EPMSystem'
    Calling getRuntimeService()
      return com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@9830ac
    Checking E:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EssbaseAdminServices0\registry_update.xml file
    EPM_ORACLE_HOME: E:\Oracle\Middleware\EPMSystem11R1
    Template for EAS#11.1.2.0: E:\Oracle\Middleware\EPMSystem11R1\common\templates\applications\epm_eas_11.1.2.1.jar
    Dependencies for E:\Oracle\Middleware\EPMSystem11R1\common\templates\applications\epm_eas_11.1.2.1.jar: [Oracle EPM Common, Oracle EPM Calcmgr, Oracle EPM Planning libraries, Oracle EPM EAS libraries, Oracle EPM Misc libraries, Oracle EPM Xerces libraries]
    BPMUI shared webapp not referenced from EAS#11.1.2.0
    Application name: EAS#11.1.2.0
    Application source: eas.ear
    Server name: EssbaseAdminServices0
    Server port: 10080
    Server SSL port: 10083
    Application context: eas
    Registry product type: ESSBASE_PRODUCT
    Registry physical web application type: ADMIN_SERVICES_WEB_APP
    weblogic.Name property is 'EssbaseAdminServices0', seems to be WebLogic mode
    registry.isRegistryDatabaseCreated()true
    Registry was initialized sucessfully
    Executing pre custom update for EAS#11.1.2.0
    EPM_ORACLE_INSTANCE: E:\Oracle\Middleware\user_projects\epmsystem1
    <Sep 11, 2013 7:09:06 AM JST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'EAS [Version=11.1.2.0]' due to error java.lang.NullPointerException.
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:222)
    at com.hyperion.hit.tool.deploy.update.util.RegistryHelper.createPhysicalWebApp(RegistryHelper.java:168)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:36)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdateListener.preStart(RegistryUpdateListener.java:91)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at java.io.File.<init>(File.java:222)
    at com.hyperion.hit.tool.deploy.update.util.RegistryHelper.createPhysicalWebApp(RegistryHelper.java:168)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:36)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdateListener.preStart(RegistryUpdateListener.java:91)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
    Truncated. see log file for complete stacktrace
    >
    <Sep 11, 2013 7:09:06 AM JST> <Emergency> <Deployer> <BEA-149259> <Server 'EssbaseAdminServices0' in cluster 'EssbaseAdminServices' is being brought up in administration state due to failed deployments.>
    <Sep 11, 2013 7:09:17 AM JST> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Sep 11, 2013 7:09:17 AM JST> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of EssbaseAdminServices.>
    <Sep 11, 2013 7:09:22 AM JST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file E:\Oracle\Middleware\jrockit_160_20\jre\lib\security\cacerts.>
    <Sep 11, 2013 7:09:48 AM JST> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Fri Mar 22 05:12:27 JST 2002,
                   To: Wed Mar 23 05:12:27 JST 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on 127.0.0.1:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[6]" is now listening on 127.0.0.1:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on 0:0:0:0:0:0:0:1:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[7]" is now listening on 0:0:0:0:0:0:0:1:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:0:5efe:a0e:daee:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 10.14.126.11:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[5]" is now listening on fe80:0:0:0:0:5efe:a0e:224b:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[3]" is now listening on fe80:0:0:0:0:5efe:a0e:daee:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 10.14.126.11:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:0:5efe:a0e:224b:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 10.14.34.75:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[4]" is now listening on fe80:0:0:0:0:5efe:a0e:7e0b:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 10.14.218.238:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.14.218.238:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on 10.14.34.75:10083 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:0:5efe:a0e:7e0b:10080 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 11, 2013 7:09:48 AM JST> <Notice> <WebLogicServer> <BEA-000358> <Started WebLogic Independent Managed Server "EssbaseAdminServices0" for domain "EPMSystem" running in Production Mode>
    <Sep 11, 2013 7:09:48 AM JST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    <Sep 11, 2013 7:09:48 AM JST> <Warning> <Server> <BEA-002611> <Hostname "SJ015040", maps to multiple IP addresses: 10.14.126.11, 10.14.34.75, 10.14.218.238, 0:0:0:0:0:0:0:1>
    <Sep 11, 2013 7:09:53 AM JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 11, 2013 7:09:53 AM JST> <Notice> <WebLogicServer> <BEA-000360> <Server started in ADMIN mode>
    HyS9eas-syserr.log is empty and I dont find anyother details from the other log files.
    Kindly help me out in solving this issue.
    Thanks in advance.
    Regards,
    Balaji P

    Hi John,
    Sorry for replying late.
    I ran the EPM diagnostic and found EAS & APS application are failed. So as you mentioned, i tried re-deployment through EPM configurator.
    But Re-configuration fails with error "An unexpected error occurred and the application will have to shut down" .
    When i looked in to the Config tool.log,I got the following messages.
    [2013-09-17T18:17:04.635+09:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 17] [ecid: 0000K4fDMY^0zkgpxC^AyW1IE1pJ000003,0:325] [SRC_CLASS: com.hyperion.hit.tool.deploy.utils.UIPortUtil] trace: Parsing server FinancialReporting0 on port 8200 from registry
    [2013-09-17T18:17:04.827+09:00] [EPMINS] [ERROR] [EPMINS-00001] [oracle.EPMINS] [tid: 17] [ecid: 0000K4fDMY^0zkgpxC^AyW1IE1pJ000003,0:325] [SRC_CLASS: com.hyperion.hit.wizard.Wizard] trace: Unexpected error:[[
    java.lang.NullPointerException
    at com.hyperion.hit.tool.deploy.utils.UIPortUtil.<init>(UIPortUtil.java:83)
    at com.hyperion.hit.tool.deploy.utils.UIPortUtil.getInstance(UIPortUtil.java:53)
    at com.hyperion.config.wizard.DeploymentField.getAppServerDeploymentData(DeploymentField.java:235)
    at com.hyperion.config.wizard.DeploymentField.<init>(DeploymentField.java:56)
    at com.hyperion.config.wizard.impl.DeploymentForm.<init>(DeploymentForm.java:57)
    at com.hyperion.config.wizard.impl.DeploymentState.initializeBeforeShowOnNext(DeploymentState.java:56)
    at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:522)
    at java.lang.Thread.run(Thread.java:619)
    Since it is similare to the Oracle konwledge base article - (Doc ID 1570293.1), I tried adding the shared service domain to the Windows host file. But i am still recieveing the same error message as above.
    Appreciates your help.
    Thanks & Regards,
    Balaji P

  • Could not connect to host localhost on port 21212

    Hi Experts,
    I am trying to install SAP NW 2004s SR1 with Linux [Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    , Kernel (2.6.9-42.EL)] and Oracle 10.2. I am getting the following error:
    =============
    SAP NetWeaver
    SAPinst Installation GUI
    Could not connect to host localhost on port 21212
    java.net.ConnectException:Connection refused
    Host: localhost
    Port 21212
    ==================
    I am using SDK 1.4.2_16.
    Kindly  help me to resolve go ahead in installation.
    Regards.......Yogesh

    Hi Yogesh,
    The error comes if  :-
    1. Incorrect version of JDK.
    2. Java_Home is not set.
    3.The port is already as an old binary is using it.
    Please check on the above lines.
    Thanks
    Pankaj

  • Could not connect to host localhost on port 21212 (linux Redhat)

    Hi Gurus,
    I'm trying to install NW7 on linux Red Hat. After executing SAPinst, the following log executes:
    root@sapserver1 IM_LINUX_I386]# ./sapinst
    [==============================] | extracting...  done!
    Starting GUIServer using:
      SAPinst port  : 21200
      GUIServer port: 21212
      HTTP port     : 4239
      GUI autostart : on
      GUI mode      : normal
      command       : /tmp/sapinst_exe.4231.1318317961/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.4231.1318317961/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=localhost -srvarg=/SAPinstService/port=21200
    init: retrieving account information for group sapinst...
    init: retrieving account information done.
    load resource pool /mnt/masterinstall/IM_LINUX_I386/resourcepool.xml
    guiengine: No GUI server connected; waiting for a connection on host sapserver1, port 21200 to continue with the installation
    Oct 11, 2011 7:26:37 AM [Info]: *************************
    Oct 11, 2011 7:26:37 AM [Info]: Starting Server
    Oct 11, 2011 7:26:37 AM [Info]: Reading server configuration.
    Oct 11, 2011 7:26:37 AM [Info]: Reading service configuration SAPinstService.
    Oct 11, 2011 7:26:37 AM [Info]: Configuring LogManager ...
    Oct 11, 2011 7:26:37 AM [Info]: *************************************************
    Oct 11, 2011 7:26:37 AM [Info]: Starting SL Controller listening on port 21212 ...
    Oct 11, 2011 7:26:37 AM [Info]: StorageService switched off.
    Oct 11, 2011 7:26:37 AM [Info]: Initializing SecurityManager ...
    Oct 11, 2011 7:26:40 AM [Info]: Server certificate fingerprint is 92 9F C1 FC 74 60 48 C9 4F 9F 9E 94 C8 E3 BE 40
    Oct 11, 2011 7:26:40 AM [Info]: Configuring HTTPManager ...
    Oct 11, 2011 7:26:40 AM [Info]: WebstartService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: RoleService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: AlertService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: Starting NotesService ...
    Oct 11, 2011 7:26:40 AM [Info]: ProcessService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: Starting MIDService ...
    Oct 11, 2011 7:26:40 AM [Info]: Starting FileService ...
    Oct 11, 2011 7:26:40 AM [Info]: LogService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: MailService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: Starting services ...
    Oct 11, 2011 7:26:40 AM [Info]: Starting service "SAPinstService" ...
    Oct 11, 2011 7:26:40 AM [Info]: Service "SAPinstService" started
    Oct 11, 2011 7:26:40 AM [Info]: Services started.
    Oct 11, 2011 7:26:40 AM [Info]: Starting HTTP server listening on port 4239 ...
    Oct 11, 2011 7:26:40 AM [Info]: HTTP server started.
    Oct 11, 2011 7:26:40 AM [Info]: SL Controller started.
    Oct 11, 2011 7:26:40 AM [Info]: Starting GUI ...
    Oct 11, 2011 7:26:40 AM [Info]: /tmp/sapinst_exe.4231.1318317961/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -Xmx256M -cp /tmp/sapinst_exe.4231.1318317961/JAR/instgui.jar SDTGui host=localhost port=21212 service=SAPinstService -noauth
    Oct 11, 2011 7:26:40 AM [Info]: GUI started.
    Oct 11, 2011 7:26:46 AM [Info]: >> <<< frog.jar: version 7.20.12 06/06/08 sap.theme: null >>>
    ===>> At this point  the installation program starts and the following message pops up :
    Connection to SAPinst refused with the following message:
    Connection to SAPinst could not be established, see following messages.
    Could not connect to host localhost on port 21212
    java.net.ConnectException: Connection refused
    java.net.ConnectException: Connection refused
    Please correct the error condition and restart.
    ====>> First, I don't understand why it tries to connect to "localhost" even I defined the host as "sapserver1"
    ====>> Second, the "tmp/sapinst_exe.4231.1318317961/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError " is confusing me.
    Hope this will help resolve my problem.
    Thanks and Regards

    Markus,
    I have also another hint from SELinux.
    When I change the SELinux parametr from Enforced to Permissive, and I run the SAPinst program, the SELinux pops up the following alert:
    Summary:
    SELinux is preventing java from loading
    /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so which requires
    text relocation.
    Detailed Description:
    [SELinux is in permissive mode, the operation would have been denied but was
    permitted due to permissive mode.]
    The java application attempted to load
    /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so which requires
    text relocation. This is a potential security problem. Most libraries do not
    need this permission. Libraries are sometimes coded incorrectly and request this
    permission. The SELinux Memory Protection Tests
    (http://people.redhat.com/drepper/selinux-mem.html) web page explains how to
    remove this requirement. You can configure SELinux temporarily to allow
    /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so to use relocation
    as a workaround, until the library is fixed. Please file a bug report
    (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi) against this package.
    Allowing Access:
    If you trust /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so to
    run correctly, you can change the file context to textrel_shlib_t. "chcon -t
    textrel_shlib_t
    '/tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so'" You must also
    change the default file context files on the system in order to preserve them
    even on a full relabel. "semanage fcontext -a -t textrel_shlib_t
    '/tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so'"
    The following command will allow this access:
    chcon -t textrel_shlib_t '/tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so'
    ====>>> Does it make some sense ?? When do I have to the below command ?
    Hope this will help
    Regards

  • Network error could not connect to server 127.0.0.1:5900

    I have created a virtual machine in VM manager from a template and when I try to view the console I get the error "network error could not connect to server 127.0.0.1:5900"
    The way that I have everything set up is this.... I am using Oracle VirtualBox installed on Windows 7 and I have created a virtual machine in VirtualBox with Oracle Virtual Server installed and I have Oracle VM Manager installed on that same virtual machine. After reading some forums I found out that I needed to install TightVNC to be able to use the console from Windows IE. So, I have installed TightVNC on my OVS but I can not even tell if it is running. I have also made sure that in iptables that port 5900 is open. I have confirmed this by using nmap to scan my ports and port 5900 is open for vnc when my virtual machine in vm manager is running. I just can not figure out why I am getting the network error unless TighVNC is not running on my OVS. Does anyone have any ideas for why this might be happeneing. Thanks

    Hi,
    it seemed when you registered the OVM server to the OVM manager, it did not deliver the correct hostname, but the local address instead.
    See if your /etc/hosts contains the hostname in the 127.0.0.1 line.
    Correct the /etc/hosts, remove the OVS server and reregister with OVM manager.
    Regards
    Sebastian

  • Error " Could not connect to SAP R/3 system"

    HI:
    We have been having some problems with our portal lately and most recently the error that we get is "Could not Connect to SAP R/3 "
    The system landscape settings have not been changed.
    Thanks for your responses.
    Rachel

    When I log into the portal and launch the MSS iviews I get the error ( Could not Connect to SAP R/3).
    Similarly when I launch ESS I get the following error:
    I see that it is lost connection with our SAP R/3 HR system.  And system parameters that are available now
    are just SAP BW, SEM and CRM..
    So looks like we need to re-establish the connection..(?)
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    System 'pcd:portal_content/wwy.KeyStone/com.nrx.pct.vip.systems.sapr3' alias 'SAP_R3_HumanResources' not found. Please check the system object and the alias..
    See the details for the exception ID in the log file
    com.sap.portal.appintegrator.sap.IAC::IAC/SSOLayer
    Parameter Dump
    ApplicationParameter  
    ClassName  com.sapportals.portal.appintegrator.layer.SingleSignOnLayer
    CodeLink  com.sap.portal.appintegrator.sap.bwc.IAC
    DebugMode  false
    DebugMode.default  false
    DebugMode.type  select[false,true]
    ExportParameters  Authentication, LogonUser, RequestMethod
    ForcedRequestLanguage  
    IAC  PP_MY_Profilematchup
    MandatoryParameters  System, IAC
    NavPathUpdate  false
    NextLayer  IAC/ConnectionLayer
    OptionalParameters  ApplicationParameter, DebugMode
    SSO2Template  
    System  SAP_R3_HumanResources
    System.type  lookup:com.sapportals.portal.appintegrator.lookup.SystemLookup
    TopLayer  IAC/SSOLayer
    UserMappingTemplate  login=<MappedUser>&password=<MappedPassword>&~mysapcomusesso2cookie=0
    Wizard.MandatoryParameters  System, IAC
    Wizard.OptionalParameters  ApplicationParameter
    X509Template  
    buildTree  false
    com.sap.portal.reserved.iview.IsolationMode  URL
    com.sap.portal.reserved.iview.WizardURL  pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.defaultIViewWizard
    com.sap.portal.appintegrator.sap.IAC::IAC/SSOLayer
    MandatoryParameters
    System   SAP_BW SAP_BW_Q22 SAP_BW_SAND SAP_CRM SAP_CRM_SAND SAP_SEM 
    Internet Application Component (IAC)   
    OptionalParameters
    Application Parameters  
    DebugMode  No Yes

  • ERROR: Could not connect to WhatsApp service. Please try again later.

    Hi,
    Today there was a connection error with WhatsApp. I needed to send something, so decided to delete and then reinstall the app to try and attempt to fix the connection problem. I am using the iPhone 5C.
    Once I redownloaded the app, I opened it and the app asked me for my phone number. I typed it in.
    But to my surprise, I got this error:
    Could not connect to WhatsApp service. Please try again later.
    After several attempts of writing my phone number (100% in the correct format) I had found no luck or success.
    Anyone else having this error, or is it just me? Please provide some steps on how to fix this if so!
    Thank you

    Thank you for the heads up. It seems like it's working now.
    For everyone with this problem please thank AlbertoRuperto and follow these steps:
    1. Restart your iPhone.
    2. Open WhatsApp.
    3. Enter your phone number.
    4. Enter verification code (if you're a new member) or just click 'Next' if you're a returning user.
    5. Done! All your contacts should be there and your chats (as long as you backed them up).
    P.S. This only applies to people who redownloaded and are stuck on phone verification page.

  • Help - LCM Utility Error - Could not connect to source - Null

    Has anyone successfully used LCM to extract BI+ objects to files under 9.3.1?
    I've configured it as per the doc, and it seems to connect to HSS Ok, but fails to connect to BI+ even though I've used the Project name and App ID as shown in Shared Services.
    Attempting to load Log Config File:../conf/log.xml
    main 2009-01-16 11:49:11,823 INFO - ----------- Package file info -------
    main 2009-01-16 11:49:11,839 INFO - Package File Path = W:\Hyperion\common\utilities\LCM\9.3.1\doc\
    Test_ExportPackage.xml
    main 2009-01-16 11:49:20,948 INFO - --------Application Details:---------
    main 2009-01-16 11:49:20,948 INFO - Application Name: Hyperion System 9 BI+:xxxwebdev.pcdir.int.xxx:6800::1
    main 2009-01-16 11:49:20,948 INFO - Application ID: 00000115dc60f0fe-0001-09bc-0a0401e0
    main 2009-01-16 11:49:20,948 INFO - Plugin Type: java
    main 2009-01-16 11:49:20,948 INFO - CallBackURL: xxxwebdev.pcdir.int.xxx:6800
    main 2009-01-16 11:49:20,948 INFO - Product Name: HAVA-9.3.1
    main 2009-01-16 11:49:20,948 INFO - Product Code: HAVA
    main 2009-01-16 11:49:20,948 INFO - Project Name: Hyperion System 9 BI+
    main 2009-01-16 11:49:20,964 INFO - Plugin Class: com.hyperion.expimp.ExportImportManager
    main 2009-01-16 11:49:20,964 INFO - ----------------------------------------------
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    Current date is - Fri Jan 16 11:49:21 GMT 2009
    java.lang.ClassNotFoundException: com.hyperion.expimp.ExportImportManager
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.hyperion.lcm.common.manager.ManagerFactory.getManager(Unknown Source)
    at com.hyperion.lcm.handler.util.Migration.getManager(Unknown Source)
    at com.hyperion.lcm.handler.ArtifactHandler.execute(Unknown Source)
    at com.hyperion.lcm.handler.TaskHandler.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Thread-6 2009-01-16 11:49:21,339 ERROR - Could not connect to Source - null
    Thread-6 2009-01-16 11:49:21,401 WARN - Task 1 in package file does not have a valid source manager
    Thread-6 2009-01-16 11:49:21,401 ERROR - There are errors in task 1
    Thread-6 2009-01-16 11:49:21,495 INFO - Migration(s) Completed Successfully.
    the Package Definition is...
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Dongling Ding (Hyperion) --><Package name="" description="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <Credentials user="admin" password="{CSS}gEyoY7EyW6cugoKczYohhQ=="/>
         <Connections>
              <ConnectionInfo name="MyHSS"
                   type="HSS"
                   description="Hyperion Shared Service connection"
                   url="http://xxxwebdev:58080/interop"
              />
              <ConnectionInfo name="FS"
                   type="FileSystem"
                   description="File System Location"
                   filePath="file:/c:/LCM/ExportedOutput"
              />
              <ConnectionInfo name="BI"
                   type="Application"
                   product="HAVA"
                   description="BI Plus Dev"
                   HSSConnection="MyHSS"
                   project="Hyperion System 9 BI+"
                   application="Hyperion System 9 BI+:xxxwebdev.pcdir.int.xxx:6800::1"
              />
         </Connections>
         <Tasks>
              <Task seqID="1">
                   <Source connection="BI">
                        <!-- the options listed would match some option specified in product registration -->
                        <Options>
                             <!-- Set to "true" if Job Outputs should be exported alone with the job -->
         <optionInfo name="exportJobOutput" value="true"/>
    </Options>
                   <!-- Following demonstrates retrieving the objects using the filtering by type -->
              <Artifact parentPath="/Repository Objects" type="folder" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/x-brioquery" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/x-SQR" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/hyperion-analyzer-report" recursive="true" pattern="*"/>
              <Artifact parentPath="/Repository Objects" type="application/hyperion-reports-report" recursive="true" pattern="*"/>
              <!-- Non-repository objects -->
                        <Artifact parentPath="/Product Preferences" recursive="true" pattern="*"/>
                        <Artifact parentPath="/Schedule Objects" recursive="true" pattern="*"/>
                        <Artifact parentPath="/Physical Resources" recursive="true" pattern="*"/>
                        <Artifact parentPath="/Security" recursive="true" pattern="*"/>
                   </Source>
                   <Target connection="FS">
                        <Options>
                        </Options>
                        <Transforms>
                        </Transforms>
                   </Target>
              </Task>
         </Tasks>
    </Package>
    Any advice would be great.
    Dave.
    Edited by: djhogg on 16-Jan-2009 04:22

    Soban,
    I was with the same problem and it worked using LCMUtility in BIPlus\bin directory.
    Thanks !
    Raphael
    Edited by: user4506039 on 11/05/2009 11:10

  • Tns error could not connect to database but can tnsping and sqlplus

    The new install OBIEE 10.1.3.4.1, with two Linux RH/64 Bit servers set up and running, but can't get to 11g database when running reports.
    Error: nqsError 17001 Oracle Error Code 12154, message ORA-12154: TNS could not resolve the connect identifier specified at OCI call OCIServerAttach. nQSError 17014 could not connect to Oracle database
    Server 1 BI Server
    BI server is running.
    oc4j is running.
    jdk is installed
    /setup/user.sh variables and libs set
    .bash_profile variables and libs set
    oracle client installed with lib32
    can tnsping the database from here using SID
    can sqplus login to the database from here
    changed connection pool offiline and uploaded new .rpd
    this script does not work /setup . sa-cli.sh to test client, nothing happens, also unable to connect to BI Server in online mode from Windows client 32bit.
    Server 2 Presentation Server
    saw server is running
    set odbc AnalyticsWeb DSN to point to BI Server 1
    Since I can ping and connect with tns, why is presentation server throwing errors?
    Thanks for the help

    Copy the tnsname.ora file from Oracle Database serve onto the client PC.
    Path: %Oracle_home%\net80\admin\
    Send me a mail if there is any other issues
    Regards
    Oluseyi Funmi Oduberu
    Oracle Consultant
    Email:[email protected]
    Hi,
    I am a tech at a failing company. Unfortuneatly some users still need ADI installed and working with very limited resources to troubleshoot oracle. I am getting the error - ( Could not connect to the database - ora-12545: tns:name lookup failure )when the user tries to log on to ADI. Any suggestions? I would really appreciate it. We are on Windows NT on an NT network. Oracle 8.05 client installed and ADI 6.0.
    Thanks, Mary

  • Calc Manager Error "Could Not Connect To Dimension Server"

    Could not connect to Dimension Server.
    Please make sure that the required services are started.
    https://ServerName:19443/HyperionPlanning/servlet/HspAppManagerServlet:
    Connection refused: connect.
    Hyperion Planning - 11.1.2.3
    can anyone help me.
    Thanks,

    Hi ,
    Please look at the support document from Oracle.
    Calculation Manager Error "Could Not Connect To Dimension Server" (Doc ID 1634959.1)
    Thanks,
    ~KKT~

  • Error Could not connect to the database - ora-12545: tns:name lookup failure

    Hi,
    I am a tech at a failing company. Unfortuneatly some users still need ADI installed and working with very limited resources to troubleshoot oracle. I am getting the error - ( Could not connect to the database - ora-12545: tns:name lookup failure )when the user tries to log on to ADI. Any suggestions? I would really appreciate it. We are on Windows NT on an NT network. Oracle 8.05 client installed and ADI 6.0.
    Thanks, Mary

    Copy the tnsname.ora file from Oracle Database serve onto the client PC.
    Path: %Oracle_home%\net80\admin\
    Send me a mail if there is any other issues
    Regards
    Oluseyi Funmi Oduberu
    Oracle Consultant
    Email:[email protected]
    Hi,
    I am a tech at a failing company. Unfortuneatly some users still need ADI installed and working with very limited resources to troubleshoot oracle. I am getting the error - ( Could not connect to the database - ora-12545: tns:name lookup failure )when the user tries to log on to ADI. Any suggestions? I would really appreciate it. We are on Windows NT on an NT network. Oracle 8.05 client installed and ADI 6.0.
    Thanks, Mary

  • EAS - Error: "Could not connect Administration Server

    hello All,
    i am very new to EPM
    i have installed EPM 11.1.2.2 with web application deployed to single manage server
    OS : windows server 2008
    database : sql server
    when i try to connect EAS console it gives me error
    Could not connect Administration Server
    any idea?

    If it has been deployed to a single managed server on the default port then you will need to add the server in EAS console as servername:9000
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error "could not connect....0xE8000001  UGH!

    Hey gang. Please help.
    Advanced user here, been reading posts and all Mac Docs for a week straight now. Here is my specific issue
    I can reinstall iTunes and connect to iPod touch just fine. I can unplug ipod a few times, reconnect and iTunes still recognizes it.
    As soon as I eject for the 3rd or 4th time OR restart iTunes, I get the message that it could not connect because of an unkown error 0xE8000001.
    Then I have to reinstall itunes again. it works for 3 or 4 cycles, then bam, same error comes back.
    So I can fix the error and connect, but how can I get rid of it for good? I have done every suggestion and proceedure from Apple written on this site:
    1. reinstall itunes
    2. restart apple device service
    3. clean up install files
    4. repair registry
    5. delete temp files folder
    6. tried every mother board USB 2.0 ports
    7. disabled all "start up services" with msconfig
    8. Restored ipod twice
    9. plus all other printed help here discussed over the past 4 months.
    Nothing works ALL the time. I can just get it to resync 3 times then it comes back????
    Thanks!
    Z

    Copy the tnsname.ora file from Oracle Database serve onto the client PC.
    Path: %Oracle_home%\net80\admin\
    Send me a mail if there is any other issues
    Regards
    Oluseyi Funmi Oduberu
    Oracle Consultant
    Email:[email protected]
    Hi,
    I am a tech at a failing company. Unfortuneatly some users still need ADI installed and working with very limited resources to troubleshoot oracle. I am getting the error - ( Could not connect to the database - ora-12545: tns:name lookup failure )when the user tries to log on to ADI. Any suggestions? I would really appreciate it. We are on Windows NT on an NT network. Oracle 8.05 client installed and ADI 6.0.
    Thanks, Mary

  • When will come this error Could not connect to SMTP host: son1175, port: 25

    Hi all
    we configure SMTP server on Linux ES,my java application run on same server
    from my application trying to send a mail i got this error
    [0] EmailConnection.getConnection: Attempting connection...
    DEBUG: setDebug: JavaMail version 1.3.1
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG SMTP: useEhlo true, useAuth false
    DEBUG SMTP: trying to connect to host "son1175", port 25
    [0] EmailConnection.getConnection: Cannot connect to server with configuration
    smtp://padmanab:*@son1175/. Port = 25. Security: none.
    Properties: {mail.port=25, mail.smtp.timeout=30000, mail.smtp.connectiontimeout=30000}
    Could not connect to SMTP host: son1175, port: 25;
    nested exception is:
    java.net.ConnectException: Connection refused
    2005-03-30 10:03:03,751 INFO [plt.userManagement] [PoolThread-9] "Password Reset" email could not be sent to vallish at the email address, "[email protected]".
    but mail server is configured currectly
    please tell cause of this error out java application or my SMTP server
    regards
    satya

    Could not connect to SMTP host: son1175, port: 25;
    nested exception is:
    java.net.ConnectException: Connection refusedYou didn't notice that this question is asked every day here?
    Your computer can't connect to a computer named "son1175", or if it can then that computer isn't running a server listening at port 25. Talk to your network people if your computer name is the right one and ask them why not. It is nothing to do with programming.

Maybe you are looking for

  • ORABPEL-02100 - Deployed Process "Lost" under load.

    We've experience yet another load related BPEL issue. We have three servers running OAS+BPEL with the same set of BPEL processes deployed on each. Requests are round-robin'ed across all three. We had an unexpected load placed on the servers by a non-

  • How do you remove a pc from icloud?

    Can't figure out how to remove a compter from icloud so i can free up space to add a new device. Any help would be appreciated.

  • Daisy-chaining within an LMS

    I am trying to run a web based training I created with Captivate 2 in a Meridian Global LMS. I created the WBT in segments (daisy chaining them together so that the end of one jumps to the beginning of the next). When I upload and try to make the par

  • Will there be a update iso5 for iphone 3g?

    I am just wondering is there going to be iso5 for iphone 3g.?

  • Updated Information Required for KB: 159865

    Dear "dedicated team for the development issues who will be able to assist you accordingly." Please assist RE:  http://answers.microsoft.com/en-us/windows/forum/windows8_1-performance/updated-information-required-for-kb-159865/e74cd617-49f7-4725-b0ac