Portal failed to access remote resource due to network failures

Hi,
We have a portlet that allows users to upload files to a SQL Server database and make it available for other users to access. The portlet code is on our remote servers. Everything works fine in dev environment, but certain files fail in pre-prod and prod within the portal, but work fine when the code is executed outside the portal.
I keep getting this error:
Error - Portal failed to access remote resource due to network failures. Try again later or contact your portal administrator.     
What could the problem be?
Thank you for your help.
Rad

If the Studio service looks good on the remote server where Studio is installed (check that
the service is started and look in the Studio logs for any warnings or errors), you should
also verify the configuration settings in the Studio remote server object. Is it properly
configured and pointing to the correct remote server?
If so, check the portal servers access to the Studio server via the port specified in the remote
server (default is 11935). You can test this by doing a telnet test on the portal server. In a cmd
prompt (Windows) or on the CLI (Unix), type 'telnet [studioserver] 11935', where "<servername> is
the name of your Studio remote server. The screen should just go blank, meaning that there is
something accepting connections on that port on the given server. (We would hope it's the Studio
app and not another service occupying that port.) If you get "Could not open connection to the host"
or some such similar result, check that the network between the portal and the Studio remote server
is open (ie, make sure there isn't any port blocking or a firewall in place that would hinder the
communication between the two servers).

Similar Messages

  • Failed to add the resource due to error in the resource

    Mi problema es el siguiente:
    Tenemos el ORA 10G Release 2 (10.1.2.0.2), versión LITE, y a la hora de hacer ciertas operaciones se produce el siguiente error:
    avax.transaction.SystemException: Failed to add the resource due to error in the resource
    at com.evermind.server.ApplicationServerTransaction.enlistResource(ApplicationServerTransaction.java:260)
    at com.evermind.server.ApplicationServerTransaction.enlistResource(ApplicationServerTransaction.java:183)
    at com.hphis.corp.Transaccion.conectaBD(Transaccion.java:255)
    at com.hphis.corp.Transaccion.iniciarTransaccion(Transaccion.java:141)
    at com.hphis.edoctor.anotaciones.DocAnotacionBean.createNote(DocAnotacionBean.java:211)
    at edoctor.anotaciones._crearAnotacion._jspService(_crearAnotacion.java:211)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at com.hphis.corp.filters.logueo.LogueoFilter.doFilter(LogueoFilter.java:66)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at com.hphis.corp.filters.gzip.GZipFilter.doFilter(GZipFilter.java:56)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    El contenido de mi data-sources.xml es el siguiente:
    <?xml version="1.0"?>
    <!DOCTYPE data-sources PUBLIC "Orion data-sources" "http://www.orionserver.com/dtds/data-sources.dtd">
    <data-sources>
         <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="ibasededatos"
    location="jdbc/ibasededatos"
    xa-location="jdbc/xa/ibasededatosXA"
              ejb-location="jdbc/ibasededatos"
    pooled-location="jdbc/ibasededatos"
              connection-driver="com.informix.jdbc.IfxDriver"
    username="informix"
    password="informix"
    url=""
    max-connections="100"
    min-connections="2"
    inactivity-timeout="600"
    schema="database-schemas/informix.xml"
         </data-source>
    </data-sources>
    No pongo la url por motivos justificados, sale la IP de la BD a la que conecto.
    No consigo saber por qué, pero con un servidor Orion no pasa.

    Mi problema es el siguiente:
    Tenemos el ORA 10G Release 2 (10.1.2.0.2), versión LITE, y a la hora de hacer ciertas operaciones se produce el siguiente error:
    avax.transaction.SystemException: Failed to add the resource due to error in the resource
    at com.evermind.server.ApplicationServerTransaction.enlistResource(ApplicationServerTransaction.java:260)
    at com.evermind.server.ApplicationServerTransaction.enlistResource(ApplicationServerTransaction.java:183)
    at com.hphis.corp.Transaccion.conectaBD(Transaccion.java:255)
    at com.hphis.corp.Transaccion.iniciarTransaccion(Transaccion.java:141)
    at com.hphis.edoctor.anotaciones.DocAnotacionBean.createNote(DocAnotacionBean.java:211)
    at edoctor.anotaciones._crearAnotacion._jspService(_crearAnotacion.java:211)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at com.hphis.corp.filters.logueo.LogueoFilter.doFilter(LogueoFilter.java:66)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at com.hphis.corp.filters.gzip.GZipFilter.doFilter(GZipFilter.java:56)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    El contenido de mi data-sources.xml es el siguiente:
    <?xml version="1.0"?>
    <!DOCTYPE data-sources PUBLIC "Orion data-sources" "http://www.orionserver.com/dtds/data-sources.dtd">
    <data-sources>
         <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="ibasededatos"
    location="jdbc/ibasededatos"
    xa-location="jdbc/xa/ibasededatosXA"
              ejb-location="jdbc/ibasededatos"
    pooled-location="jdbc/ibasededatos"
              connection-driver="com.informix.jdbc.IfxDriver"
    username="informix"
    password="informix"
    url=""
    max-connections="100"
    min-connections="2"
    inactivity-timeout="600"
    schema="database-schemas/informix.xml"
         </data-source>
    </data-sources>
    No pongo la url por motivos justificados, sale la IP de la BD a la que conecto.
    No consigo saber por qué, pero con un servidor Orion no pasa.

  • EBS 11i - Concurrent Manager goes down due to network failure.

    Hi,
    We have a Single Node Oracle EBS 11i (11.5.10) [upgraded from 11.0.3] Production Instance on a Windows 2003 (32-Bit) server.
    We have UPS support for the Server but the Netwok Switch is not on UPS. Due to this whenever there is a power trip the network goes down and due to this the Concurrent Manager (only)goes down. All other Apps Tier and DB Tier services are up inlcluding the 806 Listener (APPS_SID).
    Is this how it is designed to work? Is there anyway to ensure that the Conc. Manager does not go down due to network failure.
    Rgds,
    Thiru

    Here it is
    Process monitor session ended : 02-OCT-2009 07:30:04
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 02-OCT-2009 07:43:16 -
    Shutting down Internal Concurrent Manager : 02-OCT-2009 07:45:56
    Reviver is not enabled, not spawning a reviver process.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPSMG encountered an ORACLE error. ORA-03114: not connected
    to ORACLE
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 3 _
    Routine FDPCRQ encountered an ORACLE error. ORA-03113: end-of-file on
    communication channel
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01564: ORACLE error 1041 in fdudat
    Cause: fdudat failed due to ORA-01041: internal error. hostdef extension doesn't exist.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROPTRN_1002@PROPTRN internal concurrent manager has terminated with status 1 - giving up.

  • Failed to access remotely to cam PVC2300

    Hi, I'm having a issue accessing remotely to 5 cameras through Internet.
    I enable different port to each camera (1024, 1025 and so on), i'm using static LAN IP for those cameras (even try using DHCP). I enable DDNS with my current domain, user and password.
    For my WAN service have a 2wire DSL Router with a dynamic IP.
    I already update the firmware on the cameras thinking that could be an issue.
    My problem is when i try to access using my "domaintocameras.xxx" does not giving any response. I try accessing disabling the port and using only the domain or enabling the port using "domaintocameras.xxx:1024".
    On the router I enable the DMZ option for the camera MAC address, when I do that I can have access but using my current WAN IP.
    First I thought that could be a 2wire or ISP problem but then enable the DMZ on the 2wire for a Linksys Switch (srw2024P) which does not support by itself the DDNS option and have access remotely to my switch using my domain registered on dyndns.
    Basically all of my tests were connecting directly to my 2wire one of the cameras and making test and configuration.
    I check on the dyndns website which WAN IP is giving me and it match to my current WAN.
    Even if a make a ping test to my current domain I get access to my current WAN IP.
    On the camera configuration parameters I enable the static IP address.
    The only difference that I configure on both devices were the DNS:
    For the switch enable the IP and as a gateway the router IP. The DNS configure the DNS that my ISP have.
    For the cameras enable the IP's, as a gateway the router IP (due it is directly connected to the router) but the DNS configured the router LAN IP.
    Please help!

    These products are being handled by the Cisco Small Business Support Community. (URL: https://supportforums.cisco.com/community/netpro/small-business)

  • Is this a bug or a feature? Failed to access remote jar

    I tried this thing:
    I have this aaa.jar which contains aaa.class and Data.class. In aaa.class, I use URLClassLoader to load some class from a remote jar (http://xxx/xxx/bbb.jar. In bbb.jar there is a class bbb.class and bbb.class has a method to use Data. Note, Data.class in already in aaa.jar.
    I run this aaa.jar without trouble locally, i.e. by
    java -jar aaa.jar.
    However, if I put aaa.jar into my server and write one jnlp file. Then I run aaa.jar from Web start from another machine. I got error:
    NoClassFound Data
    Note, bbb.jar is definitely downloaded from server to another computer. I also signed the jar, signed jnlp. I also set allpermission in jnlp.
    I am quite puzzled by this behavior. Can someone from Sun explain this for us. I personally think it is a bug of web start. However, it could be a hidden feature. If so, what is the way to overcome such difficulties.
    Of course, I can put Data.class into bbb.jar. But, that is not the point. I suppose not to do so since in aaa.jar Data.class is already there.

    Another thing you could do is to set your URLClassLoader as currentThread's contextClassLoader at the begining of your application:
    public static void main(String[] args) {
    ClassLoader cl = YourApplication.class.getClassLoader();
    URLClassLoader ucl = new URLClassLoader(urls, cl);
    try {
    EventQueue eq = Toolkit.getDefaultToolkit().getSystemEventQueue();
    eq.invokeAndWait(new Runnable() {
    public void run() {
         Thread.currentThread().setContextClassLoader(ucl);
    } catch (Exception e) {
    e.printStackTrace();
    masa

  • Error in executing root.sh - due to network failure

    Hi,
    My Grid Installation were almost complete. I am already executing root.sh for the first node but unfortunately the network seems to get hang based on the error I encountered while tailing the +/app/oraInventory/logs/installActions2010-07-31_09-38-00AM.log+ from node1
    Below is the part that encountered error.
    INFO: InstallProgressMonitor: Starting phase 512
    INFO: Saving Cluster Inventory
    INFO: Saving Cluster Inventory
    INFO: Running command '/tmp/OraInstall2010-07-31_09-38-00AM/oui/bin/runInstaller -jreLoc /tmp/OraInstall2010-07-31_09-38-00AM/jdk/jre -paramFile /tmp/OraInstall2010-07-31_09-38-00AM/oui/clusterparam.ini -silent -ignoreSysPrereqs -attachHome -noClusterEnabled ORACLE_HOME=/app/11.2.0/grid ORACLE_HOME_NAME=Ora11g_gridinfrahome1 CLUSTER_NODES=racnode01,racnode02 "INVENTORY_LOCATION=/app/oraInventory" LOCAL_NODE=racnode02 -remoteInvocation -invokingNodeName racnode01 -logFilePath "/app/oraInventory/logs" -timestamp 2010-07-31_09-38-00AM' on the nodes 'racnode02'.
    INFO: Invoking OUI on cluster nodes racnode02
    INFO: /tmp/OraInstall2010-07-31_09-38-00AM/oui/bin/runInstaller -jreLoc /tmp/OraInstall2010-07-31_09-38-00AM/jdk/jre -paramFile /tmp/OraInstall2010-07-31_09-38-00AM/oui/clusterparam.ini -silent -ignoreSysPrereqs -attachHome -noClusterEnabled ORACLE_HOME=/app/11.2.0/grid ORACLE_HOME_NAME=Ora11g_gridinfrahome1 CLUSTER_NODES=racnode01,racnode02 "INVENTORY_LOCATION=/app/oraInventory" LOCAL_NODE=racnode02 -remoteInvocation -invokingNodeName racnode01 -logFilePath "/app/oraInventory/logs" -timestamp 2010-07-31_09-38-00AM
    INFO: InstallProgressMonitor: Completed phase 512
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Setting status in index file as passed,as no last failed checkpoint is available.
    INFO: Checkpoint:Index file written and updated
    *INFO: Checkpoint:OUI-35006: Error in copying file '/app/grid/checkpoints/oui/checkpoint_Ora11g_gridinfrahome1.xml' present inside directory '/app/grid/checkpoints/oui' on nodes ''. [PRKC-1062 : Node list is null]*
    *INFO: Checkpoint:OUI-35006: Error in copying file '/app/grid/checkpoints/oui/index.xml' present inside directory '/app/grid/checkpoints/oui' on nodes ''. [PRKC-1062 : Node list is null]*
    *INFO: Checkpoint:Error in copying file '/app/grid/checkpoints/oui/index.xml' present inside directory '/app/grid/checkpoints/oui' on nodes ''. [PRKC-1062 : Node list is null]*
    INFO: Checkpoint:Transfer of file done from remote node
    INFO: Adding iterator oracle.sysman.oii.oiif.oiifw.OiifwRootShWCDE
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = /app/11.2.0/grid/install/chainedInstall/globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Number of root scripts to be executed = 2
    INFO: isSuccessfullInstallation: true
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus SUCCESS to the exit status set
    INFO: Completed setting up crssetup
    INFO: Number of root scripts to be executed = 2
    SEVERE: occured inside verify methodPRCI-1108 : Failed to check CRS running state for CRS home /app/11.2.0/grid on node racnode02
    PRCT-1003 : Failed to run "crsctl" on node "racnode02"
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    INFO: Cleaning up, please wait...
    INFO: Dispose the install area control object
    INFO: Update the state machine to STATE_CLEAN
    INFO: All forked task are completed at state setup
    INFO: Completed background operations
    i tried to restart or even reload the service network but connections failed and the only way to fix this is to restart both nodes. no problem with private connection because they can ping each other. I know the only last part in installation is running the root.sh script. And I know I am almost done.
    Note: I am trying to create virtual RAC servers using Virtualbox.
    Can someone help to fix the problem with running root.sh scripts?
    I tried to research related to my issue but it seems I did not find similar situation, I saw something about deconfigure root.sh but I am still reviewing it. Any help really appreciated.

    Thanks Belman for reply.
    I already tried the deconfigure of root.sh script, then after successful deconfiguration for both nodes, I tried to run the root.sh again, but the last part which updating the oraInventory failed, I am almost there.... (quite frustrated) :) but still smiling, this is the last part ... still have issues :)
    [root@racnode01 grid]# /app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= grid
    ORACLE_HOME= /app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]: y
    Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]: y
    Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]: y
    Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-08-01 06:24:56: Parsing the host name
    2010-08-01 06:24:56: Checking for super user privileges
    2010-08-01 06:24:56: User has super user privileges
    Using configuration parameter file: /app/11.2.0/grid/crs/install/crsconfig_params
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'racnode01'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'racnode01'
    CRS-2676: Start of 'ora.gipcd' on 'racnode01' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'racnode01'
    CRS-2676: Start of 'ora.gpnpd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'racnode01'
    CRS-2676: Start of 'ora.cssdmonitor' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'racnode01'
    CRS-2672: Attempting to start 'ora.diskmon' on 'racnode01'
    CRS-2676: Start of 'ora.diskmon' on 'racnode01' succeeded
    CRS-2676: Start of 'ora.cssd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'racnode01'
    CRS-2676: Start of 'ora.ctssd' on 'racnode01' succeeded
    ASM created and started successfully.
    DiskGroup CRS created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'racnode01'
    CRS-2676: Start of 'ora.crsd' on 'racnode01' succeeded
    Successful addition of voting disk 54643cab96eb4ff2bf66885ad582b6fb.
    Successfully replaced voting disk group with +CRS.
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 54643cab96eb4ff2bf66885ad582b6fb (ORCL:CRS) [CRS]
    Located 1 voting disk(s).
    CRS-2673: Attempting to stop 'ora.crsd' on 'racnode01'
    CRS-2677: Stop of 'ora.crsd' on 'racnode01' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'racnode01'
    CRS-2677: Stop of 'ora.asm' on 'racnode01' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'racnode01'
    CRS-2677: Stop of 'ora.ctssd' on 'racnode01' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'racnode01'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'racnode01' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'racnode01'
    CRS-2677: Stop of 'ora.cssd' on 'racnode01' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'racnode01'
    CRS-2677: Stop of 'ora.gpnpd' on 'racnode01' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'racnode01'
    CRS-2677: Stop of 'ora.gipcd' on 'racnode01' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'racnode01'
    CRS-2677: Stop of 'ora.mdnsd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.mdnsd' on 'racnode01'
    CRS-2676: Start of 'ora.mdnsd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'racnode01'
    CRS-2676: Start of 'ora.gipcd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'racnode01'
    CRS-2676: Start of 'ora.gpnpd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'racnode01'
    CRS-2676: Start of 'ora.cssdmonitor' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'racnode01'
    CRS-2672: Attempting to start 'ora.diskmon' on 'racnode01'
    CRS-2676: Start of 'ora.diskmon' on 'racnode01' succeeded
    CRS-2676: Start of 'ora.cssd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'racnode01'
    CRS-2676: Start of 'ora.ctssd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'racnode01'
    CRS-2676: Start of 'ora.asm' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'racnode01'
    CRS-2676: Start of 'ora.crsd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'racnode01'
    CRS-2676: Start of 'ora.evmd' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'racnode01'
    CRS-2676: Start of 'ora.asm' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.CRS.dg' on 'racnode01'
    CRS-2676: Start of 'ora.CRS.dg' on 'racnode01' succeeded
    CRS-2672: Attempting to start 'ora.registry.acfs' on 'racnode01'
    CRS-5014: Agent "/app/11.2.0/grid/bin/orarootagent.bin" timed out starting process "/app/11.2.0/grid/bin/acfsregistrymount" for action "start": details at "(:CLSN00009:)" in "/app/11.2.0/grid/log/racnode01/agent/crsd/orarootagent_root/orarootagent_root.log"
    (:CLSN00009:)Utils:execCmd aborted
    CRS-2676: Start of 'ora.registry.acfs' on 'racnode01' succeeded
    racnode01 2010/08/01 06:49:31 /app/11.2.0/grid/cdata/racnode01/backup_20100801_064931.olr
    Preparing packages for installation...
    cvuqdisk-1.0.7-1
    Configure Oracle Grid Infrastructure for a Cluster ... succeeded
    Updating inventory properties for clusterware
    You do not have sufficient permissions to access the inventory '/app/oraInventory/y'. Installation cannot continue. Make sure that you have read/write permissions to the inventory directory and restart the installer.: Permission denied+
    I did check the directory
    +[root@racnode01 ~]# ls -lrta /app/oraInventory/y+
    total 28
    -rwxr-xr-x 1 grid root     5036 Jul 31 11:56 oraenv
    -rwxr-xr-x 1 grid root     2415 Jul 31 11:56 dbhome
    -rwxr-xr-x 1 grid root     4143 Jul 31 11:56 coraenv
    drwxrwx--- 7 grid oinstall 4096 Jul 31 11:56 ..
    drwxr-xr-x 2 root root     4096 Jul 31 11:56 .
    I am not sure how will I deal with this one, if I missed something. If someone out there familiar with this, any help really appreciated. I am thinking if this is due to my previous run of root.sh (but not really sure)?

  • PRCR-1070 : Failed to check if resource ora.asm is registered

    I am facing issues while installing Grid Infrastrcture 11gR2 on a clustertered environment.
    This is a 11gR2 installation with ASMFS on RHEL 5.
    The binaries were installed on both the servers successfully but when running root.sh on node 1, there were some errors resulting in the failure of cluster installation.
    [root@ora11gR2RAC1 grid]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
       Copying dbhome to /usr/local/bin ...
       Copying oraenv to /usr/local/bin ...
       Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-08-09 22:56:28: Parsing the host name
    2010-08-09 22:56:28: Checking for super user privileges
    2010-08-09 22:56:28: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
      root wallet
      root wallet cert
      root cert export
      peer wallet
      profile reader wallet
      pa wallet
      peer wallet keys
      pa wallet keys
      peer cert request
      pa cert request
      peer cert
      pa cert
      peer root cert TP
      profile reader root cert TP
      pa root cert TP
      peer pa cert TP
      pa peer cert TP
      profile reader pa cert TP
      profile reader peer cert TP
      peer user cert
      pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'ora11gr2rac1'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.gipcd' on 'ora11gr2rac1' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.gpnpd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'ora11gr2rac1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.diskmon' on 'ora11gr2rac1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.ctssd' on 'ora11gr2rac1' succeeded
    ASM created and started successfully.
    DiskGroup DATA created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.crsd' on 'ora11gr2rac1' succeeded
    CRS-4256: Updating the profile
    Successful addition of voting disk 9994be77f8764f45bfe2d73eccdb6384.
    Successfully replaced voting disk group with +DATA.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ##  STATE    File Universal Id                File Name Disk group
    1. ONLINE   9994be77f8764f45bfe2d73eccdb6384 (ORCL:DISK1) [DATA]
    Located 1 voting disk(s).
    CRS-2673: Attempting to stop 'ora.crsd' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.crsd' on 'ora11gr2rac1' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.asm' on 'ora11gr2rac1' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.ctssd' on 'ora11gr2rac1' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'ora11gr2rac1' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.cssd' on 'ora11gr2rac1' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.gpnpd' on 'ora11gr2rac1' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.gipcd' on 'ora11gr2rac1' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'ora11gr2rac1'
    CRS-2677: Stop of 'ora.mdnsd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.mdnsd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.mdnsd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.gipcd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.gpnpd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'ora11gr2rac1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.diskmon' on 'ora11gr2rac1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.ctssd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.asm' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.crsd' on 'ora11gr2rac1' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'ora11gr2rac1'
    CRS-2676: Start of 'ora.evmd' on 'ora11gr2rac1' succeeded
    CRS-0184: Cannot communicate with the CRS daemon.
    PRCR-1070 : Failed to check if resource ora.asm is registered
    Cannot communicate with crsd
    add asm ... failed
    clsr_start_dg return error at loc: 70 rc=0
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4000: Command Create failed, or completed with errors.
    create diskgroup DATA ... failed
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4000: Command Add failed, or completed with errors.
    Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl add type ora.registry.acfs.type -basetype ora.local_resource.type -file /u01/app/11.2.0/grid/crs/template/registry.acfs.type
    add ora.registry.acfs.type ... failed
    PRCR-1070 : Failed to check if resource ora.net1.network is registered
    Cannot communicate with crsd
    add scan=ora11gRAC-scan ... failed
    Preparing packages for installation...
    cvuqdisk-1.0.7-1
    Configure Oracle Grid Infrastructure for a Cluster ... failed
    Updating inventory properties for clusterware
    Starting Oracle Universal Installer...
    Checking swap space: must be greater than 500 MB.   Actual 930 MB    Passed
    The inventory pointer is located at /etc/oraInst.loc
    The inventory is located at /u01/app/oraInventory
    'UpdateNodeList' was successful.crsd.log
    2010-08-10 15:20:02.195: [    AGFW][2587470736] Agent /u01/app/11.2.0/grid/bin/oraagent_oracle with pid:14636 connected to server.
    2010-08-10 15:20:02.195: [    AGFW][2587470736] Could not find the resource type [ ora.asm.type ]
    2010-08-10 15:20:02.195: [    AGFW][2587470736] Could not find the resource type [ ora.database.type ]
    2010-08-10 15:20:02.195: [    AGFW][2587470736] Could not find the resource type [ ora.discoveryserver.type ]
    2010-08-10 15:20:02.196: [    AGFW][2587470736] Could not find the resource type [ ora.diskgroup.type ]
    2010-08-10 15:20:02.196: [    AGFW][2587470736] Agfw Proxy Server sending message: RESTYPE_ADD[ora.eons.type] ID 8196:90 to the agent /u01/app/11.2.0/grid/bin/oraagent_oracle
    2010-08-10 15:20:02.197: [    AGFW][2587470736] Could not find the resource type [ ora.evm.type ]
    2010-08-10 15:20:02.197: [    AGFW][2587470736] Could not find the resource type [ ora.gipc.type ]
    2010-08-10 15:20:02.197: [    AGFW][2587470736] Could not find the resource type [ ora.gpnp.type ]
    2010-08-10 15:20:02.198: [    AGFW][2587470736] Agfw Proxy Server sending message: RESTYPE_ADD[ora.gsd.type] ID 8196:92 to the agent /u01/app/11.2.0/grid/bin/oraagent_oracle
    2010-08-10 15:20:02.198: [    AGFW][2587470736] Could not find the resource type [ ora.listener.type ]
    2010-08-10 15:20:02.198: [    AGFW][2587470736] Could not find the resource type [ ora.mdns.type ]
    2010-08-10 15:20:02.198: [    AGFW][2587470736] Agfw Proxy Server sending message: RESTYPE_ADD[ora.ons.type] ID 8196:94 to the agent /u01/app/11.2.0/grid/bin/oraagent_oracle
    2010-08-10 15:20:02.199: [    AGFW][2587470736] Could not find the resource type [ ora.scan_listener.type ]
    2010-08-10 15:20:02.199: [    AGFW][2587470736] Could not find the resource type [ ora.service.type ]
    2010-08-10 15:20:02.199: [    AGFW][2587470736] Could not find the resource type [ ora.supercluster.type ]
    2010-08-10 15:20:02.200: [    AGFW][2587470736] Agfw Proxy Server sending message: RESOURCE_ADD[ora.eons ora11gr2rac1 1] ID 4356:96 to the agent /u01/app/11.2.0/grid/bin/oraagent_oracleAny suggestions?

    Hi user;
    I belive its better to close thread here(change status to answered) and move your issue to Grid Computing >>RAC, ASM & Clusterware Installation forum part
    You can get more quick response there
    Regard
    Helios

  • Sign in has failed. Network failure.

    Hi All,
    We are half way through updating an iPad issue and after rebooting because the upload was hanging in the Folio Builder we cannot log in due to network failure. Cannot sign into https://digitalpublishing.acrobat.com either under any log in.
    http://status.adobedps.com/ is saying everything is fine, is anyone else having the same problem? Was working, if not a little slow, this morning but now we cannot access anything. Our internet connection seems fine and can access everything else.
    Any help would be appreciated.
    Thanks.

    You're not alone, check http://forums.adobe.com/message/5988644#5988644

  • Remote Resources: "A problem with the system proxy caused the connection to fail: End of file"

    Hi, I am trying to use "Remote Resources" on the current version of the Microsoft Remote Desktop for Android app, I can input the webfeed and it even shows the apps that I have configured on the server for "Remote App", sadly whenever
    I try to load any of the RemoteApps, I receive an error stating " A problem with the system proxy caused the connection to fail. End of File".
    I don't know what I can do to fix this, I've tried many things to no avail, also, normal Remote Desktop connections from the Microsoft Android app work flawlessly to the server.
    The relevant log is the following:
    [2014-Jan-09 04:40:54] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-09 04:40:54] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||ZWaveUtil
    remote.workingdirectory 
    remote.name ZWave Adapter Utility
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 200.5.68.10
      proxyPort = 8080
      sessionId = -1
    [2014-Jan-09 04:40:54] RDP (0): Using HttpConnect proxy at 200.5.68.10:8080
    [2014-Jan-09 04:40:54] RDP (0): Using Basic Authentication with username ''
    [2014-Jan-09 04:40:54] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    ASIOSocketAdapter (9): readSomething error. message: End of file. instance: 0x5d39d5c0
    RpcOverHttp (9): Stream error in endpoint 0x5abbc170 : A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleRead(): exception: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : Failed to read from channel: -1. instance: 0x5d39d5c0
    [2014-Jan-09 04:40:55] RDP (0): Disconnect initiated by client
    RpcOverHttp (9): Exception in endpoint 0x5abbc170 : Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-09 04:40:57] RDP (0): ------ END ACTIVE CONNECTION ------

    My problem is that the "proxy" is the proxy set up by my 3G configuration so, I tried connecting to the remote resources through my work wifi and I get the following:
    [2014-Jan-14 16:58:13] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 16:58:13] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username Administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=Administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 16:58:13] RDP (0): Not using any proxy
    [2014-Jan-14 16:58:13] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d474090
    RpcOverHttp (9): Stream error in endpoint 0x5d46b678 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d445158
    RpcOverHttp (9): Stream error in endpoint 0x5d49fa30 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Disconnect initiated by client
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 16:58:17] RDP (0): ------ END ACTIVE CONNECTION ------
    Now, I know the host can be resolved because: if I connect to the same host but on a full remote desktop (as opposed to just RemoteApp on it) I have no trouble either through 3G OR through my work connection.
    Moreover, I also tried directly inputting the IP as opposed to the web address of my server, I get the same error, that is the Remote Resources tab is able to access the feed (because it shows the available RemoteApps) but when I click an app it says it can't
    find the Host, here's the log for the connection directly to the IP address/rdweb/feed/webfeed.aspx :
    [2014-Jan-14 17:09:27] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 17:09:27] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 17:09:27] RDP (0): Not using any proxy
    [2014-Jan-14 17:09:27] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d372f28
    RpcOverHttp (9): Stream error in endpoint 0x5dd6b168 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d378de0
    RpcOverHttp (9): Stream error in endpoint 0x5e9cc1f0 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Disconnect initiated by client
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 17:09:31] RDP (0): ------ END ACTIVE CONNECTION ------
    I'm really puzzled here, I've tried checking if ports where open, and ports 443 and 3389 are wide open, I don't know what else it could be.

  • Hybrid Remote App Unable to Access this resource

    I am having a difficult time getting my Hybrid remote app to authenticate properly. Configuration is as follows:
    Hybrid Remote App collection with S2S VPN between remote app VNet and Azure VNet following the guide:
    http://blogs.msdn.com/b/rds/archive/2014/07/21/how-to-link-azure-remoteapp-to-an-existing-vnet.aspx
    Client Server model Application with the Client installed on custom remote app image and server side on azure Vnet along with a cloud DC
    DC Syncing with Azure AD using AAD Sync Services and utilizing the mail attribute for AAD Login ID
    Remote App deploys successfully and joins to the domain (I can see the computer objects in the specified OU). I am able to publish my apps an assign user access. I am also able login through the azure remote app application and see my published apps. 
    However once I try to launch the remote app it prompts me once again to login, which I do, then it hangs for a while before erroring out with the following message
    "An error occurred while remote desktop connection was accessing this resource. Retry the connection or contact your system administrator."
    Since this is a hybrid deployment I am able to login to the session host OS.  Whenever I do I am logged in with a temporary profile (I am not sure if this is normal or not).  I see very little in the event logs on the session host, nor the DC.
    I have verified connectivity between the remote app and the DC through ping both ways. The S2S VPN is up and functioning properly.  The session host and the DC have access to other domain resources and the web.  I have also seen documentation
    on a "'Known Issue" with this error related to large profile disks but this does not apply as I have never been able to successfully launch the app.  Any assistance with be greatly appreciated I am at my wits end. Please let me know
    if I can add any additional information that would help solve the issue.

    Hi,
    Do you have the User Principal Name (UPN) suffix that you are using configured in your Active Directory?  For example, say you use
    [email protected] for the initial sign on to Azure RemoteApp, and when you launch an application you also enter
    [email protected] in the second authentication prompt.  Is
    [email protected] a valid UPN in your cloud Active Directory--the AD that is hosted on your DCs?
    -TP

  • IOS RD Client Remote Resources "Failed to Parse RDP Configuration"

    I encounter the error below when attempting to connect to Remote Resources. This worked perfectly yesterday but hasn't at all today. I removed and added the RemoteApp entry on the 2008 R2 server but continue to encounter this error. Any help is greatly appreciated.
    "Failed to Parse RDP Configuration"
    Thanks,
    Randal

    Hi,
    Would you please provide us the log file for check.
    Settings -> Send log via email -> Post the log here.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Error during JNDI lookup Accessing Remote EJB (access to web service restricted using declarative security model)

    Hello everyone,
    I developed a Web Service prototype accessing remote EJB using the EJB
    control with special syntax in the jndi-name attribute: @jws:ejb
    home-jndi-name="t3://10.10.245.70:7131/AccountDelegatorEJB"
    Everything works fine, but I get an error when I restrict access to my web
    service with a declarative security model by implementing steps provided in
    help doc:
    - Define the web resource you wish to protect
    - Define which security role is required to access the web resource
    - Define which users are granted the required security role
    - Configure WebLogic Server security for my web service(Compatibility
    Security/Users)
    I launch the service by entering the address in a web browser. When prompted
    to accept the digital certificate, click Yes, when prompted for network
    authentication information, enter username and password, navigate to the
    Test Form tab of Test View, invoke the method by clicking the button and I
    get the following exception:
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookup failed for
    name:t3://10.10.245.70:7131/AccountDelegatorEJB]</faultstring>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during JNDI
    lookup from jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookup failed
    for name:t3://10.10.245.70:7131/AccountDelegatorEJB] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260) at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetSecure.retrieveVisaHistoryTxn(GetSecure.jws:64) </jwErrorDetail>
    </detail>
    </error>
    I have a simple Hello method as well in my WebService (which is also
    restricted) and it works fine, but remote EJB access doesn't. I tested my
    prototype on Weblogic 7.2 and 8.1 platforms - same result.
    Is that a bug or I am missing some additional configuration in order to get
    that working. Has anyone seen similar behavior? Is there a known resolution?
    Or a suggested way to work around the problem?
    Thank you.
    Andre

    Andre,
    It would be best if this issue is handled as an Eval Support case. Please
    BEA Customer Support at http://support.beasys.com along with the required
    files, and request that an Eval support case be created for this issue.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Andre Shergin" <[email protected]> wrote in message
    news:[email protected]...
    Anurag,
    I removed "t3", still get an error but a different one (Unable to create
    InitialContext:null):
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi://secuser1:[email protected]:7131/AccountDelegatorEJB[Unable to
    create InitialContext:null]</faultstring>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during JNDI
    lookup from
    jndi://secuser1:[email protected]:7131/AccountDelegatorEJB[Unable to
    create InitialContext:null] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260) at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetVisaHistoryTransactions.getVisaHistoryTxn(GetVisaHistoryTransactions
    .jws:67) </jwErrorDetail>
    </detail>
    </error>
    Note: inter-domain communication is configured properly. The Web Service to
    remote EJB works fine without a declarative security.
    Any other ideas?
    Thank you for your help.
    Andre
    "Anurag" <[email protected]> wrote in message
    news:[email protected]...
    Andre,
    It seems you are using the URL
    jndi:t3://secuser1:[email protected]:7131/AccountDelegatorEJB
    whereas you should not be specifying the "t3:" protocol.
    The URL should be like
    jndi://secuser1:[email protected]:7131/AccountDelegatorEJB
    Please do let me know if you see any issues with this.
    Note that this will only allow you to access remote EJBs in the same WLS
    domain. For accessing EJBs on another domain, you need to configure
    inter-domain communication by
    following a few simple steps as mentioned at
    http://e-docs.bea.com/wls/docs81/ConsoleHelp/jta.html#1106135. This link has
    been provided in the EJB Control Workshop documentation.
    Regards,
    Anurag
    "Andre Shergin" <[email protected]> wrote in message
    news:[email protected]...
    Raj,
    I tried that before, it didn't help. I got similar error message:
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi:t3://secuser1:[email protected]:7131/AccountDelegatorEJB[Lookup
    failed for
    name:t3://secuser1:[email protected]:7131/AccountDelegatorEJB]</faultstr
    ing>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during JNDI
    lookup from
    jndi:t3://secuser1:[email protected]:7131/AccountDelegatorEJB[Lookup
    failed for
    name:t3://secuser1:[email protected]:7131/AccountDelegatorEJB] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260) at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetSecure.retrieveVisaHistoryTxn(GetSecure.jws:64) </jwErrorDetail>
    </detail>
    </error>
    Anything else should I try?
    P.S. AccountDelegatorEJB, the remote EJB my Web Service calls is NOTaccess
    restricted.
    I hope there is a solution.
    Thanks,
    Andre
    "Raj Alagumalai" <[email protected]> wrote in message
    news:[email protected]...
    Andre,
    Can you try using the following url with username and password
    jndi://username:password@host:7001/my.resource.jndi.object ?
    once you add webapp level security, the authenticated is the user who
    invokes the EJB.
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/controls/ejb/con
    CreatingANewEJBControl.html?skipReload=true
    has more info on using remote EJB's.
    Hope this helps.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Alla Resnik" <[email protected]> wrote in message
    news:[email protected]...
    Hello everyone,
    I developed a Web Service prototype accessing remote EJB using the EJB
    control with special syntax in the jndi-name attribute: @jws:ejb
    home-jndi-name="t3://10.10.245.70:7131/AccountDelegatorEJB"
    Everything works fine, but I get an error when I restrict access to my
    web
    service with a declarative security model by implementing steps
    provided
    in
    help doc:
    - Define the web resource you wish to protect
    - Define which security role is required to access the web resource
    - Define which users are granted the required security role
    - Configure WebLogic Server security for my web service(Compatibility
    Security/Users)
    I launch the service by entering the address in a web browser. Whenprompted
    to accept the digital certificate, click Yes, when prompted for
    network
    authentication information, enter username and password, navigate tothe
    Test Form tab of Test View, invoke the method by clicking the buttonand
    I
    get the following exception:
    <error>
    <faultcode>JWSError</faultcode>
    <faultstring>Error during JNDI lookup from
    jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookup failed for
    name:t3://10.10.245.70:7131/AccountDelegatorEJB]</faultstring>
    <detail>
    <jwErrorDetail> weblogic.jws.control.ControlException: Error during
    JNDI
    lookup from jndi:t3://10.10.245.70:7131/AccountDelegatorEJB[Lookupfailed
    for name:t3://10.10.245.70:7131/AccountDelegatorEJB] at
    weblogic.knex.control.EJBControlImpl.acquireResources(EJBControlImpl.java:27
    8) at
    weblogic.knex.context.JwsInternalContext.acquireResources(JwsInternalContext
    .java:220) at
    weblogic.knex.control.ControlHandler.invoke(ControlHandler.java:260)at
    ibas.AccountControl.getTransactionHistory(AccountControl.ctrl) at
    ibas.GetSecure.retrieveVisaHistoryTxn(GetSecure.jws:64)</jwErrorDetail>
    </detail>
    </error>
    I have a simple Hello method as well in my WebService (which is also
    restricted) and it works fine, but remote EJB access doesn't. I testedmy
    prototype on Weblogic 7.2 and 8.1 platforms - same result.
    Is that a bug or I am missing some additional configuration in order
    to
    get
    that working. Has anyone seen similar behavior? Is there a knownresolution?
    Or a suggested way to work around the problem?
    Thank you.
    Andre

  • Root cause of error " Access denied. You do not have permission to perform this action or access this resource" - workflow - SharePoint 2013

    Good evening, technet community
    I hope you are doing well.
    When configuring my SharePoint workflow, I encounter the problem below:
    Problem Description:
    Let's say my domain is: test.com, my group user is: test\group , my user is: test\user1
    Except an admin account with full control at both "Web Application" and "Site Collection", all others account all have problem when creating a list item. After creating a list item, the workflow status is "cancelled" immediately
    with the following message:
    RequestorId: 262a35e4-99f4-40f0-929b-5d04b415f147. Details: System.ApplicationException: HTTP 401 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["10"],"SPRequestGuid":["262a35e4-99f4-40f0-929b-5d04b415f147"],"request-id":["262a35e4-99f4-40f0-929b-5d04b415f147"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Thu, 06 Nov 2014 12:14:28 GMT"],"Server":["Microsoft-IIS\/7.5"],"WWW-Authenticate":["NTLM"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access denied. You do not have permission to perform
    this action or access this resource."}}} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor,
    BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    - The workflow is still fail even I assign "full control" to my users group "test\group" – at Site Collection level.
    Surprisingly, I have successfully found a solution for this error message. However, I still have some points that I do not clearly understand. Let's start with my solution first.
    Solution:
    *** i. Assign permission policy at Web Application level – Central Admin site ***
    1. Central Administration ==> Application management
    ==> Manage Web application 
    2. Go to "permission policy", then create a new permission level. This permission level contains all "edit item" permission.
    3. Select "user policy", then I assign it directly to my user account: test\user1.
    *** ii. Assign "edit item" permission at Site Collection level ***
    1. Site Setting ==> Site permission
    2. Assign "Edit" permission to my test\group.
    (Actually I removed all permissions of my user group at Site Collection level. It seem my group has inherited permission from Web Application level, is that correct? )
    *** iii. Create a new list item and workflow runs ……. ***
    ==> My question is:
    1. Why I cannot assign permission to my users group - "test\group" -
     at "Web Application" level? Instead I have to assign permission policy for each users, one by one?
    2. Could you please let me know how to collect full detail error message of workflow status?
    Thank you very much! Have a nice weekend.

    Thank you for your very detail response.
    Point 1: Yes my 2 service: user profile & profile sync service are running. I performed "full synchronization" as well. Actually i've tried 3 another action plans before coming up with the solution i posted:
    *** Actions completed ***
    1. Activate the feature: workflow can use app permissions.
    Site actions > Site Settings > Site features >activate the feature below:
     Workflows can use app permissions
    2.
    Refresh trusted security token services metadata feed
    Get-SPTimerJob
    "RefreshMetadataFeed"
    | Start-SPTimerJob
    - then restart the machine.
    3. Start full user profile synchronization.
    Point 2:
    - Yes my user had Edit permission at workflow task list + list affected by workflow.
    I have just remove all permissions of my user at "Site Collection" level. However, when i show my user permissions at my workflow task list and my users still have "Edit" Permission ( assigned at Web Application level. These permissions
    still exist even after my workflow task list stop inheriting permission).
    ==> the problems probably belongs to "permission" at "Site Collection level". It seems "permission level at my Site Collection does not work". All users accounts are also suffer from the same issues except farm admin account
    ( which has full control at Web Application level).
    I would appreciate if your guys can guide me how to make "permission" at my "Site Collection level" work again?
    Thank you very much.

  • OSX Remote Desktop and RDGateway Remote Resources

    Is it possible or planned to support RDGateway for published Remote Resources, using Microsoft Remote Desktop for OSX?
    thanks

    Hi,
    I have just confirmed with the product group, RD Gateway is supported for Remote Resources. It does not have dedicated settings for Remote Resources.
    Furthermore, the feed server (RDWeb) must be reachable by the client. If a GW is needed then the administrator must have configured the published apps to use one.
    More information:
    Checklist: Make RemoteApp Programs Available from the Internet
    http://technet.microsoft.com/en-us/library/cc772415.aspx
    Configure the Remote Desktop Web Access Server to Allow Access from the Internet
    http://technet.microsoft.com/en-us/library/cc770330.aspx
    Many Obstacles in Publishing RemoteApps to the Internet in Windows Server 2012
    http://social.technet.microsoft.com/wiki/contents/articles/22276.many-obstacles-in-publishing-remoteapps-to-the-internet-in-windows-server-2012.aspx
    Best Regards.
    Jeremy Wu
    TechNet Community Support

  • Can iPads and Smartphones Access Remote Desktop Through "Access Anywhere" RDWeb?

    Is Remote Desktop Gateway required to log into a Windows 7 workstation remotely or can you connect from a mobile device using only the "Acess Anywhere" features built into Essentials Sever 2012 R2 using the Microsoft Remote Desktop App in downloaded
    from the app store?

    Hi,
    Thank you for posting in Windows Server Forum.
    Yeah we can access RD Web by using MRD for MAC, IOS and Android. Just we need to install the application on respective device and can access by Remote Resource. Please follow TechNet article where you can find the details.
    Microsoft Remote Desktop Clients
    http://technet.microsoft.com/en-us/library/dn473009.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

Maybe you are looking for

  • How to prorate mid month emp termination

    hey all, i have some employees that are being terminated as of 15th Jan 2009 some as of 20th Jan 2009. How can one handle such situations in the basic salary calculation formulas in payroll. all your comments are welcomed!

  • Individual Script for Keys of Remote Control

    Hello together, within my actual project, i need any script which can set an action on the number-keys of the remote control. The user press for example the "0" or the "4", then another Title-Set or anything starts. Unfortunately it have to be the nu

  • Forms session got disconnected during db node failure

    Hello All, Setup: Multi node configuration 1 node appl tier - running all services except the database (2nd node will be setup soon) 2 node db tier (10g RAC) During failover test, Invalid session error when shutdown of node where form session is conn

  • Parameters used by MD04

    Sorry about this, the real thread can be seen in : User Parameters used by MD04 "Good day SAP experts, i hope someone can help me, i need to know witch parameter ID MD04" Edited by: German Rodriguez on Oct 7, 2009 12:50 AM

  • Problem at reboot with 10.4.6

    On restart following 10.4.6 install Imac (dual core) would not fully boot up. Spinning beach ball for almost 15 min. I called Apple support and...They got me safe boot...from there I dragged startup items folder to deskstop and restarted. Everything