Weblogic 6.1 trial not running on win2k

I installed WL 6.1 trial on my windows 2000 machine. When I run the default server it starts up but I cannot successfully access the "localhost:7001".
The server is running but it doesn't seem to be listening for any requests.
I've verified the port number. On netscape I get "connection reset by peer".
Any ideas? Others on my team have installed the same version on the same OS without any problems.

I have resolved the problem. It turns out that I have VPN (virtual private network) software on my machine that
was causing the conflict. I have Aventail Connect 3.23 installed on my machine.
I was experiencing the problem with Weblogic even when I did not have the software running.
A colleague of mine mentioned that this software modifies the tcpip stack so it could have an effect
even if its not running. I don't understand all the details but the important thing is that the server is now
serving my requests.
What I did to get it working was to go into the configuration for the software and java.exe and javaw.exe to the list of
programs that should be not be "secured" by this software.
The strange thing is that another person on my team does not experience the problem althoug he has the same software (same version) as I do. He did not need to
make the change which I made.
[email protected] wrote:
Here is the output when I start the default server:
C:\bea\wlserver6.1>set PATH=.\bin;C:\Borland\AppServer\bin;C:\Program Files\Vert
ical Sky Client\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Utiliti
es;C:\Program Files\IBM\Trace Facility;C:\Program Files\Personal Communications;
C:\Notes;C:\IMNnq_NT;C:\Program Files\SQLLIB\BIN;C:\Program Files\SQLLIB\FUNCTIO
N;C:\Program Files\SQLLIB\SAMPLES\REPL;C:\Program Files\SQLLIB\HELP;C:\Rational\
common;C:\Rational\Rose\TopLink\;c:\jbuilder5\bin
C:\bea\wlserver6.1>set CLASSPATH=.;.\lib\j2ee12.jar;.\lib\weblogic_sp.jar;.\lib\
weblogic.jar
C:\bea\wlserver6.1>echo off
* To start WebLogic Server, use the password *
* assigned to the system user. The system *
* username and password must also be used to *
* access the WebLogic Server console from a web *
* browser. *
C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpath .;
.\lib\j2ee12.jar;.\lib\weblogic_sp.jar;.\lib\weblogic.jar -Dweblogic.Domain=mydo
main -Dweblogic.Name=myserver "-Dbea.home=C:\bea" -Dweblogic.management.password
= -Dweblogic.ProductionModeEnabled=true -Dweblogic.J2EE12OnlyModeEnabled=true "-
Djava.security.policy==C:\bea\wlserver6.1/lib/weblogic.policy" weblogic.Server
<Jan 30, 2002 10:20:41 AM EST> <Info> <Security> <Getting boot password from use
r.>
Enter password to boot WebLogic server:
Starting WebLogic Server ....
<Jan 30, 2002 10:20:49 AM EST> <Notice> <Management> <Loading configuration file
.\config\mydomain\config.xml ...>
<Jan 30, 2002 10:20:56 AM EST> <Notice> <WebLogicServer> <Starting WebLogic Admi
n Server "myserver" for domain "mydomain">
<Jan 30, 2002 10:21:04 AM EST> <Notice> <Management> <Starting discovery of Mana
ged Server... This feature is on by default, you may turn this off by passing -D
weblogic.management.discover=false>
<Jan 30, 2002 10:21:24 AM EST> <Notice> <Management> <Application Poller not sta
rted for production server.>
<Jan 30, 2002 10:21:24 AM EST> <Notice> <WebLogicServer> <ListenThread listening
on port 7001>
<Jan 30, 2002 10:21:24 AM EST> <Notice> <WebLogicServer> <SSLListenThread listen
ing on port 7002>
<Jan 30, 2002 10:21:25 AM EST> <Notice> <WebLogicServer> <Started WebLogic Admin
Server "myserver" for domain "mydomain" running in Production Mode>
Michael Young wrote:
Hi.
Strange.
Ok, one last thing to try. Try using the IP address of your win2k machine instead of localhost. If you don't know what that is you can run 'java utils.myip'
after running setEnv.cmd to get it.
If that works then there is some sort of network setup problem on your win2k box. If that doesn't work then please open a case with support.
Thanks,
Michael
[email protected] wrote:
Michael,
thanks for your interest. I don't see any exceptions in the log files. The server is listening on port 7001 and port 7002 (secure). I have tried both
netscape and
internet explorer.
Another test I tried resulted in the following:
After starting the default server, I started the managed server (startManagedWebLogic.cmd). I entered the following command
"startManagedWebLogic ms http://localhost:7001" at the command prompt.
This is the exception that was thrown:
Exception raised: weblogic.management.configuration.ConfigurationException:
connecting
to http://localhost:7001/wl_management_internal2/Bootstrap - with nested
exception:
[java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream re
ad]
java.net.SocketException: Connection reset by peer: JVM_recv in socket input
stream rea
d
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
at
weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:132)
at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:280)
at
weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:28
3)
at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230)
at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:983)
at weblogic.management.Admin.initialize(Admin.java:311)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:354)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
at weblogic.Server.main(Server.java:35)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: connecting to
http://localhost:7001/wl_management_internal2/Bootstrap - with nested exception:
[java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream re
ad]
at
weblogic.management.Admin.getBootstrapLocalServer(Admin.java:1068)
at weblogic.management.Admin.initialize(Admin.java:311)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:354)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
at weblogic.Server.main(Server.java:35)
Reason: Fatal initialization exception
Michael Young wrote:
Hi.
Are there any exceptions or errors in your log file? Does the log file show the server listening on port 7001 with a message something like:
####<Jan 25, 2002 1:49:14 PM CST> <Notice> <WebLogicServer> <jefferson> <myserver> <ListenThread> <system> <> <000202> <ListenThread listening on port
7001>
If your browser is set to go through a proxy try setting it to connect directly.
Try another browser (ie) - do you get the same behavior?
Regards,
Michael
tdhaliwal wrote:
I installed WL 6.1 trial on my windows 2000 machine. When I run the default server it starts up but I cannot successfully access the "localhost:7001".
The server is running but it doesn't seem to be listening for any requests.
I've verified the port number. On netscape I get "connection reset by peer".
Any ideas? Others on my team have installed the same version on the same OS without any problems.--
Michael Young
Developer Relations Engineer
BEA Support
Michael Young
Developer Relations Engineer
BEA Support

Similar Messages

  • Why would my creative cloud trial not run on a mac?

    I have downloaded the trial and done the troubleshooting recommendations but when i have downloaded my trial and open my download assistant about half way through my installation abox appears saying that a file could not be found, I have tried it mutliple times but it will still not run. I have mountain lion if that effects anything?

    hi i do not have a home/library/logs folder as it is a mac?
    Date: Mon, 29 Oct 2012 05:51:57 -0600
    From: [email protected]
    To: [email protected]
    Subject: why would my creative cloud trial not run on a mac?
        Re: why would my creative cloud trial not run on a mac?
        created by Amit Batra in Adobe Creative Cloud - View the full discussion
    We officially support Mountain Lion, so that shouldn’t be the issue. Can you please do the following: Please place a blank file named asu.trace in $HOME/Library/Logs folderLaunch Adobe Application Manager and initiate the download/install of any application that you expect to failAfter the failure, send us the following files as e-mail attachments (abatra AT adobe.com):
    $HOME/Library/Logs/PDApp.log$HOME/Library/Logs/AdobeDownload/DLM.log$HOME/Library/Logs/Ado beDownload/DLM_Native.log
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4807625#4807625
         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/4807625#4807625
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4807625#4807625. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Applets will not run on Win2k

    Hello all, thanks for reading. I have searched the Internet, this forum, and I am at the end of my wits.
    I have workstations that must run Java applets for specific sales training.
    Several workstations will not run applets at all, and only get the red "x" error described here:
    http://java.com/en/download/help/redximage.jsp
    I have followed the troubleshooting steps to the letter, and still no applets will run.
    Here are the details:
    Win2k SP4 with IE6.0SP1
    JRE 1.4.2_04 (Manual install - Auto install will not work)
    I reinstalled both IE and JRE. I have made certain that only one version of JRE exists. I have checked IE security settings to allow scripts to run, and I have cleared the IE cache. I have checked Java Control Panel settings, to include the Browser tab and the Proxies tab.
    I feel like I have run out of options. Can anyone steer me in a new direction? The time crunch is bearing down on me, and a rather large sales force needs these applets to work.
    Thanks,
    Terry

    Hi,
    If the telnet command still works and the connection to our database doesn't then there is still a problem with Java on your machine as I think the firewall would have blocked the port, I will check though.
    We have seen a couple of problems caused by recent patches, I don't know if they are related yet but on some the MS JVM disappeared (as yours did) and on some the database link died.
    In the database link case, the applet appears to be looking at the local machine instead of the host. I'm not sure what other sites this might affect but it may be a problem if you need to access other site.
    As we are an e-commerce company, it's difficult to get to client machines that have these problems so testing opportunities are very limited.
    On the only machine I've managed to get to, the problem was solved by changing the version of the Sun JVM. Both earlier and later versions worked (I tried all of the ones from this site) so I'm not sure what the problem was.
    I have been talking to Sun and Microsoft about this and I am trying to set-up and break a machine here.
    Do you have a list of the recently installed patches for the broken machines? It would be very useful.
    If so, could you e-mail them to me at [email protected]
    RE: the PS, I was just checking out the e-mail address, can't be too careful ;-)
    Regards,
    Alastair.

  • Weblogic Startup Class does not run as Windows Service

    If you know the answer, plase send me an email at [email protected]
    I'm running a weblogic startup class that starts a Thread. I need to
    run a batch program that should be running as long as WebLogic is
    running (to process new orders).
    It works fine when I run WebLogic (5.1 SP8) from a script, but causes
    problem when I'm running it as a Windows Service. It calls the
    startup class, however, the startup class never spawns the Thread
    class.
    Following is excerpts from different components:
    =============================================================
    *** weblogic.properties ***
    weblogic.system.startupClass.pdfCreatorStart=WebLogicStartupPdfCreator
    *** WebLogicStartupPdfCreator.java ***
    public class WebLogicStartupPdfCreator implements T3StartupDef {
    public String startup(String name, Hashtable args) throws
    Exception {
    Thread t = new ProductionPdfBatchRunner();
    t.start();
    return "success";
    *** ProductionPdfBatchRunner.java ***
    public class ProductionPdfBatchRunner extends Thread {
    public void run() {
    try {
    //work being done here
    this.sleep(30000);
    catch (InterruptedException ie) {               
    catch(Exception e) {
    e.printStackTrace();
    =============================================================
    Thanks for any help

    Hi,
    Ok. Few suggestions.
    1. Can you review the SAP note:
    552286  Troubleshooting for the SAP Web Dispatcher
    2. When you said: "web dispatcher does not get started ", what error you got ? Can you be more details here ?
    3. Please check the trace file dev_webdisp" that generated in the work directory. If the log entries is not abvious, increase the trace level to 2 or 3, and reproduce and re-check the trace file.
    4. What is the output of the command "sapwebdisp -v"
    5. How about sapwebdisp.pfl ? Are those settings correct ?
    Hope this helps.
    Regards,
    Vincent

  • Is able to run two webservices in Weblogic 7.0 trial version ?

    Hi all:
    I caught a webservice problem in weblogic7.0 (trial version).
    I have built an Session Bean example (examples\webservices\complex\statelessSession)
    in Weblogic 7.0 Examples Service, it works as expected.
    However, when I create another session bean following the above example with different
    Service Name and JNDI Name, the new session bean cannot work as expected(No WSDL
    URL is found).
    Is able to run two webservices in Weblogic 7.0 trial version?
    How can I run two and more webservices in Weblogic 7.0 trial version?
    If anyone know how to solve it, please reply me as soon as possible.

    Hi Kelvin,
    Could you check your server log file for any errors. If there are errors, would you post them here. It sounds like the second webservice is simply not being
    deployed for some reason.
    In the application.xml, make sure you have given each webservice a different <context-root>
    As a suggestion, make the <display-name> and the <context-root> the same, for example using: "TreeClock" then you should be able to find the webservice:
    http://<host>:<port>/TreeClock/TreeClock
    Bruce
    Kelvin wrote:
    Bruce:
    Thanks your help !!! Sorry to confuse you as we are actually using the GA version
    (download form BWA for evaluation).
    The problem is like this, when we developed two web service and deploy both.
    Only one of them can show up by quene the ?wsdl.
    Any additional info that we can provide ???
    Many thanks !!!
    Regards
    Kelvin
    Bruce Stephens <[email protected]> wrote:
    Hi Kelvin,
    By "trial version" if you mean the WLS 7.0 Beta program, thanks for giving
    this a spin
    however the final version of WLS 7.0 was Generally Available as of 4/30/02
    and the Beta
    program closed.
    We have an example that illustrates how to build a client that invokes two
    webservices.
    You can get a copy from the dev2dev center:
    http://dev2dev.bea.com/managed_content/direct/webservice/simple2.zip
    Hope this helps,
    Bruce
    Kelvin wrote:
    Hi all:
    I caught a webservice problem in weblogic7.0 (trial version).
    I have built an Session Bean example (examples\webservices\complex\statelessSession)
    in Weblogic 7.0 Examples Service, it works as expected.
    However, when I create another session bean following the above examplewith different
    Service Name and JNDI Name, the new session bean cannot work as expected(NoWSDL
    URL is found).
    Is able to run two webservices in Weblogic 7.0 trial version?
    How can I run two and more webservices in Weblogic 7.0 trial version?
    If anyone know how to solve it, please reply me as soon as possible.<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    Hi Kelvin,
    <p>By "trial version" if you mean the WLS 7.0 Beta program, thanks for
    giving this a spin however the final version of WLS 7.0 was Generally Available
    as of 4/30/02 and the Beta program closed.
    <p>We have an example that illustrates how to build a client that invokes
    two webservices. You can get a copy from the dev2dev
    center:
    <p>http://dev2dev.bea.com/managed_content/direct/webservice/simple2.zip
    <br>
    <p>Hope this helps,
    <br>Bruce
    <br>
    <p>Kelvin wrote:
    <blockquote TYPE=CITE>Hi all:
    <p>I caught a webservice problem in weblogic7.0 (trial version).
    <p>I have built an Session Bean example (examples\webservices\complex\statelessSession)
    <br>in Weblogic 7.0 Examples Service, it works as expected.
    <br>However, when I create another session bean following the above example
    with different
    <br>Service Name and JNDI Name, the new session bean cannot work as expected(No
    WSDL
    <br>URL is found).
    <p>Is able to run two webservices in Weblogic 7.0 trial version?
    <br>How can I run two and more webservices in Weblogic 7.0 trial
    version?
    <p>If anyone know how to solve it, please reply me as soon as possible.</blockquote>
    </html>

  • I've been using a trial of FCP x 10.1.4, went to buy and it's 10.2 - I don't want 10.2 because I'm not running the updated OS. Can't I buy 10.1.4?

    I've been using a trial of FCP x 10.1.4, went to buy it  and it's trying to sell me 10.2 - I don't want 10.2 because I'm not running the updated OS and don't want to. I have cameras that run off of OS 10.9.5. so need to keep that OS.  Is there a way I can just buy the version I used in the 30 day trial (10.1.4)?  It runs fine on my current OS.

    I'm on latest version of OS X, FCPX, LPX and FCPXML export ingests into LPX just fine.

  • Photoshop trial version does not run on macbook pro operations system

    hi, i've alreasy made an update of my macbook pro, but the trial version of photoshop is still not running "on this operation system".
    anyone?

    Mac OSx
    version 10.6.8
    2.53 Ghz Intel Core 2 Duo
    4GB 1067 MHz DDR3
    is there a chance?

  • Import app to svn when run app package weblogic.xml.process does not exist

    Hi,
    i am versioning my adf application to a server with subversion, the initial import of the application works ok, but when i tried to run it, it does not found all weblogic classes.....
    Error(16,28): package weblogic.xml.process does not exist
    Error(6,25): package weblogic.security does not exist
    Error(8,34): package weblogic.security.services does not exist
    Error(9,33): package weblogic.servlet.security does not exist
    Error(39,36): cannot find class SimpleCallbackHandler
    Error(41,26): cannot find variable Authentication
    Error(42,6): cannot find variable ServletAuthentication
    any ideas??
    thanks.

    Hi,
    i am versioning my adf application to a server with subversion, the initial import of the application works ok, but when i tried to run it, it does not found all weblogic classes.....
    Error(16,28): package weblogic.xml.process does not exist
    Error(6,25): package weblogic.security does not exist
    Error(8,34): package weblogic.security.services does not exist
    Error(9,33): package weblogic.servlet.security does not exist
    Error(39,36): cannot find class SimpleCallbackHandler
    Error(41,26): cannot find variable Authentication
    Error(42,6): cannot find variable ServletAuthentication
    any ideas??
    thanks.

  • I am trying to install the trial version of Acrobat but the file AdobeDownloadAssistant.exe will not run -it gives an unnumbered error that the file is not configured correctly. "This application cannot be installed...Please contact the application author

    I can't install the trial version of Adobe Acrobat because the AdobeDownloadAssistant.exe will not run. I get this error:
    "This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance."
    I completed the trial questionnaire & all seemed well. Can anyone help?

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Trial version will not run past splash screen

    I hope someone can help please!
    I downloaded the trial of dreamweaver 8 yesterday & I
    installed it & ran just fine. Today it will not run past the
    splash screen. It comes up & asks if I want to buy or carry on
    the trial - I pick trial, and the dreamweaver 8 splash screen comes
    up, and then nothing happens. The program doesn't start. I
    uninstalled it & reinstalled. I re-booted etc. - still no go.
    The other trial I downloaded (firestarter) works just fine still.
    I am running windows XP media center edition service pack 2.
    Can anyone help please?

    Has it ever run?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Janey_Mac" <[email protected]> wrote in
    message
    news:e6pv9b$sl9$[email protected]..
    > I'm desperate!
    > Can anyone help please?
    > Macromedia does not provide tech support for the trial
    version, but before
    > I spend the money on the product I need to know that it
    will work. Catch
    > 22!
    >

  • Weblogic 6.1 sp2 , application which used to run on wl 6.1 sp1 does not run anymore

    Hi
    For some reason, my application 'portal' does not run on weblogic 6.1 sp2,
    It used to run fine on 6.1 sp1 .
    I am attaching the weblogic.log file with this msg.
    Thanks,
    Regards,
    Lalitha
    [weblogic6.1sp2logs.txt]

    Tobin is right, my apoplication is called "portal", I am not using WLPortal. Anyway,
    I managed to resolve my problem,I had sax2 , xp and xt parsers placed in the WEB-INF\lib
    directory of my application in addition to my own jar file. I removed the parsers
    , and now my application is running fine.
    It is strange though, since my application used to load and work flawlessly on
    weblogic 6 as well as weblogic 6.1 sp1 with the parsers in the lib directory....
    Anyhow, thanks a lot for the help.
    Regards,
    Lalitha
    "Tobin Paterson" <[email protected]> wrote:
    >
    Having applied WLS 6.1 sp2 upgrade today I am seeing the same fault.
    I am not using
    WL Portal. Also I think the original poster's application just happens
    to be called
    "portal" and is not using WL Portal.
    cheers,
    Tobin.
    "BEA Support" <[email protected]> wrote:
    Hello,
    Only WLCS and/or WLPS 3.5 sp 2 support WLS 6.1 sp 2
    WL Portal 4.0 support only WLS 6.1 sp 1.
    Regards,
    Developer Relations Engineer
    BEA Support
    "Lalitha" <[email protected]> a écrit dans le message de news:
    [email protected]..
    Hi
    For some reason, my application 'portal' does not run on weblogic
    6.1
    sp2,
    It used to run fine on 6.1 sp1 .
    I am attaching the weblogic.log file with this msg.
    Thanks,
    Regards,
    Lalitha

  • I bought lightroom and need to register my student id, how do i do that, the trial has run out, i have the product code but not the serial number?

    i bought lightroom and need to register my student id, how do i do that, the trial has run out, i have the product code but not the serial number?

    If you purchased a package then there should have been instructions in the box on how to submit your academic credentials. If you purchased online from Adobe then you should have received instructions in an e-mail. But here is a link that might help you. There is a link under Step 2 that will take you to a place where you can enter the information, I think.
    Adobe - Adobe Education Store : Proof of Academic Indentification

  • HiQ will not run as a user on win2k pr sp2.

    HiQ runs fine as a poweruser or administrator, however I have lab where students use it and it will not run if you are a standard user.
    I have windows 2000 pro SP2.
    Thanks,
    bb

    Have you tried giving the user administrative privileges?

  • ABAP Trial 7.01 SR3 Dispatcher not running

    Hi All,
    I have successfully installed. But when I go for strating the NSP instance from MMC, the message server runs successfully, but the dispatcher does not runs. In Syslog, I get an error message.SAP-Basis System: Failed to establish a connection to the message server.I disabled firewall and antivirus before start.
    Please help.
    Regards
    Arindam
    Edited by: Arindam Chattopadhyay on Feb 12, 2010 1:06 PM
    Edited by: Arindam Chattopadhyay on Feb 12, 2010 1:27 PM

    Hi Peter,
    Thanks a lot for your reply.No Joy, same problem persists, dispatcher starts but stops in a few seconds. I have uploaded files again.
    dev_icm
    dev_icm_sec
    dev_ms
    dev_w0
    dev_rd
    dev_disp.
    Please use the below urls for accessing those respectively (no login required).
    http://docs.google.com/leaf?id=0B6acLBWN-KnrOWEyN2U1MDgtZmFhMi00MzQ1LTliMDYtZWUzZjE4YTIyOWUw&hl=en
    http://docs.google.com/leaf?id=0B6acLBWN-KnrZDY4NDgxNzEtM2UxZi00ODU5LTgxZmUtZWYyODY4NzI0OTcy&hl=en
    http://docs.google.com/leaf?id=0B6acLBWN-KnrZjIwYTU5OTgtMDZhMy00NjBmLWIxYWQtZjE2ZDIxNjRlYzkz&hl=en
    http://docs.google.com/leaf?id=0B6acLBWN-KnrNjIwN2VjYjYtMzI0Yy00OGFkLWEwMjQtZWJiOGI3YTlmNTBk&hl=en
    http://docs.google.com/leaf?id=0B6acLBWN-KnrZWI2MTFkM2EtMTUwNS00YzY3LTk5NWYtNzhkNDc5M2IxNzg3&hl=en
    http://docs.google.com/leaf?id=0B6acLBWN-KnrYTYwMTI2MGMtNjJjMS00ODJjLTk5MTktMjhjZDVjODNjMjJi&hl=en
    Regards
    Arindam

  • Applicaiton not running in weblogic

    hi,
    we are previously using Eclipse IDE for J2EE application with tomcat, we are planning to move to JDeveloper with Weblogic, but the application build-ed successfully but not getting deployed in the integrated weblogic server getting following error,
    we use to build the application using ANT and its manually get deployed in the weblogic server, but its not getting deployed in the Integrated server.
    Deployement error details are follow.
    <May 4, 2012 9:12:50 AM IST> <Error> <J2EE> <BEA-160197> <Unable to load descriptor C:\Users\parajend.ISLCH-1000\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\FCSSI\Project1WebApp.war/WEB-INF/web.xml of module Project1WebApp.war. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected element 'filter-class@http://java.sun.com/xml/ns/javaee' instead of 'display-name@http://java.sun.com/xml/ns/javaee' here in element filter@http://java.sun.com/xml/ns/javaee:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'servlet-class@http://java.sun.com/xml/ns/javaee jsp-file@http://java.sun.com/xml/ns/javaee' instead of 'display-name@http://java.sun.com/xml/ns/javaee' here in element servlet@http://java.sun.com/xml/ns/javaee:<null>
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
         <May 4, 2012 9:12:50 AM IST> <Error> <HTTP> <BEA-101064> <[WebAppModule(FCSSI:FCSSI-Project1-context-root)] Error parsing descriptor in Web appplication "C:\Users\parajend.ISLCH-1000\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\FCSSI\Project1WebApp.war"
    weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected element 'filter-class@http://java.sun.com/xml/ns/javaee' instead of 'display-name@http://java.sun.com/xml/ns/javaee' here in element filter@http://java.sun.com/xml/ns/javaee:<null>
    problem: cvc-complex-type.2.4a: Expected elements 'servlet-class@http://java.sun.com/xml/ns/javaee jsp-file@http://java.sun.com/xml/ns/javaee' instead of 'display-name@http://java.sun.com/xml/ns/javaee' here in element servlet@http://java.sun.com/xml/ns/javaee:<null>
         at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    Regards,
    Paranthaman R

    Hi,
    seems hat i complains about the syntax you used in web.xml. When you say it works when deployed to a stand alone WLS, can you be more specific about the stand alone version and how you deploy the application to the integrated server ? Unless you used WLS 10.3.5 with the required patches I think that the deployment environment is not the same between your stand alone and the integrated server.
    Frank

Maybe you are looking for