Deploying an application (.ear) from Visual Cafe

What is the easiest way to deploy an entire EJB application.
I.e both the web and ejb parts from Visual Cafe. In JDeveloper you can just deploy
the entire thing. But BEA has told me you have to deploy each part, then use ANT,
then deploy again. Surely this means any change I make is going to take an hour
to deploy.

Check out the Netbeans IDE (www.netbeans.org) !
"Demian Krige" <[email protected]> wrote in message
news:3c4d6ec4$[email protected]..
>
What is the easiest way to deploy an entire EJB application.
I.e both the web and ejb parts from Visual Cafe. In JDeveloper you canjust deploy
the entire thing. But BEA has told me you have to deploy each part, thenuse ANT,
then deploy again. Surely this means any change I make is going to take anhour
to deploy.

Similar Messages

  • Failed in deploying Web Application (.ear file)

    I am trying to deploy a web application (file1.ear) but I got FileNotFoundException
    in webnohup.out.
    I did include this application in config.xml, as follows:
    <Application Deployed="true" Name="file1" Path="opt/weblogic6/config/ejbjars/file1.ear">
    <EJBComponent Name="EJB1" Targets="mysrv" URI="EJB1.jar"/>
    <WebAppComponent Name="App1" Targets="mysrv" URI="App1.war"/>
    <EJBComponent Name="EJB2" Targets="mysrv" URI="EJB2.jar"/>
    </Application>
    In webnohup.out file, the following exception is thrown:
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <Application care:Name=file1,Type=Application
    not found at ./opt/weblogic6/config/ejbjars/file1.ear>
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <IOException opening application
    care:Name=file1,Type=Application, loading from path opt/weblogic6/config/ejbjars/file1.ear
    java.io.FileNotFoundException: file does not exist: ./opt/weblogic6/config/ejbjars/file1.ear
    at weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:431)
    at weblogic.management.mbeans.custom.Application.load(Application.java:3
    87)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    If you looked at the exception, it looks like that we can not put ABSOLUTE PATH
    in Path of config.xml since it will append the Weblogic home to the Path defined
    in config.xml.
    Is this correct or I missed anything?
    How do we use ABSOLUTE PATH in config.xml if you want to deploy Web application?
    Environment: SUNOS, Weblogic 6.1.
    Thanks

    Hi,
    specifying a leading slash shoul be enough to let the system know that it is an absolute path.
    Regards,
    Christian Buchegger
    Developer Relations Engineer
    BEA Support
    TJ schrieb:
    I am trying to deploy a web application (file1.ear) but I got FileNotFoundException
    in webnohup.out.
    I did include this application in config.xml, as follows:
    <Application Deployed="true" Name="file1" Path="opt/weblogic6/config/ejbjars/file1.ear">
    <EJBComponent Name="EJB1" Targets="mysrv" URI="EJB1.jar"/>
    <WebAppComponent Name="App1" Targets="mysrv" URI="App1.war"/>
    <EJBComponent Name="EJB2" Targets="mysrv" URI="EJB2.jar"/>
    </Application>
    In webnohup.out file, the following exception is thrown:
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <Application care:Name=file1,Type=Application
    not found at ./opt/weblogic6/config/ejbjars/file1.ear>
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <IOException opening application
    care:Name=file1,Type=Application, loading from path opt/weblogic6/config/ejbjars/file1.ear
    java.io.FileNotFoundException: file does not exist: ./opt/weblogic6/config/ejbjars/file1.ear
    at weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:431)
    at weblogic.management.mbeans.custom.Application.load(Application.java:3
    87)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    If you looked at the exception, it looks like that we can not put ABSOLUTE PATH
    in Path of config.xml since it will append the Weblogic home to the Path defined
    in config.xml.
    Is this correct or I missed anything?
    How do we use ABSOLUTE PATH in config.xml if you want to deploy Web application?
    Environment: SUNOS, Weblogic 6.1.
    Thanks

  • Error deploying J2EE Application (EAR) to standalone OC4J

    Hi
    I'm invoking the admin_client.jar utility to deploy a webservice on a standalone OC4J, here is the command:
    java -jar %OC4J_HOME%\j2EE\home\admin_client.jar deployer:oc4j:localhost:23791 oc4jadmin test -deploy -file C:\10GIDS\BIN\johnTestWS.ear -deploymentname johnsws -bindAllWebApps default-web-site -contextRoot johnsws
    I get the following error:
    Deploy error: Deploy error: Operation failed with error:Error compiling :C:\JDeveloper_10g\j2ee\home\applications\johnsws\johnTestWS-web: Syntax error in source or compilation failed in: C:\JDeveloper_10g\j2ee\home\application-deployments\johnsws\johnTestWS-web\oracle\generated\runtime\XmlreturnBase__SOAPSerializer.java java.lang.NoClassDefFoundError: com/sun/tools/javac/MainException in thread "main"
    The java.lang.NoClassDefFoundError: com/sun/tools/javac/MainException in thread "main" error string (from my limited understanding) would mean there is a jar file missing from the CLASSPATH or something, yet, because the '-jar' option is selected when running the java command I don't have the option to include any classpath in the command string. What am I doing wrong?
    I've been trying to assemble and deploy this web service for ages now and I think I'm very close to the end, can someone please show me that I'm doing something very simple wrong....?

    smydo,
    I see you answered yourself in the other forum where you posted the same question:
    Problems deploying Web Service to standalone OC4J from Windows command line
    Good Luck,
    Avi.

  • Windows phone app not deploying completely to device from Visual Studio

    At various times I have noticed the app package doesn't update completely when using Visual Studio to deploy directly to a developer-unlocked device.  The symptoms are always that some updates are not reflected, and debugging reveals the problem. 
    The solution is to completely uninstall the app from the device and deploy again.  After redeployment, with NO binary package changes, the updates now work.
    This is an unpredictable, intermittent problem.  My test devices are 1020s, a 925, and a 1520.  I have thus far mainly noticed the problem on the 1020.
    Environment:
    Windows 8.1 Pro dev system
    VS 2013 Ultimate Update 4
    Windows Store 8.1 "universal" project
    Lumia 1020 (about shows "NOKIA 909"), running latest WP8.1 Update (Lumia Cyan)
    Mark Jones, Owner MJ App Factory

    Hi Mark,
    Q. How is app data affected during development with multiple build/deploy cycles?
    A. As you develop an app, app data is normally preserved across build iterations. However, changing the manifest triggers a full uninstall and redeployment from within Visual Studio, and that deletes any existing app data. To manually preserve that app data,
    copy the contents of the %localappdata%packages<your package>folder to a temporary location, build and redeploy the app, and then copy the app data back. Note that this redeployment behavior in Visual Studio is a separate matter from updating
    an app from the Store or via side-loading, in which case the deployment engine does not uninstall the previous version and app data is therefore preserved.
    This link provides a lot more info, Common
    questions about App Data
    Pradeep AJ

  • I can't connect with WL JVM from Visual Cafe 4.5

    Hello.
    I'm trying to debug from VisualCafe 4.5 application that has been deployed on
    Weblogic 6.1 server.
    I have modifyed command line for start WL like it was suggested in FAQ for WL
    6.1:
    C:\java\jdk\1.3.1\bin\java.exe -ms64m -mx64m -classpath .;.\l
    ib\weblogic_sp.jar;.\lib\weblogic.jar -Dweblogic.Domain=cmm -Dweblogic.Name=default
    "-Dbea.home=C:\bea" -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=1313,suspend=n
    -Djava.compiler=NONE
    I had to remove -hotspot option from this line because the server would not start
    up.
    But from VisualCafe I can't find any JVM on address 127.0.0.1:1313 or 192.168.1.204:1313
    (local network address of my computer)
    In VisualCafe I have chosen Project->Options->Debugger->Distributed ...
    Both application was lunched on the same computer.
    Does anybody know what I should do for accomplish this task?

     

  • Configure custom application properties from admin console on 10gR3

    Is there a way to promote a property in an application, deploy that application EAR to weblogic server 10gR3 and configure the property from admin console?
    E-g: creating two properties loggingEnabled, logLevel in an application and based on the needs configure logging from server admin console.

    You have to write your own management mbean,
    Examples can be found here:
    - http://blogs.oracle.com/WebLogicServer/2009/10/developing_custom_mbeans_to_ma.html
    - http://blogs.oracle.com/WebLogicServer/2009/11/developing_custom_mbeans_to_manage_j2ee_applications_part_ii.html
    - http://blogs.oracle.com/WebLogicServer/2010/03/developing_custom_mbeans_to_ma_1.html
    Good luck

  • Deploying midlets over bluetooth from linux

    Hi,
    Does anyone have any advice for deploying midlets over bluetooth from linux.
    I am using a Nokia 6230 phone and I am running fedora core 1.
    using gnome-obex-send i can send any file to the phone and it will pick it up. It doesn't know what to do with .jad and .jar files though, and asks me if I want to store them in my media folders.
    Is this a fault with the phone or the method I am using to send the midlet?
    any help much appreciated,
    thanks,
    -matt

    Hi,
    I tried to deploy the application only from a Window PC. I send the jar only throug "Send File" and the phone receives it as a message. Then I click on the message and I can install the jar. I tried only with Nokia 6600
    Hope this can help
    Luca

  • "Error occurred in deployment step 'Retract Solution': The solution does not have a WSP file associated with it." occurs while deploying from Visual studio

    HI,
    I get this error "Error occurred in deployment step 'Retract Solution': The solution does not have a WSP file associated with it. " when deploying my project from visual studio 2010 to
    SharePoint 2010 site. I tried restarting IIS, but it didn't help. This application used to work fine until the server crashed during the deployment process. All the other applications on the same server works fine also. Any ideas how to fix this issue? 
    Thanks in advance,
    AM

    Hi
    AM ,
    Thank you for your posting!
    According to your error message, it says your solution does not have a WSP file associated with it. Take a look at the file system.  After you Right Click -> Deploy Solution on the VS Solution, there
    should be a .wsp file at <Solution Directory>\bin\<debug|release>.
    Also the error can be occurring when the developer try to deploy solutions over pre-existing solutions  with material changed  in the solution.  Go to your Central Administration Site and then
    Operations and then Solution Management.  Make sure that there not already a solution with the same name deployed or installed there.  If there is, remove it and try deploying again.
    And you could look in logs and find if there is a below error in ULS log (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS).
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Problem opening an application deployed in WAS6.40 from the browser

    Hello friends!
                    I developed an application using JBoss-4.0.2. I got the .ear file from there and deployed it in WAS6.40 using "Deploy Tool".I am new to all this. I followed the following steps:-
    1.      Opened the deploy tool and created a new project with .dlp extension.
    2.In the Deployer tab did the following:-
           1.      Chose Deploy -> EAR -> Load EAR. The File Chooser Window appeared and from the file system, selected the EAR file I wanted to load.
           3.      The EAR file and all of its components appeared on the Deployer tab as a tree.
    4. In the deployer tab clicked on "connect" symbol in the tool bar and entered the following details:-
    username - admin
    password - *****
    host - localhost
    port - 50004
    5.In the deployer tab Selected the ear file node which is loaded.
    6.In the right pane, chose context tab.
    7.Set the context root for the war files and pressed modify button.
    8.Then with a right click on the loaded ear node in the left pane,selected "deployment"-->"deploy ear" from the context menu.
    9.I got a message "Deployed Successfully" and then a message "Start the application y/n".
    11.I Chose yes.
    12.It gave the message "Application started successfuly". But no browser is opened.
    13.So, i tried to open it from the browser using the URL "http://localhost:50000/<context-root>/"
    But it is giving the following error:-
    404 resource Not Found
    The requested resource c:/usr/......./...jsp not found.
    I verified the directory where the files are being deployed in the WAS (i.e in C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\)
    The file is present.
    What is the problem with my procedure?
    Why am I unable to view the application in the browser?
    Please tell me if there is any thing else to do.
    Also suggest me if there is any other tool in Netweaver that fulfills my requirement apart from "Deploy Tool".
    Any kind of help in this regard would be great.Please reply me soon.
    Thank You,
    Jyothsna.

    The JNDI call is different when you call an EJB from inside the J2EE.
    ctx = new InitialContext();
    ref = ctx.lookup("java:comp/env/<JNDI-Name>");
    Regards
    Stefan

  • Unable to create ear after installing Visual Cafe plug-in for app server 6 sp3.

    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt to add a war to an ear in the deployment tool I get the following: xml file or ias xml file missing. Make sure that source archive "d:\......war" is saved before dragging. Obviously I have done this, but has this IDE plugin changed the xml parsers to a different version that could be causing this? Has anyone else ran across this error?

    Hi,
    Can you confirm to me, if you are using Visual Cafe Enterprise 4.5.1
    and iAS 6.0 SP3. Also let me know the the name & version of O/S please.
    Regards
    Raj
    Bob Pfingsten wrote:
    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt
    to add a war to an ear in the deployment tool I get the following: xml
    file or ias xml file missing. Make sure that source archive
    "d:\......war" is saved before dragging. Obviously I have done this,
    but has this IDE plugin changed the xml parsers to a different version
    that could be causing this? Has anyone else ran across this error?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Deploying junitee outside of the application ear file

    I have an application that is deployed within an ear file, and I have junitee tests
    within a war file, called test.war. I would like to not have to place the test.war
    within the ear file because the ear may be release code but I still want to test
    it using the junitee tests. Instead I would like to optionally add the test.war
    to the application context and not the ear file. How would I go about doing that?
    I tried to deploy the test.war from the weblogic console, and hand editing the
    config.xml, and adding the test.war as a module to the application.xml (within
    the ear file).
    In all cases when I try to then use classes within the ear file I get ClassNotFoundExceptions.
    Probably because Weblogic is not including the test.war as part of the same application.
    Thank in advance for any help.
    -Fazle

    I'd probably have 2 build targets, debug and production. Your debug
    target could include the unit test war file.
    -- Rob
    Fazle Khan wrote:
    I have an application that is deployed within an ear file, and I have junitee tests
    within a war file, called test.war. I would like to not have to place the test.war
    within the ear file because the ear may be release code but I still want to test
    it using the junitee tests. Instead I would like to optionally add the test.war
    to the application context and not the ear file. How would I go about doing that?
    I tried to deploy the test.war from the weblogic console, and hand editing the
    config.xml, and adding the test.war as a module to the application.xml (within
    the ear file).
    In all cases when I try to then use classes within the ear file I get ClassNotFoundExceptions.
    Probably because Weblogic is not including the test.war as part of the same application.
    Thank in advance for any help.
    -Fazle

  • Security Error while trying to deploy my project to the application server from jDeve

    Dear All,
    I'm trying to deploy my project to the application server from jDeveloer but i got the following error :
    Invoking Oracle9iAS admin tool...
    D:\Oracle\OUIHome\jdk\jre\bin\javaw.exe -jar D:\Oracle\OUIHome\j2ee\home\admin.jar ormi://M-AMIN:3101/ admin **** -deploy -file D:\Oracle\OUIHome\jdev\mywork\Portal\UserManager\userRegister.ear -deploymentName userRegister
    Security error: This operation was denied. The admin.jar utility can not be used to perform operations against OPMN managed OC4J instnaces. Please use Enterprise Manager or dcmctl instead. Refer to the Oracle9iAS Admin Guide or the OC4J User's Guide for more details.
    Exit status of Oracle9iAS admin tool (-deploy): 1
    #### Deployment incomplete. #### Sep 10, 2002 4:16:53 PM
    Any help will be appreciated
    Regards,
    Mohammed Amin

    In JDev 9.0.2, to deploy to the full 9iAS server (instead of just Oracle9iAS Containers for J2EE [OC4J]), you have to use Enterprise Manager or DCM to deploy your application.
    In JDev 9.0.3 Preview, there is a way to have JDev perform a deployment via DCM for you, if you install a DCM Servlet into 9iAS that comes with JDeveloper.
    By JDev 9.0.3 Production, if you also use Oracle9iAS 9.0.3 Production, it should be possible to deploy to iAS 9.0.3 out-of-the-box.

  • Unable to deploye Application.ear to server

    Hi all,
    I am trying to deploy my application (say ConverterApp.ear) to Sun Java System Application Server and I have packaged all files successfully yet I am getting following error message by server.
    A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'enterpriseApplications'"
    The root cause is "com.sun.enterprise.admin.common.exception.MBeanConfigException: Component not registered"
    See the HTML source for more detailed (stack trace) information.
    Plz suggest me where am I doing mistake?
    Thanks in advance.

    Okay, here's a post with the same problem, I guess. Check the solution there!
    http://forum.java.sun.com/thread.jspa?threadID=589487&tstart=15

  • ManagementException while deploying application (ear)

    Hi all,
    Still having problems when deploying my application to 7.0, any help?
    It looks like SyncEventData os not found. However, if I look inside
    the ear file, I can find this file in the xxx.war file under the path:
    WEB-INF/classes/com/intralinks/sync/SyncEventData.class
    What gives?
    Thanks to all in advance,
    - Roberto
    Exception follows:
    <Aug 21, 2002 4:53:07 PM EDT> <Error> <Deployer> <149233> <Unexpected
    error was encountered during the deployment process.>
    <Aug 21, 2002 4:53:09 PM EDT> <Error> <Deployer> <149201> <The Slave
    Deployer failed to complete the deployment task with id 1 for the
    application ilapp.
    java.lang.NoClassDefFoundError: com/intralinks/sync/SyncEventData
    at java.lang.Class.getMethods0(Native Method)
    at java.lang.Class.getMethods(Class.java:737)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.checkIfItsSafeToUseCallByReference(ClientDrivenBeanInfoImpl.java:266)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.<init>(ClientDrivenBeanInfoImpl.java:209)
    at weblogic.ejb20.deployer.EntityBeanInfoImpl.<init>(EntityBeanInfoImpl.java:107)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.java:335)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:429)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymentInfoImpl.java:164)
    at weblogic.ejb20.ejbc.EJBCompiler.setupEJB(EJBCompiler.java:154)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:384)
    at weblogic.ejb20.deployer.EJBDeployer.runEJBC(EJBDeployer.java:487)
    at weblogic.ejb20.deployer.EJBDeployer.compileEJB(EJBDeployer.java:799)
    at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1248)
    at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:235)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:1446)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:654)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:552)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1056)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:724)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    --------------- nested within: ------------------
    weblogic.management.ManagementException: 149233 - with nested
    exception:
    [java.lang.NoClassDefFoundError: com/intralinks/sync/SyncEventData]
    at weblogic.management.deploy.slave.SlaveDeployer.convertThrowable(SlaveDeployer.java:828)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1174)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:724)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    >

    It looks like you have an ejb inside of a jar in the ear file that is attempting to reference a class in a war file in the same ear.
    If that is so, this will not work due to the classloading hierarchy that is used to deploy, load, and run enterprise apps. The code
    in the WEB-INF/classes directory is loaded by a webapp classloader that is in a child relationship with the ejb classloader that is
    loading the ejb in question. 1.3 Classloaders do not look down in the hierarchy, only up. So, if you want the ejb to reference this
    class, you must place it in it's own jar in the ear file and reference it from the ejb jar files and webapp war files using the
    Class-Path manifest directive.
    Please see:
    http://e-docs.bea.com/wls/docs70/programming/classloading.html#1029830
    It explains the classloader hierarchy and how you need to package stuff like this when the ejb's and the webapps need access to the
    same classes.
    Bill
    Roberto wrote:
    Hi all,
    Still having problems when deploying my application to 7.0, any help?
    It looks like SyncEventData os not found. However, if I look inside
    the ear file, I can find this file in the xxx.war file under the path:
    WEB-INF/classes/com/intralinks/sync/SyncEventData.class
    What gives?
    Thanks to all in advance,
    - Roberto
    Exception follows:
    <Aug 21, 2002 4:53:07 PM EDT> <Error> <Deployer> <149233> <Unexpected
    error was encountered during the deployment process.>
    <Aug 21, 2002 4:53:09 PM EDT> <Error> <Deployer> <149201> <The Slave
    Deployer failed to complete the deployment task with id 1 for the
    application ilapp.
    java.lang.NoClassDefFoundError: com/intralinks/sync/SyncEventData
    at java.lang.Class.getMethods0(Native Method)
    at java.lang.Class.getMethods(Class.java:737)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.checkIfItsSafeToUseCallByReference(ClientDrivenBeanInfoImpl.java:266)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.<init>(ClientDrivenBeanInfoImpl.java:209)
    at weblogic.ejb20.deployer.EntityBeanInfoImpl.<init>(EntityBeanInfoImpl.java:107)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.java:335)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:429)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymentInfoImpl.java:164)
    at weblogic.ejb20.ejbc.EJBCompiler.setupEJB(EJBCompiler.java:154)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:384)
    at weblogic.ejb20.deployer.EJBDeployer.runEJBC(EJBDeployer.java:487)
    at weblogic.ejb20.deployer.EJBDeployer.compileEJB(EJBDeployer.java:799)
    at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1248)
    at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:235)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:1446)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:654)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:552)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1056)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:724)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    --------------- nested within: ------------------
    weblogic.management.ManagementException: 149233 - with nested
    exception:
    [java.lang.NoClassDefFoundError: com/intralinks/sync/SyncEventData]
    at weblogic.management.deploy.slave.SlaveDeployer.convertThrowable(SlaveDeployer.java:828)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1174)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:724)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    >

  • Deploy EAR from command prompt

    What is the best way to deploy an EAR from the command prompt using JDEV11g?

    Are you trying to deploy your application as EAR or are you trying to deploy the EAR file to an WLS ?
    If you are trying to deploy your application you can use ojdeploy
    ojdeploy -workspace /usr/jdoe/Application1.jws  -profile * If you are trying to deploy the EAR to an WLS
    wlserver_10.3\server\bin\setWLSEnv.cmd
    java weblogic.Deployer -adminurl "http://wls:7101" -remote -username "user" -password  "pass" -deploy -upload MyApp.ear -targets  AdminServer

Maybe you are looking for

  • ITunes wont load Help Please Quick time now not working

    AppName: itunes.exe AppVer: 7.6.2.9 ModName: unknown ModVer: 0.0.0.0 Offset: 61707369 Tjis is the error I get. I have tried unenstalling using Unenstaller Pro also tried installing older version of Quik time still no joy same message. Please help ver

  • Audio with the hp 2310M MONITOR

    Do I need a cable for audio with the hp 2310M MONITOR when I call someone they can't hear me.

  • Populate sales order number in billing document's reference field

    Hi, I have a requirement to populate the sales order number in the billing document's reference field. Hence, I have tried to find a user exits but sadly, all the user exits which I found does not break into my break-point. Thus, may i know whether a

  • Microsoft launches guide on how to fix windows 8.1 blank black screen

    I followed the guide published by softpedia and everything works until the last when i am asked to click on COMMAND PROMPT and i get a black small screen but i cannot type in the code as there is no window in the prompt command to type.the black litt

  • SequeLink JDBC Driver error

    Since upgrading from CF7 to CF8 we have been getting the following error on our MS Access database. diagnostics: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Function sequence error. The error occurr