JDeveloper Preview deployment error

I am using JDeveloper Preview version 10.1.3.0.2.223. Occasionally I encounter the following error when trying to deploy my application to a WAR file:
---- Deployment started. ---- May 2, 2005 3:15:28 PM
Target platform is Standard J2EE.
**** Unable to deploy to a WAR file because no web.xml file could be found in the project.
**** Please verify that your project contains web components.
Elapsed time for deployment: 1 second
#### Deployment incomplete. #### May 2, 2005 3:15:29 PM
Of course I have a web.xml file in my project, and I am able to run the project in JDeveloper. I have not found a reliable workaround for this error. It seems each time the solution is different, which leads me to conclude that I don't understand what is actually happening. Whenever this situation occurs I also get errors when using the wizard to create new JSP pages:
oracle.jdeveloper.deploy.DeployException
     at oracle.jdevimpl.xml.DescriptorNodeFactory.findOrCreateIn(DescriptorNodeFactory.java:99)
     at oracle.jdeveloper.xml.j2ee.war.WebAppNode.findOrCreateIn(WebAppNode.java:214)
     at oracle.jdevimpl.webapp.jsp.wizards.AbstractJspWizard.createWebAppNode(AbstractJspWizard.java:216)
     at oracle.jdevimpl.webapp.jsp.wizards.AbstractJspWizard.access$10000071(AbstractJspWizard.java:33)
     at oracle.jdevimpl.webapp.jsp.wizards.AbstractJspWizard$1.run(AbstractJspWizard.java:97)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
     at java.awt.Dialog$1.run(Dialog.java:540)
     at java.awt.Dialog.show(Dialog.java:561)
     at java.awt.Component.show(Component.java:1133)
     at java.awt.Component.setVisible(Component.java:1088)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
     at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:275)
     at oracle.jdevimpl.webapp.wizards.AbstractWebAppFileWizard.doFinish(AbstractWebAppFileWizard.java:82)
     at oracle.jdevimpl.webapp.wizards.AbstractWebAppWizard.invoke(AbstractWebAppWizard.java:77)
     at oracle.ide.WizardManager.invokeWizard(WizardManager.java:488)
     at oracle.ide.WizardManager$1.run(WizardManager.java:542)
     at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1143)
     at oracle.ide.WizardManager$2.run(WizardManager.java:550)
     at oracle.ide.util.IdeUtil$4.run(IdeUtil.java:1123)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Caused by: java.lang.ClassCastException
     at oracle.jdevimpl.xml.DescriptorNodeFactory.findOrCreateIn(DescriptorNodeFactory.java:73)
     ... 29 more
The JSP file is created anyway but I have a feeling the errors may be related.
I can usually create the error by copying a workspace into a new directory and trying to use the files.

I think maybe you use wrong adf lib when deploying your project to the OC4J.
You can update your oc4j in the jdev.[JDEV->Tools->ADF Runtime Installer-> Standalone OC4J].
Good luck
Hart

Similar Messages

  • JDeveloper 11g deployment error to local Web Logic server

    I'm trying to run an existing ADF project for the first time from a JDeveloper 11g.
    But get the error below, can anyone help me?
    Deploying Application...
    <09-03-2009 11:07:23 CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application VEU Portal Consumer is not versioned.>
    <09-03-2009 11:07:23 CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1236593243599' for task '0'. Error is: 'weblogic.management.DeploymentException: '
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         Truncated. see log file for complete stacktrace
    >
    <09-03-2009 11:07:23 CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'VEU Portal Consumer'.>
    <09-03-2009 11:07:23 CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VEU Portal Consumer on DefaultServer.: .
    weblogic.management.DeploymentException:
    #### Deployment incomplete. #### Mar 9, 2009 11:07:23 AM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$4$1.run(AdrsStarter.java:1316)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application VEU Portal Consumer due to error deploying to DefaultServer.
    [Application VEU Portal Consumer stopped and undeployed from Server Instance DefaultServer]
    Thanks
    Claus

    Did you use the embedded WLS?
    In this case I would try a fresh install, because you should not see this error. If you are using a stand alone WLS you need to install the ADF runtime onto the server.
    the error java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener means that there is something wrong with the ADF installation on the WLS server.
    Timo

  • Jdeveloper remote deployment error

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

    ADF Runtime libraries setup on Stand alone Weblogic server on Linux

  • JDeveloper 11g Deploy Error: Anonymous attempt to get to a JNDI resource

    I have added a new security policy to the IntegratedWebLogicServer JNDI to control the access by a WLS user. The client application works well after adding this new policy. When I try to re-deploy the application from JDeveloper, it reports an error "Anonymous attempt to get to a JNDI resource". Please advise where from the JDeveloper that I require to modify to add the security credential. Thanks.
    SK

    Can you check the config.xml of the domain and see if you are still having any references to the JNDI name you had used? If yes try removing the references manually and save the file and then restart the server. PLEASE TAKE A BACKUP OF THE config file before doing so.
    Thanks,
    Patrick

  • Deployment error in JDeveloper 11.1.1.4 when deploying 11.1.1.3 application

    We have built a bpm application using JDeveloper 11.1.1.3. Now we have upgraded the server to new version 11gR3 and have also upgraded our jdeveloper to 11.1.1.4.
    We have opened in Jdeveloper(11.1.1.4) the exisitng bpm application developed in older version (11.1.1.3) and when trying to deploy the application to the 11gR3 server getting the following deployment error in jdeveloper:      
    06:53:04 PM] Weblogic Server Exception: weblogic.application.ModuleException:
    [06:53:04 PM] Caused by: java.lang.ClassNotFoundException: oracle.bpel.services.datacontrol.types.Number
    [06:53:04 PM] See server logs or server console for more details.
    [06:53:04 PM] weblogic.application.ModuleException:
    [06:53:04 PM] Taskflow deployment failed to deploy to server. oracle.jdeveloper.deploy.DeployException: Remote deployment failed
    [06:53:04 PM] #### Deployment incomplete. ####
    [06:53:04 PM] Remote deployment failed
    This deployment error is happening only when the UI project is deployed along with the composite. When I open the Project Properties --> Library, I notice that a Library "ALE Component" is displayed in exclamation. Even after removing this library I am getting the same deployment error. Will be grateful if any help is suggested to this issue.

    Yes, you need to update the library reference apparently. (I just started again.)
    Try adding the following library ref to your weblogic.xml of UI project
    <library-ref> <library-name>oracle.soa.worklist.webapp</library-name> <specification-version>11.1.1</specification-version> </library-ref>
    Anthony

  • Deployment error in Jdeveloper - Unable to fix it. Need help.

    Dear Experts,
    I have been working in Jdeveloper for past 8 months, first time am seeing this deployment error. I am not able to fix that till now. Even not able to find a solution from the net. Please suggest me.
    Error1:
    Target platform is Oracle Application Server 10g 10.1.3 (AppServerConn).
    Wrote WAR file to F:\jdevstudio\jdev\mywork\TDProcess\TDInvoke\BpelInvoke\deploy\WebApp1.war
    Wrote EAR file to F:\jdevstudio\jdev\mywork\TDProcess\TDInvoke\BpelInvoke\deploy\WebApp1.ear
    java.lang.IllegalArgumentException: No Application Id
         at oracle.oc4j.admin.deploy.shared.util.DeploymentUtils.parseDeploymentPlan(DeploymentUtils.java:232)
         at oracle.oc4j.admin.deploy.shared.util.DeploymentUtils.parseDeploymentPlan(DeploymentUtils.java:110)
         at oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.internalDeploy(ConnectedDeploymentManagerBase.java:1665)
         at oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.distribute(ConnectedDeploymentManagerBase.java:457)
         at oracle.jdevimpl.deploy.Jsr88RemoteDeployer.deployApp(Jsr88RemoteDeployer.java:376)
         at oracle.jdevimpl.deploy.Jsr88RemoteDeployer.deploy(Jsr88RemoteDeployer.java:125)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.J2eeProfileDt$CleanupTransientProfilesDeployer.deploy(J2eeProfileDt.java:71)
         at oracle.jdevimpl.deploy.FinalDeployer.deploy(FinalDeployer.java:48)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.runImpl(AsyncDeployer.java:67)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.run(AsyncDeployer.java:53)
    Elapsed time for deployment: 19 seconds
    #### Deployment incomplete. #### Sep 18, 2009 4:21:05 PM
    Error2:
    Target platform is Oracle Application Server 10g 10.1.3 (AppServerConn).
    Wrote WAR file to F:\jdevstudio\jdev\mywork\TDProcess\TDInvoke\BpelInvoke\deploy\WebApp1.war
    java.io.IOException: There is not enough space on the disk
         at java.io.FileOutputStream.writeBytes(Native Method)
         at java.io.FileOutputStream.write(FileOutputStream.java:260)
         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
         at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(StreamEncoder.java:410)
         at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:152)
         at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:213)
         at oracle.xml.parser.v2.XMLOutputStream.finalFlush(XMLOutputStream.java:733)
         at oracle.xml.parser.v2.XMLPrintDriver.flush(XMLPrintDriver.java:639)
         at oracle.xml.parser.v2.XMLDocument.print(XMLDocument.java:1407)
         at oracle.ide.xml.XMLUtil.writeXML(XMLUtil.java:180)
         at oracle.ide.xml.XMLUtil.writeXML(XMLUtil.java:159)
         at oracle.jdeveloper.xml.URLDomIO.save(URLDomIO.java:26)
         at oracle.jdeveloper.xml.BindingIO.save(BindingIO.java:80)
         at oracle.jdeveloper.xml.BindingIO.save(BindingIO.java:57)
         at oracle.jdevimpl.deploy.ApplicationAssembler$MergeOrGen.addDescriptor(ApplicationAssembler.java:488)
         at oracle.jdevimpl.deploy.Oc4jAssembler$3.mergeOrGen(Oc4jAssembler.java:153)
         at oracle.jdevimpl.deploy.Oc4jAssembler.addPlatformXmlFilesImpl(Oc4jAssembler.java:178)
         at oracle.jdevimpl.deploy.Oc4jAssembler.addPlatformXmlFiles(Oc4jAssembler.java:85)
         at oracle.jdevimpl.deploy.ApplicationAssembler.deploy(ApplicationAssembler.java:144)
         at oracle.jdevimpl.deploy.Oc4jAssembler.deploy(Oc4jAssembler.java:78)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.J2eeProfileDt$CleanupTransientProfilesDeployer.deploy(J2eeProfileDt.java:71)
         at oracle.jdevimpl.deploy.FinalDeployer.deploy(FinalDeployer.java:48)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.runImpl(AsyncDeployer.java:67)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.run(AsyncDeployer.java:53)
    Elapsed time for deployment: 5 seconds
    #### Deployment incomplete. #### Sep 18, 2009 4:25:02 PM

    Hi Rajesh,
    See bold text in the stack, it clearly suggests you ran out of disk space.
    Thanks-
    [email protected]
    Target platform is Oracle Application Server 10g 10.1.3 (AppServerConn).
    Wrote WAR file to F:\jdevstudio\jdev\mywork\TDProcess\TDInvoke\BpelInvoke\deploy\WebApp1.war
    java.io.IOException: There is not enough space on the disk
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:260)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(StreamEncoder.java:410)
    at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:152)
    at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:213)
    at oracle.xml.parser.v2.XMLOutputStream.finalFlush(XMLOutputStream.java:733)
    at oracle.xml.parser.v2.XMLPrintDriver.flush(XMLPrintDriver.java:639)
    at oracle.xml.parser.v2.XMLDocument.print(XMLDocument.java:1407)
    at oracle.ide.xml.XMLUtil.writeXML(XMLUtil.java:180)
    at oracle.ide.xml.XMLUtil.writeXML(XMLUtil.java:159)
    at oracle.jdeveloper.xml.URLDomIO.save(URLDomIO.java:26)
    at oracle.jdeveloper.xml.BindingIO.save(BindingIO.java:80)
    at oracle.jdeveloper.xml.BindingIO.save(BindingIO.java:57)
    at oracle.jdevimpl.deploy.ApplicationAssembler$MergeOrGen.addDescriptor(ApplicationAssembler.java:488)
    at oracle.jdevimpl.deploy.Oc4jAssembler$3.mergeOrGen(Oc4jAssembler.java:153)
    at oracle.jdevimpl.deploy.Oc4jAssembler.addPlatformXmlFilesImpl(Oc4jAssembler.java:178)
    at oracle.jdevimpl.deploy.Oc4jAssembler.addPlatformXmlFiles(Oc4jAssembler.java:85)
    at oracle.jdevimpl.deploy.ApplicationAssembler.deploy(ApplicationAssembler.java:144)
    at oracle.jdevimpl.deploy.Oc4jAssembler.deploy(Oc4jAssembler.java:78)
    at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
    at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
    at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
    at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
    at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
    at oracle.jdevimpl.deploy.J2eeProfileDt$CleanupTransientProfilesDeployer.deploy(J2eeProfileDt.java:71)
    at oracle.jdevimpl.deploy.FinalDeployer.deploy(FinalDeployer.java:48)
    at oracle.jdevimpl.deploy.AsyncDeployer$1.runImpl(AsyncDeployer.java:67)
    at oracle.jdevimpl.deploy.AsyncDeployer$1.run(AsyncDeployer.java:53)
    Elapsed time for deployment: 5 seconds
    #### Deployment incomplete. #### Sep 18, 2009 4:25:02 PM

  • JDeveloper Preview Download-jdevstudio1111.zip (Build 4796) Error

    PeaZip/gwrap Error ---
    Extracting zip file -- JDeveloper Preview Download-jdevstudio1111.zip (Build 4796)
    gwrap Failes to create win32 control, error: 0.
    Press Ok to ignore and risk data corruption.
    Press Cancel to kill the Test All program.

    User,
    Wow - never heard of PeaZip before today. Looks like PeaZip is choking.
    I used ALZip (free software) and it works fine.
    John

  • Oracle AS 10g + JDeveloper 11g TP4 deploying error

    Hi All
    When i deploy my sample application on Oracle AS 10g i have such deployment error:
    [07.08.2008 19:36:31] Application Deployer for SampleApp STARTS.
    [07.08.2008 19:36:31] Copy the archive to C:\oracle\product\10.1.3.1\OracleAS_1\j2ee\home\applications\SampleApp.ear
    [07.08.2008 19:36:31] Initialize C:\oracle\product\10.1.3.1\OracleAS_1\j2ee\home\applications\SampleApp.ear begins...
    [07.08.2008 19:36:31] Unpacking SampleApp.ear
    [07.08.2008 19:36:32] Done unpacking SampleApp.ear
    [07.08.2008 19:36:32] Unpacking web.war
    [07.08.2008 19:36:34] Done unpacking web.war
    [07.08.2008 19:36:34] Initialize C:\oracle\product\10.1.3.1\OracleAS_1\j2ee\home\applications\SampleApp.ear ends...
    [07.08.2008 19:36:34] Starting application : SampleApp
    [07.08.2008 19:36:34] Initializing ClassLoader(s)
    [07.08.2008 19:36:34] Initializing EJB container
    [07.08.2008 19:36:34] Loading connector(s)
    [07.08.2008 19:36:34] Starting up resource adapters
    [07.08.2008 19:36:34] Initializing EJB sessions
    [07.08.2008 19:36:34] Committing ClassLoader(s)
    [07.08.2008 19:36:34] Initialize web begins...
    [07.08.2008 19:36:34] Initialize web ends...
    [07.08.2008 19:36:34] Started application : SampleApp
    [07.08.2008 19:36:34] Binding web application(s) to site default-web-site begins...
    [07.08.2008 19:36:34] Binding web web-module for application SampleApp to site default-web-site under context root SampleApplication
    [07.08.2008 19:36:37] Operation failed with error: Error instantiate servlet classes
    I use JDeveloper 11g TP4 with Oracle ADF Faces, deploy to standalone Oracle AS 10g server
    Please help to solve my trouble )

    Anton,
    As is documented in the release notes and in numerous posts on the 11g forum (perhaps you meant to search there), this is not supported.
    John

  • 10.1.3 HumanTask Forms deployment error is it a BUG

    Hi,
    Any one I am getting the following error. I have installed SOA 10.1.3 Midtier and am using OID as security provider. Now I am trying DocumentReview Sample but am getting the following error:
    Buildfile: C:\Oracle_Software\1013\soa\bpel\samples\demos\DocumentReview\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/Oracle_Software/jdevstudio10132/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process DocumentReview on localhost, port 7779
    [deployProcess] Deploying process C:\Oracle_Software\1013\soa\bpel\samples\demos\DocumentReview\output\bpel_DocumentReview_1.0.jar
    [deployProcess] Successfully deployed the process "DocumentReview" on server "localhost" and port "7779"
    deployTaskForm:
    [echo]
    | Deploying workflow form for DocumentReview on localhost, port 7779
    [deployTaskForm] 07/07/07 08:25:19 Notification ==>Application Deployer for default_DocumentReview_1_0_DocumentReview STARTS.
    [deployTaskForm]
    [deployTaskForm] 07/07/07 08:25:19 Notification ==>Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] Deploy error: Deploy error: Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    BUILD FAILED
    C:\Oracle_Software\1013\soa\bpel\samples\demos\DocumentReview\build.xml:98: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 45 seconds
    Thanks for any feedbacks.

    Hi HEWizard,
    I have set the ORACLE_HOME that points to SOA install directory i.e.
    C:\Documents and Settings>echo %ORACLE_HOME%
    C:\Oracle_Software\1013\soa
    One more thing is that if I install the Developer Version and even though the ORACLE_HOME is not set this works fine i.e. DocumentReview it's only that in the Midtier install version it doesn't work.
    The BPELProcess gets deployed and even the task is assigned but when logging into worklist and selecting the task I see the following error:
    Not Found
    The requested URL /default/DocumentReview/1.0/DocumentReview/DocumentReview.jsp was not found on this server.
    Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server Server at localhost Port 7779
    It's because at deployment time I get that security error and parent application not found and it never deploys the jsp's. Now in the logs I don't see anything. It's only in JDeveloper I see those errors at deployment time. Here is the domain.log:
    <2007-07-07 18:22:44,500> <INFO> <default.collaxa.cube> <ServerManager::loadDomain>
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon Oct 09 08:44:49 PDT 2006
    Build type: release
    Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    <2007-07-07 18:22:45,140> <INFO> <default.collaxa.cube.engine> <CubeEngine::load>
    Initializing BPEL domain from descriptor file
    "C:\Oracle_Software\1013\soa\bpel\domains\default\config\domain.xml"
    <2007-07-07 18:22:45,406> <INFO> <default.collaxa.cube.engine> <gsDomainSchemaManager::validateCompatibility> Detected database version '2.0.51'
    <2007-07-07 18:22:45,406> <INFO> <default.collaxa.cube.engine> <AdaptorManager::load> Loaded adaptors for platform 'ias_10g', datasource 'oracle'
    <2007-07-07 18:22:47,656> <INFO> <default.collaxa.cube.engine> <AdapterStats::init:Done initializing Adapter statistics holder for engine > default
    <2007-07-07 18:22:47,656> <INFO> <default.collaxa.cube.engine> <CubeEngine::init>
    OraBPEL "default" BPEL domain loaded.
    <2007-07-07 18:22:53,046> <INFO> <default.collaxa.cube.engine> <CubeEngine::loadAllProcesses>
    Loading processes for BPEL domain "default" ...
    <2007-07-07 18:22:55,500> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskManager" (revision "1.0") successfully loaded.
    <2007-07-07 18:22:57,234> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskActionHandler" (revision "1.0") successfully loaded.
    <2007-07-07 18:22:57,953> <INFO> <default.collaxa.cube.engine.deployment> Process "DocumentReview" (revision "1.0") successfully loaded.
    <2007-07-07 18:22:58,000> <INFO> <default.collaxa.cube.engine> <CubeEngine::loadAllProcesses>
    3 processes have been loaded for BPEL domain "default".
    <2007-07-07 18:23:33,062> <INFO> <default.collaxa.cube.services> <QuartzPublisherInit::init> Notification Retry publisher scheduled at every 15 minute(s)
    <2007-07-07 18:26:23,500> <INFO> <default.collaxa.cube.compiler> validating "C:\Oracle_Software\1013\soa\bpel\domains\default\tmp\.bpel_DocumentReview_1.0_e61483a0d5e873d381ae6bfbeaed5c60.tmp\DocumentReview.bpel" ...
    <2007-07-07 18:26:30,671> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "DocumentReview" (revision "1.0") successfully compiled.
    <2007-07-07 18:26:30,750> <INFO> <default.collaxa.cube.engine.deployment> Process "DocumentReview" (revision "1.0") successfully loaded.
    Now even though the log says process deployed successfully it only deploys the BPEL Process but no jsp forms deployed. I hope there's nothing special we have to do. This issue can be recreated by installing the Midtier version of SOA and configure it with OID and then try deploying DocumentReview Process provided in the demos.
    I hope I have provided all the information.
    Thanks and waiting for a feedback as we have to decide on whether we go using BPEL 10.1.3 and this is a critical piece of it.

  • SOA WSDL service deployment error

    I am getting this error while deploying the web services. I added a service in the WSDL like this and it is not working.
    <wsdl:service name="DataFeedService">
    <wsdl:port name="receive_ptt" binding="tns:receive_pttBinding">
    <soap:address location="http://soa02.masa.com:8001/soa-infra/services/default/ProcessData/DataFeed"/>
    </wsdl:port>
    </wsdl:service>
    10:10:35 AM] Error deploying archive sca_ProcessData_rev1.0.jar to partition "default" on server soa_server1 [soa02.masa.com:8001]
    [10:10:35 AM] HTTP error code returned [500]
    [10:10:35 AM] Error message from server:
    Error during deployment: Deployment Failed: Unable to register service..
    [10:10:35 AM] Check server log for more details.
    [10:10:35 AM] Error deploying archive sca_ProcessData_rev1.0.jar to partition "default" on server soa_server1 [soa02.masa.com:8001]
    [10:10:35 AM] #### Deployment incomplete. ####
    [10:10:35 AM] Error deploying archive file:/C:/MyProjects/ORTDJMSDemo/ProcessData/deploy/sca_ProcessData_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    You added the service part by hand or by dragging a line from the component to the left swim lane?
    can you clean/compile your project in jdeveloper..no errors ?

  • Java embedding code in BPEL 2.0 giving deployment errors

    Hello,
    I am using Jdeveloper and SOA 6 11.1.1.0.6 version. BPEL 2.0
    When i use simple sysout in the java embedding it is deploying fine but when using XMLElement api in the java embedding it s giving deployment error.
    Please suggest me how to make it work.
    Please see the error message below:
    Error deploying archive sca_FetchAttachments_rev1.1.jar to partition "default" on server soa_server1 [http://XXX.XXX.com:8001]
    [01:04:09 PM] HTTP error code returned [500]
    [01:04:09 PM] Error message from server:
    There was an error deploying the composite on soa_server1: Error occurred during deployment of component: FetchAttachments to service engine: implementation.bpel, for composite: FetchAttachments: ORABPEL-05250

    Hello Rolando Carrasco,
    Thank for responding my question. I figure out the issue. It is because we need to import the java API's what we are using in the java embedding.
    Thank you,
    Raj

  • JDev 10.1.2 Deployment Error

    I have a web application which works fine on my embeded OC4J. The same application works fine on a stand-alone TestServer1. Now I am supposed to deploy it on a differeent Test Server, where I get the following error.
    Wrote EAR file to C:\JDev_10g\jdev\mywork\LSHR_Ph1_Ver3.1\webservice\deploy\lshrph1.ear
    Invoking OC4J admin tool...
    C:\JDev_10g\jdk\jre\bin\javaw.exe -jar C:\JDev_10g\j2ee\home\admin.jar ormi://hco391mylitw001/ admin **** -deploy -file C:\JDev_10g\jdev\mywork\LSHR_Ph1_Ver3.1\webservice\deploy\lshrph1.ear -deploymentName lshrph1
    checkIsLocalHost() error: hco391mylitw001/: hco391mylitw001/
    Uploading file C:\JDev_10g\jdev\mywork\LSHR_Ph1_Ver3.1\webservice\deploy\lshrph1.ear to oc4j server side
    Error: Deploy error: deploy failed!: ; nested exception is:
         oracle.oc4j.admin.internal.DeployerException: d:\oc4j1012\j2ee\home\config\server.xml (Access is denied)
    Exit status of OC4J admin tool (-deploy): 1
    Elapsed time for deployment: 24 seconds
    #### Deployment incomplete. #### Jul 26, 2006 9:32:37 AM
    Please tell me what could the problem be. Is it some problem with my deployment profile or is it on the server where OC4J is running.
    Thanks.

    Hi Viani,
    It can be related to a version incompatibility between your JDev 10.1.2 and the version of OC4J you are deploying to.
    For instance, Oracle does not support to deploy JDev 10.1.2 ADF application in Application Server 10.1.3. If this is what you are trying to do, you would have to migrate your application to JDeveloper 10.1.3 and then deploy it to AS 10.1.3.
    My suggestion for you would be to create the web service in JDeveloper - 10.1.2
    to deploy to that particular platform (OC4J 10.1.2).
    I also believe there is an internal bug on a problem close to yours :
    "checkIsLocalHost() error message during deployment to OC4J"
    which does not seem to reproduce against JDev 10.1.3.0.4.
    JDev 10.1.3.0.4 should be worth trying in such case.
    Hope this will help you.
    Steff

  • Oc4j deployment error - admin.jar

    I am using JDeveloper 9.0.5.1, java_version 1.4.2_03
    When I deploy my J2EE application to our server (via JDeveloper) I get the following error:
    Error: Deploy error: Invocation error: java.lang.NoSuchMethodException; nested exception is:
         java.lang.NoSuchMethodException
    com.evermind.client.orion.AdminCommandException: Deploy error: Invocation error: java.lang.NoSuchMethodException; nested exception is:
         java.lang.NoSuchMethodException
         at com.evermind.client.orion.DeployCommand.execute(DeployCommand.java:95)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:118)
         at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java:27)
    com.evermind.server.rmi.OrionRemoteException: Invocation error: java.lang.NoSuchMethodException
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1497)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
         at __Proxy0.deploy(Unknown Source)
         at com.evermind.client.orion.DeployCommand.execute(DeployCommand.java:92)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:118)
         at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java:27)
         Nested exception is:
    java.lang.NoSuchMethodException
         at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1527)
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1480)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
         at __Proxy0.deploy(Unknown Source)
         at com.evermind.client.orion.DeployCommand.execute(DeployCommand.java:92)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:118)
         at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java:27)
    ---- Embedded exception
    java.lang.NoSuchMethodException
         at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1527)
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1480)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
         at __Proxy0.deploy(Unknown Source)
         at com.evermind.client.orion.DeployCommand.execute(DeployCommand.java:92)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:118)
         at com.evermind.client.orion.Oc4jAdminConsole.main(Oc4jAdminConsole.java:27)
    Exit status of OC4J admin tool (-deploy): 1
    **** Note: The OC4J connection 'XXX' is configured to use the default admin.jar be used when deploying.
    **** Note: However, the remote server version does not appear to be compatible with this admin.jar.
    **** Note: Please edit the connection to point to an admin.jar version that is compatible with the remote server.
    Elapsed time for deployment: 5 seconds
    #### Deployment incomplete. #### Jan 24, 2005 8:32:30 AM
    Must I replace the admin.jar file with a more newer version of it? How do I determine the version of the admin.jar and if I update it to a newer version will it still be compatible with the rest of the settings?
    Thank you

    The admin.jar for the OC4J connection should be the same as the admin.jar in the remote server.
    For version, is the zip file size and date the same.

  • Deployment Error in EJB

    I have downloaded Hotel Reservation System using EJB sample and trying deploy OneEJBHotel-Web.deploy to the Application Server connection. Connection looks fine. I get the following error in deployment:
    **** The current project does not contain an EJB Module to deploy.
    #### Deployment incomplete. ####
    Am I missing any setups steps? I have extracted files from OneEJBHotel.jar and directory structure is:
    D:\oracle\samples\EJB\OneEJBHotel\...
    Appreciate your help.

    Apparently I found that the new release of JDeveloper 9.0.3.1 did at least try to deploy the EJB in this sample. The previous version kept failing to deploy. Now, I am getting other deployment error. Seems like the deployment doesn't recognise my site. The standalone OC4J has been running successfully on port 8888, the standalone connection in JDeveloper is fine also. I can even hit on 8888 port from other machines. But deployment gives the following messages. Am I missing anything here? Appreciate all the help.
    ---- Deployment started. ---- Feb 28, 2003 3:45:02 PM
    Wrote EJB JAR file to C:\oracle\JDeveloper_Sample\OneEJBHotel\src\oracle\otnsamples\OneEJBHotel\OneEJBHotel.jar
    Wrote WAR file to C:\oracle\JDeveloper_Sample\OneEJBHotel\src\oracle\otnsamples\OneEJBHotel\OneEJBHotel-Web.war
    Wrote EAR file to C:\oracle\JDeveloper_Sample\OneEJBHotel\src\oracle\otnsamples\OneEJBHotel\OneEJBHotel-Web.ear
    Invoking OC4J admin tool...
    C:\oracle\JDev9031\jdk\jre\bin\javaw.exe -jar C:\oracle\JDev9031\j2ee\home\admin.jar ormi://W2K038825/ admin **** -deploy -file C:\oracle\JDeveloper_Sample\OneEJBHotel\src\oracle\otnsamples\OneEJBHotel\OneEJBHotel-Web.ear -deploymentName OneEJBHotel
    Auto-unpacking C:\oracle\JDev9031\j2ee\home\applications\OneEJBHotel-Web.ear... done.
    Auto-unpacking C:\oracle\JDev9031\j2ee\home\applications\OneEJBHotel-Web\OneEJBHotel-Web.war... done.
    Auto-deploying OneEJBHotel (Assembly had been updated)...
    Exit status of OC4J admin tool (-deploy): 0
    C:\oracle\JDev9031\jdk\jre\bin\javaw.exe -jar C:\oracle\JDev9031\j2ee\home\admin.jar ormi://W2K038825/ admin **** -bindWebApp OneEJBHotel OneEJBHotel-Web http://W2K038825:8888/ /OneEJBHotel
    default-web-site (full name: file:/C:/oracle/JDev9031/j2ee/home/config/default-web-site.xml)
    http-web-site (full name: file:/C:/oracle/JDev9031/j2ee/home/config/http-web-site.xml)
    Unknown site: http://W2K038825:8888/
    Active sites are:
    Exit status of OC4J admin tool (-bindWebApp): 1
    Use the following context root(s) to test your web application(s):
    http://W2K038825:????/OneEJBHotel
    Note: JDeveloper was unable to determine the HTTP port number of the remote server for the above URL(s).
    Elapsed time for deployment: 38 seconds
    ---- Deployment finished. ---- Feb 28, 2003 3:45:40 PM

  • Deploy errors when deploying reports having external assembly references

    Hi,
    I’m trying to move our Reporting Services files into the new BI Report Server Project in VS2010 / Data Tools 2012. This project type seems to work well  - except that I’m having problems using the deploy functionality for reports with references to external
    .Net assemblies. No matter how I try, deploy function results in errors even though I can manually upload my reports (using Report Manager web interface) and successfully execute them.
    Using a simple test report, containing nothing else than a textbox with the following expression:
    =TimeZoneInfo.ConvertTime(DateTime.Now, TimeZoneInfo.Local, TimeZoneInfo.FindSystemTimeZoneById("Central Standard Time"))
    and a reference to a version 3.5 System.Core dll (set in report properties->References) like this:
    System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    deploying this report results in an error “The definition of the report '/Report1' is invalid.”. Preview (using .Net 4) doesn’t work as “[BC30560] ‘TimeZoneInfo’ is ambiguous in the namespace ‘System’”. However, a manual upload via Report Manager yields no
    errors and works fine.
     If I Remove the reference to System.Core I get another deploy error “The Value expression for the textrun ‘Textbox1.Paragraphs[0].TextRuns[0]’ contains an error: [BC30451] Name 'TimeZoneInfo' is not declared” which I guess makes sense since TimeZoneInfo
    is not part of .net 2.0 which seems to be used by the Report Server. But, removal of the this System.Core reference makes preview in SSRS work again.
    It seems like the deploy functionality if SSRS/Data Tools doesn’t consider the external report references, but preview does. Has anyone worked around this? I’d really like to use the deploy functionality. Also, using SQL Server 2012, is it not possible to have
    report server using a later CLR version than 2.0 for expressions and custom code?
    Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel
    SQL Server 2012
    Microsoft SQL Server Data Tools   10.3.20225.0
    Microsoft SQL Server Reporting Services Designers  Version 11.0.2100.60
    Thanks

    Hi,
    I'm having the exact same problems.
    I even tried copying the System.Core 4.0 DLL to %PROGRAMFILES%\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin. In that case, I get the following error when attempting to deploy the report to my local report server instance:
    Error 1 Error while loading code module: ‘System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’. Details: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
    If anyone has any idea how to resolve this, please help.
    Thanks!

Maybe you are looking for