Deploying standalone FPGA application using CVS-1457RT

Hi all,
I want to make a stand alone real time Vision application using CVS-1457 RT and Gige vision camera. My present code looks like this:
1. NI-CVS 1457RT.
2. FPGA Target with 5 FIFo in and FIFO out for images
3. Host Vi (with subvi's in it which also calls FPGA reference in/out)
Right now I am just trying to display a continous video using Gige vision camera(final goal is to also save the images maybe on the remote machine). I can do that on my computer. but my final goal is to just use CVS 1457 with a monitor and keyboard. 
I can compile the code on my computer and it runs fine. But how can I deploy that program to CVS and use it. is there a way to do something like this.
I read few post and articles but couldnt understand the steps.
a). should I create an executable of host vi and save it on FPGA , if yes then how.?
b). when I compile the FPGA vi doest it means its automatically saved on FPGA?
Please do let me know.
thanks,

Ankit created this one as double post, but the discussion continued in the original place…
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • Trouble deploying a J2EE application using the J2EE 6.20 Deploy Tool

    I am having trouble deploying a J2EE application using the J2EE 6.20 Deploy Tool.
    I successfully create the WAR/EAR files, I then select deploy and the deploy process gets to 100% before displaying an error message.
    Can anybody help?
    Please see Deploy Tool log entry:
    01:39 -  **********************************************************
    05/01/17 10:19:16 -  Applying user role management mappings.
    05/01/17 10:19:16 -  Start updating EAR-file...D:\SAP_J2EEngine6.20_Cluster\deploying\carmodeller\carmodeller.ear
    05/01/17 10:19:27 -  Temp files deleted...
    05/01/17 10:19:27 -  Ear-file updated successfully for 11375ms.
    05/01/17 10:19:27 -  Start deploying ...
    05/01/17 10:20:15 -  Ear-file uploaded to server for 47297ms.
    05/01/17 10:21:47 -  ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
                         com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
                              at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.deploy(ServletsAndJspImpl.java:482)
                              at com.inqmy.services.servlets_jsp.server.WebContainer.commitDeploy(WebContainer.java:256)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.commit(DeployServiceImpl.java:2848)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.deploy1(DeployServiceImpl.java:512)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:140)
                              at com.inqmy.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:184)
                              at com.inqmy.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:157)
                              at com.inqmy.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:108)
                              at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
                              at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
                              at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:153)
    05/01/17 10:21:47 -  **********************************************************

    Hi, it looks like the app has trouble starting up:
    05/01/17 10:21:47 - ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
    com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
    Did you have any errors on the compile of the code?
    You also want to check if the app is deployed (if so you may want to remove it before re-deploying it)

  • Deploying no java applications using Java Web Start

    Hi,
    I am new to java web start. Is it possible to distribute non java applications using java web start. I have an APP which can run on a desktop in standalone mode. The app has jusy HTML and Java script files. Is it possible to package this app and deploying using java web start? I am assuming If it is possible, I can make updates to the packaged app in the web servers and the updates will be downloaded next time the app is used provided configurations are correct?
    thx

    The app has jusy HTML and Java script files. Is it possible
    to package this app and deploying using java web start? Not really. Resources for JWS need to be zipped,
    while this HTML/JS app. will (I guess) not work from
    inside the depths of a Jar (or Zip) archive.
    Note that you can organise for those files to be
    downloaded and expanded onto a known place
    on the user's disk, by using an 'installer' element,
    but..
    ...I am assuming If it is possible, I can make updates to the
    packaged app in the web servers and the updates ..installers are only called once, and do not 'update'.

  • Cannot deploy "Hello World" application using SAP NW CE 7.1

    Hello,
    I am having problems deploying a simple application to NW CE 7.1 (Welcome application
    from NWDS tutorial).
    I try to deploy from the NWDS. When I am executing "Deploy new archive
    and run" I am asked for user and password.
    According to the documentation I give following credentials:
    SAP NetWeaver Application Server (e.g. for deploying applications)
    username: Administrator
    password: <your master password>
    However after typing that I get immediate error in NWDS.
    ConnectionException,cause=[ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.
    Then the browser opens with following URL: http://localhost:50100/webdynpro/dispatcher/local/Welcome/WelcomeAPP?SAPtestId=38 and the following stack trace is shown.
    "Application error occurred during the request procession."
    Details: com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/Welcome' is not deployed on the server. Please check the used URL for typos.
         at com.sap.tc.webdynpro.clientserver.task.Task.getDeployableObject(Task.java:364)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.initApplicationDeployableObjectPart(RequestManager.java:539)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.initTask(RequestManager.java:477)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doInitWdEnvironment(RequestManager.java:150)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:205)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:205)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:93)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:105)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object 'local/Welcome' since it is not a Web Dynpro object.
         at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:87)
         at com.sap.tc.webdynpro.services.sal.deployment.core.DeployableObjectInternal.getDeployableObjectInternal(DeployableObjectInternal.java:37)
         at com.sap.tc.webdynpro.clientserver.task.Task.getDeployableObject(Task.java:362)
         ... 43 more
    Caused by: com.sap.tc.webdynpro.spi.WebDynproRuntimeException: No Web Dynpro application (deployable object) with name local/Welcome exists.
         at com.sap.engine.services.webdynpro.WebDynproRuntimeServiceImpl.getDeployableObject(WebDynproRuntimeServiceImpl.java:254)
         at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:85)
         ... 45 more
    Please help.
    Best regards.
    Paweł

    Hi!
    For some reason, I am not able to deploy my application again (although it worked for a couple of weeks now)....
    The error is:
    com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:70)
         at com.sap.ide.eclipse.deployer.dc.DCClientFactoryImpl.createClient(DCClientFactoryImpl.java:142)
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:195)
         at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:359)
         at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:149)
         at com.sap.ide.j2ee.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:30)
         at com.sap.ide.j2ee.wtpserver.engineadapter.SAPPublisher$DeployRunnable.run(SAPPublisher.java:302)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: com.sap.engine.services.dc.api.ConnectionException: [ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:189)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:115)
         at com.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:30)
         at com.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:74)
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:67)
         ... 7 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    localhost:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.18.206.83 and port: 50004]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:166)
         ... 11 more
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    localhost:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.18.206.83 and port: 50004
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:59)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:35)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:352)
         ... 16 more [ERROR: 01.02.2009 10:15:13 /userOut/daView_category (eclipse.UserOutLocation) [Thread[Thread-27,5,main]] ]
    Please help!

  • Deploying Visual Basic Application using Acrobat Pro 9

    Hi,
    We had to modify an existing Visual Basic 6 application to merge 2 pdf files and to rotate 1. We used Acrobat Professional 9 to do so. Now we want to deploy this application. After deployment, we always get a 'Run Time error 429: ActiveX component can't create object' only when we use the new functionalities. So I presume something is missing in the deployment package linked to the Acrobat Pro.
    Can somebody tell me how to deploy a Vb application which uses some Acrbat references?
    Thanks,
    Peter

    After deployment, we always get a 'Run Time error 429: ActiveX component can't create object' only when we use the new functionalities.
    Looks like that your application can't find an installation of Adobe Acrobat.

  • Has anybody Successed to deploy the [TP4] Applications using AS ?

    Hi all
    I deployed my [TP4] applications by Embaded OC4J bundled with Jdeveloper 11
    and I installed Oracle Container OC4J 11 from metalink
    but It did not work .
    I want know what are the differences between
    Oracle Countiner OC4J 11 ,Webcenter and SOA Suite ? and which one will work?
    Has anybody actually deployed TP4 application using certain AS? and which one?
    regards
    Forakora

    Hi,
    the OC4J instance that come with JDeveloper 11 will work to run and test ADF applications in Tp4. WebCenter is not a runtim container but a portal extension. SOA Suite was build for TP3 and can be made working in TP4 following the meta link documentation. General ADF Faces testing should be with OC4J11 in TP4
    Frank

  • Has anybody Successed to deploy the [TP4] Applications using AS or OC4J11 ?

    Hi all
    I deployed my [TP4] applications by Embaded OC4J bundled with Jdeveloper 11
    and I installed Oracle Container OC4J 11 from metalink
    but It did not work .
    I want know what are the differences between
    Oracle Countiner OC4J 11 ,Webcenter and SOA Suite ? and which one will work?
    Has anybody actually deployed TP4 application using certain AS? and which one?
    regards
    Forakora

    This is not the right forum for this question, but I can still respond to this.
    In TP4, application deployment to external servers is not available. Applications can be deployed to embedded OC4J only.

  • Deploying a Forms10g application using AS10g

    Hi,
    I have Developer Suite 10g, Database 10g and Application Server 10g installed on my laptop. I have created a test form named asset_register.fmb. I am trying to deploy it using 10gAS so that multiple users can access that application through their browser. I do not know how to deploy it. Please help me.
    Thanks & Regards,
    Jubin

    http://docs.oracle.com/cd/B14099_19/web.1012/b14032/toc.htm

  • Deploy an EXE Application using Ethernet/IP VIs

    Hello,
    I wrote a VI using some functions part of the package "Ethernet/IP" (that I purchased). In particular, I am using the I/O data functions as I am trying to have a remote PLC controlling my VI and exchanging data. 
    My question is, can I build an EXE application of my VI, and deploy it on another PC (that does not have Labview installed)? Do I need a specific run-time for the Ethernet/IP, in addition to the regular LabVIEW run-time?
    Thank you very much for your help.
    Mathieu 

    Hi BossaNovaTech,
    You can.
    If you distribute an application (.exe), you need a LabVIEW runtime of corresponding version. The user will be prompted to  download it from ni.com as well.
    If you distribute an installer, runtime will by default be included, so when the user can run the application right away after installing it.

  • Deployment Workbench Adding Applications Using Task Sequence

    I am trying to figure out how to add applications in Deployment Workbench. My biggest issue is what to put in the command line to get it to work. Someone else created folders with everything that would needed along with a batch file. Now I am trying to
    figure out how to get that to work in Deployment Workbench. I am also trying to figure out how to then get it to work in Task Sequence since it is not currently working the way I have tried. Thanks.

    Hi,
    Here is a guidance for you:
    Installing Applications with MDT.
    http://lethewookiewin.wordpress.com/2011/04/21/84/
    You referred that something didn’t work for you, can you kindly provide the error message? If you were using any scripts you can also attach them.
    Thank you.

  • Deploy Forms 10g applications using Java Web Start (JNLP)

    I wonder if anybody can help me out to use WebStart for my Oracle Application . Currently our application is running using Jinitiator.recently i got to know that webstart is another method to run webforms as just as Client/Server ,am not able create an exact JNLP file and i could't see much posts related to this.
    Thanks & Regards
    Najeeb.M

    You can avoid extra windows simply by setting separateFrame=false in the formsweb.cfg. Another helpful tip, if your page does not contain any extra html, is to set the height and width as follows:
    HEIGHT=100%
    WIDTH=100%
    This will cause the applet container to use all available browser window space. It will also cause the applet container size to dynamically adjust if the browser window is resized. This tends to create a more professional look-and-feel.

  • Try to deploy first Dynpro Application using Sneak Preview Installation

    I am trying to run the first Getting Started Dynpro Application. I get the following error when I deploy the application. Can anybody help?
    Nov 21, 2004 6:51:44 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Deploy Thread] ERROR:
    Welcome.ear -> Deployment aborted
    DEPLOYMENT ...
    ==> SDM host : localhost
    ==> SDM port : 50018
    ==> URL : file:/C:/DOCUME1/VENKAT1/LOCALS~1/Temp/temp44027Welcome.ear
    Reason:
    Server localhost did not accept login request as apiadmin on port 50018 - CmdXmlFactory could not find Top Element within String: "null".
    Inner exception was :
    Server localhost did not accept login request as apiadmin on port 50018 - CmdXmlFactory could not find Top Element within String: "null".
    DEPLOYMENT ...
    ==> SDM host : localhost
    ==> SDM port : 50018
    ==> URL : file:/C:/DOCUME1/VENKAT1/LOCALS~1/Temp/temp44027Welcome.ear
    Thanks for your help in advance

    Hi Venkat,
    Within the forum some people had exactly the same error, e.g.
    Re: deployment aborted,while deploying sample programm (Calculator) .
    The answer was:
    "I fixed the problem by
    changing back and forth between local and remote server in the j2ee settings.
    I rebooted the server couple of times.
    Looks to me that I haven't changed anything, suddenly it just worked."
    If you search please set the date range to "All" and look for your error message.
    Hope that helps!
    Karin

  • How to lookup EJBs deployed in OC4J from a standalone client application

    Hello all,
    I am trying to lookup an EJB deployed in OC4J 10.1.3 from a standalone client application using the following code:
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    env.put(Context.PROVIDER_URL, "ormi://localhost:23791");
    env.put(Context.SECURITY_PRINCIPAL, "jazn.com/test");
    env.put(Context.SECURITY_CREDENTIALS, "test");
    Context context = new InitialContext(env);
    Object ref = context.lookup("ejb/Dispatch");
    I get the following error:
    javax.naming.NameNotFoundException: ejb/Dispatch not found
         at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
    For the lookup string I've also tried:
    "java:comp/env/ejb/Dispatch" and "Dispatch"
    For the Context.PROVIDER_URL property I've also tried:
    opmn:ormi://localhost:6003:instance
    The result is always the same.
    I appreciate if someone could help me with this?
    Thanks,
    Georgi

    Georgi,
    Your question has been discussed many times on this forum. Search the forum archives for "RMIInitialContextFactory".
    The PROVIDER_URL needs to include the name of the deployed application that your EJB is part of, for example:
    env.put(Context.PROVIDER_URL, "ormi://localhost:23791/MyApp");The lookup name has to be the value of the "ejb-name" element in your "ejb-jar.xml" descriptor file.
    Your SECURITY_PRINCIPAL value looks strange to me. Personally, I use "principals" (and not JAZN), so I modified the "application.xml" file (in the "j2ee/home/config" subdirectory) to use "principals". Look for the following comment in that file:
    &lt;!-- Comment out the jazn element to use principals.
          When both jazn and principals are present jazn is used  --&gt;Good Luck,
    Avi.
    Message was edited by:
    Avi Abrami

  • Error ,while trying to deploy an application using DB adapter

    Hi ,
    I am getting the below error while deploying the SOA application using DB adapter
    [11:46:00 AM] Sending archive - sca_DataBAdapter_rev2.jar
    [11:46:12 AM] Received HTTP response from the server, response code=500
    [11:46:12 AM] Error deploying archive sca_DataBAdapter_rev2.jar to partition "default" on server soa_server1 [http://computer:8001]
    [11:46:12 AM] HTTP error code returned [500]
    [11:46:12 AM] Error message from server:
    *There was an error deploying the composite on soa_server1: [JCABinding] [DataBAdapter.DBAdapter/2]Unable to complete unload due to: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec.*
    [11:46:12 AM] Check server log for more details.
    [11:46:12 AM] Error deploying archive sca_DataBAdapter_rev2.jar to partition "default" on server soa_server1 [http://computer:8001]
    [11:46:12 AM] #### Deployment incomplete. ####
    [11:46:12 AM] Error deploying archive file:/C:/JDeveloper/mywork/DataBAdapter/DataBAdapter/deploy/sca_DataBAdapter_rev2.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Pls let me know if anyone has already faced the same!!!!!!!
    Edited by: 934914 on Jun 19, 2012 5:45 AM

    Hi Vijay,
    Data Base is up ,what am doing ..I have deployed the my DataBAadapter SOA app it was not working so I undeployed the DataBAadapter app ..now I am deploying it again and getting the below error.
    [12:52:33 AM] Sending internal deployment descriptor
    [12:52:33 AM] Sending archive - sca_DataBAdapter_rev2.jar
    [12:52:34 AM] Received HTTP response from the server, response code=500
    [12:52:34 AM] Error deploying archive sca_DataBAdapter_rev2.jar to partition "default" on server soa_server1 [http://192.168.0.105:8001]
    *[12:52:34 AM] HTTP error code returned [500]*
    *[12:52:34 AM] Error message from server:*
    *There was an error deploying the composite on soa_server1: [JCABinding] [DataBAdapter.DBAdapter/2]Unable to complete unload due to: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec.*
    [12:52:34 AM] Check server log for more details.
    [12:52:34 AM] Error deploying archive sca_DataBAdapter_rev2.jar to partition "default" on server soa_server1 [http://192.168.0.105:8001]
    [12:52:34 AM] #### Deployment incomplete. ####
    [12:52:34 AM] Error deploying archive file:/C:/JDeveloper/mywork/DataBAdapter/DataBAdapter/deploy/sca_DataBAdapter_rev2.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

  • Deploying J2ee application using JBOSS3.2.5 and Eclipse 3.0

    Hi all
    i am trying to deploy a J2EE application using JBOSS3.2.5 and Eclipse 3.0.
    I have written the EJB bean, home, remote and a test JSP page. Can someone tell me the exact procedure...step by step ways to deploy the JBOSS server and run my application.
    My package structure is
    MyProject
    ejb
    client
    Servlet.java
    server
    Bean.java
    shared
    home.java
    remote.java
    please tell the various jar files that i must include. Kindly give information about the directory structure, the xml file details and the WAR file generation.
    i googled this topic..but i got the results for eclipse 2.0....
    Thankz in advance
    Arun :)

    Don't cross-post:
    http://forum.java.sun.com/thread.jsp?thread=550678&forum=13&message=2689332
    http://forum.java.sun.com/thread.jsp?thread=550673&forum=31&message=2689289

Maybe you are looking for

  • Report Builder truncating data

    I have inherited an application that has uses Java and CFR's (built with CF report builder 7) to create PDF files. On one of the reports is a field that an essay goes into. This essay can be up to 10,800 characters long. That length is being controll

  • Javascript help for date.

    I am starting to create a website and would like to include the current date on my site. I searched around on the internet and came across this code but it doesn't seem to show up when I include it in the code of the webpage. <script type="text/javas

  • Purchase and update has missed

    I have installed on my iPhone 4 games and updates for such programs like TalkingTom, Office2 Plus, etc. and then when I bought a new iPhone 4s - I reinstalled everything over iTunes on iPnone 4s - but all my paid updates have not been installed then.

  • Corrupt .cp file

    Hi guys, Working away as normal on 30 odd sims today and decided to move the published files (.htm and .swf) into their own folder. The .cp files didn't move and have always been isolated from the published files. Pointless info you say? Yep, I agree

  • TS1717 Is this spam?

    This came in my e mail yesterday and today: "Dear Client, This is an automatic message by the system to let you know that you have to confirm your account information within 48 hours. Your account has been frozen temporarily in order to protect it.