Verifier tool tests - any information or descriptions?

Hi,
I have an EJB application that has suddenly developed a mysterious problem that is preventing it from being deployed, quite a concern at this stage...
The verifier tool informs the following for each of the 4 SessionBeans being used:
Item: XxxxxxSessionEJB
Test Name: tests.ejb.elements.EjbReferencesElement
Result: FAILED
Detail: Unexpected error in verifier, check for problems related to: [ java.lang.NullPointerException ]I searched the forums and found some topics from 6-12 months ago, but nobody had any answers then.
Does anybody know where there are details on the tests performed by the verifier tool? What is the EjbReferencesElement test exactly? I guess something to do with relationships between EJBs, but what? Where can I find any information on this topic? Or how can I ignore the errors and deploy anyway?
Anything has to be better than "Unexpected error"! That is the most useless error message ever.
Any help greatly appreciated.
Ben
The full contents of Results.txt is:
                   FAILED TEST - EJB tests
Test Name: tests.ejb.elements.EjbReferencesElement
Test Assertion: References to other beans homes test
Detailed Messages:
   Unexpected error in verifier, check for problems related to: [ java.lang.NullPointerException ]
Test Name: tests.ejb.elements.EjbReferencesElement
Test Assertion: References to other beans homes test
Detailed Messages:
   Unexpected error in verifier, check for problems related to: [ java.lang.NullPointerException ]
Test Name: tests.ejb.elements.EjbReferencesElement
Test Assertion: References to other beans homes test
Detailed Messages:
   Unexpected error in verifier, check for problems related to: [ java.lang.NullPointerException ]
Test Name: tests.ejb.elements.EjbReferencesElement
Test Assertion: References to other beans homes test
Detailed Messages:
   Unexpected error in verifier, check for problems related to: [ java.lang.NullPointerException ]
                   WARNING TEST - EJB tests
There are no EJB tests tests with status of warning.

OK the problem is fixed now. Basically the deployment descriptors were incorrect.
When I upgraded from j2sdk EE 1.3 to the 1.3.1 version, the verifier tool produced much more useful output, which enabled me to correct the problem.
I would still be interested, though, if anyone has any information or links on the actual tests performed by the verifier tool and their meanings.
Ben

Similar Messages

  • Are there any information gathering tools or scripts for Sun VDI 3.1.1?

    Hi,
    Are there any information gathering tools or scripts for Sun VDI 3.1.1?
    for problem reporting or service supportting , such as
    ut_gather, a ksh based tool to collect all Sun Ray related information from a Sun Ray server.
    http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/ut_gather_1_4_6
    http://www.sun.com/service/gdd/index.xml
    Sun Explorer Data Collector in The Sun Services Tools Bundle (STB)
    http://www.sun.com/service/stb/index.jsp
    http://www.unix-consultants.co.uk/examples/scripts/linux/linux-explorer/
    http://www.slideshare.net/Aeroplane23/information-gathering-2
    Windows MPSreports, msinfo32
    Redhat sysreport
    Suse Siga reportconfig
    Any advice would be appreciated.
    Thanks,

    ut_gather versions are available on MOS under reference #1260464.1

  • Cannot find any information on property 'Name' in a bean of type 'UserBean'

    Hello,
    I was trying to solve this problem myself but never got through, its really routine. So please can you see this error message, html file, jsp file and say if there are mistakes or if I need to add something else somewhere?
    Error
    org.apache.jasper.JasperException: Cannot find any information on property 'Name' in a bean of type 'UserBean'
    HTML
    <html>
    <head>
    <title>jsp test</title>
    </head>
    <body bgcolor ="white">
    <form action ="course.jsp" method ="post">
    <table>
    <tr><td>userName:</td>
    <td><input type="text"      name ="Name">
    </td>
    </tr>
    <tr>
    <td>userID:</td>
    <td><input type ="text" name ="ID"></td>
    </tr>
    <tr>
    <td>userAddress</td>
    <td><textarea name ="Description"></textarea></td>
    </tr>
    <tr>
    <td><input type ="submit" name ="submit"></td>
    </table>
    </form>
    </body>
    </html>
    JSP
    <%@ page language="java" contentType="text/html" %>
    <html>
    <body bgcolor="white">
    <jsp:useBean id="courseBean" class="UserBean">
    <jsp:setProperty name="courseBean" property="*" />
    </jsp:useBean>
    The following was done:
    <jsp:getProperty name="courseBean" property="Name" />
    <jsp:getProperty name="courseBean" property="ID" />
    <jsp:getProperty name="courseBean" property="Description" />
    </body>
    </html>
    JAVABEAN:
    public class UserBean implements Serializable{
    private String Name;
    private String ID;
    private String Description;
    public UserBean(){
    public void setName(String Name){
    this.Name=Name;
    public String getName(){
    return ID;
    public void seID(int userID){
    this.ID=ID;
    public int getUserID(){
    return ID;
    public void setDescription(String Description){
    this.Description=Description;
    public String getDescription(){
    return Description;
    Thank you in advance
    Ajlear

    Use a lower case initial on a bean property name.
    Instead of:
    <jsp:getProperty name="courseBean" property="Name" />try:
    <jsp:getProperty name="courseBean" property="name" />The same will apply to other properties. Also, make sure you use the lower case initial on form field names. e.g. <input type="text" name ="name"> for use in <jsp:setProperty name="courseBean" property="*" />

  • How To Test Idoc To File Scenario in ID From Tools- Test Configuration

    Hi All,
    Can any body help me in step by step process including screenshots for testing Idoc to file scenario in integration directory from tools->test configuration.
    My scenario is passing the PO Idoc data from R/3  into a file  using XI.
    i have processed the idoc from R/3  and now i went to sxmb_moni in XI system and took the payload xml data.
    In ID I have navigated to test configuration from tools then i have provided the following information.
    Sender Service  : Business system of R/3 b'coz here R/3 is the sender.
    Sender Interface : ORDERS.ORDERS6
    Receiver Service : Business system of XI b'coz here XI receives the data and         places it into a file
    In payload text box i have copied the xml code which i have taken from sxmb_moni and clicked the run button. then i got the following error:
    Sender Agreement
    Internal Error
                     HTTP connection to ABAP Runtime failed.
                     Error: 403 Forbidden
                     URL: http://bxdci.boewe.custservice.de:8093/sap/xi/simulation?sap-client=100
                     User: PIDIRUSER
    Kindly look into it and correct me if iam wrong or is there any other way to test this scenario in ID please suggest.
    Thanks & Regards,
    Venkat

    Hi Venkat,
    Specify the test confisuration as follows.
    <b>Sender</b>
    Service   : Business System of SAP R/3 System
    Interface : The outbound message interface name of type the IDOC.
    Namespace : will automatically loaded when u select the Interface. Check if it the correct namespace.
    <b>Receiver:</b>
    Service  : Business System name for the Fle system.
    Paste the payload that u copied from the sxmb_moni.
    Now click on Run and test ur Scenario.
    Was the scenario sucessfull in the Message Monitor.
    Regards
    Santhosh

  • Pre verify tool for wireless Java apps - HPUX

    Hi wireless gurus,
    1. Does Oracle ships a pre verify tool for wireless Java apps for HPUX platform with any of it's products.
    2. Please let me know any such tool for HPUX, preferably with a free demo version

    Hi wireless gurus,
    1. Does Oracle ships a pre verify tool for wireless Java apps for HPUX platform with any of it's products.What kind of pre-verify tools are you referring to?
    If you are looking something to verify Java code in general, then Jdeveloper has some features built-in for this purpose.
    The Oracle9IAS Wireless service designer allows you test, try, and debug wireless apps.
    2. Please let me know any such tool for HPUX, preferably with a free demo version

  • Can't change any information in my Apple ID except my name

    I have had my Apple ID for years - during .mac and Mobileme and I have always had the same ID.
    Now when I try to update any information except my name it doesn't show any change at all.
    I can't update my phone numbers or edit/delete/add alternate email addresses and emails for verifying email accounts are not sent?
    My Apple ID is fully working - no problems at all with anything.
    It is just that I have changed my phone numbers and alternate email address and now I can't change it in my Apple ID.
    Please notice that I am NOT trying to change my Apple ID - I want to keep the primary email address and Apple ID just the way they are (my [email protected] address)
    I just want to be able to add and delete alternate email addresses and to be able to verify them.
    The support from Apple's side on this issue is very unacceptable - they will only talk with me if I am on an Apple Care plan.... or charge me.
    How can they even think of charging people for their own malfunctioning services??
    I REALLY hope that I can get a solution from you guys!!

    I am having the SAME problem.
    I just switched to the Icloud merge today. I too have had a .mac account for quite some time.
    I need to change my alternative email and some other info, as well as my time stamp is wrong for emails in my inbox and I can not change anything about my account in general.
    Heck, I don't even know WHERE to look to change my account information.
    Again - I want to change account information, NOT my Apple ID.
    The email problem is very concerning since it's about 6 hours off and I needed to reply to some contacts in a timely manner. I have no clue when they could have been sent in real time.

  • Hotsync Log does not show any information since August 2008. My Treo 755p has been syncing fine but nothing shows in the log!

    I just noticed that when I am done syncing, the Hotsync Log does not have any information about the most recent operation.  In fact the date of the last entry in the Log is August!  Anyone know why this is happening and how to fix this?
    Thanks.
    Post relates to: Treo 755p (Verizon)

    Now I know I've lost it--I'm replying to myself!  Would you smart tech people please take a look at what I found and see if it means anything.  Thanks!
    Two more clues:
    1) I was searching the Palm Knowledgebase and found out where the HotSync Log file is.  When I open the file, using Explorer, this message pops up: 'To help protect your security, Internet Explorer has restricted this web page from running scripts or ActiveX Controls that could access your computer.  Click here to...'  If I allow it to run, the screen blinks but nothing seems to change.  If I close the Log file and reopen it, it happens again.  How can I stop this from happening to the file?  Could this be the problem?
    2) The Knowledgebase Article below tells how to create a new 'fake' log file to 'fool' the HotSync Manager.  So I renamed the original log file, then created the new file as instructed.  Then I did a HotSync.  After the HotSync completed successfully, I opened the HotSync Manager and there is my new 'fake' log file that has only the words I typed into it when I created the file. Nothing in the Log about the operation at all! 
    Article ID: 38959   What does the error that ends with 'HotSync.log is missing' mean and how do I fix it?
    The HotSync Manager is very particular: if it doesn't find things exactly as it expects, it won't work. One of the things it has to find in the right place is the HotSync log, a file where the HotSync manager records everything it does. See How can the HotSync log help me to troubleshoot HotSync problems? for more information about this file.
    When you get this error, your HotSync Manager can't find the HotSync Log. This prevents you from performing a HotSync operation. Luckily, the HotSync Manager isn't too bright. Give it any file called HotSync.log and it will be happy again.
    The easiest way to give it what it expects is to create a new text document, rename it, and put it in the folder where the HotSync Manager expects to find it. Here's how:
    Launch the Windows Notepad. You can usually get to it by clicking on the Start Menu, choosing Programs, then Accessories and finally Notepad.
    Type some text. You can type anything you want, as long as there's at least one character in the Notepad document.
    From the File menu, choose Save As.
    In the Save dialog, navigate to your user folder in the Palm or Handspring folder (find your user folder).
    Name the document HotSync and click Save.
    Launch Windows Explorer. You can get to it by double clicking on My Computer or by clicking on the Start Menu, choosing Programs and then Windows Explorer.
    From the Tools menu, choose Folder Options.
    Click on the View tab.
    Uncheck the box next to Hide file extensions for known file types.
    Navigate to your user folder.
    Right-click once on the HotSync.txt document, and select "Rename" from the menu. Rename the file HotSync.log
    Attempt another HotSync operation. If you still get the "HotSync.log is missing" message, contact Handspring.
    Article ID: 38959 Article Type: Error, Troubleshooting, How To Date Created:  Sunday, December 12, 2004 9:10:17 AM Date Modified:  Friday, April 20, 2007 4:03:38 PM Relevant products:  Treo 300, Treo 180, Treo 180g, Treo 270, Visor Edge, Visor Neo, Visor Pro, Visor Platinum, Visor Prism, Visor Deluxe, Treo 90
    Post relates to: Treo 755p (Verizon)
    Post relates to: Treo 755p (Verizon)

  • I have not been able to find any information re: the Flashback virus and Apple remedies on the Apple website.  Am I missing something?

    I have not been able to find any information re: the Flashback virus on the Apple website.  Has Apple put out anything on this?

    The ‘Flashback Trojan’:
    A version of an existing Trojan Horse posing as a legitimate Flash Player installer (named “Flashback.A” by a security firm) is designed to disable updates to the default Mac OS X anti-malware protection system, potentially leaving the system open to the manual installation of other malware without any system warnings. The most recent versions bypass any user action and automatically installs itself after an affected website is visited.
    http://www.appleinsider.com/articles/11/10/19/fake_adobe_flash_malware_seeks_to_ disable_mac_os_x_anti_malware_protection.html
    (Adobe is aware of malware posing as its Flash Player and warns users to ignore any updates that didn't originate on its own servers. "Do not download Flash Player from a site other than adobe.com," said David Lenoe, Adobe's product security program manager, in an entry on Adobe Product Security Incident Response Team's PSIRT blog. "This goes for any piece of software (Reader, Windows Media Player, QuickTime, etc). If you get a notice to update, it's not a bad idea to go directly to the site of the software vendor and download the update directly from the source. If the download is from an unfamiliar URL or an IP address, you should be suspicious.")
    Flashback Trojan - Prevention of infection:
    In order to prevent a potential infection with “Flashback” Trojans, Mac users should always obtain their copy of Adobe Flash Player directly from Adobe’s official website and to disable the "Open 'safe' files after downloading" option in Safari Preferences/General to avoid automatically running files downloaded from the Internet. Also, do not turn on Java in Safari Preferences/Security. Few websites use Java. Javascript is something entirely different and should be left active.
    The Flashback Trojan does not affect PPC (non-Intel) Macs, nor has it been noted to affect users running Tiger OS 10.4.11 or Leopard OS 10.5.8.
    Last, but by no means least, using Open DNS is the simplest way of preventing infection in the first place. Open DNS also protects against phishing attacks, re-directs, speeds up your internet connection, and works for all users of OS X from Tiger upwards:
    http://blog.opendns.com/2012/04/09/worried-about-mac-malware-just-set-up-opendns /
    How to get it:
    https://store.opendns.com/get/home-free
    Flashback Trojan - Detection and Removal
    Users with Intel Macs running Snow Leopard OS 10.6 or Lion OS 10.7 should ensure that they have downloaded all the recent Java updates from Apple, which are designed to prevent infection and also remove any infection already present.
    New Macs running Lion do not have either Flash Player nor Java installed. If you running Lion and have not already downloaded and installed Java, you should download the ‘Flashback malware removal tool’ from Apple:  http://support.apple.com/kb/HT5246  (356KB) which includes the same code as the Java update that plugged a security hole which allowed the malware to automatically install itself without admin authorization.
    You can also use this to check whether you have been infected (for Intel Macs only) and remove it if required:
    http://www.macupdate.com/app/mac/42571/anti-flashback-trojan
    Flashback Trojan - Detection, and how to remove (with caution) if you are running other browsers than Safari:
    http://www.f-secure.com/v-descs/trojan-downloader_osx_flashback_i.shtml

  • Have the makers of Logic or Pro Tools given any thought to the Df/deaf producers wishing to use these programs?

    Have the creators of Logic or Pro tools given any consideration to the Df/deaf musicians wishing to produce with these programs? They just rely on visual arrangement of sonic information that must be 'listened' to to throughout composition. There must be away of improving this inaccessibility.

    Have the creators of Logic or Pro tools given any consideration to the Df/deaf musicians wishing to produce with these programs? They just rely on visual arrangement of sonic information that must be 'listened' to to throughout composition. There must be away of improving this inaccessibility.

  • Three new CM 7.0(2) subscribers wont pass UTIM "Verify Servers" Test

    Hey all, installed 3 new subscibers to an existing, and I might add working, CM/Unity cluster.  But for the life of me I can't figure out why the 3 new servers fail the UTIM "Verify Servers" test.  The pub passes but not the three new subscribers.  The error states that the 3 new subs received a skinny reject message.
    Any clues?
    CM 7.1(5) and Unity 7.0(2) with 8.3(1) TSP

    I assume you are using the same Port for SCCP, and not trying to do anything different for the other nodes in the CUCM cluster when adding them as backups in UTIM.
    Are other devices, such as IP Phones, able to successfully register with the new CUCM nodes in the cluster?   Are all of the CUCM nodes on the same VLAN and location?   If other devices can't register to them either then you might have some kind of CUCM replication or change notification issue.
    Kind regards,
    Craig

  • Tool for keep information performance db

    Hi all,
    Is there any tool for keep information about performance of db?because i want to keep any information such as space,buffer cache,log ,sga etc. and after i will take this value into grap for my manager (dayly,weekly,monthly).or Is there any way to do it?
    thks for advance
    Chara

    As others suggested, I would also recommend you to schedule statspack every15min or 30min, so that you can comapre the performance as well take the statspack report for analysis.
    Jaffar

  • I can not save any information on Safari !!!!, i can not save any information on Safari !!!!

    please anyone tell me what i have to do with this case, i can not save any information in safari no Bookmarks, no reading list...

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Local Module (Error-Handler) Failed the verify environment test

    When attempting to start the Messaging Server, the following error
    message occurs and the server fails to start:
    <P>
    19980226114147:Dispatch:Notification:Local Module (Error-Handler) Failed
    the verify environment test.
    <BR>Module not Loaded.
    <BR>Startup Problem:
    <BR>Module Error-Handler is required for proper operation.
    <BR>Netscape Messaging Server Exiting!
    <P>
    This problem can be caused by a corruption to the configuration file
    for the admin server that controls the Messaging server
    (install_dir/admin-serv/ns-admin.conf).
    Specifically, if the
    <B>Port</B> setting is missing, the above-mentioned error will occur.
    <P>
    Add a valid <B>Port</B> setting to the
    ns-admin.conf file and
    rerun the /etc/NscpMail start command.

    Is anyone having any idea about it...

  • I'm running OS X 10.4.11 on my PowerMac, and cannot retrieve email.  Does this have to do with iCloud?  I also cannot upgrade my operating system as my computer won't accept it.  Any information about this for me? Thank you!

    I'm running OS X 10.4.11 on my PowerMac, and cannot retrieve email.  Does this have to do with iCloud?  I also cannot upgrade my operating system as my computer won't accept it.  Any information about this for me? Thank you!

    Hi Steve,
    If this is dot mac or Mobile me you can still use IMAP eMail in the iCloud.
    Do not delete the old account yet. sign up for an iCloud account if you haven't.
    MAKE A NEW ACCOUNT - DO NOT TRY TO ALTER YOUR EXISTING ACCOUNT.
    I understand .mac mail will still come through. Do not delete the old account yet.
    You cannot use .mac or MobileMe as type of Account, you have to choose IMAP when setting up, otherwise Mail is hard coded to change imap.mail.me.com to mail.me.com & smtp.mail.me.com to smtp.me.com, no matter what you try to enter.
    iCloud Mail setup, do not choose .mac or MobileMe as type, but choose IMAP...
    On second step where it asks "Description", it has to be a unique name, but you can still use your email address.
    IMAP (Incoming Mail Server) information:
        •    Server name: imap.mail.me.com
        •    SSL Required: Yes
        •    Port: 993
        •    Username: [email protected] (use your @me.com address from your iCloud account)
        •    Password: Your iCloud password
    SMTP (outgoing mail server) information:
        •    Server name: smtp.mail.me.com
        •    SSL Required: Yes
        •    Port: 587
        •    SMTP Authentication Required: Yes
        •    Username: [email protected] (use your @me.com address from your iCloud account)
        •    Password: Your iCloud password
    Also, you must upgrade your password to meet the new criteria:  8 characters, including upper and lower case and numbers.  If you have an older password that does not meet these criteria, when you try to setup mail on your mac, using all of the IMAP criteria listed above, it will still give a server error message.  Go to   http://appleid.apple.com         then follow directions to change your password, then go back to setting up your mail using the IMAP instructions above.
    Thanks to dpepper...
    https://discussions.apple.com/thread/3867171?tstart=0

  • I've tried downloading iOS5 several times and after an hour each time I get a message that says my network connection has timed out.  But I can't find any information about "timing out" or how to correct the situation.  Any help?

    I've tried downloading iOS5 several times and after an hour each time I get a message that says my network connection has timed out.  But I can't find any information about "timing out" or how to correct the situation.  Any help?

    Disable your antivirus and firewall, and try again.

Maybe you are looking for

  • Media Encoder fails with Time Remapping

    There is a single 1 Minute Clip in the PR CC 2014 timeline, with some time remapping effects. Exporting with Media Encoder CC 2014 SLOWS DOWN speed of the clip after approx. 30 sec unintentionally and therefore gets out of sync with sound, and ends a

  • Screen went black while using voiceover

    I rebooted, but the screen fades out right away when it starts up so I can't enter my passcode or get into the settings to turn off voiceover! Help!

  • Photoshop EPS not saving vector data?

    I have a Photoshop CS3 file with 2 layers that use vector masks. I saved the file as an .eps and checked "Include Vector Data." I placed the .eps in an InDesign document. On screen everything looks fine, but if I print to PDF the vector mask layers a

  • Do I retrieve my previously purchased items after I change back to my old iTunes store?

    I have recently changed my iTunes store.. But for one reason or another, I want to change back to my previous iTunes store. Consequently, I was wondering whether I will be able to find my old items I purchased from the the first iTunes store or not..

  • [CS4] Word Import severely broken/Interim Solution

    As I said before on this topic, function(){return A.apply(null,[this].concat($A(arguments)))} The Word import has gone from already rather bad to worse with one of the upgrade patches. ... -- read this for the symptoms. I finally found a work-around.