WLP 10.1 reading from EAR after deployment!

Hi All,
During load testing it was discovered that there were threads inside of WLP 10.1 on Solaris that were reading from the EAR file and at higher load thread lock started to occur.
We do read some config files and property files for the app but still why would WLP read from the EAR? Seems crazy. Below is the thread trace that is of concern:
libc.so.1`_lwp_mutex_trylock
libjvm.so`__1cFMutexMjvm_raw_lock6M_v_+0x30
libjvm.so`JVM_RawMonitorEnter+0x40
libzip.so`ZIP_Lock+0x8
libzip.so`ZIP_GetEntry+0x6c
libzip.so`Java_java_util_zip_ZipFile_getEntry+0xbc
0xf8c53d94
0xfa079c18
0xf902b81c
0xfaa8ad3c
Thanks,
-Tony

YE, I'm not sure if I understood your question.
Do you want to use eclipse to generate a EAR as part of a hudson job?
In that case, take a look at http://code.google.com/p/headlesseclipse/. You can make a shell script that runs the eclipse plug-in through the command line and configure Hudson accordingly (http://wiki.hudson-ci.org/display/HUDSON/Building+a+software+project#Buildingasoftwareproject-ShellScriptsandWindowsBatchCommands).
See that as part o the import process, all eclipse projects (including the one for the EAR) must be in the folder where you will run eclipse.
Here some tips to get a Weblogic Portal project to build:
1 - Create a separate eclipse workspace for your hudson build
2 - Launch eclipse using the new workspace. Import and build your projects manually at least one time so that OEPE configure the workspace with the correct metadata, libraries, etc.
3 - Enable auto refresh to avoid "out of sync" erros (http://www.velocityreviews.com/forums/t147718-how-to-fix-eclipse-resource-is-out-of-sync-with-the-file-system.html).
4 - Disable validations (http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jst.j2ee.doc.user/topics/tjvaldisable.html)
5 - Set the correct encoding (http://wiki.objectstyle.org/confluence/display/WOL/Setting+the+default+text+encoding+for+Eclipse)
6 - If your Hudson server is a linux box without a Desktop, take a look at the Xvnc plugin (http://wiki.hudson-ci.org/display/HUDSON/Xvnc+Plugin)
I hope that helps.
Cheers,

Similar Messages

  • How can I stop  Adobe Reader from opening after start up?

    I just installed version 9. I remember a question that appeared during installation that was something like "do you want Adobe Reader to open after start up?" I said checked yes because I assumed this meant I wanted it in my StartUp menu. After everything loads and my desktop comes up, the Adobe Reader file opens up showing all the program's files and just sits there. I have to close it each time after start up.
    I looked through Preferences, but can't find a way of stopping the program's file window from opening after start up. How can I stop this? Thanks for your help.

    Edit>Preferences
    Under Page Display:
    Where it says "Location of referenced files", if it shows "Floppy Disk A:/" clear the box, or choose an alternate location if you can't clear it.
    Also, under Search:
    Click "Purge Cache Contents"

  • Adobe Reader resets preferences after deployment

    Greetings to the Forum.
    Please can anyone direct me to resolving this problems.
    My oirignal MSI of 9.5 was used to integrate the MSP updates into it resulting in a deployable 9.5.4 version.
    However the MSI created showed all my previous preference settings which was what was required, but after deployment, the I guess updates reset it.
    Is there a string command somewhere to stop these updates changing the previous settings.
    Kind regards,

    The Admin and Wizard guides tell you how to customize deployments: www.adobe.com/go/acrobatetk.
    Without knowing what your updates order is, seeing your cmd line, and having a list of what preferences have changed, it's not possible to troubleshoot your problem.
    Here is some info that may help:
    Read the docs above.
    Admins usually create an MST file with the Wizard that which contains customizations.
    The update order is 9.5 > 9.5.1 > 9.5.2 > 9.5.3 > 9.5.4.
    OOC security updates do not change settings.
    There is no master switch to disable preference updates and updating with an MSI in the workflow and no MSI means that your customizations may be lost.
    hth,
    Ben

  • Read From Alv After Filter

    Hi Experts,
                I Want to tead The ALV after appliying a filter. that means.. if my alv contains 50 rows. after filter suppose it reduce to 10 lines. i want to read those 10 lines into an itab.
    Please suggest asap
    Regards
    Sarath Satheesan

    Hi Sarath,
    Try this code:
    DATA: lr_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE,
    l_VALUE type If_Salv_Wd_Table=>S_Type_Param_Get_Ui_Info.
    try.
    lr_INTERFACECONTROLLER = wd_This->wd_CpIfc_alv_invoice( ).
    catch CX_WDR_RT_EXCEPTION.
    endtry.
    if not lr_INTERFACECONTROLLER is initial.
    l_VALUE = lr_INTERFACECONTROLLER->Get_Ui_Info(
    endif.
    Regards,
    Shemim

  • Excel macro error after deploying in Weblogic

    Halo,
    I have written excel macros and it is working fine.
    but if the same file if i try to open from hyperlink after deploying in Weblogic server , I get the error
    "error occured initializing the VBA libraries.
    If Microsoft Visual Basic for Applications (VBA) was not installed, or was set to Install on first use,
    (advertised, or set to install on demand) you may receive this error message.
    Depending on the mode of installation used and the rights of the user to change current settings,
    it is possible to install VBA through Control Panel, Add/Remove Programs, Microsoft Office, Add or Remove
    features. If Visual Basic for Applications is not listed as an installable feature of Office, the administrator
    of your system may have disabled it so it is impossible for you to install it. If VBA is not installed,
    it is impossible to run VBA applications/projects on this computer. "
    1. Even though Excel VBA application is installed in my machine , why am i getting this error.??
    2. I would like to know is there any way to open the excel file even though if the excel software is not installed in client machine??
    Appreciate your help.
    Thanks.

    Hi,
    I do not see any reason for this to not work.
    Is there any difference between the preferences for RX and RXI. Please go to "edit" -> "Preferences" -> "Security(Enhanced)" and uncheck "Enable protected mode at startup".
    Are you able to open any pdf from command line with the same command:
    "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe"  <<PDF_FILE>>
    Thanks,
    Amish.

  • WL8.1 crashed during deployment of EJB from ear file

    Hello,
    WL8.1 crashed during deployment of EJB from ear file on SunOs 5.8:
    error: Invalid class file format in /export/home/bea/j2sdk1.4.1_03/jre/lib/rt.jar(java/lang/AssertionError.class).
    The major.minor version '48.0' is too recent for this tool to understand.
    /export/home/mydomain/./ep1/.wlnotdelete/EJBCompilerCache/1xd25ws3hwp86/mydomain/facade/payroll/PayrollFL_vww01c_HomeImpl.java:83:
    Class java.lang.AssertionError not found.
    throw new AssertionError("Unable to find expected "+
    Thanks,
    Oleg.

    Thank you Mark,
    It works now.
    Oleg.
    "Mark Griffith" <[email protected]> wrote:
    I don't think though that _03 is the problem, you should have compatability
    between minor versions of a VM release. How did you deploy the ear?
    Did
    you copy over from a 7.0 domain? It looks like the EJB was built on
    a
    previous version of WLS, or has not had "ejbc" run on it prior to
    deployment. Try running weblogic.appc foo.ear or fooExplodedEar. And
    then
    try redeploying. To be sure everything is clean rm -rf .wldonotdelete
    after
    you shut the server down.
    cheers
    mbg
    "Oleg" <[email protected]> wrote in message
    news:3ef54653$[email protected]..
    Hello,
    WL8.1 crashed during deployment of EJB from ear file on SunOs 5.8:
    error: Invalid class file format in/export/home/bea/j2sdk1.4.1_03/jre/lib/rt.jar(java/lang/AssertionError.class
    The major.minor version '48.0' is too recent for this tool to understand.
    /export/home/mydomain/./ep1/.wlnotdelete/EJBCompilerCache/1xd25ws3hwp86/mydo
    main/facade/payroll/PayrollFL_vww01c_HomeImpl.java:83:
    Class java.lang.AssertionError not found.
    throw new AssertionError("Unable to find expected "+
    Thanks,
    Oleg.

  • Got this error after deploying ear file into OC4J server.

    Hello Frnsz,
    Can any one help to resolve the following error :)
    Got this error after deploying ear file into OC4J server.
    2008-06-04 14:57:58.551 WARNING J2EE JSP-0027 Errors parsing file:/C:/Program Files/Java/oc4j/j2ee/home/applications/MyEarProject/MyEarProjectWeb/WEB-INF/tld/pager-taglib.tld
    2008-06-04 14:57:58.566 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:57:58.566 WARNING J2EE JSP-0027 Errors parsing file:/C:/Program Files/Java/oc4j/j2ee/home/applications/MyEarProject/MyEarProjectWeb/WEB-INF/tld/struts-bean.tld
    2008-06-04 14:57:58.598 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:57:58.598 WARNING J2EE JSP-0027 Errors parsing file:/C:/Program Files/Java/oc4j/j2ee/home/applications/MyEarProject/MyEarProjectWeb/WEB-INF/tld/struts-html.tld
    2008-06-04 14:57:58.629 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:57:58.629 WARNING J2EE JSP-0027 Errors parsing file:/C:/Program Files/Java/oc4j/j2ee/home/applications/MyEarProject/MyEarProjectWeb/WEB-INF/tld/struts-logic.tld
    2008-06-04 14:57:58.660 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:57:58.660 WARNING J2EE JSP-0027 Errors parsing file:/C:/Program Files/Java/oc4j/j2ee/home/applications/MyEarProject/MyEarProjectWeb/WEB-INF/tld/struts-nested.tld
    2008-06-04 14:57:58.691 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:57:58.691 WARNING J2EE JSP-0027 Errors parsing file:/C:/Program Files/Java/oc4j/j2ee/home/applications/MyEarProject/MyEarProjectWeb/WEB-INF/tld/struts-tiles.tld
    2008-06-04 14:57:58.723 NOTIFICATION Binding web application(s) to site default-web-site ends...
    2008-06-04 14:57:58.723 NOTIFICATION Application Deployer for MyEarProject COMPLETES. Operation time: 3422 msecs
    2008-06-04 14:58:04.895 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:58:04.910 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:58:04.926 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:58:04.942 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:58:04.957 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:58:04.973 WARNING J2EE JSP-0003 JSP Tld Cache Logging:
    2008-06-04 14:58:04.973 WARNING J2EE JSP-0003 loading Tld's into cachedConfigTable:
    2008-06-04 14:58:04.973 WARNING J2EE JSP-0003 loading Tld's into cachedConfigTable:
    2008-06-04 14:58:04.973 WARNING J2EE JSP-0003 loading Tld's into cachedConfigTable:
    2008-06-04 14:58:04.989 WARNING J2EE JSP-0003 loading Tld's into cachedConfigTable:
    2008-06-04 14:58:04.989 WARNING J2EE JSP-0003 loading Tld's into cachedConfigTable:
    2008-06-04 14:58:04.989 WARNING J2EE JSP-0003 loading Tld's into cachedConfigTable:
    2008-06-04 14:58:05.020 NOTIFICATION J2EE JSP-0008 Unable to dispatch JSP Page : Exception:oracle.jsp.parse.JspParseException: /WEB-INF/jsp/login.jsp: Line # 2, <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html"%>
    Error: java.lang.ClassNotFoundException: org.apache.struts.taglib.html.MessagesTei
    Cheers,
    Cap

    Cross posted in correct forum
    [http://forum.java.sun.com/thread.jspa?threadID=5302192]

  • EAR permissions after deploy

    On my development environment I need to allow other developers to ftp files into the applications directory. The problem is after deploying
    with a ear file the permissions are only write for the Oracle user. The other developers are using FTP and there own
    unix account user logins.
    I need a way to change the default permissions for the files in the ear file.
    Setting the UMASK will not work because that would cause a security risk for the ORACLE user.
    Please respond if you have any ideas.

    Sorry, I am not being clear enough. I want to deploy via a EAR file but I want other developers to be able to ftp individual files to the applications directory.
    I need to be able to use UltraDev to do design layout since JDeveloper doesn't do that. In order to view the results and make it easier on the developers I would like the ablility to ftp files directory to my development environment. I like Jdeveloper to write code so I want to use its deployment method.
    If I can find a way to change the default permissions used in unpacking the ear file this would work.
    I am using Windows as a development platform and my development application server is on Solaris.

  • How to call jsp after reading from ServletInputStream?

              if the client submit a form including FILE type, I usually use ServletInputStream
              to read it and return next page by calling JSP file. but In weblogic6.0Sp1, the
              server will report a exception: One of the getParameter family of methods called
              after reading from the ServletInputStream(), can't mix these two!
              can anyone help me? thanx a lot.
              

    I've seen these messages in the WLS 5.1.0 logs when POSTing to servlets.
              All the reading is done in the servlet and then a JSP handles the view
              rendering. However, I don't actually call getParameter() or it's kin
              anywhere. I thought maybe something inside the JSP generated servlet is
              calling getParameter(), but I've looked at the generated code and can't find
              any calls. If I had a stack trace it would be easier to sort out.
              Is this a warning or an error? Is there a bad side effect. I imagine the
              getParameter() call would fail.
              Dave
              "dancy" <[email protected]> wrote in message
              news:3ac85201$[email protected]..
              >
              > if the client submit a form including FILE type, I usually use
              ServletInputStream
              > to read it and return next page by calling JSP file. but In
              weblogic6.0Sp1, the
              > server will report a exception: One of the getParameter family of methods
              called
              > after reading from the ServletInputStream(), can't mix these two!
              > can anyone help me? thanx a lot.
              

  • How to read from a ResultSet right after insertRow() ?

    Suppose I have table TABLE with a numeric ID primary key that is filled in automatically by the db (i.e., using a combination of a sequence and on-insert trigger). My problem is that after the insert I have to make another query just to get the value of the ID column (which I need for further processing). This is awkward, so tried the following:
    ResultSet rs = stmt.executeQuery("SELECT ID, NAME FROM TABLE WHERE 1 = 2");
    for (int i = 0; i <5; i++) {
        rs.moveToInsertRow();
        rs.updateString(2, "test"+i);
        rs.insertRow();
        System.out.println("id = " + rs.getInt(1)); }but this always prints 0, i.e., the result set does not pick up the new ID.

    lava wrote:
    I wish to read from a text file in a for loop and that on every iteration i read one charachter and proceed to the next one.
    can anyone help me?
    Some additional comments:
    You really don't want to read any file one character at a time, because it is highly inefficient. More typically, you read the entire file into memory with one operation (or at least a large chunk, if the file is gigantic) and then do the rest of the operations in memory.  One easy way to analyze it one byte at a time would be to use "string to byte array" and then autoindex into a FOR loop, for example.
    Of course you could also read the file directly as a U8 array instead of a string.
    Message Edited by altenbach on 06-10-2008 08:57 AM
    LabVIEW Champion . Do more with less code and in less time .

  • Unable to save PDF file to local drive from sap after Above reader XI update.(Not as sap issue ,this is related to Adobe)

    Hi All,
    Users are unable to download/save file from sap after a adobe XI update.(no pop comes to save/open)
    Surprisingly,i am able to do so on my system without any adobe plug ins disabled or any registry editing.
    This is a strange behaviour and need to be resolved Asap....
    I contacted sap..this is not sap issue..this is a pure adobe reader bug.
    Please need help on this experts
    Feel free to comment for further details
    kind Regards,
    Sumit
    Mail me at [email protected]

    Hi ,
    Please tell us a lot more.
    - Is SAP running a local process, or something in a web browser?
       sap is running via SAPGUI ,no java system
    - What system?
      Users facing issue in all system
    - What browser?
    IE 9.0.28
    - Can PDFs from other sources be downloaded?
    Yes,they are downloaded.
    More Details-I did some tricks below which resulted in open/save popup......tht is not recomended by IT team...i need a permanent solution
    In IE, goto menu Options -> "Manage
    Addons", select in box "Show:" "Run without
    permission", then you see the Adobe PDF plugin
      Ichanged status to "Disabled
    Also, if i change the registry key settings for users as
    HKEY_CLASSES_ROOT\AcroExch.Document.11
    Value: EditFlags
    Changed: 0x00000100
    to 0x00000000
    (Remove the "Open always with this
    program" option)
    ITS WORKING.....
    But,in my system i need not to do all this settings and surprisingly it is working  only for me,rest all users are facing this issue.....
    If any one using Lync ,communicator ..do let me know..i wil show  the actual scnerio.
    Kind Regards,
    Sumit

  • I am unable to delete my emails from yahoo after I have read them.  I can check an email and press delete but the email remains and I am collecting a lot.  what should I do?

    I am unable to delete my emails from yahoo after I have read them.  What should I be doing to correct this problem?

    marjoriefrommm,
    First go to mail preferences>accounts>mailbox behavior and under trash click "move deleted messages to the trash mailbox, the delete them from there.
    Also got to your Yahoo mail and check your settings there.

  • In latest 2 days after update ios 5.01 my ipad2 suddenly restart when i reading from ibook, what happen with new update ?

    In latest 2 days after update ios 5.01 my ipad2 suddenly restart when i reading from ibook, what happen with new update ?

    Download the full version of the software then shift click the restore button. This will ask you where the firmware files are. Once you point to the firmware then you can install the official version

  • Launching LR4 after a restart gives the error message "Lightroom encountered an error reading from its preview cache and needs to close" no fix on re

    launching LR4 after a restart gives the error message "Lightroom encountered an error reading from its preview cache and needs to close" no fix on restart

    Delete your preview cache, it is a folder whose name ends with Previews.LRDATA

  • I Mac is not reading from DVD drive. Disk will insert, then some noises but after a few seconds, nothing.

    I Mac is not reading from DVD drive. Disk will insert, then some noises but after a few seconds, nothing. I am trying to install Broterh printer disks. Any ideas? I am on Mavericks.

    Reset the NVRAM/PRAM and Reset the SMC, then try again.

Maybe you are looking for

  • I have a Mac 10.2.8 and Firefox 2.0.0.20. What is the highest upgrade I can get for this Mac because I don't want to have to upgrade my Mac or buy a new one?

    I can't access certain links from sites, especially with a lot of graphics. I get messages to the effect that I need to upgrade my browser. But then the update says I need a 10.3 Mac or higher. Also any site with a lot of graphics takes forever to do

  • Can't install Windows 7 using Boot Camp

    Hi, I need some help here, I'm trying to install Windows 7 on my MacBook Pro (bought late 2012) using Boot Camp. I first open BC, click on the "Creat and Installation disk" and "Download software" optionsI used an ISO downloaded from the MS site (SW_

  • More Premiere Pro 2.0 help?

    I once again have no idea what triggered my problem or how to solve it. When i open the editing screen for the title/text slides the image appears way below where it should be, to the point where it's half off the screen. I can't reach the bottom of

  • Flash player over https / mapped port

    We are running a web app. This is to show a chart (flash chart) The app runs fine when using "ordinary" port 80. The chart does not show when using port 4443 (this is a mapped https port) Since nothing else seems to be different, it ought to be a htt

  • CFVariable as Label

    I want to dynamically generate a label for a cfformgroup panel depending on a form submission. When I put the variable in the code for the label it either gives an error due to a period in the variable or just displays the variable syntax if no perio