Need assistance working out what this means...

This an error I am getting from the servicegen ant task...
Any chance you can tell me what it means?
Cheers,
Nick
servicegen
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ null ]
at weblogic.utils.Debug.assertion(Debug.java:84)
at weblogic.j2ee.dd.J2EEDeploymentDescriptor.addModuleDescriptor(J2EEDeploymentDescriptor.java:196)
at weblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE13.__post_3733549(J2EEDeploymentDescriptorLoader_J2EE13.java:520)
at weblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE13.postProc(J2EEDeploymentDescriptorLoader_J2EE13.java:268)
at weblogic.xml.process.ProcessorDriver.postProc(ProcessorDriver.java:200)
at weblogic.xml.process.ProcessorDriver.endElement(ProcessorDriver.java:94)
at weblogic.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1400)
at weblogic.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java:1613)
at weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1219)
at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:396)
at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1119)
at weblogic.xml.process.ProcessorDriver.process(ProcessorDriver.java:137)
at weblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE13.process(J2EEDeploymentDescriptorLoader_J2EE13.java:143)
at weblogic.webservice.util.WebServiceEarFile.readDD(WebServiceEarFile.java:154)
at weblogic.webservice.util.WebServiceEarFile.<init>(WebServiceEarFile.java:52)
at weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.execute(ServiceGenTask.java:127)
at org.apache.tools.ant.Task.perform(Task.java:317)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)
at org.apache.tools.ant.Task.perform(Task.java:317)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at com.intellij.ant.b.v.a(v.java:265)
at com.intellij.ant.b.v.a(v.java:91)
at com.intellij.ant.b.v.main(v.java:26)
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ null ]
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ null ]

Thanks again.
-Nick
"Neal Yin" <[email protected]> wrote:
There is something wrong with one of the module definitions in your existing
application.xml file(inside the ear file). As far as I can tell, maybe
you
didn't provide a module name.
-Neal
"Nick Minutello" <[email protected]>
wrote
in message news:[email protected]...
This an error I am getting from the servicegen ant task...
Any chance you can tell me what it means?
Cheers,
Nick
servicegen
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ null ]
at weblogic.utils.Debug.assertion(Debug.java:84)
atweblogic.j2ee.dd.J2EEDeploymentDescriptor.addModuleDescriptor(J2EEDeployment
Descriptor.java:196)
atweblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE13.__post_3733549(J2
EEDeploymentDescriptorLoader_J2EE13.java:520)
atweblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE13.postProc(J2EEDepl
oymentDescriptorLoader_J2EE13.java:268)
at weblogic.xml.process.ProcessorDriver.postProc(ProcessorDriver.java:200)
atweblogic.xml.process.ProcessorDriver.endElement(ProcessorDriver.java:94)
atweblogic.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1400)
atweblogic.apache.xerces.validators.common.XMLValidator.callEndElement(XMLVali
dator.java:1613)
atweblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispat
ch(XMLDocumentScanner.java:1219)
atweblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
nner.java:396)
at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1119)
at weblogic.xml.process.ProcessorDriver.process(ProcessorDriver.java:137)
atweblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE13.process(J2EEDeplo
ymentDescriptorLoader_J2EE13.java:143)
atweblogic.webservice.util.WebServiceEarFile.readDD(WebServiceEarFile.java:154
atweblogic.webservice.util.WebServiceEarFile.<init>(WebServiceEarFile.java:52)
atweblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.execute(ServiceG
enTask.java:127)
at org.apache.tools.ant.Task.perform(Task.java:317)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)
at org.apache.tools.ant.Task.perform(Task.java:317)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
at com.intellij.ant.b.v.a(v.java:265)
at com.intellij.ant.b.v.a(v.java:91)
at com.intellij.ant.b.v.main(v.java:26)
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ null ]
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ null ]

Similar Messages

  • TS3694 My iPad says it has to restore to update, but it will not.  It is caught in a cycle of not being able to restore but needed to restore.  I keep getting error code 3014 but I can not figure out what this means!

    My iPad says it has to restore to update, but it will not.  It is caught in a cycle of not being able to restore but needed to restore.  I keep getting error code 3014 but I can not figure out what this means! nor can I do anything about it!  So Frutrated!

    Also...
    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    But... if the Device has been Modified... this will Not necessarily work.

  • Hi... i have iphone 5. my phone shows me the apple broken and does not work well . what this means? deppy

    hi... i have iphone 5. my phone shows me the apple broken and does not work well . what this means? deppy

    despoina kiato wrote:
    καμία φορά σταματάει να δουλεύει. σβήνει το κινητό και  μου δηχνει το μήλο σπασμένο.  απενεργοποιήτε  μόνο του . αυτό είναι όλο .
    Englidh would help.

  • My back up is not working. I get a error message, "internal disc needs repair" Any idea what this means?

    Hi, as above, back up not working, message "internal disc needs repair". Can somebody help with the meaning of this.
    Thank you.

    click "utilities folder">open "disc utility" click on your disc> click "repair disc" in the lower right hand corner 

  • Lost Serial, Help needed to work out what my one was!

    I upgraded from Logic 7 to Logic 8, and it all worked fine.
    I have recently installed the 8.02 update, but have since lost the serial. I still have the logic 7 dongle, but I cannot find the Logic 8 serial in my cupboard anywhere! Is there any way of getting the upgrade serial back?! At the moment, I can't use the logic that I legitimately paid for!!
    Thanks,
    Charlie.

    Call AppleCare Technical Support at 1-800-APL-CARE (1-800-275-2273). You will need to provide proof of purchase, either from an Apple Store web order number, or a retail receipt.

  • Im tryin got set up my outlook email account on my iphone but its asking for a "server" i dont no what this means?

    i'm trying to add my outlook email account to my iphone3gs but when i've typed all the information in it
    comes up with "server" i've looked around to find out what this means but i just dont no, what do i type there?
    or how do i atleast find out what to type there?

    Check with your company or email provider for the server. If you use a webmail, the server is also hidden sometimes in the advanced options. Are you using Outlook Web Access or some other email service that you use with the outlook application?

  • I have downloaded a trail version of adobe acrobat pro and when I try to use it, it says that it cannot be edited in acrobat, please use adobe livecycle designer to edit this form. I can't work out what I need to do?

    I have downloaded a trail version of adobe acrobat pro and when I try to use it, it says that it cannot be edited in acrobat, please use adobe livecycle designer to edit this form. I can't work out what I need to do?

    Acrobat XI is not distributed with Designer. Designer is now a separate product. You can create forms in Acrobat as an AcroForm or using Forms Central (an online forms program). You can print the form to a new PDF and then recreate the fields in Acrobat using the recognize form fields. You will likely have to fix the form fields, but that would be the process. Generally, once a form is taken to Designer, you can't bring it back without such steps.
    Designer is available with AA8 - AAX, but since is a separate product as I indicated.

  • When I go to About This Mac and click on Storage it shows 421.93GB as Other. This only leaves 46.85GB of 499.25GB free. How do I find out what this "Other" is so I can remove the stuff I don't need?

    When I go to About This Mac and click on Storage it shows 421.93GB as Other. This only leaves 46.85GB of 499.25GB free. How do I find out what this "Other" is so I can remove the stuff I don't need?

    What kind of use do you make of your MBP?  A lot of photo or video?  If so, you may be storing a lot of large files.  Look at Finder and see what the file system looks like.  Do you have large libraries of data files associated with applications?
    You may want to think about an external hard drive to use for backups and data storage, you can point applications to the external drive as the default storage location.
    A good source of external drives at a reasonable price is the Mac specialist, OWC, http://www.macsales.com
    I bought their Mercury Elite Pro 2 TB dirve last September and set it up to use part for Time Machine backup and part for other work space.  Setup with Disk utility into two partitions is very quick and easy.  Just remember to format as Extended Journaled with GUID partition table.  Setting the partition sizes is by using a braphical image on screen in DU so it is like falling off a log, so easy.

  • I have a MacBook Pro, Matshita UJ-857E while recording music my drive reported an error: Sense Key=HARDWARE ERROR Sense Code=0x03,0x01 I have no idea what this means, and now my cd burner/player won't work. can someone help me fix this problem?

    Please Help me. I am having problems with my MATSHITA UJ-857E DVD-R burner/writer. I burned 4 cd's and then it stopped working.
    I can select my songs, and then it asks for a blank disc. It starts preparing to write the disc,then it says,"
    The drive reported an error: Sense Key= HARDWARE ERROR Sense Code= 0x09,0x01 TRACKING SERVO FAILURE.
    Can anyone give me some advice on how to fix it or what this means because I have no idea what it is talking about or how to begin to fix the problem?

    tanyafrombakersfield wrote:
    It starts preparing to write the disc,then it says,"
    The drive reported an error: Sense Key= HARDWARE ERROR Sense Code= 0x09,0x01 TRACKING SERVO FAILURE.
    This is an error reported by the optical drive's firmware. The tracking servo is the servomechanism which guides the laser pickup along the track on the optical disc. The error means that the servo couldn't do its job within the programmed parameters. What it doesn't say is why.
    You have to be very precise as to when this error occurs. If it occurs as you wrote, while it "starts preparing to write the disc", and not when it has actually began to burn, then it's likely that the drive has gone bad and needs to be replaced.
    There are other possibilities, so you should check them, but they would be more likely if the error occurred after the drive began to write. OrangeMarlin has suggested two options -- try a different brand of CD or DVD, and try cleaning the lens.

  • I tried updating my iPod 5th gen to iOS 8 but it only shows me a picture of the iTunes logo and a charger at the bottom, I'm not sure what this means or what I need to do. Can someone please help me?

    I tried updating my iPod 5th gen to iOS 8 but it only shows me a picture of the iTunes logo and a charger at the bottom, I'm not sure what this means or what I need to do. Can someone please help me?

    After restoring to factory settings/new iPod you will then have to restore from backup
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:                         
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • I'm trying to connect my iPad to my Samsung galaxy s by bluetooth but the ipad will pair with it but not connect and says "its not supported" does anyone know what this means and how I get it to work?

    I'm trying to connect my iPad to my Samsung galaxy s by bluetooth but the ipad will pair with it but not connect and says "its not supported" does anyone know what this means and how I get it to work?

    iOS devices do not have the BT profiles that support file sharing and othr general functions. See:
    iOS: Supported Bluetooth profiles
    Basically it support headphones, keyboards, speakers, peer-to-peer gaming

  • My time capsule was working and then I added another Macbook pro. TC stopped appearing in Airport Utilities. I have tried resetting TC, I have turned if off and held reset button with pen for 10 secs. I just cannot work out what else to do?

    My time capsule was working and then I added another Macbook pro. TC stopped appearing in Airport Utilities. I have tried resetting TC, I have turned if off and held reset button with pen for >10 secs. I just cannot work out what else to do? I have turned router off and on. Amber light is flashing.

    The ethernet says self assigned IP 169.254.67.6
    Then the ethernet is not getting an IP from the TC.. there is no connection.
    I am not sure where you mean when you say the green LED should be on. Do you mean the TC?
    Thanks
    In order to help troubleshoot ethernet connections all routers use connectivity leds.. even APPLE.. it has one big LED on the front.. and 4 tiny leds beside each ethernet port. That light has to come on for ethernet to be active.. if you plug an ethernet cable into the port and the light doesn't come on.. then there is no connection.. either the other end isn't plugged in.. or the cable is bad.. or the ethernet port is bad.. something is wrong.
    To get access to the TC you need this led to be green.. is it?
    If it is green and the WAN is also green.. then I want you to unplug the WAN connection.. the blue wire in the picture.. the port slightly separated from the 3 LAN port.. computer plugged just into LAN port.. no airport turned on.. and press the reset again for 10sec until front led flashes rapidly.. then try and bring up the airport utility again.. assuming the ethernet led is green.
    How old and what model is the TC?
    The A number from the rubber mat will tell us the model.

  • TS1717 My itunes won't open and I get message that says "The file iTunes library.itl cannot be read because it was created by a newer version of itunes." I am unsure what this means, but I have uninstalled and reinstalled the itunes, and it still will not

    I receive the message: The file "iTunes library.itl"cannot be read because it was created by a newer version of itunes. I do not know exactly what this means.  I have Windows 7 on my computer and was able access itunes until just recently.  I have tried uninstalling and reinstalling itunes multiple times and that does not work.  Sometimes I can get in when immediately after installing, but then if I close it, i cannot get back in. Now, i can't get in at all.

    That message is usually a sign that you tried to roll back to an earlier build of iTunes, but occasionally I've seen it connected to a new upgrade. This technique should fix things.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • My mac air says hard drive full and 90% is full of 'other' which I cant work out what 'other' is as i Have transferred most to my external hard drive

    My mac air says hard drive full and 90% is full of 'other' which I cant work out what 'other' is as i Have transferred most to my external hard drive.
    Do you know how I can tell how large each file is taking up and what my 'other' category could be?
    thanks

    Initial easy steps to gain disk space:
    - Delete all files in the Downloads folder.
      Empty the Trash.
    - Start iPhoto.
      Empty its trash.
      Restart.
    Backup:
    Run a Time Machine (or other) backup since you are about to delete and move files and you may need to recover from any inadvertent mistakes or decisions.  You will need one external hard drive for your Time Machine (or other) backup and a second if you plan to offload some files.  (See suggestions for where to purchase hard drives at the end of this message.)
    For more about backups:
    Time Machine Basics: http://support.apple.com/kb/ht1427
    Most commonly used backup methods:
    https://discussions.apple.com/docs/DOC-3045
    Methodology to protect your data.  Backups vs. Archives.  Long-term data protection:
    https://discussions.apple.com/docs/DOC-6031
    Deleting files:
    Then use the free application OmniDiskSweeper http://www.omnigroup.com/more to explore your volume in descending order by size so you can attack the problem from the top down, deleting the largest unwanted files first.  Delete with caution and do not delete any system files.  Remember to empty the trash after trashing the files.
    Additional reference on freeing disk space:
    http://pondini.org/OSX/DiskSpace.html
    Offloading files:
    Consider moving some of the no-often-used large files or directories to an external disk.  Use ODS again to find them.  This will be at least your second hard drive.  Your first one(s) is/are for your Time Machine (or other) backup(s).  Do not offload files onto a Time Machine disk.
    Format the second drive as Mac OS Extended (journaled).  Using OWS to find large files/folders and copy them from the system drive to the external hard drive and delete them from your internal drive.
    Then  > System Preferences > Time Machine > Options… > Remove the offload HD name from the exclusions list.
    Now both your system disk and your external offload disk will be backed up onto your Time Machine disk.
    From: http://www.thexlab.com/faqs/freeingspace.html
    To move your iTunes Music folder to another disk or partition:
    To change the location of your iTunes Music folder, carefully follow the instructions in the AppleCare® Knowledge Base document "iTunes for Mac: Moving your iTunes Music folder."Additional information can be found in iTunes Help.
    http://webcache.googleusercontent.com/search?q=cache:http://www.thexlab.com/105/ 00000849.html
    Laptop users may want to consider having two iTunes libraries: a small library of current favorites on their computer, while their complete library resides on an external hard drive. Utilities like iTunes Library Manager enable you to easily have multiple iTunes libraries you can use with your account.  https://www.macupdate.com/app/mac/7689/itunes-library-manager
    To move your iPhoto Library folder to another disk or partition:
    To move the iPhoto Library folder to a new location, employ the instructions in the AppleCare Knowledge Base document from http://support.apple.com/kb/PH2506 corresponding to the version of iPhoto you are using. Additional information can be found in iPhoto Help.
    Laptop users may want to consider having two iPhoto libraries: a small library of current, favorite photographs on their computer, while their complete library, or archives of older photos are saved on an external hard drive. Utilities such as iPhoto Buddy and iPhoto Library Manager enable you to have multiple iPhoto libraries that you can use with your account.
    https://www.macupdate.com/app/mac/12175/iphoto-buddy
    https://www.macupdate.com/app/mac/7158/iphoto-library-manager
    Hardware — Bigger disk/SSD:
    OWC sells 120, 240 and 480 GB SSD upgrades for MacBook Airs.  A 240 GB upgrade costs $265.   http://eshop.macsales.com/shop/SSD/OWC/ .  If your Mac is under warranty or AppleCare replacing the SSD will void the warranty.

  • How do I work out what pages templates have in them ?

    I think i do this !
    how do I work out what pages templates have in them ?

    Hi c,
    "Instinctive" (and "Intuitive", the more common term) seem to be often used where "what you're used to" would be a more accurate choice. Nothing about Page Layout is particularly instinctive if you've never done it before.
    Regarding 'greying out' some of the tools: Tools and menu items go grey when they aren't available. For example, you can't move an object to the front if you don't have an object selected (or if the selected object is the only thing in the document), or if the selected object is already further forward than anything else in the document. Anytime it is possible to use the tool/menu item in the current context, the tool/item will be active, and shown in dark type.
    You mention you are headed toward a "business plan/power point thing." The first (business plan) makes me think in terms of print, and something to be produced from a word processing template rather than page layout one. The second part say 'this will be projected on a screen' and says 'Keynote would be a better application for this task than Pages.'
    Keynote is a presentation tool, designed to produce documents that will be presented on a screen (ie. designed for the same type of documents as Powerpoint was built to produce).
    Pages has two basic document types, both aimed at producing documents that will be printed:
    Word processing—used for things like letters and reports. In general, documents that are mostly text, but that may have some illustrations, charts, or other graphics objects inserted into them.
    Page layout—used where there's a mix of graphics and text, with the text usually coming in smaller chunks.
    The biggest difference between them is that a 'blank' page layout document is really 'blank'. It can be thought of as a page sized blank canvas onto which you can place containers for text (text boxes), shapes, images, charts, or containers (placeholders) for images or other objects.
    A blank word processing document can also accept the objects and containers listed above, but also includes a text layer (where text can be entered directly, without the need to place it into a text box), and a background layer (where objects can be placed behind the text layer).
    If the above helps you choose the type of document you want to have as the end product, we can then take a look at one of the templates for that type and look at deconstructing it.
    Regards,
    Barry

Maybe you are looking for

  • [Solved] Mounting a ntfs usb drive in kdemod

    I have an external usb drive that automounts in gnome, with write permissions. In kdemod it would not mount, and gave the error: "PermissionDeniedByPolicy mount-removable-extra-options no". I fixed this using this workaround... http://wiki.archlinux.

  • How to configure an axExpressionEdit in order to limit the text to variables ?

    Hello, I am using AxExpressionEdit in order to edit custom steps using expressions. Is there a simple way to configure the axExpressionEdit to only accept variable names ? For example : I have a step which must return a result in a Teststand variable

  • New SP, New Problem - UPK 3.6.1 Enablement Service Pack 3

    Hi All, Yesterday, I installed the UPK 3.6.1 Enablement Service Pack 3, and as soon as I started with my UPK session, I opened an existing document and started to publish it. The behaviour is different from the 3rd step: 0) Some times at the very beg

  • Mac OS X: Update to 10.7.2 Server- now GCC is missing

    Hey this is my first thread so be gendel Well anyways I have update to 10.7.2 Server and after that I can't use GCC, and I don't seem to be able to find it on the computer, I get the following output from terminal: 56344221:test username$ man gcc No

  • Help!! My menu button doesn't work anym

    Hi, I have Nomad Zen jukebox usb 2.0 20Gb, suddenly my menu button doesn't work, there is no reaction when i press the menu button, but the other buttons work very well. Without menu button, i can't load any songs, so my mp3 player is useless. As an