Remote Deployment permissions

Hi all,
I want to do a remote deployment from my pc to a cluster on different machines using the admin_client.jar file.
The example in the OC4J Deployment Guide is this :
java -jar admin_client.jar
deployer:oc4j:opmn://test-cycle.oracle.com/testunit
oc4jadmin_ welcome1+
-deploy
-file d:\temp\rupg\testru.ear
-deploymentName testru –bindAllWebApps
As you can see the example uses the oc4jadmin account to do a remote deployment.
That also works for me. However, when I use another test account that is not a member of the oc4j-administrators+ role (see system-jazn-data.xml) I get the following error:
+FINER: RMIConnection.writeDisconnectMessage Preparing to send disconnect message: Login failed Not authorized*+
FINE: RMIClient.lookup Failed during lookupjavax.naming.AuthenticationException: Not authorized
at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:100)
+...+
I already tried making the test account a member of the oc4j-app-administrators+ role. This gives the test account only com.evermind.server.rmi.RMIPermission Login.
However, a -validateURI or -deploy using the admin_client.jar still failes.
So my question is : Is there a list available somewhere of all the (jazn) permissions needed to do a remote deployment ? I couldn't find such a list in the deployment guide (10.1.3.4.0) ...
Regards,
Ronald Wouters

I found a solution to this problem.
The problem was that I was trying to do a remote deploy NOT to the default "home" oc4j instance but to another oc4j instance that I created in the same application server instance. I had given my test user only "RMIPermission login". However, this test user was defined only in the system-jazn-data.xml of the "home" oc4j instance.
I simply copied this xml over to the other oc4j instance, thereby setting up the same users, roles and permissions in the new oc4j instance as in the home instance.
After restarting the appserver, remote deployment using my test account worked just fine.
I'm pretty sure this is not the "official" way to do this because in a production environment you would probably not even have write permissions to the directory containing these xml files.
Can anyone tell me if the javasso stuff that I read about in the config and admin manual could be the "official" way to solve this kind of problem ? Or am I way off base here ?
Any insight would be much appreciated.
Regards.

Similar Messages

  • Studio 2 can create/see remote servers but not in remote deployment

    In Sun Studio Creator 2, I can create and see my remote servers but when I try to remote deploy my web app from "Deploy to Remote Server", my remote servers do not show up on the list (Only Add Remote Server is there).
    On my laptop with the same version of SSC, this is not a problem (I can see the remote servers in the deployment list) so I suspect that the problem is just on my desktop machine. The remote server settings are the same on both machines.
    I have tried reinstalling SSC with no success. If anyone has run into this or have any suggestions on how to fix this, I would appreciate it.
    -Rick

    Further update looking through the Creator log I found that I was getting the following error message below. Would a 503 error indicate an out of resource condition in my Sun Web Server?
    java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver:8888/https-admserv/bin/status
    at sun.reflect.GeneratedConstructorAccessor131.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1202)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1196)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:885)
    at org.netbeans.modules.j2ee.sun.ws61.ManagerImpl.syncRun(ManagerImpl.java:1509)
    at org.netbeans.modules.j2ee.sun.ws61.ManagerImpl.getTargets(ManagerImpl.java:198)
    at org.netbeans.modules.j2ee.sun.ws61.SunWebDeploymentManager.getTargets(SunWebDeploymentManager.java:274)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargetMap(ServerInstance.java:398)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargets(ServerInstance.java:356)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.initCoTarget(ServerInstance.java:1277)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.refresh(ServerInstance.java:293)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunningWithinMillis(ServerInstance.java:494)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.isRunning(ServerInstance.java:484)
    at org.netbeans.modules.j2ee.deployment.impl.ui.InstanceNode$2.run(InstanceNode.java:86)
    at org.openide.util.Task.run(Task.java:189)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
    Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver:8888/https-admserv/bin/status
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
    at org.netbeans.modules.j2ee.sun.ws61.ManagerImpl.syncRun(ManagerImpl.java:1492)

  • Remote deployment using JSC

    Can anyone help me understand why I can't remotely deploy my JSC projects from on computer to another? I have tried using Sun JAS 8.1, 8.2, and Glassfish but not one shows up for remote deployment from JSC after I've added them.

    Marco,
    Thanks for the pointers on Glassfish, I had turned my attention to it since I couldn't get the bundled Solaris 10 appserv to work - Thanks for saving me the wasted effort!
    I removed Glassfish, and reinstalled 8.2, I also downloaded a fresh JSC2update1 to replace my updated JSC2 original, and tada the thing appears!
    Hopefully, I can finally get some serious mileage out of JSC!

  • Setting up remote deployment sever

    I am trying to set up a remote deployment server in my JSC. Actually the deployment server (Java System Web Server) and the database server (MySQL server) are running in the localhost. I have done all the work but configuring the datasource.
    I need the JNDI name to configure the datasource. How can I find the JNDI name of the datasource?
    Thank you very much.

    The JNDI name of the datasource would same as datasource name you have consumed in Creator web application.
    Check out the Intgerating JDBC Driver and Configuring Connection Pool Configuration sections in this deployment tutorial, it should apply to Sun Java System Web Server as well
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/appserver7.html
    HTH,
    Sakthi

  • Remote deploy a war file in weblogic using ant script

    Hi,
    How do I remote deploy a war file in weblogic using ant script
    Thanks

    http://download.oracle.com/docs/cd/E13222_01/wls/docs100/programming/wldeploy.html

  • Jdeveloper remote deployment error

    Dear All,
    I have developed a fusion web application using jdeveloper 11g. I want to deploy it to a remote weblogic server (11gR1).
    When i am trying to deploy it to remote server from jdeveloper it gives me following error.
    [04:00:14 PM] ---- Deployment started. ----
    [04:00:14 PM] Target platform is (Weblogic 10.3).
    [04:00:15 PM] Retrieving existing application information
    [04:00:15 PM] Running dependency analysis...
    [04:00:15 PM] Building...
    [04:00:48 PM] Deploying 2 profiles...
    [04:00:50 PM] Wrote Web Application Module to E:\Santosh\projects\Java\jDeveloper Projects\TMS\ViewController\deploy\TMS_ViewController_webapp1.war
    [04:00:50 PM] Wrote Enterprise Application Module to E:\Santosh\projects\Java\jDeveloper Projects\TMS\deploy\TMS_application1.ear
    [04:00:53 PM] Deploying Application...
    [04:01:12 PM] [Deployer:149193]Operation 'deploy' on application 'TMS_application1' has failed on 'AdminServer'
    [04:01:12 PM] [Deployer:149193]Operation 'deploy' on application 'TMS_application1' has failed on 'AdminServer'
    [04:01:12 PM] [Deployer:149193]Operation 'deploy' on application 'TMS_application1' has failed on 'AdminServer'
    [04:01:12 PM] [Deployer:149193]Operation 'deploy' on application 'TMS_application1' has failed on 'AdminServer'
    [04:01:12 PM] [Deployer:149193]Operation 'deploy' on application 'TMS_application1' has failed on 'AdminServer'
    [04:01:12 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application TMS_application1 on WseeJmsServer,ReliableWseeJaxwsSAFAgent,AdminServer,ReliableWseeSAFAgent,WseeJaxwsJmsServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false]..
    [04:01:12 PM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [04:01:12 PM] See server logs or server console for more details.
    [04:01:12 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [04:01:12 PM] #### Deployment incomplete. ####
    [04:01:12 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Please tell me how to solve this error.
    -Thanks

    ADF Runtime libraries setup on Stand alone Weblogic server on Linux

  • Remote deploys from Windows to Linux fail with deployment plans on WLS 10.0

    Hi there,
    We're using WLS 10.0.1 running in a RHEL environment (actually CentOS release 4.7 for development), and attempting to perform remote deploys from Windows work stations using the weblogic.Deployer ant task.
    It works fine when not using deployment plans, or when performing a remote deploy from a unix based work station such as a Mac. However, introducing a deployment plan causes a failure only when run from Windows.
    The log trace follows:
    weblogic.Deployer -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -password ******** -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    weblogic.Deployer invoked with options: -debug -remote -verbose -upload -noexit -name obpservices -source C:\work\obf\ver4.0\services\target\obpservices.war -targets obEnterpriseServer -adminurl t3://wlsdev:7001 -user weblogic -redeploy -plan C:\work\obf\ver4.0\services/src/runtime/deployment-plans/steves-deployment-plan.xml
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at wlsdev:7001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using t3://wlsdev:7001
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.domainruntime
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://wlsdev:7001/jndi/weblogic.management.mbeanservers.runtime
    [DomainManager.resetDomain():36] : Getting new domain
    [DomainManager.resetDomain():39] : Using pending domain: false
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@359df4
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@375edb
    [ServerConnectionImpl.initialize():171] : Connected to WLS domain: obportal_domain
    [ServerConnectionImpl.setRemote():482] : Running in remote mode
    [ServerConnectionImpl.init():161] : Initializing ServerConnection : [email protected]9a
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [RedeployOperation.setupPaths():86] : in place redeploy: false from moduleArchive: C:\work\obf\ver4.0\services\target\obpservices.war
    [RedeployOperation.setupPaths():95] : redeploy src path: C:\work\obf\ver4.0\services\target\obpservices.war
    [BasicOperation.deriveAppName():140] : appname established as: obpservices
    <20/10/2009 10:47:57 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, obpservices [archive: C:\work\obf\ver4.0\services\target\obpservices.war], to obEnterpriseServer .>
    [ServerConnectionImpl.upload():658] : Uploaded app to /opt/bea/user_projects/domains/obportal_domain/servers/AdminServer/upload/obpservices
    [BasicOperation.dumpTmids():691] : Incoming tmids:
    [BasicOperation.dumpTmids():693] : {Target=obEnterpriseServer, WebLogicTargetType=server, Name=obpservices}, targeted=true
    [BasicOperation.loadGeneralOptions():608] : Delete Files:false
    Timeout :3600000
    Targets:
    obEnterpriseServer
    ModuleTargets={}
    SubModuleTargets={}
    Files:
    null
    Deployment Plan: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deplo
    yment-plan.xml
    App root: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices
    App config: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan
    Deployment Options: {isRetireGracefully=true,isGracefulProductionToAdmin=false,isGracefulIgnoreSessions=false,rmiGracePeriod=-1,retireTimeoutSecs=-1,undeployAllVersions=false,archiveVersion=null,planVersion=null,isLibrary=false,libSpecVersion=null,libImplVersion=null,stageMode=null,clusterTimeout=3600000,altDD=null,altWlsDD=null,name=obpservices,securityModel=null,securityValidationEnabled=false,versionIdentifier=null,isTestMode=false,forceUndeployTimeout=0,defaultSubmoduleTargets=true,timeout=0}
    [BasicOperation.execute():425] : Initiating redeploy operation for app, obpservices, on targets:
    [BasicOperation.execute():427] : obEnterpriseServer
    [RedeployOperation.initializeTask():55] : Starting task with path: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\app\obpservices.war
    java.io.FileNotFoundException: \opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.parsePlan(AbstractOperation.java:1027)
    at weblogic.deploy.internal.adminserver.operations.AbstractOperation.execute(AbstractOperation.java:133)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl$2.run(DeployerRuntimeImpl.java:816)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.performDeployerActions(DeployerRuntimeImpl.java:810)
    at weblogic.management.deploy.internal.DeployerRuntimeImpl.redeploy(DeployerRuntimeImpl.java:568)
    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:585)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:443)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:248)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:153)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    [ServerConnectionImpl.closeJMX():374] : Closed JMX connection
    [ServerConnectionImpl.closeJMX():386] : Closed Runtime JMX connection
    [ServerConnectionImpl.closeJMX():398] : Closed Edit JMX connection
    Note the file path that cannot be found: "\opt\bea\user_projects\domains\obportal_domain\servers\AdminServer\upload\obpservices\plan\steves-deployment-plan.xml ".
    Of course this file does actually exist when the correct path separators are used.
    Is this a bug? Is there anything we can do about it? The chances of us upgrading WLS are very remote unfortunately.
    Thanks in advance,
    Steve C

    This is something you should definitely file an Oracle support ticket for. It's entirely possible there's a patch for this.

  • How to remotely deploy adf application using ant script

    Please suggest some pointer on how to remotely deploy adf application using ant script.
    I have created automatic inbuild ant script using jdevloper and ojdeploy that create a war file into my adf application deploy folder.
    Now i want my war to be deploy remotely on weblogic server.
    Is there any inbuld functionality provided by jdeveloper for same.
    Can any one please share build.xml for adf application for deploying application remotely.
    I try to use wlserver but not much success.
    Thanks in advance.
    Sumit Bhasin

    [url http://download.oracle.com/docs/cd/E12839_01/web.1111/e13706/wldeploy.htm]the docs are pretty good.
    John

  • Remote deployment to Oracle10g AS 10.1.3

    How do I migrate existing deployment scripts for 9.0.4 to 10.1.3. Below is my current scripts which doesn't seems to work on 10.1.3.
    java -jar oc4j_remote_deploy.jar ... http://localhost:1810/Oc4jDcmServletAPI/ ...

    Hello,
    OracleAS 10g R3 (10.1.3) is a J2EE 1.4 compliant container of provide all the deployment, management and monitoring capabilities using JMX and related JSRs (77 for administration and monitoring; 88 for deployment).
    In 10.1.3, the utility to use do to remote deployment is to use the admin_client.jar that is available in the j2ee/home directory of: the stand alone OC4J, managed OracleAS or JDeveloper.In addition to the command line interface we also provide out of the box support for deployment using apache Ant.
    Here some document:
    - Deploying with the admin_client.jar Utility
    - Deploying with the OC4J Ant Tasks
    Regards
    Tugdual Grall

  • Missing remote deployment tab

    hai... the link provided by jayaram was extremely helpful and is exactly what i wanted...
    but to my fortune... i dont see the remote deployment servers tab in studio creator... can you tell me why... and where i can find it...
    i am having the latest trial version of the studio creator.....
    MR..

    Hi,
    Could you tell us which build you are using?You need to upgrade your IDE to update 7 to see the remote deployment servers tab.
    Thanks,
    RK.

  • Unable to remote deploy to Sun Java Application Server 9.1

    How do I configure Studio Creator to remote deploy to a stand alone sun Java Application server 9.1 installation ? I have tried configuring it as a remote deployment server in the IDE but that doesn't work.
    Edited by: TroyDuncan on Feb 19, 2008 2:25 PM

    See the following url for Supported deployment servers of the Sun Java Studio Creator IDE
    http://developers.sun.com/jscreator/sysreqs/depservers.jsp
    I would recommend using NetBeans . Sun Java Application Server 9.1 is tested with NetBeans:
    http://www.netbeans.org/community/releases/60/relnotes.html#supported_technologies
    Here are some urls to get started with NetBeans:
    http://www.netbeans.org/index.html
    http://www.netbeans.org/kb/index.html

  • Sharepoint 2013 list view quick edit does not work with out remote API permissions

    sharepoint 2013 list view quick edit does not work with out remote API permissions.
    When I give Use Remote Interfaces  -  Use SOAP, Web DAV, the Client Object Model or SharePoint Designer interfaces to access the Web site it works which is not an ideal situation..
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    This is true. If you use Fiddler to watch the requests from the list view quick edit you can see CSOM calls. For example when changing a value in a cell, when you tab out you will see the SetFieldValue and Update method calls on the list item.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Remote-deploy WebLogic with http/https?

    Hi,
    I want to do remote-deploy on WebLogic from command-line, and using the java-class weblogic.Deployer.
    After some experimentation locally, I can only get it to work by using the t3 protocol, like:
         java weblogic.Deployer -adminurl t3://localhost:7001/console ...
    If I say, instead:
         java weblogic.Deployer -adminurl http://localhost:7001/console ...
    I get Exception "Destination unreachable" so it seems the client cannot even detect the server.
    Is there a way to configure WebLogic, so it will accept http/https-connections for remote-control?

    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13702/wldeployer.htm#i1010724
    From the documentation:
    "In order to use an adminurl with the HTTP protocol, you must enable the HTTP tunneling option in the Administration Console."

  • Problem Remote Deploy Wily Introscope Agent

    Hi,
    I installed Wily Introscope EM and the Diagnostic Agent on Solution Manager (EhP1).
    Now, if I understand it, I can do a remote deploy of Introscope Agent, for example on Enterprise Portal.
    How can I do?
    Best Regards.
    Diego.

    Hi Diego,
    Do you also install an SMD agent on the portal system which one you want to managed via RCA? Also you need to run the Setup Wizard for Managed Systems for your portal.
    Please check SAP Note 1365123 - Installation of Diagnostics Agents. In this note you will find an attachment Agent_Installation_Strategy.ppt - describe the installation strategy of SMD agents and all agent rules which you need to follow.
    So one part is to get RCA running:
    1. Install a SMD agent per managed host.
    2. Define the technical system in SMSY Normal you have an SLD in your landscape and connect the Solution Manager to it or use the SLD from Solution Manager. After you define the technical system in SMSY or via SOLMAN_SETUP ->Managed System Configuration you go to Diagnostics Setup.
    3. You access this via Diagnostics work center or direct link http://solman_fqdn:<port>/smd
    4. Next go to Managed System -> Setup Wizard -> Select your to managed system <SID> - > check that system is Diagnostics Relevant (if not click on the managed products and set the relevant product for diagnostic u2013 also verify the Landscape setting light are green u2013 this means the technical system is well defined in SMSY)
    5. Click Setup <SID> Button -> on next screen you need to fill out all Java / Abap connection parameters (for the setup of Java systems you need a userid with j2ee admin rights)
    6. Please set the SMD agent in the right table u2013> Click on details arrow and then select the managed systemu2019s SMD agent and click on the set button. The SMD agent will now reboot wait until the agent is back -> Click on the Refresh button to see the status.
    7. Click Next and on the next screen you get a Summary of all setup steps
    8. Click on Setup. After the setup finished (all steps are green)
    9. Click on quit.
    Before your can deploy the IS agent from the Solution Manager you need to deploy the IS agent files via SDM to the Solution Manager. You can download the deployable IS agent from SAP Service Market Place:
    Support Packages and Patches -> Entry by Application Group -> SAP Technology Components -> SAP SOLUTION MANAGER -> SAP SOLUTION MANAGER 7.0 EHP 1 -> Entry by Components -> Agents for managed systems -> select your version for your IS EM and download the deployable agent via SolMan Diagnostics (File name like ISAGENTSMD801_01-10007435.SCA)
    Now you can start with the setup of the Introscope Agent (on the left menu bar under application selection).
    On the selection screen select first your IS Enterprise Manager then the IS Agent settings the relevant system.
    In the table select the J2EE node for which want you setup the agent (this need to be done for each Server node u2013 the IS agent runs inside of the J2EE node per server)
    Then click on Setup Introscope Agent u2026 Button u2013> select the Autoprobe Directives and click the Apply button. If every steps doen you need to reboot your managed JAVA system.
    Now you are ready to use the RCA tools and also see data in the IS Enterprise Manager.

  • Remote Deployment from JDeveloper using "Parent Application"

    Hi,
    I am newbie in remote deployment (from JDeveloper). I would like to deploy my application in the OAS 10g, but I want to set the "Parent Application" in a different value than default.
    Is it possible?
    Where could I find documentation of remote deployment alternatives (I cannot use the "dcmctl" command directly for security reasons)...
    Best regards and thank you in advance for your help.

    Check out this thread.
    Deploy Exception with new Jdeveloper 11.1.1.1.0

Maybe you are looking for