Workshop 922 and Hudson

Hi, everyone i am trying to use hudson(http://hudson.dev.java.net/) to automate the build process of my application.
So i generate the build file in my workshop IDE and i create a external build file that invoke the build file for the EAR project.
Here is a stack running on a windows enviroment.
[build-manifests] ========================================================
[build-manifests] | Finished Building Annotation Manifest in 483 millis
[build-manifests] ========================================================
stage.datasync:
archive:
      [zip] Building zip: C:\projetos\922\TesteHudson\Teste\Teste.ear
BUILD SUCCESSFULBut when i try to run on the hudson app, deployed on a linux system i am getting the following exception:
BUILD FAILED
/data/hudson/jobs/TesteHudson/workspace/TesteHudson/build_hudson.xml:37: com.bea.wlw.util.XmlParseException: java.io.FileNotFoundException: /data/hudson/jobs/TesteHudson/workspace/Teste/.project (No such file or directory)I guess that is because the task mdimport try to locate the ".project" that is Inaccessible by default in linux systems.
Does anyone have the solution for this problem ?
Thanks,
Carlos

Now i am getting the following exception:
BUILD FAILED
/data/hudson/jobs/TesteHudson/workspace/TesteHudson/Teste/build.xml:191: The following error occurred while executing this line:
jar:file:/opt/bea/wl/plt922/weblogic92/workshop/lib/wlw-antlib.jar!/com/bea/wlw/antlib/antlib.xml:91: The following error occurred while executing this line:
/data/hudson/jobs/TesteHudson/workspace/TesteHudson/Teste/build.xml:203: The following error occurred while executing this line:
/data/hudson/jobs/TesteHudson/workspace/TesteHudson/TesteWeb/build.xml:307: The following error occurred while executing this line:
/data/hudson/jobs/TesteHudson/workspace/TesteHudson/TesteWeb/build.xml:269: taskdef class weblogic.ant.taskdefs.build.AnnotationManifestTask cannot be found
Total time: 6 secondsI know that the jar of the class AnnotationManifestTask is the weblogic.jar, but for some reason the ant can´t use him.
Does anyone had this problem ?
Thanks in advance,
Carlos

Similar Messages

  • Mercurial and Hudson Integration in JDeveloper

    Hi,
    In Web Center Portal PDK application, we need Mercurial as Version Control System and Hudson for deployment.In the below link we got the details of hudson,svn integration with Jdeveloper
    http://www.oracle.com/technetwork/articles/adf/part7-085284.html
    But we need Mercurial instead of SVN. We could not find any build in plugin for Mercurial within JDeveloper.
    Could any one advise whether we can integrate Hudson and Mercurial with in JDveloper for versioning and deployment. What are the Out Of Box options for this? If not it will be helpful if any one can share the steps?
    Thanks,
    Vishnu

    There is no Mercurial Integration with jdev currently as per Shay. But there looks like a way in which you can create one .
    refer- ADF:  Using Mercurial in JDeveloper

  • Workshop tree and Field tree have become undocked

    Hi All ,
    I have 11.5 and have somehow undocked my Workshop tree
    and Field tree in the Formula Editor.  Now all my reports are that way !
    Is there a reset button or something ?
    I couldn't find anything in the Crystal environment
    for something as simple as redocking a window.
    Help 
    Thanks,
    JImmy

    Hi Jimmy,
    There is a registry key that can reset the toolbars and dock them back.
    Before you edit the registry, please back it up and make sure u2018Allow Dockingu2019 is selected for the particular tree that is not docked. Just right-click the blank area of the floating tree and check if u2018Allow Dockingu2019 is selected.
    Go to start > run > regedit.
    Browse through HKEY_CURRENT_USER > Software > Business Objects > Suite 11.5 > Crystal Reports > Formula Workshop.
    Under this, the keys ToolBar-Bar1 to ToolBar-Bar3 are for each of the three trees. Depending on which one of them is undocked, click on the correct ToolBar-Bar1/2/3 keys. If you click on one of these keys, there should be a value on the right called u2018WindowNameu2019; this will show what tree the current key belongs to.
    Once you select the right ToolBar key, on the right side look for u2018DockingStyleu2019 and set it to u2018f000u2019. Also look for u2018MRUFloatStyleu2019 and set it to u20180u2019.
    Restart CR and open the Formula Workshop, the tree would still be undocked. To Dock it, just double-click the tree.
    Hope this helps!
    -Abhilash

  • Workshop domain and regular domain difference in weblogic81sp3

    1) From what I read, if you use workshop developed an app with Web Services proj, you would need a workshop enabled domain to host the app(.ear).
    2) if so, do I HAVE to run config wizard on the acturall production box(s) to create the workshop domain? We are currently deploying our 7.0 app using this approach, which pre-build the whole domain directory with prod configuration in it, and then push it to prod boxes. By pre-build, we use a staging box where we run our ant tasks to build a domain that has applications, config.xml, e.t.c in it. and then the whole domain is being pushed out to all production boxes. So, can i still do the same with the workshop domain? of course, i will need to use the wizard to create a template workshop domain, and modify that for our new workshop domain.
    Please, anyone, let me know if this is still doable with this new workshop domain.
    thanks
    yuan

    WRONG place !!!! i will repost it to the right place

  • Multiple WorkShop applications and CM Control

    Hello All:
    This has probably been asked before, but we have a situation with multiple workshop applications that we would like to keep under the same package structure for Configuration Control purposes.
    Right now we have two applications (Sales and Region, each being a separate workshop application) in CVS (CM Tool) under the following directory structure:
    src/com/acme/Sales/SalesPortal/com/acme/sales/<Java, JSP, etc. files here>
    src/com/acme/Region/RegionPortal/com/acme/sales/<Java, JSP, etc. files here>
    Instead we would like to have one directory(package) structure:
    src/com/acme/Sales/SalesPortal/<Java, JSP, ect. files here>
    src/com/acme/Region/RegionPortal/<Java, JSP, ect. files here>
    We don't want to combine the two applications into one WorkShop application, because of concurrent access/modification issues to the *.workshop file.
    Is there a way to do this, short of combining .workshop files?
    Thanks,
    Dan

    I also forgot to mention a few things:
    Windows 8.1 has successfully updated to its most recent version and installed all updates.
    I'm using an MSI X99 Gaming 7 Motherboard.
    It’s very urgent that I get these programs to work ASAP

  • Workshop, ant, and ejb project

    I exported an ant build file from the workshop for an ejb project. I ran
    the build from the command line. I got the following exception:
    java.lang.NoClassDefFoundError: com/bea/ide/Application
    at
    com.bea.wls.build.DeleteModuleTask.execute(DeleteModuleTask.java:32)
    at org.apache.tools.ant.Task.perform(Task.java:319)
    at org.apache.tools.ant.Target.execute(Target.java:309)
    at org.apache.tools.ant.Target.performTasks(Target.java:336)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
    at org.apache.tools.ant.Main.runBuild(Main.java:610)
    at org.apache.tools.ant.Main.start(Main.java:196)
    at org.apache.tools.ant.Main.main(Main.java:235)
    Any ideas, suggestions, workarounds?
    Your help in this regard is greatly appreciated...

    DESCRIPTION:
    If you have overloaded methods with the same parameter name but the different parameter type and running EJBGen on the bean, all the overloaded methods are not included in the Remote interface.
    Like if you have the following methods:
    1)-public Record getRecord(Integer pRecordId)
    2)-public Record getRecord(Integer pRecordId, String str)
    3)-public Record getRecord(Integer pRecordId, double str)
    running EJBGen on it will include only the method 1 and the method 2 in the remote interface.
    Does this match what you were seeing? (the WLS CR is marked as fixed in 10.0 - patch is requested for 9.2/9.1)

  • Bea JSP workshop plugin- and MyEclipse - problems

    I have been using Bea workshop studio eclipse plugin ( JSP part) with MyEclipse. Bea JSP workshop( with Struts) is a very good product-- better than My Eclipse JSP's .
    I had been using MyEclipse (Build id: 20060810-5.0.1-GA windows )with BEA JSP workshop version 3.2.1 with no problems. This combination works well.
    I reinstalled the latest versions of eclipse/myeclipse/BEA workshop for struts
    and now things are not working well.
    Right clicking on the navigator and package explorer in the different perspectives ( JAVA, MyEclipse, BEA workshop studio does not always work
    To reproduce the problem install Eclipse 3.2 then MyEclispe version 20061111-5.1.0-GA , then BEA JSP workshop studio - trial version 3.3 . Try and right click on an item in the navigator and package explorer -- change to different perspectives --JAVA, MYEclipse , BEA Workshop for Struts and try to right click again.
    THen uninstall BEA Workshop . The problem goes away.
    Hank

    FYI
    I received this reply from MyEclipse:
    "MyEclipse uses the patched WTP. You have installed WTP that has been included in BEA Workshop.
    The easiest way to solve this issue is to disable BEA's WTP. MyEclipse's WTP is compatible with BEA Workshop."
    I updated to eclipse 3.2.1 and disabled BEA's WTP and everything seems to be working OK.

  • Differences b/w Oracle Workshop WebLogic and Oracle Eclipse Enterprise Pack

    What are the differences between the Oracle Workshop Studio for WebLogic and the Oracle Eclipse Enterprise Pack

    While both OEPE and Workshop are Eclipse-based IDEs, they are in fact separate products with some similarities
    Both products provide tooling for webapp and Java EE development for Weblogic Server but OEPE is Oracle's strategic Eclipse-based solution and new features are released as OEPE plugins. One goal for OEPE is to cover and eventually exceed Workshop's feature set. You can start to see that today in OEPE 11g's JPA, Spring, and Weblogic Server. For example, JPA support in OEPE 11g is available on more project types, like EJB and Utility Projects, and has better Entity source code completion and validation against the schema. OEPE's Weblogic Server support includes new graphical editors for the common deployment descriptors, like weblogic.xml, which simplifies adding new content, validation, and accessing context sensitive help.
    Also, with OEPE we are more active in the Eclipse community with participation in WTP projects like JSF Tools and Dali. In fact, in Eclipse 3.5 the new JPA Entity generation wizards were originally developed as part of OEPE 11g and contributed to WTP.
    Finally, if you need support for the latest Eclipse, OEPE's frequent release schedule keeps us supporting new Eclipse versions much faster than we were able to with Workshop.
    If you are debating between OEPE and Workshop for new projects, I would definitely recommend that you give OEPE a try.
    Thanks,
    Greg

  • LockLint. in Sun WorkShop 5 and C++

    We suspect a race condition in our multithreaded application (a pretty big one) which crashes by segmentation fault only on multi-processor machines when the load is not very heavy ! When we add extra code to trap the condition, the crash does not happen (because the timing has changed!). On mono-processor, there is no crash at all.
    Is LockLint in Sun WorkShop 5 usable with C++ source code ? We have Sun WorkShop 5 C++ and it seems that -Zll is not recognized by CC.
    How about LockLint in the new Sun WorkShop 6 ? Is there any other similar tool ?
    Thank you very much for the information.
    Regards,
    ntd

    Were you installing on another system remotely, and trying to bring
    the display screen on this remote machine ? If so, you will have
    to run 'xhost +' cmd on this remote machine and set your DISPLAY
    variable on the actual machine (where you installed Workshop) to
    this remote machine's value.
    For example, in C-shell,
    setenv DISPLAY hostname.sun.com:0.0 should display all windows on
    hostname.sun.com remote machine, instead of actual machine where you
    installed the Workshop.
    Does this help ?
    Thx
    Tushar Patel.

  • Workshop controller and struts question

    I have an application we converted from a nonworkshop to a workshop application. Both Struts and the Workshop controller is being used. When I go into the logic the uses the Workshop's controller then try and click another tab or link that uses struts, it does not render the page on the first click. The second click it then forwards appropriately. There are no stack traces to indicate any problems. It appears to be some setting or bug issue. Any help would be very appreciative.

    Thanks, though I am not using an application server.
    I am just looking to use the Struts framework with Studio One IDE and Tomcat. Is there anything special I should know? Does Studio One need special configuration?
    Thanks.
    Marc

  • Ojdeploy and Hudson - how do we stop - quick question

    Hi All
    In our simple script that's used in Hudson, We use ojdeploy -buildfile a.xml -define application.root=/root/test
    It works fine when everything compiles but when it fails, the script continues executing with errors which leads to false build status as pass since the shell script runs to the end of file.
    How to do use in the shell script with ojdeploy to give a non-0 error number in shell script when ojdeploy fails ?
    Any simple concrete example would be great.
    Thanks

    In your shell script, you should be able to get the result of the previous process using "$?". So you could evaluate that after calling ojdeploy and if that contains an error code, you should be able to exit your script.
    If you want to use the Ant task, you need to define the task:
      <taskdef name="ojdeploy" classname="oracle.jdeveloper.deploy.ant.OJDeployAntTask" uri="oraclelib:OJDeployAntTask"
                classpath="<put the path to your jdeveloper home here>\jdeveloper\jdev\lib\ant-jdeveloper.jar"/>Then you can use ojdeploy (here to run a deployment profile specified in the workspace):
           <ora:ojdeploy xmlns:ora="oraclelib:OJDeployAntTask"
                        executable="<put the path to your jdeveloper home here>\jdeveloper\jdev\bin\ojdeploy.exe"
                        failonerror="true"
                        ora:buildscript="${WORKSPACE}\build_workspace.xml"
                        ora:statuslog="${WORKSPACE}\build_log.xml">
            <ora:deploy>
              <ora:parameter name="basedir" value="${WORKSPACE}\<directory of the application>"/>
              <ora:parameter name="workspace" value="<name of your workspace file in the basedir>"/>
              <ora:parameter name="profile" value="<deployment profile name>"/>
              <ora:parameter name="outputfile" value="<name of the ear file to be created>"/>
            </ora:deploy>
          </ora:ojdeploy>We're building on Windows as you can see, so you might need to adjust the paths and the executable for Linux.
    You might also take a look at:
    http://one-size-doesnt-fit-all.blogspot.fr/2010/11/using-ojdeploy-and-ant-for-creating-adf.html
    http://javaosdev.blogspot.fr/2011/12/ojdeploy-documentation-for-tool.html
    Sascha

  • Lumia Icon 922 and Outlook *ducks*

    OK....I've read about this a bit and it appears that Outlook will not sync w/my Icon.
    Outlook 365 and Icon 922
    1.  Do I have to add all my pop3 accounts manually? 
    2. Is the only way to get my contacts from Outlook is by making a .live account, opening it in Outlook on my personal PC, copying all my contacts and then logging into my icon with that live address?  That will will essentially sync to the live account which has all my dumped contacts. 
    My main outlook.com (pretty much the same as live, correct?) is associated w/my homeschooling computer (8.1 OS) and I do not want that account associated w/my phone.  My personal PC has Office and it is associated with the homeschool PC.  However, I do NOT want the HS account associated with my phone.  I don't want to dump all my contacts into an account associated with the HS PC.
    What to do!?

    Outlook is a mail client for exchange servers (mainly) it is not a server in and of itself and so it will not syn with another client. It will sync with the accounts you set up in it and other clients (or devices) can do the same, thus sharing the same data. The same goes for (for instance) your Windows Phone and Windows 8.x PCs.
    To me it sounds your are mixing up a number of different services. Outlook (the mail client on your PC) is not the same as Office 365 (a subscription based cloud version of Office) Both are (again) clients to specific services provided my MSFT.
    If you use a different Microsoft account for your PC and the Phone they will not share the same settings and options between them as these are stored and linked to the Microsoft account. So if you for instance install an app which is multiplatform you will have to buy it separately for both platforms while if the accounts used to register the devices is the same these apps are shared between the devices.
    You can set this up as unified or separated as you like. You can always choose to not see the contacts and/or calendars linked to an account on the phone. You can't share contacts between accounts though, you'll have to set up duplicates for the ones you want on both. If you remove one account all data linked to that account is removed (from the phone) as well. The contacts will show in a combined list but still be completely separated. You _can_ link accounts contact data from several accounts but (again) the link will be broken and contacts removed if you decide to remove the linked account.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • WorkShop licensing and DHCP

    I had some problems on Solaris 8 getting the WorkShop license manager to work right on a machine that uses DHCP, because the license manager needs the hostname but DHCP would set it to "unknown". The solution was to modify /etc/init.d/inetsvc and /etc/init.d/network (make sure you don't break the hard links to the files in /etc/rc?.d). I changed them to take the hostname from a file instead of by calling /sbin/dhcpinfo. Since it's a node-locked license, no other machines need to get to this machine's licnese server.

    2010 is not officially released and it is not proper to discuss about beta releases here.

  • Resources, Training DVDs, Workshops, Pics and more

    I've developed a site for educators using Visual Communicator in schools, but also applicable to any VC user:
    http://www.SchoolTVmadeEasy.com

    You can turn off a preference in FCP's user prefs, to bring all windows to front on activation. That way only the windows you click on come in front of the DVD player.
    But probably a better way to handle the problem is to use the tab+apple key to bounce back and forth between the two apps. Try that...
    My book will work just fine in FCP 5, comes with a ton of media to work with, and will hone your skills I think.
    Also Apple's Pro Training series is much the same, and are written well. I'm working now on a training DVD...
    Jerry

  • Urgent 922 negative stocks and no open posting changes (LU04)

    Hello Guys,
    I will really appreciate your help to this problem:
    I have in LX02 the figure shown below for a specific material over all storage types. I dont have open posting changes in LU04. All what I physically have are 9 pieces in 915 as shown below.
    How can I eliminate the stocks in 922 ?
    My ideas until now and the problems I encountered:
    a) Idea: An inventory on 922. Problem: Iventory can be made, but it does not work for negative quantities.
    b) Idea: To move the positive 14 unrestricted from 922 to 915 with a stock transfer. Then in MM to change the stock category. Problem: The availability in MM will still be 9 and i will not able to make a MM-Movement 322-Type to move 14 from 915->922 with stock category "Q"
    c) Idea: Open Posting Changes in LU04. Problem: No posting changes open.
    d) Idea: Reversal of documents. Problem: We already issued customer deliveries and invoiced them.
    The differences internally in 922 and 999 are 0, but the stock category is another
    -->Can I somehow make a stock transfer internally in WM from one stock category to another (from unrestricted to Quality)? Or which other method do you suggest.
    <b>Material___Plnt_SLoc_C__Batch_____St.Type__Stor.bin____Available stock</b>
    18009766___2580 5800_Q_N1232AA04____922___U-ZONE________14- EA
    18009766___2580 5800____N1232AA04___922____U-ZONE________14 EA
    18009766___2580 5800____N1232AA04___999____DIFFERENCE___14- EA
    18009766___2580 5800_Q_N1232AA04____999___DIFFERENCE____14 EA
    18009766___2580 5800____N1232AA04___915____BRAIN5_________ 9 EA
    Thank you for your help
    Manuel

    Hi,
    If you do not have any LU04 pending, you just need to use 2 times LT01 :
    first LT01 movement 999
    from : 999 Q 14 pieces
    to 922 Q - 14 pieces.
    Second LT01 movement 999
    From 922 14 pieces
    to 999 - 14 pieces
    Then you will have only your 9 pieces in stock.
    Rgds,
    Philippe

Maybe you are looking for

  • WEBCAM in Vista is not working Macbook Pro

    i think the webcam in not known by vista ,can you help me with new update driver or solution which i can use the built in webcam in vista also , My laptop is Macbook pro and i purchase that about 1 year ago is possile send reply to my email [email pr

  • Should I use TM laptop is turned off alot

    I use my Macbook Pro sporadically during a day or week. Want to have backups and not sure that TM is the way to go.  I'm a relatively new Mac user having used Windows mostly.  On Windows I use Backup and Restore, and Restore Points.  Sometimes I'm on

  • Trying to focus in on a DateField component

    Has anyone ever had trouble sending keyboard focus to the DateField component? Try this: create a new Flash document and insert a TextInput component named textItem, a DateField component named dateItem and a ComboBox component named ComboItem. Then

  • Adobe content viewer "error during download, please try again"

    I'm experiencing some strange behavior in the new version of adobe content viewer. When Launching the viewer app for the first time on an ipad I will get the login screen, enter credentials and then be presented with the home page, with an Icon for m

  • Custom Parser for ESX version 3.5 machine

    Has anyone done a customer parser for a VMWARE ESX machine running version 3.5 software? We want the machine itself to report to MARS and we don't have any experience with the type of Device Event IDs which it produces. We are interested in things li