Planning Web Unable to connect

Hi,I am unable to connect via planning web. I have tried all username passwords that I used but nothing works.Is there a default/username password to connect to planning via web.Appreciate your responseThanks

The issue has been resolved. Apart from the missing PAG file issue, the admin password was also changed. So when I restored the old password and the backup files, everything started working.
However, can anyone explain why I cant change the admin password. This was the password used at the time of installation. Are we stuck with this password. I am sure there must be a way to change it. Can anyone reflect on this issue?
Secondly, when we change the admin password from shared services, is it necessary to go to planning --> administration --> manage data source and enter the new password for essbase connection ?

Similar Messages

  • No application showing in planning web & can't connect to admin console

    Hi,
    Planning web screen showing 'No aApplication available" even though I worked with planning application yesterday also and after that I am sure nobody have deleted that application. Also I can't login into essbase admin console as it is showing "cannot connect to administration server" though I have checked in services console that hyperion administration services is running.
    One exception I got is shared services is not running. So I started that but after some time automatically went to stopped mode. Then I stopped all the services and restart the server and restart the services sequentially---- no hope. Same problem still there.
    Can you please suggest how to solve the aforesaid?
    Thanks & Regards.

    Hi,
    Thanks for your reply. I have tried that but still the same error having in admin console. I have not craeted/modified anything in planning cluster in last some days. The problem is that all services is started properly except 'shared services' service. When I go to start that it is starting and showing started but after some time, automatically stopped. I also tried the following-----
    1) Stopped all the other services except OpenLDAP
    2) then started the shared services from start-> run-> hyperion-> foundation services-> start shared services
    and got the error like---
    Driver][Oracle]ORA-12505 Connection refused, the specified SID (xxxxx) was no
    recognized by the Oracle server.
    Database configuration test failed. Use Configuration Utility to configure the
    atabase connectivity
    Unable to connect to database. Will try to re-connect after sleeping for 30 sec
    nds...
    Attempting to connect to database: Retry Count: 1
    Unable to connect to database. Will try to re-connect after sleeping for 30 sec
    nds...
    Don't know what is happening....Any idea about the same? How could the problem be solved?
    OR should I reinstall hyperion afresh.....
    Regards.

  • Unable to connect to Planning URL after new instal & configuration 11.1.2

    I have installed 11.1.2 on Windows 64 bit environment and configured.
    Here is my environment:
    Box 1. FS, Essbase, Weblogic, Oracle HTTP. Configured successfully and working great no issues (I have not configured web server in FS yet)
    Box 2. Planning. Installation and configuration was successful.
    Issue: however unable to connect to URL http://servername:8300/hyperionplanning/logon.jsp and http://servername:19000/hyperionplanning/logon.jsp (I am not expecting 19000 will connect)
    Trobleshooting:
    Upon running netstat, 8300 is not running on this box.
    Also configured "Manage Planning Cluster" with no luck.
    Weblogic (11g) server indicated planning state is unknown.
    Diagnostic indicates: 1. system-jazn-data.xml file does not exist 2. web app for planning failed due to Error: java.net.ConnectException: Connection refused: connect
    I have stopped and restarted Planning app service several time runs without any issue but unable to connect to URL and no port is running.
    Planning log does not reveal any error messages.
    EPM system log indicates ServletContainerAdapter manager not initialized correctly
    There is no error in start-HyS9Planning-out.log.
    start-HyS9Planning-error.log indicates The requested service has already been started.
    There is an error in validation log:
    [2010-10-06T10:18:23.171-04:00] [EPMVLD] [ERROR] [EPMVLD-02017] [oracle.EPMVLD] [tid: 25] [ecid: 0000Ii1u3V8EcLPMyeU^MG1Cf8KW00000E,0] [SRC_CLASS: com.hyperion.cis.validation.checkers.impl.AppServerChecker] Error checking response code: [[
    java.lang.Exception: java.net.ConnectException: Connection refused: connect
         at com.hyperion.cis.utils.HttpUtils.checkResponseCodeGood(HttpUtils.java:153)
         at com.hyperion.cis.utils.HttpUtils.checkResponseCodeGood(HttpUtils.java:66)
         at com.hyperion.cis.validation.checkers.impl.AppServerChecker.checkWebApplication(AppServerChecker.java:159)
         at com.hyperion.cis.validation.checkers.impl.AppServerChecker.checkWebApplications(AppServerChecker.java:119)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
         at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
         at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119)
         at org.mozilla.javascript.gen.c14._c0(./scripts/webappcheck.js:2)
         at org.mozilla.javascript.gen.c14.call(./scripts/webappcheck.js)
         at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401)
         at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3003)
         at org.mozilla.javascript.gen.c14.call(./scripts/webappcheck.js)
         at org.mozilla.javascript.gen.c14.exec(./scripts/webappcheck.js)
         at org.mozilla.javascript.Context.evaluateReader(Context.java:1119)
         at com.hyperion.cis.validation.RunningEnviroment.processSource(RunningEnviroment.java:222)
         at com.hyperion.cis.validation.RunningEnviroment.runScript(RunningEnviroment.java:279)
         at com.hyperion.cis.validation.RunningEnviroment.access$000(RunningEnviroment.java:40)
         at com.hyperion.cis.validation.RunningEnviroment$1.run(RunningEnviroment.java:132)
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
         at sun.net.www.http.HttpClient.New(HttpClient.java:306)
         at sun.net.www.http.HttpClient.New(HttpClient.java:323)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:852)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:793)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:718)
         at com.hyperion.cis.utils.HttpUtils.checkResponseCodeGood(HttpUtils.java:111)
         ... 21 more
    What am I not doing?
    Thanks for your help in advance!
    Edited by: VenuRamini on Oct 6, 2010 7:25 AM
    Edited by: VenuRamini on Oct 6, 2010 7:35 AM

    John, thanks for quick response!
    I have restarted Planning and looked at the log file.
    HyS9Planning-sysout.log indicated
    <Oct 6, 2010 11:58:59 AM EDT> <Critical> <Security> <BEA-090518> <Could not decrypt the username attribute value of {AES}xxxxxxxxxxxxxxx= from the file E:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\Planning1\security\boot.properties. If you have copied an encrypted attribute from boot.properties from another domain into E:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\Planning1\security\boot.properties, change the encrypted attribute to its cleartext value then reboot the server. The attribute will be re-encrypted. Otherwise, change all encrypted attributes to their cleartext values, then reboot the server. All encryptable attributes will be re-encrypted. The decryption failed with the exception weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte..>
    Prior to this after reading epm_1112000_readme.pdf file on page 9 (issue 9180347, 8841004) there is known issue of not copying the file to destination location. Followed instruction and that did indicate that userid and pwd was not encrypted.
    Here is the log when I change boot.properities files base on known issue stated above:
    <Oct 6, 2010 12:34:56 PM EDT> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    <Oct 6, 2010 12:34:56 PM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User admin javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User admin denied
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         Truncated. see log file for complete stacktrace
    >
    <Oct 6, 2010 12:34:56 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Oct 6, 2010 12:34:56 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Oct 6, 2010 12:34:56 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    HyS9Planning-syserr.log has no info.
    Edited by: VenuRamini on Oct 6, 2010 9:51 AM

  • Error message while connecting to Planning Web 9.2.1

    Hello,
    While creating the database in Desktop Planning, I have the following error message:
    "Application is not registered in HUB. Can not synchronize users with Essbase in CAS mode."
    However, the database is created in Essbase. But when I try to connect to Planning web, it says:
    "An error occurred."
    I'm using SQL server 2005 as relationnal database.
    Current OS: Windows Server 2003
    When do I actually launch the configuration utility for regenerating the Planning properties file ? Once, the database is created via Desktop Planning.
    Thanks for your help.

    Hello John,
    I don't have the error message with Planning Desktop, "Security filters" should not have been ticked. But now, I still have the problem with Planning Web => Blank page although the service is running.
    http://localhost:8300/HyperionPlanning/
    Here the HspEventLog contents:
    =======================
    Information*16*hpadmin*01/25/08 17:25:10*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_HPAPP1*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19314*InitializeSQL failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19330*InitializeDSMD failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 431*CreateApplication failed in Initialize*
    Information*16*hpadmin*01/25/08 17:32:00*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_APP1*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3255*Could not retrieve planning version*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3326*Could not retrieve product release*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3397*Could not retrieve product CSS Version*
    Error*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 217*Version & Release not found*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 436*CreateApplication: Deleting old schema*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 450*CreateApplication: Recreating security tables*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 479*CreateApplication: Creating Essbase application*
    Information*16*hpadmin*01/25/08 17:32:19*CHspDataSourceImp.cpp*Line 537*CreateApplication: Creating new schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 616*CreateApplication: Initializing schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 684*CreateApplication: Creating plantypes*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 796*CreateApplication: Creating application owner user*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 897*CreateApplication: Setting system config info*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 929*Exiting CreateApplication: A_APP1*
    Information*16*RNARRAINSAMY*01/25/08 17:32:21*Hyperion Planning*SaveAppAssistant*Created application...now opening application...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Setting calendar...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Creating a scenario...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Done with everything!*
    Regards,
    Andy

  • Unable to open Information Map from planning web Help menu

    Unable to open Information Map from planning web Help menu
    The error is :
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

    Hi,
    It should be accessing :- http://<planning server>:8300/HyperionPlanning/help/en/hp_information_map/hp_information_map.html
    Can you access that address on the machine hosting planning?
    The file structure on the web server depending on which app server you use should be something like \Hyperion\deployments\Tomcat5\HyperionPlanning\webapps\HyperionPlanning\help\en\hp_information_map\hp_information_map.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while connecting to Planning web 4.0.1

    Hi,
    I have restored the data from original db to newly created database, also I have changed the id for user 50001.
    Hyperion Planning: 4.0.1
    Weblogic: 8.1
    SQL Server
    Now when I try to connect to Hyperion Planning,
    Am getting following error while trying to log onto Planning web:
    Unsuccessful logon. Check log for details
    When I check the log details in "HspEventLog.log "
    I get following:
    Information*16*sgsarafg*06/01/10 17:48:16*CHspDSSQL.cpp*Line 3221*Could not retrieve planning
    version*
    Information*16*sgsarafg*06/01/10 17:48:16*CHspDSSQL.cpp*Line 3292*Could not retrieve product
    release*
    Information*16*sgsarafg*06/01/10 17:48:16*CHspDSSQL.cpp*Line 3363*Could not retrieve product CSS
    Version*
    Error*16*sgsarafg*06/01/10 17:48:16*CHspDSSQL.cpp*Line 210*Version & Release not found*
    Error*16*sgsarafg*6/1/2010 5:48:16 PM*CHspDataSourceImp.cpp*Line 18420*InitializeDSMD failed*
    Kindly help
    Regards,
    Jitendra

    RahulS wrote:
    Hi Jitendra,
    I belive you are having problems your JDBC driver.
    Rerun HspSetupSupport.exe and choose the Hyperion Embedded JDBC driver.
    Cheers...!!!I am interested to understand why you believe this is the issue?
    Anyway my questions would be, did the application work before you went through a migration? Do any of the applications work?
    Can you start planning in the foreground so that any information is logged to the command window and then look out for any errors.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • RV320 SSL VPN web service unable to connect port 56000 56001...

    I have recently installed a RV320 dual WAN small business router in order to use the SSL VPN functionality to allow secure access to our intranet pages which are hosted on a server inside our network. I have the latest firmware installed on the router.
    With the firewall feature of the RV320 disabled - After logging in to the router remotely via the HTTPS interface, I am able to use the web-based services such as SSH and NetworkPls. However, when using the HTTP and HTTPS services I receive a web browser unable to connect error on port 56000, 1, 2, 3 ... This is regardless of whether I enter a URL or IP address on the network behind the router or on the internet.
    Enabling the firewall feature of the RV320 gives a different result - when any IP or URL is entered into the box in the second image below, the router log-in page is loaded instead of the required site. I have pasted an extract from the log at the bottom of this post although it doesn't seem to contain any relevant information. As a separate issue, you will also notice that users connecting to the router brings up [HACK] SynFlooding Attack in error.
    Can anyone explain why this is happening? Alternatively, does anyone have a guide for setting up a IPSec VPN with this router? There seems to be very little literature available for this model.
    Thanks in advance for your help.
    Log extract
    2013-11-02, 11:36:19
    Connection Accepted
    IN=eth1 OUT=eth0 SRC=178.239.83.183 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=54 ID=57573 DF PROTO=TCP SPT=54925 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:36:19
    [HACK] SynFlooding Attack
    IN=eth1 OUT=eth0 SRC=178.239.83.183 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=54 ID=57573 DF PROTO=TCP SPT=54925 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:31:53
    Connection Accepted
    IN=eth1 OUT=eth0 SRC=178.239.83.156 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=53 ID=50721 DF PROTO=TCP SPT=55634 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:31:53
    [HACK] SynFlooding Attack
    IN=eth1 OUT=eth0 SRC=178.239.83.156 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=60 TOS=0x00 PREC=0x00  TTL=53 ID=50721 DF PROTO=TCP SPT=55634 DPT=993 WINDOW=5840 RES=0x00 SYN  URGP=0
    2013-11-02, 11:31:38
    User Log
    User cisco login success from 221.142.25.181
    2013-11-02, 11:31:38
    User Log
    User cisco login success from 221.142.25.181
    2013-11-02, 11:29:49
    Kernel
    kernel: upnp idx=83, ip=192.168.10.220, eport=59725, iport=59725
    2013-11-02, 11:29:49
    Kernel
    kernel: wrong ip[0],not_list[0]
    2013-11-02, 11:29:43
    Connection Accepted
    IN=eth1 OUT=eth0 SRC=176.251.102.32 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=64 TOS=0x00 PREC=0x00  TTL=52 ID=44670 DF PROTO=TCP SPT=49423 DPT=143 WINDOW=65535 RES=0x00 SYN  URGP=0
    2013-11-02, 11:29:43
    [HACK] SynFlooding Attack
    IN=eth1 OUT=eth0 SRC=176.251.102.32 DST=192.168.10.100  DMAC=e0:2f:6d:75:35:7d SMAC=d4:ca:6d:98:3e:55 LEN=64 TOS=0x00 PREC=0x00  TTL=52 ID=44670 DF PROTO=TCP SPT=49423 DPT=143 WINDOW=65535 RES=0x00 SYN  URGP=0
    2013-11-02, 11:29:12
    Kernel
    kernel: upnp idx=83, ip=192.168.10.220, eport=59725, iport=59725
    2013-11-02, 11:29:12
    Kernel
    kernel: wrong ip[0],not_list[0]
    2013-11-02, 11:29:12
    SSL Log
    User ben login success from 221.142.25.181

    After lots of trial and error, I was able to eliminate this problem.  What I wound up doing is defining the XE service again in the listener.ora file:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = XE)
          (ORACLE_HOME = C:\ProgramData\oraclexe\app\oracle\product\11.2.0\server)
    I know that typically you should not have to do this, especially since I already had defined DEFAULT_SERIVCE_LISTENER = (XE) at the bottom of the listener.ora file.  Explicitly defining the XE service in the listener.ora file allows the listener to find it while the system is running under the Cisco AnyConnect VPN.  The only hiccup I found by doing this is that the XE service is discovered twice by the listener when the system is NOT running under the Cisco AnyConnect VPN.  It still works OK.  The listener just seems to ignore the repeated definition of the XE service (see output below):
    C:\ProgramData\oraclexe\app\oracle\product\11.2.0\server\bin>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 13-JUN-2013 10:03:15
    .......(omitted output).......
    Service "XE" has 2 instance(s).
      Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
      Instance "xe", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "XEXDB" has 1 instance(s).
      Instance "xe", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: DEV-M-137GF, pid: 5544>
    (ADDRESS=(PROTOCOL=tcp)(HOST=DEV-M-137GF.paychex.com)(PORT=58257))
    The command completed successfully
    If anyone has a cleaner solution for this problem, please let me know.  Otherwise, I am moving forward with what I did.
    Thanks.....Paul

  • I keep getting "Unable to connect" for my firefox. It was working yesterday and I turned my computer off. I can get to the web using internet explorer 9. I don't know why my firefox is not working. Everything else is working. HELP....

    I keep getting "Unable to connect" for my firefox. It was working yesterday and I turned my computer off. I can get to the web using internet explorer 9. I don't know why my firefox is not working. Everything else is working.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Warning System spameater Unable to connect to Cisco Web Security Service.; URL Filter...

    My C670 ESA's have been throwing these alerts intermittently for the past few days, anyone else seeing them?
    The Warning message is:
    Unable to connect to Cisco Web Security Service.
    URL Filtering will not work correctly.
    Please verify all network, proxy and firewall settings.
    Connection to "v2.sds.cisco.com" failed.
    The last error seen on this connection: "Request failed with code: 28 (Connection time-out)"
    Version: 8.5.6-092
    Looks like it is open on port 443 and currently up.  Hitting it with a browser gives me:
    https://v2.sds.cisco.com/
    After an error or two they go away and appear OK.   
    Checking the logs I don't see a way to verify URL lookups are working, is there a way?
    Also, I setup URL filtering six months ago and had it set to only trigger on (-10)-(-9.5) and saw about an 80% false positive.  It has improved over the past six months drastically but still catching mostly advertising URLs and allowing all phishing URLs right through.  I've yet to see it block a phishing URL.
    Jason

    After lots of trial and error, I was able to eliminate this problem.  What I wound up doing is defining the XE service again in the listener.ora file:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = XE)
          (ORACLE_HOME = C:\ProgramData\oraclexe\app\oracle\product\11.2.0\server)
    I know that typically you should not have to do this, especially since I already had defined DEFAULT_SERIVCE_LISTENER = (XE) at the bottom of the listener.ora file.  Explicitly defining the XE service in the listener.ora file allows the listener to find it while the system is running under the Cisco AnyConnect VPN.  The only hiccup I found by doing this is that the XE service is discovered twice by the listener when the system is NOT running under the Cisco AnyConnect VPN.  It still works OK.  The listener just seems to ignore the repeated definition of the XE service (see output below):
    C:\ProgramData\oraclexe\app\oracle\product\11.2.0\server\bin>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 13-JUN-2013 10:03:15
    .......(omitted output).......
    Service "XE" has 2 instance(s).
      Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
      Instance "xe", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "XEXDB" has 1 instance(s).
      Instance "xe", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: DEV-M-137GF, pid: 5544>
    (ADDRESS=(PROTOCOL=tcp)(HOST=DEV-M-137GF.paychex.com)(PORT=58257))
    The command completed successfully
    If anyone has a cleaner solution for this problem, please let me know.  Otherwise, I am moving forward with what I did.
    Thanks.....Paul

  • Debug Remotelly WebLogic Web Service - Debugger unable to connect

    I have been able to debug locally when I start debug from IntegratedWebLogicServer,
    but I have not been able to debug remotelly although I deploied successfully to WebLogic Server and I got correct result while testing from SoapUI.
    With the purpose to debug remotelly the simple web service described below, I have done these steps on my enviroment:
    On WebLogic
    1) In the WebLogic console, belong the AdminServer definition, I browsed to Protocol > HTTP Tunneling and I checked it.
    2) In startWebLogic.cmd I added:
    set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n %SAVE_JAVA_OPTIONS%
    3) In setDomainEnv.cmd I changed to be:
    set debugFlag=true
    if "%debugFlag%"=="true" (
         set JAVA_DEBUG=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=%DEBUG_PORT%,server=y,suspend=n -Djava.compiler=NONE
         set JAVA_OPTIONS=%JAVA_OPTIONS% %enableHotswapFlag% -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole...
    After that, I restarted the weblogic.
    On JDeveloper
    4) In the page Project Properties > Run/Debug/Profile > Default > Edit:
    I wrote the path to the HelloWorld.java on Default Run Target box.
    I checked Remote Debugging
    5) I right clicked the project and clicked Start Remote Debugger.
    On Attach to JDPA Debugger window I wrote LocalHost on Host and 4000 on Port.
    In my log window I got this message:
    "Debugger attempting to connect to remote process at LocalHost 4000.
    ...Debugger unable to connect to remote process."
    I was expecting to be able to call the web service from SoapUI and then stop on my breakpopint. What else should I do?
    The only suggestion found on internet I have not done was
    "In order for JDeveloper to work with WebLogic it will need a copy of the weblogic.jar file that can be found at [WLS-root]\weblogic1001\server\lib, copy this file to [jdev-root]\jdev\lib\ext directory and restart JDeveloper."
    (http://www.oracle.com/technetwork/developer-tools/jdev/remotedebugwls-086628.html) I didn't find the path [jdev-root]\jdev\lib\ext in my computer.
    My Sources:
    //HelloWorld.java
    package demo;
    import javax.jws.WebService;
    import javax.xml.ws.BindingType;
    import javax.xml.ws.soap.SOAPBinding;
    @WebService(portName = "HelloWorldSoap12HttpPort")
    @BindingType(SOAPBinding.SOAP12HTTP_BINDING)
    public class HelloWorld {
    public String sayHello(String firstname, String lastname){
    return "Hello " + firstname + " " + lastname;
    //web.xml
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
    <servlet>
    <servlet-name>HelloWorldSoap12HttpPort</servlet-name>
    <servlet-class>demo.HelloWorld</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>HelloWorldSoap12HttpPort</servlet-name>
    <url-pattern>/HelloWorldSoap12HttpPort</url-pattern>
    </servlet-mapping>
    </web-app>

    Check out which port is actually used by your WLS for debug.
    Some instructions here:
    http://thirumalaisamyt.blogspot.com/2012/10/jdeveloper-remote-debugging.html

  • Web Service Error : Unable to connect to the remote server

    Hi,
    I encountered below errors while I run the web service in ERP 2006 system :
    Unable to connect to the remote server,
    No connection could be made because the traget machine actively refused at xxx.xxx.xxx.xxx:443
    Pls kindly advise.
    Thanks.
    Edward Tso

    Hi,
    Do you have proxy server , check property added t.o the java proxyparameter .
    Also check the log , any fire wall restricting the connection.
    Its better, you put error log you get.
    Regards
    Nagaraju

  • We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means

    We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means  

    Hello,
    Did you means that you use the Windows Azure Virtual Machine DNS name as the server name in the Reporting Server Web Services URL?
    For example:
    Report server:http://uebi.cloudapp.net/reportserver
    Report manager:http://uebi.cloudapp.net/reports
    If you want to connect to Report Manager on the virtual machine from a remote computer, you should create a  virtual machine TCP Endpoint and open the port in the virtual machine’s firewall. By default, the report server listens for HTTP requests
    on port 80.
    Reference:http://msdn.microsoft.com/en-us/library/jj992719.aspx#bkmk_ssrs_connect_2_remote_RM
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • MOSS 2007 BOE Web Part is unable to connect to my Local BOE server.

    Greetings
      I have the following items installed but the web part is unable to connect to my BOE. Anyone knows how to resolve this?
      1, Business Objects XIR3.1 RTM
      2, Business Objects XIR3.1 PIK for Sharepoint 2007
      3, MOSS 2007
      Another question is how could I update the BOE connection info of the web part (like credential info) after installed BO PIK for Sharepoint 2007?
      Here are the error messages
    Document List
    Signon required in Crystal Report View before information is displayed
    Document View
    Signon required in Crystal Report View before information is displayed
    DocumentForYou
    Signon required in Crystal Report View before information is displayed
    DocumentsForYou
    Signon required in Crystal Report View before information is displayed
    Crystal Report View
    Unable to access the BusinessObjects Enterprise infrastructure at for user: . Contact your reporting administrator for assistance
    Thanks very much in advance
    Edited by: Chapman Wong on Jul 22, 2008 3:15 AM

    Not sure if this helps as I have CRSXIR2 not BOE (though the web parts are probably the same thing). I had to edit the web.config for the MOSS web application to pass through the relevant credentials, but it seems only able to pass a userid - the password must be blank so I also had to create a user on CRS with no password. I expect it depends what type of authentication you need to use for BOE.

  • I just updated my iphone 4s with sprint to ios6.  while I can connect to wifi I am unable to connect to my 3g data plan.

    I just updated my iphone 4s with sprint to ios6.  while I can connect to wifi I am unable to connect to my 3g data plan.  my celluar data is switched to un under general settings.
    I also cant send texts. 
    thanks for the help

    thanks, it took 4 tries, but it worked on the 4rth.  I appreciate your help.

  • I am unable to connect to the Web with Firefox, the firefox site displays on screen, yet I can connect on the same desktop computer to Internet explorer and Opera, what is preventing me from opening the firefox browser

    I am unable to connect to the web on my desktop with Firefox 8, the program displays but will not connect to the Internet, Other browsers Internet Explorer and Opera do connect on the same machine. McAfee is not blocking it, virus checks detect no virus yet yesterday it worked perfectly

    I tried what was suggested by starting in Safe Mode but the problem still exists. I am frustrated as I cannot connect to my Verizon Fios page. I can connect to the Internet with the Firefox Browser and can go to any web site except finding my Verizon Home page.

Maybe you are looking for

  • Problem with slideshow basic, works locally but not remotely

    Hi, I've noticed many threads on this issue and I have tried many fixes but no success. Most seems to revolve around the SpryWidget.js file so I've loaded it directly from AdobeLabs file. In fact, have loaded all .js files directly via my hosting ser

  • After update my software in mobile iphone 5 stop working

    Dear All, I m stuck after software updated my iphone5, when its reboot my iTuns give a error your phone could not be restored because of error (9). you can see in picture.... Kindly Regards Aware143

  • Howto avoid disk I/O?

    I hate when my disk spins up every 10 seconds just to write 28k and a 4k block (at least that's what dstat tells me). I use laptop mode tools (http://paste.pocoo.org/show/271842, hard disk settings begin on line 214), and I think I have configured it

  • SP12: CUP: Error for requesttype "change" at auto-provisioning

    Hello, We have an error while auto-provisioning a change-request in CUP. The request stages can be approved correctly but after the last stage, the request is rerouted to administrator because of escape-route settings. (auto provisioning failures) So

  • I have some old jam pack files with .aif can I copy into GB 2008 ?

    I think I had posted this in the wrong area,so am reposting again. Hi,, I have some jampacks and individual sounds with the .aif designation and I noticed that the files in GB 08 have designation .caf.. Would it hurt me to import or transfer/copy the