Exception when deploying application using admin console

Whenever I deploy an application using the admin console window, I get a DistributedExcpetion,
The application gets deployed though! so I am assuming that this is not very critical,
but If somebody can tell me what this is then It would be really helpful.
Thx-
Iqbal
Here is the exception stack trace:-
java.lang.reflect.InvocationTargetException: weblogic.management.DistributedManagementException:
Distributed Management [1 exceptions]
     at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:443)
     at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:298)
     at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
     at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
     at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
     at $Proxy10.setDeployed(Unknown Source)
     at java.lang.reflect.Method.invoke(Native Method)
     at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
     at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
     at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
     at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
--------------- nested within: ------------------
weblogic.management.console.utils.SetException: An error occurred while updating
Deployed on Proxy for mydomain:Name=cmeEJB,Type=Application - with nested exception:
[java.lang.reflect.InvocationTargetException - with target exception:
[weblogic.management.DistributedManagementException: Distributed Management [1 exceptions]]]
     at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
     at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
     at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Hi.
Thanks for the additional info.
I found 2 similar issues with similar stack traces for WLS 6.1 sp2. One of the issues we could not reproduce, and in the
end the customer reinstalled WLS and the problem went away. The other issue was found internally and is not currently
active. I'm not 100% sure your situation is identical to one of these.
Therefor I suggest the following course of action:
1. Since this is an intermittant problem try reinstalling WLS. If that doesn't help then...
2. open a case with support. It may not be a major issue, but we need to be sure of this.
Hope this helps,
Michael
Iqbal wrote:
I am running WLS version 6.1 with sp2. I get this error every once in a while.
Thx!
-Iqbal
Michael Young <[email protected]> wrote:
Hi.
This may be a known issue, but I need more info. What version (including
service pack level) of WLS are you running?
Also, if you are not running sp2 please apply it and test to see if you
are still seeing this.
Let me know what you find.
Thanks,
Michael
Iqbal wrote:
Whenever I deploy an application using the admin console window, I geta DistributedExcpetion,
The application gets deployed though! so I am assuming that this is notvery critical,
but If somebody can tell me what this is then It would be really helpful.
Thx-
Iqbal
Here is the exception stack trace:-
java.lang.reflect.InvocationTargetException: weblogic.management.DistributedManagementException:
Distributed Management [1 exceptions]
at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:443)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:298)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
at $Proxy10.setDeployed(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
--------------- nested within: ------------------
weblogic.management.console.utils.SetException: An error occurred whileupdating
Deployed on Proxy for mydomain:Name=cmeEJB,Type=Application - with nestedexception:
[java.lang.reflect.InvocationTargetException - with target exception:
[weblogic.management.DistributedManagementException: Distributed Management
[1 exceptions]]
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)--
Michael Young
Developer Relations Engineer
BEA Support
Michael Young
Developer Relations Engineer
BEA Support

Similar Messages

  • WebLogic 10.3 Problem when stop a deployed application from admin console

    I've deployed a web application inside webLogic 10.3 and Oracle jdk1.6 in a single server.
    The application starts up correctly. When I stop it the weblogic server says that it's really stopped but I can see that the application continues to write logs inside its log file.
    When I start again from the console the application fails to run up because it seems that remains some threads or instances of the previous start in the jvm.
    I think that the jvm of the deployed application is not stopped correctly but some instances or threads remains active.
    I've to restart the server completely.
    With others app servers I don't have this problem.
    There is a way to force the shutting down of entire jvm that starts with my application?
    Thanks for the support.

    I've deployed a web application inside webLogic 10.3 and Oracle jdk1.6 in a single server.
    The application starts up correctly. When I stop it the weblogic server says that it's really stopped but I can see that the application continues to write logs inside its log file.
    When I start again from the console the application fails to run up because it seems that remains some threads or instances of the previous start in the jvm.
    I think that the jvm of the deployed application is not stopped correctly but some instances or threads remains active.
    I've to restart the server completely.
    With others app servers I don't have this problem.
    There is a way to force the shutting down of entire jvm that starts with my application?
    Thanks for the support.

  • What is the security context when deploying application using SCCM 2012?

    As far as i know when using Group Policy the software is always installed under SYSTEM security context. However i cannot find any information related to SCCM 2012 (and deploying applications) security context.
    Also is there a difference in doing "Install for User" or "Install for Device/System"?
    Thanks

    Thanks. Just to confirm that if you use Group Policy and you Publish the msi for user when the user install it from Add/Remove Programs it is still going to be executed in SYSTEM security context?
    And while we are on this topic - is the above (about the security context in SCCM 2012) written anywhere in some official MS web page?
    Not sure about the context for Intellimirror, but for ConfigMgr it's as Ronnie and Torsten stated. This may be documented somewhere, not sure. Not everything is documented though -- in fact, I'd say less than 25% (probably less than 10%) of everything
    to be known about ConfigMgr is officially documented. Note that this is the same for any product -- there simply are far too many permutations and possibilities to document them all. 
    Jason | http://blog.configmgrftw.com

  • Exception when deploying application from workshop.

    Hi All,
    When I deploy the application from my workshop IDE I get follwoing exception. Not sure what this is...
    If any body has faced similar issue ? I am using workshop 9.2.1
    java.lang.NullPointerException
    at com.bea.staxb.buildtime.internal.bts.XmlTypeName.findTypeIn(XmlTypeName.java:559)
    at weblogic.wsee.bind.runtime.internal.RuntimeBindingsImpl.getSchemaTypeForXmlTypeName(RuntimeBindingsImpl.java:
    257)
    at weblogic.wsee.ws.WsBuilder.addXmlObject(WsBuilder.java:486)
    at weblogic.wsee.ws.WsBuilder.createXmlBeansBindings(WsBuilder.java:408)
    at weblogic.wsee.ws.WsBuilder.completeTypeInfo(WsBuilder.java:889)
    Truncated. see log file for complete stacktrace
    >
    <Jun 25, 2007 10:44:33 AM PDT> <Error> <Deployer> <BEA-149265> <Failure occured in the execution of deployment request w
    ith ID '1182793472425' for task '1'. Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "WivWSServic
    eServlethttp" failed to preload on startup in Web application: "wivWebServices".
    java.lang.NullPointerException
    at com.bea.staxb.buildtime.internal.bts.XmlTypeName.findTypeIn(XmlTypeName.java:559)
    at weblogic.wsee.bind.runtime.internal.RuntimeBindingsImpl.getSchemaTypeForXmlTypeName(RuntimeBindingsImpl.java:
    257)
    at weblogic.wsee.ws.WsBuilder.addXmlObject(WsBuilder.java:486)
    at weblogic.wsee.ws.WsBuilder.createXmlBeansBindings(WsBuilder.java:408)
    at weblogic.wsee.ws.WsBuilder.completeTypeInfo(WsBuilder.java:889)
    at weblogic.wsee.ws.WsBuilder.createRuntimeBindingProvider(WsBuilder.java:387)
    at weblogic.wsee.ws.WsBuilder.buildService(WsBuilder.java:135)
    at weblogic.wsee.ws.WsFactory.createServerService(WsFactory.java:55)
    at weblogic.wsee.server.servlet.WebappWSServlet.initRuntime(WebappWSServlet.java:67)
    at weblogic.wsee.server.servlet.WebappWSServlet.initImpl(WebappWSServlet.java:32)
    at weblogic.wsee.server.servlet.BaseWSServlet.init(BaseWSServlet.java:61)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:274)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1716)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1693)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1613)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2764)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:
    136)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:131)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(Deployment
    ReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiv
    erCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCal
    lbackDeliverer.java:67)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Hi
    Issue 1: Regarding the deployment issue, do you see the line in your JWS?
    Following soapbinding annotation:
    @SOAPBinding(style=SOAPBinding.Style.DOCUMENT, use=SOAPBinding.Use.LITERAL,parameterStyle=SOAPBinding.ParameterStyle.BARE)
    Change it to
    following soapbinding annotation:
    @SOAPBinding(style=SOAPBinding.Style.DOCUMENT, use=SOAPBinding.Use.LITERAL,parameterStyle=SOAPBinding.ParameterStyle.WRAPPED)
    it should deploy fine. This is a known issue and BARE style is unsupported as described at http://edocs.bea.com/workshop/docs92/relnotes/relnotes.html (look for CR283457)
    Here is what it says:
    CR283457 - XBeans are not supported as parameters or return type for doc/lit/bare operations.
    Use of Xbeans as a parameter or return type with doc/lit/bare bindings is not supported in operations or callbacks and will result in a failure during deployment.
    Platform: All
    Workaround: Use doc/lit/wrapped for services that use XBeans as parameters or return types.
    Issue 2: Failure on the client side
    Are you using clientgen and a java client for the webservice?
    I found a bug on the same issue CR340707 but it appears we don't support Xmlbeans with clientgen and was closed as NotSupported feature.
    Vimala-

  • Help with connection pool at system application server admin console 9.0

    Hi,
    I am trying to create a pool of oracle connections in system application server admin console, but when I ping to the server, it shows me the error: invalid oracle URL: OracleDataSource.makeURL.
    I have the jar file of the driver referenced in the classpath suffix field of the path settings.
    I have added all kind of combinations of additional properties, like
    serverName: 172.16.9.162
    databaseName: oradex07
    portNumber: 1521
    username: usr
    password: pwd
    or
    url: jdbc:oracle:thin:@172.16.9.162:1521:oradex07
    but it still showing me the same error

    Hey, I use this code to lookup session bean deployed in glassfish.
    Based on the glassfish EJB FAQ.
    Properties props = new Properties();
    props.setProperty("java.naming.factory.initial", "com.sun.enterprise.naming.SerialInitContextFactory");
    props.setProperty("java.naming.factory.url.pkgs", "com.sun.enterprise.naming");
    props.setProperty("java.naming.factory.state", "com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl");
    props.setProperty("org.omg.CORBA.ORBInitialHost", "localhost");
    props.setProperty("org.omg.CORBA.ORBInitialPort", "3700");
    InitialContext initialContext = new InitialContext(props);
    SessionBean bean = initialContext.lookup(ejbName);Cheers.

  • View Application without Admin Console

    I have deployed my JSF web application created using Sun Java Studio Creator 2 to the Sun Java System Application Server (8.1).
    To view my web application, I have to perform the following steps to start the Java Application Server
    Start -> All Programs -> Application Server -> Start Admin Server
    Start -> All Programs -> Application Server -> Admin Console
    This then brings a SSL certificate to accept. If I accept it, I am shown the Admin Console screen and then my web application is accessable from a browser on any machine. However if I dont accept the SSL certificate or if I do not go to the "Admin Console" login page on the server when I start the Java Application Server , I get the following error in my JSF application
    java.lang.IllegalAccessError: tried to access class javax.faces.context.FacesContext$1 from class javax.faces.context.FacesContext
    javax.faces.context.FacesContext. (FacesContext.java:308)
    How can I get my web application to work without having to go to the Admin Console login page every time I have to start the webserver. It works fine if I just go to the Admin Console page ... I dont even need to log into the Admin Console.

    Hi
    You can start Admin server outside creator and can access the admin console through a browser. Go to <creator-install-root>/SunAppserver8/bin directory in a command prompt and execute asadmin start-appserv command. Now type http://localhost:14848 (this is default) in a browser to access admin console. You may need to change the localhost to your servername and the port number to your adminport.
    Thanks
    Srini

  • Error while deploying application using enterprise manager website and dcmctl

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container. We are planning for deployment in few days to go it live. Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Are there any mandatory patches to be applied after installing 9ias Rel2?
    Thanks
    Srinath

    Try to fragment the 'ear' in less than 64k blocks or don't transmit as long raw.
    Please let me know if this works.

  • Exception when deploying a JSR 286 portlet into WebLogic+WebCenter

    I get the following exception when deploying a JSR 286 portlet into WebLogic:
    "<19-ene-2010 13H32' CET> <Error> <oracle.portlet.server.containerimpl.PortletApplicationImpl> <BEA-000000> <Error al procesar el archivo "/WEB-INF/portlet.xml" en la lÝnea 6 columna 68.
    org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'portlet-app'"
    The error message is in spanish. It means:
    "Error processing the file "/WEB-INF/portlet.xml at line 6 column 68"
    The portlet.xml of my portlet seems to be correct and I've deployed it in other portal servers. So I don't understand the error message.
    This is the portlet.xml of my portlet (eclipse XML validator said it was a valid XML)
    {code}
    <?xml version="1.0" encoding="UTF-8"?>
    <portlet-app version="2.0"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd
    http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
    xmlns:dnd="http://www.denodo.com/widget/portlet/portletjsr286">
    <portlet>
    <description>Test Inter Portlet Communication (JSR286)</description>
    <portlet-name>Test IPC</portlet-name>
    <display-name>Test IPC</display-name>
    <portlet-class>com.denodo.ipc.TestIPCPortlet</portlet-class>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <resource-bundle>PortletMessages</resource-bundle>
    <portlet-info>
    <title>Test IPC</title>
    <short-title>Test IPC</short-title>
    <keywords>Test IPC,Denodo</keywords>
    </portlet-info>
    </portlet>
    </portlet-app>
    {code}
    *How do I deploy my portlet*
    <li> I convert my portlet into to a WSRP portlet by executing
    +java -jar wsrp-predeploy.jar source EAR target EAR+
    as explained in http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e12405/wcadm_portlet_prod.htm#CHDECJHI)
    </li>
    <li>I try to deploy it into WebLogic with the WebLogic Console and I get this exception.
    </li>
    *My Environment*
    WebCenter Suite (11.1.1.2.0) + WebLogic Server (10.3.2) downloaded from the oracle.com. Default configuration
    S.O: Windows XP SP3
    *Thanks in advance for your time.*

    Hi,
    Are you including the Toplink jars in your EAR?
    -Patrick

  • How to create Users/Roles for ldap in weblogic without using admin console

    Is it possible to create Users/Roles for ldap in weblogic without using admin console? if possible what are the files i need to modify in DefaultDomain?
    or is there any ant script for creating USers/Roles?
    Regards,
    Raghu.
    Edited by: user9942600 on Jul 2, 2009 1:00 AM
    Edited by: user9942600 on Jul 2, 2009 1:58 AM

    Hi..
    You can use wlst or jmx to perform all security config etc.. same as if it were perfomred from the admin console..
    .e.g. wlst create user
    ..after connecting to admin server
    serverConfig()
    cd("/SecurityConfiguration/your_domain_name/Realms/myrealm/AuthenticationProviders/DefaultAuthenticator")
    cmo.createUser("userName","Password","UserDesc")
    ..for adding/configuring a role
    cd("/SecurityConfiguration/your_domain_name/Realms/myrealm/RoleMappers/XACMLRoleMapper")
    cmo.createRole('','roleName', 'userName')
    ...see the mbean docs for all the different attributes, operations etc..
    ..Mark.

  • Application Server Admin Console Login

    I like to know the default username and password of the Application Server Admin Console. (Server Navigator>Show Admin Console).
    At the end of the installation of JSC this login details are displayed but now I have forgotten. Please anyone help me.
    Thank you very much.

    Try "admin" and "adminadmin".

  • Class cast exception when deploying in Solaris

    I have an application which has LdapRealmV2 configured and I'm programmatically checking
    permission for a group. The code when deployed on a windows environment is working
    fine. I now tried to deploy the same in a Solaris clustered environment. I get a
    class cast exception weblogic.security.LdapRealmv2.LDAPGroup when I try executing
    the Security.hasPermission(principal, acl, permission, '.') method.

    Karl,
    Did you build the service using the <jwsc> ant task? If so, the default is to build a JAX-RPC service. Please specify the attribute type="JAXWS" in order to build a JAX-WS service.
    You can verify the type of a web service using the WebLogic console. The type is displayed on the general page for a service and will either be "JAXRPC" or "JAXWS".

  • Exception when executing rules using portal

    Sorry for the unformatted post, but this is all I can do with the HTML client.....
    It looks like the p13nConsoleApp is not deployed properly.
    We are receiving the following exception when we execute a 'rule' in portal.
    ava.rmi.RemoteException: Error in ejbCreate:; nested exception is: javax.ejb.CreateException:
    javax.management.InstanceNotFoundException: Unable to find EventServiceConfig=null
    with parent twistDomain:ApplicationConfig=soe,Location=twist,Name=soe,Type=ApplicationConfigurationConfig.
    javax.ejb.CreateException: javax.management.InstanceNotFoundException: Unable
    to find EventServiceConfig=null with parent twistDomain:ApplicationConfig=soe,Location=twist,Name=soe,Type=ApplicationConfigurationConfig.
    at com.bea.p13n.events.internal.EventServiceBean.ejbCreate(EventServiceBean.java:154)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_Impl.ejbCreate(EventServiceBean_kh7q5h_Impl.java:117)
    at java.lang.reflect.Method.invoke(Native Method) at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:151)
    at weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:101)
    at weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:148)
    at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:127) at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:61)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_EOImpl.dispatchEvent(EventServiceBean_kh7q5h_EOImpl.java:29)
    at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEventHelper.java:132)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.sendRuleEvent(RulesAdvisletImpl.java:386)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.getAdvice(RulesAdvisletImpl.java:211)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89) at
    com.bea.p13n.advisor.internal.CompoundAdvisletImpl.getAdvice(CompoundAdvisletImpl.java:102)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89) at
    com.bea.p13n.advisor.internal.EjbAdvisorImpl.getAdvice(EjbAdvisorImpl.java:77)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl_8wtzgj_EOImpl.getAdvice(EjbAdvisorImpl_8wtzgj_EOImpl.java:102)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.includeBody(DivTag.java:115) at com.bea.p13n.servlets.jsp.taglib.DivTag.doStartTag(DivTag.java:181)
    at jsp_servlet.__billinginformation_mainsummary._jspService(__billinginformation_mainsummary.java:822)
    On the console it appears that the p13nConsoleApp is not deployed.
    Here is our config.xml file
    <?xml version="1.0" encoding="UTF-8"?> <!--Last updated on: Tue Mar 11 12:56:06
    GMT-07:00 2003, If your domain is active, please do not edit the config.xml file.
    Any changes made to that file while the domain is active will not have any effect
    on the domain's configuration and are likely to be lost. If your domain is inactive,
    you may edit this file with an XML editor. If you do so, please refer to the BEA
    Weblogic Server Configuration Reference documentation available from http://edocs.bea.com/wls/docs70/config_xml.
    In general, we recommend that changes to your configuration file be made through
    the Administration Console.--> <Domain ConfigurationVersion="7.0.0.0" Name="twistDomain">
    app tag removed <!--- Application Deployed="true" Name="p13nConsoleApp" Path="/opt/bea7sp1/weblogic700/portal/lib"
    TwoPhase="true"> <WebAppComponent Name="p13nConsole" Targets="twist" URI="p13nConsole.war"/>
    </Application> <Application Deployed="true" Name="soe" Path="./applications/soeApp.ear"
    StagedTargets="" TwoPhase="true"> <ApplicationConfiguration Name="soe" Targets="twist"
    URI="META-INF/application-config.xml"/> <EJBComponent Name="SOE_usermgmt" Targets="twist"
    URI="SOE_usermgmt.jar"/> <EJBComponent Name="accountMgmt" Targets="twist" URI="accountMgmt.jar"/>
    <EJBComponent Name="c2kmaintenance" Targets="twist" URI="c2kmaintenance.jar"/>
    <EJBComponent Name="ejbadvisor" Targets="twist" URI="ejbadvisor.jar"/> <EJBComponent
    Name="events" Targets="twist" URI="events.jar"/> <EJBComponent Name="failOver"
    Targets="twist" URI="failOver.jar"/> <EJBComponent Name="orderMgmt" Targets="twist"
    URI="orderMgmt.jar"/> <EJBComponent Name="pipeline" Targets="twist" URI="pipeline.jar"/>
    <EJBComponent Name="property" Targets="twist" URI="property.jar"/> <EJBComponent
    Name="referenceData" Targets="twist" URI="referenceData.jar"/> <EJBComponent Name="rules"
    Targets="twist" URI="rules.jar"/> <EJBComponent Name="services" Targets="twist"
    URI="services.jar"/> <EJBComponent Name="tuxedoServices" Targets="twist" URI="tuxedoServices.jar"/>
    <WebAppComponent Name="masterDataSync.war" URI="masterDataSync.war"/> <WebAppComponent
    Name="orderService" Targets="twist" URI="orderService.war"/> <WebAppComponent
    Name="orderServiceDataSync" Targets="twist" URI="dataSync.war"/> </Application>
    <ApplicationManager Name="twistDomain"/> <CachingRealm BasicRealm="C2kCustomRealm"
    CacheCaseSensitive="true" Name="SoeCachingRealm"/> <CustomRealm ConfigurationData="IgnorePrincipals=system,Administrators,everyone,guest,SoeUsers,admin;GroupName=SoeUsers"
    Name="C2kCustomRealm" RealmClassName="com.qwest.wireless.soe.security.C2kSecurityRealm"/>
    <EmbeddedLDAP Credential="{3DES}fEhMlTXHx3AEUUOg/nNBOWobvlCzwMdsztHoPLEE5Kc="
    Name="twistDomain"/> <FileRealm Name="wl_default_file_realm"/> <JDBCConnectionPool
    DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="1" MaxCapacity="5"
    Name="dataSyncPool" Properties="user=portal7;password=portal7;dll=ocijdbc8;protocol=thin"
    Targets="twist,twist" TestConnectionsOnReserve="true" TestTableName="dual" URL="jdbc:oracle:thin:@pcsdev05:1521:soews104"/>
    <JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="1"
    MaxCapacity="5" Name="jmsPool" Properties="user=jmstore;password=jmstore;dll=ocijdbc8;protocol=thin"
    Targets="twist" TestConnectionsOnReserve="true" TestTableName="dual" URL="jdbc:oracle:thin:@pcsdev05:1521:soews104"/>
    <JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="1"
    MaxCapacity="10" Name="oracleCommercePool" Properties="user=portal7;password=portal7;dll=ocijdbc8;protocol=thin"
    Targets="twist" TestConnectionsOnReserve="true" TestTableName="dual" URL="jdbc:oracle:thin:@pcsdev05:1521:soews104"/>
    <JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="1"
    MaxCapacity="20" Name="oraclePool" Properties="user=supdt;password=supdt;dll=ocijdbc8;protocol=thin"
    Targets="twist" TestConnectionsOnReserve="true" TestTableName="dual" URL="jdbc:oracle:thin:@pcsdev05:1521:soews104"/>
    <JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="1"
    MaxCapacity="5" Name="pdb" Properties="user=supdt;password=supdt;dll=ocijdbc8;protocol=thin"
    RefreshMinutes="2" Targets="twist" TestConnectionsOnReserve="true" TestTableName="dual"
    URL="jdbc:oracle:thin:@pcsdev05:1521:soews104"/> <JDBCConnectionPool ConnLeakProfilingEnabled="false"
    DriverName="oracle.jdbc.driver.OracleDriver" EnableResourceHealthMonitoring="true"
    InitialCapacity="1" JDBCXADebugLevel="0" KeepLogicalConnOpenOnRelease="false"
    KeepXAConnTillTxComplete="false" MaxCapacity="5" Name="rtma" NeedTxCtxOnClose="false"
    NewXAConnForCommit="false" PrepStmtCacheProfilingEnabled="false" PrepStmtCacheProfilingThreshold="10"
    PreparedStatementCacheSize="10" Properties="user=rtma;password=rtma;dll=ocijdbc8;protocol=thin"
    RecoverOnlyOnce="false" RefreshMinutes="2" SqlStmtMaxParamLength="10" SqlStmtParamLoggingEnabled="false"
    SqlStmtProfilingEnabled="false" Targets="twist" TestConnectionsOnReserve="true"
    TestTableName="dual" URL="jdbc:oracle:thin:@pcsc2k:1521:rtmatst" XAEndOnlyOnce="false"/>
    <JDBCDataSource JNDIName="jmsPool" Name="jmsPool" PoolName="jmsPool" Targets="twist"/>
    <JDBCDataSource JNDIName="oraclePool" Name="oraclePool" PoolName="oraclePool"
    Targets="twist"/> <JDBCDataSource JNDIName="oracleProductCatalogPool" Name="pdbsource"
    PoolName="pdb" Targets="twist"/> <JDBCDataSource JNDIName="oracleRtmaPool" Name="rtmasource"
    PoolName="rtma" RowPrefetchEnabled="false" RowPrefetchSize="48" StreamChunkSize="256"
    Targets="twist"/> <JDBCTxDataSource JNDIName="weblogic.jdbc.jts.commercePool"
    Name="commercePool" PoolName="oracleCommercePool" Targets="twist"/> <JDBCTxDataSource
    JNDIName="weblogic.jdbc.jts.dataSyncPool" Name="dataSyncPool" PoolName="dataSyncPool"
    Targets="twist,twist"/> <JDBCTxDataSource EnableTwoPhaseCommit="true" JNDIName="txOraclePool"
    Name="txOraclePool" PoolName="oraclePool" Targets="twist"/> <JMSJDBCStore ConnectionPool="jmsPool"
    Name="RebateMsgStore" PrefixName="rebate"/> <JMSServer Name="SoeJMSServer" Store="RebateMsgStore"
    Targets="twist"> <JMSQueue JNDIName="SoeOrderResubmit" Name="OrderResubmitJMSQueue"
    StoreEnabled="false"/> <JMSQueue JNDIName="SoeOrderSubmit" Name="OrderSubmitJMSQueue"
    StoreEnabled="false"/> <JMSQueue JNDIName="SoeReferenceDataRefresh" Name="ReferenceDataJMSQueue"
    StoreEnabled="false"/> <JMSQueue JNDIName="SoeTransactionHistoryLog" Name="TransactionHistoryLogJmsQueue"
    StoreEnabled="false"/> <JMSQueue JNDIName="CCARefundSubmit" Name="TuxServicesJMSQueue"
    RedeliveryDelayOverride="30000" StoreEnabled="true"/> <JMSTopic JNDIName="SoeFailoverReload"
    Name="FailoverReloadTopic" StoreEnabled="false"/> </JMSServer> <JTA Name="twistDomain"
    TimeoutSeconds="120"/> <Log FileCount="14" FileMinSize="1" FileName="logs/domain.log"
    Name="twistDomain" NumberOfFilesLimited="true" RotationType="byTime"/> <PasswordPolicy
    LockoutDuration="15" LockoutThreshold="4" Name="wl_default_password_policy"/>
    <Realm CachingRealm="SoeCachingRealm" FileRealm="wl_default_file_realm" Name="soe_security_realm"/>
    <SNMPAgent Name="twistDomain"/> <Security CompatibilityMode="true" Name="twistDomain"
    PasswordPolicy="wl_default_password_policy" Realm="soe_security_realm" RealmSetup="true"/>
    <SecurityConfiguration Credential="{3DES}x9Dc91liWeYhTCNCdL6p4XSuwuE/vQYuxUx00OHkQfou++Nz7ir8dA5r54wIVykPJ9ELRmVMKEUYFP33OWI2AyxwRZpHGZWv"
    Name="twistDomain"/> <Server Name="blank"> <COM Name="blank"/> <ExecuteQueue Name="default"/>
    <IIOP Name="blank"/> <JTAMigratableTarget Cluster="" Name="blank" UserPreferredServer="blank"/>
    <JTARecoveryService Name="blank"/> <KernelDebug Name="blank"/> <Log Name="blank"/>
    <SSL Name="blank"/> <ServerDebug Name="blank"/> <ServerStart Name="blank"/> <WebServer
    Name="blank"/> </Server> <Server ListenPort="4501" Name="twist" ServerVersion="7.0.1.0"
    TransactionLogFilePrefix="tlogs/"> <COM Name="twist"/> <ExecuteQueue Name="default"
    ThreadCount="15"/> <IIOP Name="twist"/> <JTAMigratableTarget Cluster="" Name="twist"
    UserPreferredServer="twist"/> <JTARecoveryService Name="twist"/> <KernelDebug
    Name="twist"/> <Log FileCount="14" FileMinSize="1" FileName="logs/twist.log" Name="twist"
    NumberOfFilesLimited="true" RotationType="byTime"/> <SSL ListenPort="4502" Name="twist"/>
    <ServerDebug Name="twist"/> <ServerStart Name="twist"/> <WebServer LogFileName="logs/access.log"
    LogRotationPeriodMins="1440" LogRotationType="date" LoggingEnabled="true" Name="twist"/>
    </Server> <StartupClass ClassName="com.qwest.wireless.soe.services.ejb.C2kTransactionHistoryQueueRefreshStartup"
    Name="C2kTransactionHistoryLogging queue refresh scheduler startup class" Targets="twist"/>
    <StartupClass ClassName="com.qwest.wireless.soe.services.ejb.C2kServiceReportStartup"
    Name="MyStartup Class" Targets="twist"/> <StartupClass ClassName="com.qwest.wireless.soe.referenceData.ejb.ReferenceDataStartup"
    Name="ReferenceDataStartupClass" Targets="blank"/> <WLECConnectionPool MaximumPoolSize="5"
    MinimumPoolSize="1" Name="ProductAvailabilityPool" PrimaryAddresses="//pcsdev50:14502"
    Targets="twist" WLEDomain="PA_WLE_JAVA"/> <WLECConnectionPool FailoverAddresses="//sia-co5:31011"
    MaximumPoolSize="5" MinimumPoolSize="1" Name="SIAWLECConnectionPool" PrimaryAddresses="//sia-co6:31011"
    Targets="twist" WLEDomain="SIA_DASC"/> <WTCServer Name="twist" Targets="twist">
    <WTCExport EJBName="com.qwest.wireless.soe.tuxedoServices.ejb.TuxCCAAdapter" LocalAccessPoint="TWIST_DOM"
    Name="Refund" ResourceName="CCA_REFUND"/> <WTCImport LocalAccessPoint="TWIST_DOM"
    Name="C2k_1" RemoteAccessPointList="TWISTELINK1,TWISTELINK2" ResourceName="ASMBLR_SOE"/>
    <WTCImport LocalAccessPoint="TWIST_DOM" Name="C2k_2" RemoteAccessPointList="TWISTELINK2,TWISTELINK1"
    ResourceName="ASMBLR_SOE"/> <WTCLocalTuxDom AccessPoint="TWIST_DOM" AccessPointId="TWIST_DOM"
    BlockTime="70" ConnectionPolicy="ON_DEMAND" Interoperate="Yes" NWAddr="//nexus:4503"
    Name="TWIST_DOM" Security="NONE"/> <WTCRemoteTuxDom AccessPoint="TWISTELINK1"
    AccessPointId="TWISTELINK1" LocalAccessPoint="TWIST_DOM" NWAddr="//pcsdev53:14548"
    Name="TWISTELINK1"/> <WTCRemoteTuxDom AccessPoint="TWISTELINK2" AccessPointId="TWISTELINK2"
    LocalAccessPoint="TWIST_DOM" NWAddr="//nowhere:9999" Name="TWISTELINK2"/> </WTCServer>
    </Domain>
    Cheers Philipp

    Hi Karol,
    thanks for your answer.
    I also had this SP synchronization issue regarding other problems with the execution of web templates. See my post <a href="https://forums.sdn.sap.com/thread.jspa?threadID=209587">https://forums.sdn.sap.com/thread.jspa?threadID=209587</a>.
    I will once again ask the basis team, if the two SP-levels are identical.
    Regards,
    Philipp

  • Exception while deploying Application Remotely

    Hello Everybody,
    I am facing an exception while doing remote deployment from Windows box to WL server on Solaris box.
    Please look into the attached error and let me know your suggestions.
    *[wldeploy] javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'*
    Your help is appreciated….
    Thanks in advance,
    Prasad Charyulu.
    deploy:
    [wldeploy] weblogic.Deployer -debug -remote -verbose -upload -noexit -name rsp_act_bundle8 -source E:\Workspaces\build\Deploy\dist\rsp_act.ear -targets rspadmin -adminurl t3://Myserver.org:8006 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -debug -remote -verbose -upload -noexit -name rsp_act_bundle8 -source E:\Workspaces\build\Deploy\dist\rsp_act.ear -targets rspadmin -adminurl t3://Myserver.org:8006 -user weblogic -deploy
    [wldeploy] [WebLogicDeploymentManagerImpl.&lt;init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at Myserver.org:8006, as user weblogic
    [wldeploy] [ServerConnectionImpl.getEnvironment():288] : setting environment
    [wldeploy] [ServerConnectionImpl.getEnvironment():291] : getting context using t3://Myserver.org:8006
    [wldeploy] [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://Myserver.org:8006/jndi/weblogic.management.mbeanservers.domainruntime
    [wldeploy] [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://Myserver.org:8006/jndi/weblogic.management.mbeanservers.runtime
    [wldeploy] [DomainManager.resetDomain():36] : Getting new domain
    [wldeploy] [DomainManager.resetDomain():39] : Using pending domain: true
    [wldeploy] [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@1bb9a58
    [wldeploy] [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@1bb9a58
    [wldeploy] [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@1f0aecc
    [wldeploy] [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@1f0aecc
    [wldeploy] [ServerConnectionImpl.initialize():171] : Connected to WLS domain: rspdomain06
    [wldeploy] [ServerConnectionImpl.setRemote():482] : Running in remote mode
    [wldeploy] [ServerConnectionImpl.init():161] : Initializing ServerConnection : [email protected]f12
    [wldeploy] [BasicOperation.dumpTmids():689] : Incoming tmids:
    [wldeploy] [BasicOperation.dumpTmids():691] : {Target=rspadmin, WebLogicTargetType=server, Name=rsp_act_bundle8}, targeted=true
    [wldeploy] [BasicOperation.deriveAppName():140] : appname established as: rsp_act_bundle8
    [wldeploy] &lt;Aug 27, 2009 2:25:32 PM PDT> &lt;Info> &lt;J2EE Deployment SPI> &lt;BEA-260121> &lt;Initiating deploy operation for application, rsp_act_bundle8 [archive: E:\Workspaces\build\Deploy\dist\rsp_act.ear], to rspadmin .>
    [wldeploy] [ServerConnectionImpl.upload():658] : Uploaded app to /opt/bea/wls10_3/user_projects/domains/rspdomain06/servers/rspadmin/upload/rsp_act_bundle8
    [wldeploy] [BasicOperation.dumpTmids():689] : Incoming tmids:
    [wldeploy] [BasicOperation.dumpTmids():691] : {Target=rspadmin, WebLogicTargetType=server, Name=rsp_act_bundle8}, targeted=true
    [wldeploy] [BasicOperation.loadGeneralOptions():606] : Delete Files:false
    [wldeploy] Timeout :3600000
    [wldeploy] Targets:
    [wldeploy] rspadmin
    [wldeploy] ModuleTargets={}
    [wldeploy] SubModuleTargets={}
    [wldeploy] }
    [wldeploy] Files:
    [wldeploy] null
    [wldeploy] Deployment Plan: null
    [wldeploy] App root: \opt\bea\wls10_3\user_projects\domains\rspdomain06\servers\rspadmin\upload\rsp_act_bundle8
    [wldeploy] App config: \opt\bea\wls10_3\user_projects\domains\rspdomain06\servers\rspadmin\upload\rsp_act_bundle8\plan
    [wldeploy] 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=rsp_act_bundle8,securityModel=null,securityValidationEnabled=false,versionIdentifier=null,isTestMode=false,forceUndeployTimeout=0,defaultSubmoduleTargets=true,timeout=0deploymentPrincipalName=null}
    [wldeploy]
    [wldeploy] [BasicOperation.execute():423] : Initiating deploy operation for app, rsp_act_bundle8, on targets:
    [wldeploy] [BasicOperation.execute():425] : rspadmin
    [wldeploy] Task 42 initiated: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    [wldeploy] dumping Exception stack
    [wldeploy] Task 42 failed: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    [wldeploy] Target state: deploy failed on Server rspadmin
    [wldeploy] javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    [wldeploy]      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    [wldeploy]      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    [wldeploy]      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    [wldeploy]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [wldeploy]      at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:132)
    [wldeploy] Target Assignments:
    [wldeploy] + rsp_act_bundle8 rspadmin
    [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Task 42 failed: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    [wldeploy] Target state: deploy failed on Server rspadmin
    [wldeploy] javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    [wldeploy]      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    [wldeploy]      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    [wldeploy]      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    [wldeploy]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [wldeploy]      at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:132)
    [wldeploy]      at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:88)
    [wldeploy]      at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:130)
    [wldeploy]      at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:155)
    [wldeploy]      at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95)
    BUILD FAILED
    E:\Workspaces\build\Deploy\build.xml:16: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 42 failed: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    Target state: deploy failed on Server rspadmin
    javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:132)
         at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:88)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:130)
    Edited by: user4068647 on Aug 27, 2009 5:04 PM
    Edited by: user4068647 on Aug 27, 2009 5:05 PM

    Hi David,
    I greatly appreciate your details.
    I have verified that and they looks fine. Let me give you some background.
    The Weblogic server is properly configured on my Sun Solaris box. I am successfully able to deploy applications (.ear files), when I do it from the same machine.
    But, I am getting the above mentioned issue only when I try to deploy same .ear file remotely; I mean deployment triggered from Windows 2003 server (target machine is Sun Solaris).
    Please give your pointers and help me.
    Regards,
    Gopal.

  • Roles in deployment descrip v. admin console

    In the weblogic-ejb-jar.xml of my EJB I assign a role 'Employees' to a principal
    'joe'. My client code
    calls the EJB successfully using the supplied LoginModule, supplying username
    'joe' and a password.
    If I remove the assignment in the deployment descriptor and redeploy, my client
    is prevented from
    invoking on the EJB. So far so good.
    'joe' is, I assume, known to the server because it's the name and password with
    which the server
    is started.
    If the delpoyment descriptor doesn't have the role assignment, I expected I could
    use the admin
    console to assign the role to the user. Specifically, under Security -> Realms
    -> myrealm -> Roles
    -> Employees I set a Condition "If the user name of the caller is joe". The client
    isn't allowed to
    invoke on the EJB.
    What am I missing?

    Hi William,
    Do you know if a <ROLE-NAME> has to be defined in the web.xml or weblogic.xml
    or the console in order for me to be able to check the isCallerInRole() and have
    it return true? Is there a way to drive the list of valid roles from my own database
    behind one of the Security Providers?
    Thanks,
    Jerry
    William Kemp <[email protected]> wrote:
    The Console defined role and the DD defined role are not the same thing.
    The WLS
    Security Role is not an application defined Role, that is created in
    the deployment
    descriptors. In 7.0sp1, there has been a new weblogic.xml/weblogic-ejb-jar.xml
    tag,
    <global-role> that has been created to allow the mapping of an application
    defined
    role, to a WLS role, without the assingment of a Principal in the DD.
    Please see:
    http://edocs.bea.com/wls/docs70/security/cli_apps.html#1090734
    Bill
    Stephen Maturin wrote:
    In the weblogic-ejb-jar.xml of my EJB I assign a role 'Employees' toa principal
    'joe'. My client code
    calls the EJB successfully using the supplied LoginModule, supplyingusername
    'joe' and a password.
    If I remove the assignment in the deployment descriptor and redeploy,my client
    is prevented from
    invoking on the EJB. So far so good.
    'joe' is, I assume, known to the server because it's the name and passwordwith
    which the server
    is started.
    If the delpoyment descriptor doesn't have the role assignment, I expectedI could
    use the admin
    console to assign the role to the user. Specifically, under Security-> Realms
    -> myrealm -> Roles
    -> Employees I set a Condition "If the user name of the caller is joe".The client
    isn't allowed to
    invoke on the EJB.
    What am I missing?

  • OutOfMemory Error when deploying application in WL10

    I've got an application that I am able to deploy from the WL9 console without hickups. But when I try to deploy it through WL10 console, it hangs and eventualy throws an OutOfMemory error. I've tried doubling the memory I allocate to WL but this does nothing. I can manually edit the config.xml to deploy the application and it works but I am unable to expand or view it from the console without getting the same OutOfMemory error. Any ideas?

    I ran a profiler on wl when getting the OutOfMemory error and the class weblogic.j2ee.descriptor.wl.WeblogicEjbJarBeanDConfig seems to be the culprit. Does WL10 load EJBs differently into memory than WL9?
    Also, I added the -verbosegc option to my vm args and it looks like the eden space isnt getting released. Not sure what that is supposed to tell me...
    1318.268: [Full GC {Heap before gc invocations=166:
    def new generation   total 56576K, used 56576K [0xccc00000, 0xd04e0000, 0xd04e0000)
      eden space 54912K, 100% used [0xccc00000, 0xd01a0000, 0xd01a0000)
      from space 1664K, 100% used [0xd01a0000, 0xd0340000, 0xd0340000)
      to   space 1664K,   0% used [0xd0340000, 0xd0340000, 0xd04e0000)
    tenured generation   total 466048K, used 466048K [0xd04e0000, 0xecc00000, 0xecc00000)
       the space 466048K, 100% used [0xd04e0000, 0xecc00000, 0xecc00000, 0xecc00000)
    compacting perm gen  total 83456K, used 83263K [0xecc00000, 0xf1d80000, 0xf8c00000)
       the space 83456K,  99% used [0xecc00000, 0xf1d4fdf0, 0xf1d4fe00, 0xf1d80000)
    No shared spaces configured.
    1318.268: [Tenured: 466048K->466048K(466048K), 6.4704001 secs] 522624K->513170K(522624K), [Perm : 83263K->83263K(83456K)]Heap after gc invocations=167:
    def new generation total 56576K, used 47122K [0xccc00000, 0xd04e0000, 0xd04e0000)
    eden space 54912K, 85% used [0xccc00000, 0xcfa04970, 0xd01a0000)
    from space 1664K, 0% used [0xd01a0000, 0xd01a0000, 0xd0340000)
    to space 1664K, 0% used [0xd0340000, 0xd0340000, 0xd04e0000)
    tenured generation total 466048K, used 466048K [0xd04e0000, 0xecc00000, 0xecc00000)
    the space 466048K, 100% used [0xd04e0000, 0xecc00000, 0xecc00000, 0xecc00000)
    compacting perm gen total 83456K, used 83263K [0xecc00000, 0xf1d80000, 0xf8c00000)
    the space 83456K, 99% used [0xecc00000, 0xf1d4fdf0, 0xf1d4fe00, 0xf1d80000)
    No shared spaces configured.
    Edited by kadire at 06/20/2008 7:41 AM

Maybe you are looking for

  • How to use an BPM Instance Variable in JSP page

    Hi All, I am using the JSP Presentation, but i don't know how to use an Instance variable in JSP page, that instance already declared in the process. And Can u explain the syntax that to include the JS file into jsp page Regards Vasu. Edited by bpmva

  • How come my ipod classic 80gb wont show up on my computer or itunes

    can anyone tell me why my ipod classic 80gb wont show up on my computer anywhere

  • Document Class vs Timeline code differences...

    I'm trying to hunt down some kind of class conflict I seem to be having when using TweeLite easing and found out the same code that errors in a document class works fine if I place it in the timeline. Example - this works in frame one of the timeline

  • Problem Deploying Ears in Weblogic LC ES 8.2.1

    OK .. does anyone else find the installation under WL 10. cumbersome?<br /><br />So I get all the way to the point in installation where I am in Configuration Manager and deploying the adobe-contentservices.ear and the installation throws the followi

  • I have audio books in my iTunes on my phone.

    I purchased three audiobooks on my iTunes on my phone.  I can see them on my computer iTunes and can't move them to the computer or my iPad.  How do I synch with the computer and then from the computer to the iPad???? FRUSTRATED.