Really new to Weblogic - trying to install WAR

Hi,
I am really new to Weblogic, and I am trying to get a web application
that I've been given to work with Weblogic 8.1 on Windows 2000 Server.
I just installed Weblogic 8.1 today, then I've configured a Weblogic
configuration. I then copied the WAR file to the
C:\bea\user_projects\domains\mydomain\applications directory, and then
executed c:\bea\user_projects\domains\mydomain\startWebLogic.cmd.
This causes a command window to open, with the output of the Weblogic
startup, and I'm getting some "Warning" messages about the Weblogic.xml
being malformed:
<Feb 7, 2005 8:03:36 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: Element type "prefer-web-inf-classes" must be declared.
(line 54,
column 37).>
<Feb 7, 2005 8:03:36 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: The content of element type "container-descriptor" must
match "(ch
eck-auth-on-forward?,redirect-content-type?,redirect-content?,redirect-with-abso
lute-url?)". (line 55, column 29).>
<Feb 7, 2005 8:03:41 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: Element type "prefer-web-inf-classes" must be declared.
(line 54,
column 37).>
<Feb 7, 2005 8:03:41 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: The content of element type "container-descriptor" must
match "(ch
eck-auth-on-forward?,redirect-content-type?,redirect-content?,redirect-with-abso
lute-url?)". (line 55, column 29).>
<Feb 7, 2005 8:03:45 PM EST> <Notice> <WebLogicServer> <BEA-000355>
<Thread "Lis
tenThread.Default" listening on port 7080, ip address 192.168.0.232>
<Feb 7, 2005 8:03:45 PM EST> <Notice> <WebLogicServer> <BEA-000331>
<Started Web
Logic Admin Server "myserver" for domain "mydomain" running in
Development Mode>
<Feb 7, 2005 8:03:45 PM EST> <Notice> <WebLogicServer> <BEA-000360>
<Server star
ted in RUNNING mode>
<Feb 7, 2005 8:04:00 PM EST> <Warning> <HTTP Session> <BEA-100061> <Web
applicat
ion: ServletContext(id=30856733,name=admingui,context-path=/admingui)
tried to p
lace a non-serializable attribute: scmApplication into the session:
CIP2ZDiP7WYa
bsU2sr3emRk9TcS821XyWrIM1WfbDeCp1XD9o3z3!-690527957!1107824638218. This
attribut
e will be lost upon redeployment. This message is logged only once per
session.>
The funny thing is that the application still seem to (somewhat) work,
i.e., if I point my browser to http://<myhost>:7080/admingui, I get the
page displayed, etc.
However, Weblogic is not exploding the WAR.
Is this (the WAR not being exploded) happening because of the warning
messages?
If that's the case, then how do I fix the problem in the Weblogic.xml
file, since it hasn't been extracted?
Also, can anyone tell me what the problem with that XML file might be?
Thanks,
Jim

Hi,
For the record, I was just able to get this working by doing the
following:
1) Create a directory called "DefaultWebApp" under the "applications"
directory
2) Copy the WAR file to the DefaltWebApp directory
3) Unzip the WAR file in-place
4) After I unzipped the WAR file, I was able to fix the weblogic.xml
file in the WEB-INF directory
5) Once I did all that, WebLogic seems to be happy (no warnings).
Jim
ohaya wrote:
>
Hi,
I am really new to Weblogic, and I am trying to get a web application
that I've been given to work with Weblogic 8.1 on Windows 2000 Server.
I just installed Weblogic 8.1 today, then I've configured a Weblogic
configuration. I then copied the WAR file to the
C:\bea\user_projects\domains\mydomain\applications directory, and then
executed c:\bea\user_projects\domains\mydomain\startWebLogic.cmd.
This causes a command window to open, with the output of the Weblogic
startup, and I'm getting some "Warning" messages about the Weblogic.xml
being malformed:
<Feb 7, 2005 8:03:36 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: Element type "prefer-web-inf-classes" must be declared.
(line 54,
column 37).>
<Feb 7, 2005 8:03:36 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: The content of element type "container-descriptor" must
match "(ch
eck-auth-on-forward?,redirect-content-type?,redirect-content?,redirect-with-abso
lute-url?)". (line 55, column 29).>
<Feb 7, 2005 8:03:41 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: Element type "prefer-web-inf-classes" must be declared.
(line 54,
column 37).>
<Feb 7, 2005 8:03:41 PM EST> <Warning> <HTTP> <BEA-101248>
<[Application: 'C:\be
a\user_projects\domains\mydomain\applications', Module: 'admingui']:
Deployment
descriptor "weblogic.xml" is malformed. Check against the DTD:
org.xml.sax.SAXPa
rseException: The content of element type "container-descriptor" must
match "(ch
eck-auth-on-forward?,redirect-content-type?,redirect-content?,redirect-with-abso
lute-url?)". (line 55, column 29).>
<Feb 7, 2005 8:03:45 PM EST> <Notice> <WebLogicServer> <BEA-000355>
<Thread "Lis
tenThread.Default" listening on port 7080, ip address 192.168.0.232>
<Feb 7, 2005 8:03:45 PM EST> <Notice> <WebLogicServer> <BEA-000331>
<Started Web
Logic Admin Server "myserver" for domain "mydomain" running in
Development Mode>
<Feb 7, 2005 8:03:45 PM EST> <Notice> <WebLogicServer> <BEA-000360>
<Server star
ted in RUNNING mode>
<Feb 7, 2005 8:04:00 PM EST> <Warning> <HTTP Session> <BEA-100061> <Web
applicat
ion: ServletContext(id=30856733,name=admingui,context-path=/admingui)
tried to p
lace a non-serializable attribute: scmApplication into the session:
CIP2ZDiP7WYa
bsU2sr3emRk9TcS821XyWrIM1WfbDeCp1XD9o3z3!-690527957!1107824638218. This
attribut
e will be lost upon redeployment. This message is logged only once per
session.>
The funny thing is that the application still seem to (somewhat) work,
i.e., if I point my browser to http://<myhost>:7080/admingui, I get the
page displayed, etc.
However, Weblogic is not exploding the WAR.
Is this (the WAR not being exploded) happening because of the warning
messages?
If that's the case, then how do I fix the problem in the Weblogic.xml
file, since it hasn't been extracted?
Also, can anyone tell me what the problem with that XML file might be?
Thanks,
Jim

Similar Messages

  • Had CS4 on Power PC Mac (Non Intel) Now have new iMac and trying to install CS6 but won't accept serial number

    Had CS4 on Power PC Mac (Non Intel) along with prior Photoshop versions. Now I have new iMac and trying to install CS6 but it won't accept my original serial number (Starts with PSW401, etc.).

    I know what you are saying. I had purchased the CS5.5 upgrade, and a week later got the CS6 upgrade. I did this back in 2012. I had a old Mac Power PC which does not allow you to install CS5.5 or CS6 because it was not an intel processor. So even though I had the upgrades I never installed them. I waited until my old MAC died which it did this past weekend. And now that I have a new iMac I tried to install the new software. All of my past upgrades referenced my original Photoshop that was still resident on my old Mac. But since the install no longer has that reference because of the new computer, it will not accept any of my past serial numbers that it needs for the install.

  • Bought new computer and trying to install AA 9 standard.  When I enter the serial

    Bought new computer and trying to install AA 9 standard.  When I enter the serial #, it says the # is invalid.

    Contact Customer Care by chat or phone.

  • I have a new computer  am trying to install photoshop elements 5.0 on the new machine need reg-id

    how cab I find my registration id... I have the cd and the booklet, but not the original case... is it viewable in the old machine?

    Jeff, Thanks for the reply.  I don't have proof of purchase.. all I kept was the two cd's and the instruction book.I bought it in June of 2008, and don't think I have bank records that far back.I was hoping I could get the information from my installed copy.. there a long number on the bottom rightwhen I open it, but that didn't work and a number etched on the back of the cd... but it too didn't work....
    Date: Tue, 29 Nov 2011 17:55:13 -0700
    From: [email protected]
    To: [email protected]
    Subject: I have a new computer  am trying to install photoshop elements 5.0 on the new machine need reg-id
        Re: I have a new computer  am trying to install photoshop elements 5.0 on the new machine need reg-id
        created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    It is not viewable on your old computer.  We may be able to get you a replacement serial number.  Do you still have your proof of purchase for Photoshop Elements 5?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4053519#4053519
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4053519#4053519. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • New to MAC, trying to install CANON MP520

    Hello,
    I'm new to MAC, I bought an iMAC 8,1 several days ago with operating system 10,5 (I guess?!...)
    I'm still struggling to get rid of old window-habits, but first days working with this machine was fun!... until i tried to install my new flashy printer via wireless router...
    The printer is a CANON MP520, the router a USR5461. Tried following the guidelines for installation provided by USR, but it doesn't seem to be up-to-date (Printcenter is not installed on my MAC while USR thinks it should be?!...). Anyway, tried it another way (a bit on intuition, a bit on forum searching) by adding it in printerlist:
    First choose tab “IP”
    Protocol: IPP
    Cue: nothing
    Host: ip of my router
    Location: printer location as specified on router status page
    Now, I downloaded a driver from canon website for MP520 on MAC, went pretty easy (downloading software is nice and easy on MAC, I must say), so I could select “CANON MP520” as driver.
    OK, everything works fine, tried printing a page; result: error message “no pages found”
    Searched some fora for a solution (in fact first USR website, but that didn’t help me a lot) and came up with this forum. I found a thread on a similar problem (http://discussions.apple.com/thread.jspa?threadID=1605028&tstart=0), but to be honest, I don’t understand the solution (I tried re-installing the printer several times, same problem…)
    It’s my first post here, sorry if this maybe is a trivial problem, but I’m new to all this and don’t know where to start looking for the solution, so if anyone can help me out here or redirect me to a more appropriate place to find help for this problem, please do so…
    Thank you!

    Wish that Windows habits somehow related...
    OS X has two kinds of print drivers - Carbon and CUPS. With Carbon drivers, the author/manufacturer gets to specify which comm protocol(s) will work. Your Canon driver is a Carbon driver, and works only with USB. IP printing > IPP is a CUPS protocol, and requires a CUPS-capable driver. Apple included Gutenprint drivers (CUPS drivers) to try to get around this problem (that they created by allowing two kinds of driver). You might need to update your Gutenprint to have your model supported (I'm not certain - you'll need to check):
    http://www.linuxfoundation.org/en/OpenPrinting/macosx
    Next issue - US Robotics uses a non-standard port number for IPP, so you'll have to use the Advanced IPP protocol so you can put in that non-standard port in the setup. (Click the '+' button to add a printer. This opens the Printer Browser. Then hold down the Option key and click More Printers; this lets you access the "Advanced" options from the first popup menu.) Select IPP using IPP or http (they're the same). Enter the URI like:
    ipp://[IP address here]:1631/printers/[queue name] listed in USR manual

  • New iMAC. TRIED TO INSTALL LEOPARD. EJECTS CD. WON'T BOOT OFF INSTALL CD

    WHAT A NIGHTMARE!New iMac came today-- with antique software. Tiger installed from factory-- and way out of date. Leopard DVD included in box-- tried to install- just keeps ejecting the CD when trying to do the reboot. 2.5 hours on the phone with overseas Apple support (ha!)-- machine will not boot from install CD's (either Leopard or Tiger). Keeps ejecting the cd.
    What crap. ANybody else have this problem? I bought a mac because I didn't want to fight sw issues. Boy was this a mistake.
    Any advice appreciated, or I'm sending the POS back to Apple get a refund and buy a Dell.

    l8_apexer wrote:
    what would you think of ordering a machine based on seeing it demoed with Leopard-- only to have it shipped from the factory in China with Tiger-- and first thing it does is look for softwre updates-- and find over 150MB of updates it wants to install-- -within its first 15 minutes of being powered up????
    If that's not shipping a machine with old software- I don't know what is.
    What's the fuss about apple anyway? Shipping machines that don't have current sw loaded, won't boot from install DVDs, and then tell the customer that it will take two weeks to replace the unit-- or I can drive to an APple store (with gas at 3.25 a gallon which is an hour away) and maybe they can fix it, but not sure if the parts are available?
    Has anybody else had this problem?
    I would ask for a new machine with Leopard pre-installed which is what you expected to get and paid for. I can only assume it's an older machine since the new ones do come with Leopard installed.
    My opinion, for what it's worth is to return it and ask for the new Leopard version.

  • Installation problem with the new iso after trying to install the LTS

    I tried to install arch (i have always succeeded before) but i wanted to use the LTS kernel. When choosing packages i unchecked the linux package (which provides the 3 kernel) and checked the kernellts package.
    After i was done with the configuration i got this error message (not exactly sure) something to do with the mkinitcpio : error Preset not found: '/etc/mkinitcpio.d/linux.preset'
    The system was unbootable of course... I assume that it has to do something with the kernel version. Any help would be appreciated. Maybe i should try to install with the older iso...

    Thanks for the quick reply. But I 've  already formatted the partion... Can you tell me a way to do this during the instalation? If it can't be done should I use the older iso? I am not an expert by the way. I assume I could install the 3.0 first and then add the lts kernel but I hate installing anything that I will not use (that's one of the reasons I want to use Arch). Thanks in advance.
    PS. Would the archboot iso help?
    Last edited by Denethor (2011-08-30 19:05:29)

  • Have new MacBook pro tried to install windows 7 failed cant get DVD out of drive

    Tried to install windows 7 using boot camp message said can't install on any of the partitions can't get DVD out to restore eject button doesn't have any effect is there a key combination to eject dvd

    First try the normal methods to remove the disc. Drag its icon to the Trash can in the Dock or select 'Eject' from the File menu.
    If you are running a virtual machine, e.g. VMFusion, ensure that the CD is disconnected from the virtual machine. This will sometimes allow the CD to now show up in Mac OS X.
    Shut down the computer and start up whilst holding down the mouse button. This may take some time, but keep your finger on the mouse button right up until the disc comes out or the log-in screen has appeared.
    If you have Toast Titanium installed on your computer, choose EJECT DISC from the menubar.
    Sometimes you can successfully use the eject disc button in iTunes even if the disc is not visible to the Finder
    Open Disk Utility and choose the disc you wish to eject in the left-hand pane, then click on the Eject button.
    Some Macintoshes have a paperclip hole that you can insert a straightened paperclip into, manually triggering the eject mechanism.
    Open Terminal and type "drutil tray eject" to eject the disc/tray, and "drutil tray close" to close the tray.
    Restart the computer while holding down Command-Option-O-F, to enter the Open Firmware prompt. Type "eject cd" without the quotes, and press return. The disk ought to eject. To start into OS X, type "mac-boot" without the quotes. Press return, and the computer will continue with the startup. (This will not work on an Intel Mac. There is no Open Firmware on Intel Macs. )
    If your computer has an eject button on the keyboard, restart the computer holding down the Option key. When the startup disk selection screen appears, let go of the option key and press the keyboard's eject button.
    http://guides.macrumors.com/Force_Eject_a_Stuck_CD_or_DVD

  • Disk Utility doesn't show new drive when trying to install Snow Leopard

    Please help because I've searched everywhere. My MacBook's hard drive failed. It's done for. I bought another internal, Western Digital 320gb WD3200BEVT. So it's brand new and when I boot from the Snow Leopard install I don't see the new hard drive in the Disk Utility App. All I see is my CD-Drive. No where is my new drive so that I can at least format it. People suggested on other forums that maybe it's the cables but i don't think it is cause the hard drive you just slide in and out. There are no jumpers on this drive either, so that's out. I've narrowed it down to two things, bad hard drive or this drive just isn't recognized by by Snow Leopard?

    If you have tried restarting a few times and it still doesn't show up I'm afraid you are gonna have to go back in and check the connections. I know they just slot into the carriage, but possibly it is not in tight. I can only suggest you open it up and check everything thoroughly. If after a thorough check, if it still does not mount you may want to take the hard drive back and swap it. Are you sure it was only a hard drive failure in the first place? I only ask this because WD hard drives have quite a solid reputation.

  • Installation disc stuck in new drive while trying to install OS!? Help!

    Hello.
    My hard drive crashed a month ago on my 13 inch Macbook. I ordered a new hard drive and put it into my Macbook.
    After putting in new hardware I wanted to put the original OS back on my computer (Leopard v10.5). I put the install disc in my computer and it boots normally and goes through all the prompts during the installtion of the OS and then on the final screen it prompts me to put installation disc 2.
    I go to eject the disc from my computer to finish installing this OS and the disc wont eject!
    I need to finish installing the OS on the new hard drive in order to restore normal function of the applications and everything else.
    Any help is greatly appreciated.

    Force eject a stuck cd/dvd
    First try the normal methods to remove the disc. Drag its icon to the Trash can in the Dock or select 'Eject' from the File menu.
    If you are running a virtual machine, e.g. VMFusion, ensure that the CD is disconnected from the virtual machine. This will sometimes allow the CD to now show up in Mac OS X.
    Shut down the computer and start up whilst holding down the mouse button. This may take some time, but keep your finger on the mouse button right up until the disc comes out or the log-in screen has appeared.
    If you have Toast Titanium installed on your computer, choose EJECT DISC from the menubar.
    Sometimes you can successfully use the eject disc button in iTunes even if the disc is not visible to the Finder
    Open Disc utility and choose the disc you wish to eject in the left-hand pane, then click on the Eject button.
    Some Macintoshes have a paperclip hole that you can insert a straightened paperclip into, manually triggering the eject mechanism.
    Open Terminal and type "drutil tray eject" to eject the disc/tray, and "drutil tray close" to close the tray.
    If your computer has an eject button on the keyboard, restart the computer holding down the Option key. When the startup disk selection screen appears, let go of the option key and press the keyboard's eject button.
    Source: http://guides.macrumors.com/Force_Eject_a_Stuck_CD_or_DVD

  • Got a new computer.  Trying to Install CS5.  All I see is CS6 which I do not need nor want upgrade 2

    I just got a new computer and and I have CS5 on my old computer.  It was a download originally and I have the serial numbers. How do I install this on my new computer?  Please advise what I can do.
    Thank you.

    Hi RCRoy45,
    Please find the direct link to download CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html .
    Kindly follow the very important instructions before download.
    Regards,
    Romit Sinha

  • Really weird error when trying to install 7.7 on vista

    i have googled this, and searched this and nothing seems to come up. i get an error that says
    "error writing to file: C:\program files\common files\apple\mobile device\support\etc\zoneinfor\europe\amsterdam"
    im downloading itunes straight from apple. so i dont know what this europe business is. also, ive done the whole, delete temp files, run as admin, turn off norton etc.
    what is the deal?

    I had same problem when trying to upgrade 7.2.
    I first used Software Update which downloaded three pkgs.
    AppleMobileDeviceSupport
    iTunesAccess
    iTunesX.
    Running ItunesX gave same error as you.
    What I then tried was to download from Apple iTunes downloads directly:-
    http://www.apple.com/au/itunes/download/
    Running iTunes 7.3.mpkg installed all three modules, and ITunes 7.3.0 runs OK.
    However with 7.3.1 now out the same problem exists.
    So I will try the direct download again.
    imac (600 Mhz PowerPC G3)   Mac OS X (10.4.10)   640 MB RAM

  • Bought a new iMac and tried to install Elements again.  Receiving error code 150:30.

    The program installs completely (it appears to anyway) and when I start it the code comes up.  Any ideas on what I need to do?

    Try the solutions here:
    Error "Licensing has stopped working" | Mac OS

  • Error message i keep getting with my new mac (YOSEMITE), trying to install my CS6 software

    "You can’t use this version of the application “Adobe After Effects CS6” with this version of OS X." is the error message! help!

    anna123456789, Please do update your After Effects CS6 to version 11.0.4 to work in Yosemite from here : Adobe - After Effects : For Macintosh : Adobe After Effects CS6 11.0.4 Update : Thank You

  • Power Mac G5, freezes when trying to install operating system

    Hello,
    I have a PowerMac G5 that I think that the hard drive is bad. It is a SATA 160 GB Drive. I got a new drive and tried to install the Operating System (10.3 black CD) and it won't boot just flashing question mark.
    I have a Grey DVD (Power Mac G5) and when I try to boot it gets to the apple screen then freezes with lines across the screen.
    I have an apple hardware test V2.5 and it ran the quick test and said hard drive was loaded. I ran it before and the old drive did not even appear.

    Hello,
    I have a PowerMac G5 that I think that the hard drive is bad. It is a SATA 160 GB Drive. I got a new drive and tried to install the Operating System (10.3 black CD) and it won't boot just flashing question mark.
    I have a Grey DVD (Power Mac G5) and when I try to boot it gets to the apple screen then freezes with lines across the screen.
    I have an apple hardware test V2.5 and it ran the quick test and said hard drive was loaded. I ran it before and the old drive did not even appear.

Maybe you are looking for

  • Do not have passcode to open iPad air

    I have been given a new iPad air and done the start up using the fingerprint touch, but now it will not take the print and wants a passcode which I don't believe I ever entered.

  • Writing schema for multiple elements with same name with diff. content

    following is the XML file, <?xml version="1.0" encoding="utf-8"?> <e-abstract xmlns="http://www.citicorp.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="Deed.xsd"> <deed> <deed_type> <deedtyp name="Quit Claim" value="Q"

  • COPY function on a Multiprovider - - Not saving data

    Hi, Im facing a wierd problem. Im tryin to run the COPY function on a Multiprovider. I've selected 2 fields as 'To be Changed' : 0INFOPROV and 0VTYPE. and 1 KF (ZACCINS) to be copied. I tried to run the PF through a Planning Sequence in 'Execute with

  • _x values

    Why are the values for x and y different on the Properties toolbar vs. getProperty(object, _x)? I'm using AS to get the position of a tweened movie clip, and when I compare the values at the start and end of the tween with the values from the Propert

  • Sharing transform axis in PositionInterpolator

    I am trying to move a tank around a 3D environment. For this I am using 2 position interpolators - one for the tank, and one for the turret (I wish to keep the orientation of the turret separate from the orientation of the tank). Even though both pos