Building from MPL sources

Hi All,
We need to customize some classes contained in rpc.swc.
To avoid any potential licensing hassles, I decided to try building it from the MPL sources available for download at http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3
So I downloaded and unzipped flex_sdk_3.3.0.4852_mpl.zip, set JAVA_HOME and ANT_HOME, and invoked the build.xml.
I get the following error:
D:\flex_sdk_3.3.0.4852_mpl>%ANT_HOME%\bin\ant
Buildfile: build.xml
create-description:
templates-clean:
prepare-html-templates:
BUILD FAILED
D:\flex_sdk_3.3.0.4852_mpl\build.xml:1155: Warning: Could not find file D:\flex_sdk_3.3.0.4852_mpl\templates\html-templa
tes\metadata\AC_OETags.js to copy.
It looks as though the directory structure of what's in flex_sdk_3.3.0.4852_mpl.zip doesn't match the SVN tag for 3.3.0.4852, which causes the build to fail. (templates\html-templates\metadata exists in SVN bud not in the MPL zip distribution)
From what I can gather, the source code in SVN http://opensource.adobe.com/svn/opensource/flex/sdk/ contains both MPL licensed and proprietary code, correct?
Does this mean that if I want to make modifications to the MPL licensed code as distributed by Adobe, I need to write and maintain my own build files?
I would expect that since flex_sdk_3.3.0.4852_mpl.zip contains a build.xml file, it should work out of the box... if it doesn't, maybe you should remove it so that there is no expectation created that the MPL zip distribution contains more than just source code.
In the meantime, I guess I need to check out from SVN both the MPL and non-MPL licensed code and then be forced to audit (or cross my fingers) that I'm not violating any licenses with what I'm modifying/redistributing.
Any thoughts/suggestions on this issue?
Thanks,
Frank Grimes

Can you file a bug on the SDK not rebuilding correctly from the MPL zip?  We probably only tested on the Adobe version.  I don't remember the targets in the build file, but the templates aren't that big a deal, you can probably just look through and see what builds the SWCs and just run that target and still accomplish what you need.
However, you can edit any source code in Subversion without fear of mixing licenses, since any source you see in Subversion is MPL.  It's only the binaries that we check in that wouldn't be under MPL.
Matt

Similar Messages

  • [SOLVED] Building from source?

    I'm new - quite new to Linux, totally new to Arch - thus this newbie question.
    I can't seem to understand how to properly compile from source in Arch.
    And before you ask, I have read the Wiki. A lot.
    The way I understand it, normally one would use pacman and rely on it to find, download and install the package. I have not yet got a proper internet connection set up, and will therefore have to download the package(s) from my Win XP computer I'm sitting at.
    I want to download wvdial - for getting dialup up and running. wvdial seems to depend on ppp, wvstreams and xplc, so I have to download those as well.
    After searching, I found them all, but only the source code, as gzipped tarballs.
    I understood that one was then supposed to use makepkg to make a package from the source code, and then install the resulting package using pacman.
    Sounds OK, but it looks like I need a so-called PKGBUILD file for each package, a script used by makepkg to build the package correctly.
    Did those tarballs contain any PKBUILD files? No. There were makefiles, but no such thing as a PKGBUILD file.
    What am I supposed to do, then? Did I get the wrong tarballs?
    I got wvdial from this page: http://www.archlinux.org/packages/extra/i686/wvdial/ which took me here: http://alumnit.ca/wiki/index.php?page=WvDial which again lead me here: http://alumnit.ca/wiki/index.php?page=DownloadReleases
    This last page also included wvstreams.
    For ppp: http://www.archlinux.org/packages/core/i686/ppp/
    For xplc: http://www.archlinux.org/packages/extra/i686/xplc/
    Last edited by Mzg (2009-09-06 18:13:28)

    the binary package have to be downloaded from a mirror. here is a list with them: http://wiki.archlinux.org/index.php/Mirrors
    note: http://www.archlinux.org/packages/extra/i686/wvdial
    looking at the link you can find out where to look. is in extra repository, i686
    http://linkmirror/extra/os/i686/

  • Building from source -- how to remove installation?

    Greetings.
    I am relatively new to the world of Linux, and while google has helped me thus far, I can't seem to solve this one: How do I effectively keep record of all the files being installed, when building from source?
    When everything is done through Pacman or the AUR, it's all in a system; however, not when building it manually..
    Some sourcefiles has an "make uninstall"-function, but not all.
    I kinda feel that I don't have control over what's happening on my system, how do I solve this?
    Thanks.

    I only recently learned how to create my own packages. It was so easy! You can read about it here: http://wiki.archlinux.org/index.php/Building_Packages That link also provides a simple example "PKGBUILD" file.
    As you can see, the "build" function in the PKGBUILD file is nothing more than what you would do to build the package by yourself. But, by creating a PKGBUILD file, using the "makepkg" command, and then installing it with "pacman -U package.pkg.tar.gz", you can easily uninstall it in the future.
    If you want, you can then upload your PKGBUILD file to the AUR, and feel good as an Arch Linux contributor.
    I found it interesting that Arch Linux doesn't even setup "/usr/local/bin" in the PATH by default. It's probably for the best. It keeps me from being naughty.

  • How to get information from ODBC sources to Forms Builder environment

    Hi,
    Could anyone help me, to get some examples or more information, that how can I get information from ODBC sources to Forms Builder environment. I have a need to read data for example to LOV.

    If you are on Forms 6i you install the Oracle Client Adaptor from the Forms CD. You then have a way of connecting to ODBC datasources.
    To connect to ODBC at the same time as you are connected to Oracle you can use the EXEC_SQL package to create a second connection via odbc and issue select statements against that datasource.

  • Howto? build a module from clean source against kernel26-headers

    I'm trying to create a package for a patched psmouse kernel module. (https://aur.archlinux.org/packages.php?ID=49284). However, I can't quite get the module built correctly.
    I'm trying various make options like -C $KDIR, M=,.... and various make targets like prepare, modules_pepare, and explicitly giving a module.
    Forgetting about the patch for a moment? How am I supposed to do this? I thought something like:
    make -C /usr/src/linux-$(uname -r) M=drivers/input/mouse psmouse.ko
    would work, but I think it's trying to write to the headers directory.
    Thanks for any help.

    What’s the error in particular? Are you trying to build the module source code from inside the kernel tree or separately? Look for similar module packages for examples?
    If you’re trying to do an external build, perhaps try giving the absolute path in your M=drivers/input/mouse parameter; otherwise the -C option tells Make to change directory and it forgets what the original directory was.
    I have an external module with me that has its own Make file and calls the kernel’s Make files with this if it’s any help:
    make -C $(KDIR) SUBDIRS=$(PWD) modules

  • Can't get ET to work after building from AUR

    I have downloaded Enemy Territory tar from AUR and am trying to build it, here is what I am getting:
    bobby@dabox:~/installs/enemy-territory$ ls
    enemy-territory.desktop et-ded et-pbupdate.sh PKGBUILD
    enemy-territory.install etded.sh et.sh
    bobby@dabox:~/installs/enemy-territory$ makepkg
    ==> Entering fakeroot environment
    ==> Making package: enemy-territory 2.60b-8 (Tue Jan 8 14:44:27 EST 2008)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading et-linux-2.60.x86.run
    --14:44:28-- http://ftp.games.skynet.be/pub/wolfenstein/et-linux-2.60.x86.run
    => `et-linux-2.60.x86.run'
    Resolving ftp.games.skynet.be... 195.238.1.6
    Connecting to ftp.games.skynet.be|195.238.1.6|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 270,965,248 (258M) [text/plain]
    89% [============================================> ] 241,461,216 458.72K/s ETA 01:03^100%[==================================================>] 270,965,248 467.87K/s ETA 00:00
    14:54:12 (453.47 KB/s) - `et-linux-2.60.x86.run' saved [270965248/270965248]
    -> Downloading ET-2.60b.zip
    --14:54:15-- http://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/et/ET-2.60b.zip
    => `ET-2.60b.zip'
    Resolving ftp.gwdg.de... 134.76.12.3
    Connecting to ftp.gwdg.de|134.76.12.3|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4,143,401 (4.0M) [application/zip]
    100%[==================================================>] 4,143,401 326.94K/s ETA 00:00
    14:54:36 (201.11 KB/s) - `ET-2.60b.zip' saved [4143401/4143401]
    -> Found enemy-territory.desktop in build dir
    -> Found et-ded in build dir
    -> Found et-pbupdate.sh in build dir
    -> Found et.sh in build dir
    -> Found etded.sh in build dir
    ==> Validating source files with md5sums
    et-linux-2.60.x86.run ... Passed
    ET-2.60b.zip ... Passed
    enemy-territory.desktop ... Passed
    et-ded ... Passed
    et-pbupdate.sh ... Passed
    et.sh ... Passed
    etded.sh ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    Creating directory enemy-territory
    Verifying archive integrity... All good.
    Uncompressing Enemy Territory 2.60 Full Install..............................................................................................................................................................................................................................................................................................................................
    [b]cp: cannot stat `Enemy Territory 2.60b/linux/et.x86': No such file or directory
    cp: cannot stat `Enemy Territory 2.60b/linux/etded.x86': No such file or directory[/b]
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .FILELIST file...
    ==> Generating .PKGINFO file...
    ==> Copying install script...
    ==> Compressing package...
    ==> Finished making: enemy-territory (Tue Ja
    I have bolded those 2 lines as when I try to run enemy-territory after finishing, I keep getting this:
    bobby@dabox:~$ enemy-territory
    /usr/bin/enemy-territory: line 6: /opt/enemy-territory/et.x86: No such file or directory
    /usr/bin/enemy-territory: line 6: exec: /opt/enemy-territory/et.x86: cannot execute: No such file or directory
    bobby@dabox:~$

    colbert wrote:So this cannot work since it is trying to use a .zip? But others have gotten this to work, I don't understand?
    It was caused by the upgrade of the file package.

  • Running 5.5 U2e and VUM will no longer download software packages from patch source?

    We had a vSphere 5.5 cluster configured for us by a 3rd-party through Dell as part of our purchase agreement. We are running vCenter Server 5.5 U2e on Windows 2012 R2 as a physical host. It does run Update Manager. In my most recent check today, Update Manager will scan a host and report patches that are needed. In this case we're at 5.5.0 Build 2456374 on our ESXi hosts. Update Manager detects 5 missing patches. After I put the host in maintenance mode, I remediate, select the patch group, and proceed through the screens. It starts its process and goes from 0% to 16% to 25% then sits there for about 1–3 minutes, then goes to 90%, 91%, and errors out saying:
    "Cannot download software packages from patch source. Check the events and the Update Manager log for download details."
    Multiple strange things:
    This server was updating just fine a few months back when some previous patches were released.
    It can see the internet just fine. No firewall issues.
    Our failover site on the same network, but in a different location in the city is able to update just fine. Same hardware, network, and software versions.
    Any ideas on where to look or what to try? I had gone ahead and update from vCenter Server 5.5 U2b to U2e (along with a VUM reinstall) hoping that would fix it, but it did not. Any help would be greatly appreciated, because we're not VMware experts and thought everything was set up correctly by the vendor. We were given a small amount of knowledge transfer, but nothing that would allow us to troubleshoot this.
    The Update Manager config listed in vCenter Server points to just three sources, that look to be the default from hostupdate.vmware.com and vapp-updates.vmware.com. None of the settings have been changed from the initial install and configuration that were working at one point in the last few months (when I last patched the hosts to 2456374).
    Looking through the vmware-vum-server-log4cpp.log I see these failures:
    [2015-05-06 16:17:33:039 'JobDispatcher' 6068 DEBUG]  [JobDispatcher, 405] The number of tasks: 11
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 545] Url: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib, Download destination: C:/ProgramData/VMware/VMware Update Manager/Data/hostupdate/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 396] Inserted download job {45798736} to queue
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 416] Current download count: 0
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 432] Current download count: 1
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 438] Adding download job {45798736} to scheduler
    [2015-05-06 16:17:38:642 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 458] Waiting for download job {45798736} to finish...
    [2015-05-06 16:17:38:643 'DownloadMgr' 6364 INFO]  [downloadMgr, 593] Executing download job {45798736}, url=https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:38:644 'httpDownload' 6364 INFO]  [httpDownload, 556] Downloading https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:501 'httpDownload' 6364 INFO]  [httpDownload, 791] Status code: 404
    [2015-05-06 16:17:39:501 'httpDownload' 6364 ERROR]  [httpDownload, 827] Error retrieving document 'https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib'. Status code: 404
    [2015-05-06 16:17:39:502 'httpDownload' 6364 WARN]  [httpDownload, 420] Download https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib failed: Error retrieving document 'https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib'. Status code: 404
    [2015-05-06 16:17:39:502 'httpDownload' 6364 ERROR]  [httpDownload, 435] Reached retry download limit
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 ERROR]  [downloadMgr, 618] Executing download job {45798736} throws error: Reached retry download limit
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 ERROR]  [downloadMgr, 705] Download failed for url: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:503 'DownloadMgr' 6364 INFO]  [downloadMgr, 567] Download job {45798736} finished, bytes downloaded = 0
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 464] Download job {45798736} finished
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 477] Removing download job {45798736} in queue
    [2015-05-06 16:17:39:503 'DownloadMgr' 2448 DEBUG]  [downloadMgr, 496] Current download count: 0
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [vibDownloaderImpl, 402] Error downloading vib file from https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib Error:downloading file: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib failed, 0 bytes downloaded.
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [vibDownloaderImpl, 418] Downloading file failed for: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 WARN]  [vibDownloaderImpl, 440] Failed to download 1 VIBs:
    https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib,
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [patchDepotManager, 466] Failed to download the vibs: https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/esx-base/VMware_bootbank_esx-base_5.5.0-2.62.2702864.vib
    [2015-05-06 16:17:39:504 'HostUpdateDepotManager' 2448 ERROR]  [installController, 349] Install on host: <HOST FQDN REMOVED>(Entity: host-16) failed. Error: Failed to download Vibs
    [2015-05-06 16:17:39:548 'SingleHostRemediateTask.SingleHostRemediateTask{29}' 2448 ERROR]  [singleHostRemediateTask, 492] Remediation error: Failed to download Vibs
    [2015-05-06 16:17:39:571 'VciTaskBase.VciClusterJobDispatcherTask{25}' 2448 INFO]  [vciClusterJobSchedulerTask, 613] Remediation failed due to non mmode failure

    Well, apparently this patch / vib was pulled after release, based on issues with "VMware NSX for vSphere 6.x or Cisco Nexus 1000v" as seen in KB2116370: VMware KB: After upgrading to VMware ESXi 5.5 Patch Release ESXi550-201504002, virtual machines using VMware NSX for…
    Ok, that's cool. But here's my question then. Why is Update Manager still reporting that it's an available patch for our ESXi hosts? I'm new to this and am just trying to get an understanding to avoid confusion like this in the future.
    [UPDATE]
    Looks like this was the problem. VMwareCares Twitter account confirmed that Update Manager needed a new repository query to grab the new metadata. After rescanning the ESXi host again, the number of available patches dropped from 5 to 1. I'm now successfully patching the ESXi hosts through Update Manager once again. Crisis avoided.

  • Picking up required Characteristics from my Source field to Target field!!

    Hi ,
    I need to pick up data from  a source field that is 35 characters long to a target field in my Cube that is only 4 char long. But the data that will be fed into this source field will be 4 char long only, so can anyone help me with picking up only the 4 char I need into my target field.
    Is this possible, If yes kindly post the routine that will allow me to concatenate the remaining characteristics and pick up only the 4 char I need.
    Thanks,
    Guru.

    Also, if this is the behaviour of the infoObject at all the places it is to be used, you can created Global Transfer Routine at infoObject level.
    Otherwise you can write the routine in transformations, rule type "Routine" and then the avaiable source field can be used.
    A simple example:
    I needed to build a character date field for a cross-platform integration project I was working on. First, I defined the date field:
    data: datechar(10).
    To build the date lets use sy-datum, which has the current system date.
      write SY-DATUM+4(2) to datechar+0(2).
      write '/' datechar+2(1).
      write SY-DATUM+6(2) to datechar+3(2).
      write '/' TO datechar+5(1).
      write SY-DATUM+0(4) to datechar+6(4).
    Value of SY-DATUM 20010616
    Here's how the field changes with the execution of each line.
    06________
    06/_______
    06/16_____
    06/16/____
    06/16/2001
    Hope this helps.
    Cheers,
    Sumit

  • Aggregating Data from multple sources with ESB

    Hi
    I want to aggregate data from multiple data-sources with an esb service and after that call a bpel-process with a request build from this data.
    1. read data from datasource A (dbadapter-select-call)
    2. read data from data-source B (dbadapter-select-call)
    3. put the data together in xsl-transofrmation
    4. call bpel
    Is this possible? How can I get the data from the first call together with data from the second call for transformation? If I get data from the second call, the data from the first call seems to be lost.
    Any ideas?
    Gregor

    Gregor,
    It seems this aggregation of data is not possible in ESB.This can be done in BPEL only that too using assigns but not using transformations.I have tried using transformations by giving the third argument to the ora:processXSLT function.But couldnot achieve the desired result.
    For more info on passing a second variable(of another schema) as a parameter to xslt pls refer to the post
    http://blogs.oracle.com/rammenon/2007/05/
    and the sectiion "Passing BPEL Variable contents into XSLT as Parameters".
    Hope this helps you.
    Thanks,Venkat.

  • Ear deploy failure with webservice in weblogic 9.2 build from weblogic 8.1

    I get the below exception when I try to deploy the ear file that contains the webservice modules in weblogic 9.2. The ear was working fine in weblogic 8.1 which is build from this version. As part of migrating to the 9.2 I tried to deploy the ear that is build from 8.1. I am struct at this point. Pls help.
    ####<17-Dec-2008 21:03:35 o'clock GMT> <Error> <Deployer> <LDNCTIWA046436> <BatchServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1229547815831> <BEA-149205> <Failed to initialize the application 'exwebservices' due to error java.lang.NoClassDefFoundError: com/bea/wlw/runtime/core/bean/SLSBContainerBean.
    java.lang.NoClassDefFoundError: com/bea/wlw/runtime/core/bean/SLSBContainerBean
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:355)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:294)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:262)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:161)
         at weblogic.ejb.container.deployer.EJBModule.setupEJBToImplClassDependencies(EJBModule.java:1415)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:326)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:137)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:38)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:177)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Thanks David and weblogicRocks..
    David,
    I have installed the workshop also during installation. Actually I have searched for the class which is missing from the weblogic 9.2 installation folder. The missing class is is in different package path in weblogic 9.2 (knex81.jar) as shown below. Also, this class is generated by workshop while building in 8.1. So, I think I have to rebuild the work file in 9.2 to avoid referring to this class.
    Missing Class location (weblogic 8.1) (knex.jar): com/bea/wlw/runtime/core/bean/SLSBContainerBean
    Missing Class location (weblogic 9.2) (knex81.jar): com/bea/wlw/knex/runtime/core/bean/SLSBContainerBean
    weblogicRocks,
    I saw in the weblogic site that the webservices built from 8.1 will still work in 9.2 with out the need for changing the code. Pls, let me know whether I need to rebuild them on 9.2. If yes, I have used .jws files(sample class definition below) for my webservices and I came to know that in 9.2 new jws annotations are added, do I need to change my source code to add any new annotations so as to work in 9.2? Also, I have used wlwBuildTask using Ant to build the code in 8.1 and this task is not available in 9.2. Let me know what all I need to change for webservices created from workshop to migrate to 9.2. I am really struggling in resolving the issues as it is very urgent for me. Appreciate you quick response.
    Below is my .jws webserice class definition.
    public class MyWebService implements com.bea.jws.WebService
    private String reqImpl;
    * @common:operation
    * @jws:conversation phase="none"
    public String submitRequest(String var)
    <Method Logic>
    }

  • Documentation generator directly from C source files

    Hello,
    Is there any tool to generate HTML documentation directly from C sources files using Documentation Tags like "/// HIFN "?
    I know we can generate documentation with function panels documentation generator but that's not what I'm looking for. I'm looking for something like doxygen or javadoc with NI documentation tags support. 
    Regards,
    Aurélien.

    Hello AReeves!
    LabWindows/CVI features a documentation generation tool able to output HTML and XML format documentation from your C source files.
    You can use the source code documentation tags (e.g. HIFN, HIPAR, etc) to document your functions in the source code, similar to doxygen.
    The option is located in Build » Target Settings » Generate source code documentation. There you can select your output format.
    Here is a useful link related to generating documentation from source files using CVI:
    http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/usermanual/tagsforsourcecode/
    Regards,
    - Johannes

  • Office 2010 and Lync 2013 installed caused Powerpoint to become corrupted from internet sources

    I'm finding that we're having problems with Office 2010 and Lync 2013.
    Our environment is setup as follows:
    Operating system: Windows 7 Enterprise 
    Office: Office 2010 (Word, Excel , Powerpoint, Access etc)
      Office 2013 (Only Lync has been installed for 2013)
    Problem: The issue is that when any Powerpoint documents come from internet sources (Such as Outlook or downloading directly from an internet browser), attachment manager deems the Powerpoint a security risk. When you open the Powerpoint it states that it's
    corrupt and needs to be repaired, when you try repairing the powerpoint, it says it's not going to be possible. 
    The only workaround is right clicking the power point in explorer and clicking properties, there's then a security prompt at the bottom of the dialog box and an option to "Unblock".
    The temporary fix: The fix is to remove Lync 2013 and the power point presentation open correctly from Internet sources.
    Attempted:
    I've attempted the following:
    - Build a laptop with a plain version of Windows 7 enterprise
    - Install Office 2010 Professional
    - Test powerpoints from internet sources (Working)
    - Install Lync 2013
    - Test powerpoints from internet sources (Same error)
    Any ideas?

    Just to let you know that switching off protected view in Powerpoint for files originating from internet sources and Outlook attachments is a workaround for the issue.
    I would be cautious about switching off Protected view though, here's a good article explaining the inner workings of Protected view:
    http://blogs.technet.com/b/office2010/archive/2009/08/13/protected-view-in-office-2010.aspx
    Concerning this problem, I also noticed that after removing Office 2013 and starting Powerpoint, a MSIEXEC instance is started.
    Presumably some DLLs are missing or some registry keys are missing when installed with Lync/Office 2013.
    I also went to the trouble of snap shotting the registry and using Procmon to see what gets loaded and added when Powerpoint repairs itself on first start after removing Office 2013.
    Unfortunately there are a number of things which change and couldn't be changed on the Office 2010 and Lync 2013 setup to fix the problem. 
    My advice would be the following:
    - Update to Office 2013 fully
    - Downgrade to Office 2010 Lync
    - Switch off protected view 

  • Attempting to upload files using the zend _file_transfer system from cs5 training from the source. [was: Question for David Powers]

    I am attempting to upload files using the zend _file_transfer system from cs5 training from the source.
    On trying to upload to a remote server I am having trouble with the destination setting (C:/upload_test) in the example, please could you point me in the right direction for the an example of this setting for a remote file transfer
    Also do I have to construct a connection file to activate a Ftp file transfer?
    David Woolston

    >I am on windows platform
    Who is your host? When you checked your host path in your host control panel, what did it say?
    >i have assumed (may be incorrectly) that the purpose of the exercise was to upload to a remote site (ie my website)
    That is correct.
    >Of course that upload might take place on a computer that does not have DW installed (an internet cafe for example)
    That's irrelevant. DW is just the tool you are using to build your site. The site runs on your hosting accounts servers. This includes the php scripts you are working with.
    >I have uploaded all files necessary for the operation, when i click upload it returns no such directory exits.
    Do you have a url we can check? What destination are you specifying in zend code?
    >This made me suspect that I would need to construct a ftp file transfer connection file to satisfied username, password , connection address etc
    The exercise you are dealing with is using http file transfer. This has nothing to do with FTP. You do not need FTP for this, other than using it to move your source code from your local client to your server.

  • Windows Easy Transfer (WET) Issues with External Hard Drive - "Can't read from the source file or disk"

    I work for Office Depot, in the tech department. Basically, one of our associates was supposed to do a data backup, and re-install Windows 7, then transfer the files back. He used Windows Easy Transfer and compacted everything into a 163 GB file. 
    Now comes the hard part. When we try to put it back on his computer ((drag-and-drop to the desktop) which has been wiped back to factory settings using the recovery partition), it stops at 79.5 GB remaining (you know how it doesn't give you a % of completion,
    it just shows how many GB are remaining) and then says "Can't read from the source file or disk" and gives you an option to try again, or cancel. It gets hung up on the same point each time.
    Normally, this wouldn't be a huge issue, but the contents on the drive are his wife's architect blueprints and interior design stuff, along with wedding photos, etc, which are the only copies they have. On top of those, they have court documents and other
    important files that we are unable to access now.
    I wasn't involved with this transfer, so I'm trying to clean up the mess as best I can. I remembered that the customer's wife was Russian, and had some files typed with a Russian keyboard, so on and so forth. I wonder if that's the issue? If not, I really
    have no idea how to manually extract things from a ".mig" file, or how to diagnose what area is potentially corrupted.
    In light of this situation, we tried using "Recuva" to recover the files post-wipe, but everything was corrupted or unable to be opened, and it also extracted and recovered all of the "useless" photos, such as the skype logos, up and
    down arrows for browsers, etc (it was 160,000+ photos).
    Trying to avoid a potential lawsuit, unhappy customer, and costing the company lots of money to see if professionals can get into this external hard drive.
    Other relevant information:
    We used a Toshiba 500 GB (465 GB) external hard drive.
    Customer's computer is an HP Pavilion P6000 Series (Model No. p6520y) running Windows 7 Home Premium 64-bit Service Pack 1.
    Any other information that is needed can be provided, thanks in advance, and hopefully we can find a solution to this issue quickly!
    -John

    I think there's a lack of understanding somewhere.
    "If you even can't start the process, please unplug it from your new PC. Then head back to your new computer and plug
    the external drive back in to your new computer. "
    Unplug from new, head back to new, plug it back in? That doesn't make much sense! Haha.
    I knew what you meant though, somewhat. When I search through the drives after clicking yes (Has windows easy transfer
    already saved your files blah blah blah) I click on the transfer file and it says "Windows Easy Transfer could not open the file".
    Rather than drag-and-drop the file to the desktop, I now tried to double-click on the file itself while it was plugged
    into the computer. It opened, and it started transferring until it was about 70% completed, and then an error popped up saying "WET can't open the easy transfer file, make sure your USB device is plugged in or check your internet connection". 
    I checked, and the USB hard drive's light wasn't on. Now, I unplug it and plug it back in, and the light comes back on,
    so I click Retry, and it resets the bar back to nothing and says "Transfer time: 1 minute".
    Rather than continue trying, I clicked "Cancel" instead of Retry, and it says "Your transfer did not complete successfully."
    It says to click "view report" for more information, but there's no "view report button".
    At the moment, I am scanning the External Drive for bad sectors using the check disk tool in properties. It's frozen
    at "0 USN bytes processed".

  • Adobe Media Encoder for CS4 error Could not read from the source

    Hello,
    I get an error when I try to export from Premiere CS4. It doesn't matter how I export. Seems like an easy fix, but I can't figure it out. Any help is appreciated:
    - Source File: C:\DOCUME~1\ARTWHI~1\LOCALS~1\Temp\extra and b roll.prproj
    - Output File: E:\Living Accused Movie Transfers\video\Cindy at table.avi
    - Preset Used: NTSC DV
    - Video:
    - Audio:
    - Bitrate:
    - Encoding Time: 16:10:34
    1/21/2009 9:50:25 PM : Encoding Failed
    Could not read from the source. Please check if it has moved or been
    deleted.
    Thank you
    Art

    When you attempt to encode media with Adobe Media Encoder CS4 on Windows, the following error message appears in the text file (AMEEncodingErrorLog.txt) that opens when you click the error icon: "Encoding Failed. Could not read from the source. Please check if it has moved or been deleted."
    If it's that correct, you removed an earlier version of Adobe Premiere Pro or Adobe Creative Suite on the same computer.
    Do one or both of the following solutions:
    Solution 1: Create a shortcut to the Premiere Pro executable file, rename the shortcut to Premiere, and move the shortcut to C:\Program Files\Common Files\Adobe\dynamiclink.
    Close all Adobe applications.
    In Windows Explorer, navigate to C:\Program Files\Adobe\Adobe Premiere Pro CS4. (If you installed Premiere Pro CS4 in a location other than the default of C:\Program Files\Adobe, then navigate to your custom installation location.)
    Right-click on Adobe Premiere Pro.exe (which might appear without the .exe extension) and choose Create Shortcut.
    Rename the newly created shortcut to just Premiere.
    Important: The name of the shortcut must be exactly Premiere with no other characters.
    Open a second Windows Explorer window, and navigate to C:\Program Files\Common Files\Adobe\dynamiclink.
    Move the Premiere shortcut that you created into the dynamiclink folder.
    Solution 2: Remove and reinstall all Premiere Pro CS4 components or all Adobe Creative Suite 4 components.
    Do one of the following:
    Windows XP: Choose Start > Control Panel > Add or Remove Programs.
    Windows Vista: Choose Start > Control Panel > Programs and Features.
    In the list of installed programs, select Adobe Premiere Pro CS4, Adobe Creative Suite 4 Production Premium, or Adobe Creative Suite 4 Master Collection.
    Click Change/Remove (Windows XP) or Uninstall (Windows Vista).
    Follow the on-screen instructions to remove all components of Premiere Pro CS4 (including Adobe Encore CS4 and Adobe OnLocation CS4) or to remove all components of your edition of Adobe Creative Suite 4.
    Re-install your Adobe software.

Maybe you are looking for

  • How can i  duplicate a document print layout from one DB to another DB?

    hi experts, I make all document print layouts in a test DB, and now I want to move them to my production DB. is there any easy way to copy a document layout from a database to another? please advise, thanks a lot.

  • "Application Not Responding" please help!

    Okay this problem has been occurring for about a month and I cannot handle life without iTunes: Originally, my iTunes randomly stopped working and I would try to open the application, but it showed me a blank library with the spinning wheel. I then t

  • Optimum monitor for my MBP 13inch late 2013?

    Hi I'm getting a headache of reading all the different opinions about what is working and what is not working on this MAC. From all the discussions i have concluded that i only want 60Hz operation. So does anyone actually have a working setup using t

  • Edge animations don't work properly in DPS.

    I've recently update CC to the latest 2014 version and since then Edge animations don't work properly in DPS (struggle to load and play). Can anyone help?

  • RT Code aborts

    Hi We have been facing a strange problem for over 2 weeks. We have developed an application that works on client-server communication. PXI-RT acts as the server and the RT application is delpoyed to run on startup. Host PC receives data continuously