How do i make wls 9.2 stop shutting itself down within eclipse 3.2.2?

after starting weblogic server 9.2 mp1 from within eclipse
sdk 3.2.2 build M20070212-1330 for solaris gtk, something
programatically requests weblogic server 9.2 to shut
itself down only seconds after the server has started.
steps to reproduce:
1. download & install [url http://download.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/]eclipse sdk 3.2.2 build M20070212-1330 for solaris
(eclipse-SDK-3.2.2-solaris-gtk.zip)
2. update eclipse sdk with the [url http://download.eclipse.org/webtools/downloads/drops/R1.5/R-1.5.3-200702082048/]Web Tools Platform (WTP)
1.5.3 plus all of the WTP 1.5.3 pre-reqs
3. download & install [url http://commerce.bea.com/showallversions.jsp?family=WLS]bea weblogic server 9.2 mp1 binary
package installer for solaris 9 sparc
4. confirm that bea weblogic server's sample domain can
be started from the solaris 9's shell
$ $BEA_HOME/weblogic92/samples/domains/workshop/startWebLogic.sh
5. create a j2ee enterprise application by following the
instructions in [url http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html]this WTP tutorial
a. in the "Choose a Server Runtime Environment" step,
choose BEA WebLogic 9.2 server instead of Tomcat.
6. start the generic bea weblogic server v9.2.1 from the
servers view as instructed in the tutorial.
the eclipse status bar in the bottom right hand corner of
eclipse indicates that weblogic server 9.2 is starting.
eclipse then switches focus from the servers view to the
console view. the console view lists the typical weblogic
server startup console entries:
...<Server state changed to STANDBY>
...<Server state changed to STARTING>
...<No test table set up for pool "cgDataSource". Connections will not be
tested.>
...<No test table set up for pool "cgDataSource-nonXA". Connections will not be
tested.>
...<No test table set up for pool "samplesDataSource". Connections will not be
tested.>
...[see 13_05_07_eclipse_wls_startup.txt in [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full
console output]
eventually - but only for a few seconds - the servers view indicates the state
of the weblogic server as "Started". the following log entries snipped from
weblogic server 9.2's filesystem logs confirm that the wls did actually start
at some point:
...<Server state changed to RUNNING>
...<Server started in RUNNING mode>
...<78% of the total memory in the server is free>
...[see cgServer.log in  [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full log output]
then eclipse automatically switches focus to the console view again; displaying
the following:
$BEA_HOME/weblogic92/samples/domains/workshop/bin/stopWebLogic.sh: 
Stopping Weblogic Server...
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Connecting to t3://localhost:7001 with userid weblogic ...
This Exception occured at Sun May 13 12:35:42 BST 2007.
javax.naming.CommunicationException [Root exception is
java.net.ConnectException: t3://localhost:7001: Destination unreachable; nested
exception is:
        java.net.ConnectException: Connection refused; No available router to
destination]
...[see 13_05_07_eclipse_wls_shutdown.txt in [url https://bugs.eclipse.org/bugs/attachment.cgi?id=66989]comment #1 attachment of [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186716]eclipse bug #186716  for full
stack trace]
the servers view eventually indicates the server has transitioned to the
"Stopped" state. the problem is, i never commanded neither eclipse or wls to
shutdown the wls server.
since the wls server can be successfully started outside of eclipse from the
shell, and since - once it is successfully started outside of eclipse - wls
doesn't automatically shutdown as soon as it starts; i suspect there is
something in eclipse|wtp that is triggering the automatic
shutdown. but of course, i could be wrong. maybe something
in wls itself is at fault.
i encountered this exact same bug in wls 9.0 with eclipse 3.2.2/wtp 1.5.3 on
solaris 9 sparc (which is what prompted me to upgrade to wls 9.2 on solaris 9
sparc; see [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=169197]eclipse bug #169197); and i encounter this exact same bug with wls 9.2 with
eclipse 3.2.2/wtp 1.5.3 in mac os x 10.4.9! there is a
slight difference in what happens in solaris vs what happens on the mac. on the mac, the exception appears to
be thrown at a different point (when a wldeploy.xml script
is executed; not at the point of "Initializing WebLogic
Scripting Tool (WLST)" like in the solaris installation):
Buildfile: /Applications/eclipse/plugins/org.eclipse.jst.server.generic.weblogic_1.5.1.v200609141504/buildfiles/wldeploy.xml
init:
deploy:
     [echo] Deploying module WTP_WebApp_Tutorial
[wldeploy] weblogic.Deployer -debug -verbose -noexit -name WTP_WebApp_Tutorial -source /Users/bilbo/development/projects/eclipse_3.2.2_tutorial/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/WTP_WebApp_Tutorial -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
[wldeploy] weblogic.Deployer invoked with options:  -debug -verbose -noexit -name WTP_WebApp_Tutorial -source /Users/bilbo/development/projects/eclipse_3.2.2_tutorial/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/WTP_WebApp_Tutorial -adminurl t3://localhost:7001 -user weblogic -deploy
[wldeploy] [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
[wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at localhost:7001, as user weblogic
[wldeploy] [ServerConnectionImpl.getEnvironment():288] : setting environment
[wldeploy] [ServerConnectionImpl.getEnvironment():291] : getting context using t3://localhost:7001
[wldeploy] [ServerConnectionImpl.close():334] : Closing DM connection
[wldeploy] [ServerConnectionImpl.close():354] : Unregistered all listeners
[wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://localhost:7001': Destination unreachable; nested exception is:
[wldeploy] java.net.ConnectException: Connection refused; No available router to destination. Ensure the url represents a running admin
... also, on the mac the cgServer.log has the following additional log entries:
...<Graceful shutdown of cgServer was issued remotely from 10.0.0.9>
...<Server shutdown has been requested by weblogic>
...<Server state changed to SUSPENDING>
... <Server state changed to ADMIN>
...<Server state changed to SHUTTING_DOWN>
...<Channel "Default[2]" listening on 127.0.0.1:7001 was shutdown.>
...in all cases, i have done nothing
more and nothing less than what the eclipse/wtp and weblogic documentation has
instructed me to do.
please, can anybody suggest a fix or a workaround. thanks in advance.
Edited by wboyd at 05/13/2007 7:48 AM

thanks rob,
please, can you clarify what bearing the global system properties mentioned in CR299479 at the bottom of [url http://e-docs.bea.com/workshop/docs92/relnotes/relnotes.html#wp1139954]this page of 9.2.1 release notes have on the timeout value discussed in [url https://bugs.eclipse.org/bugs/show_bug.cgi?id=186902]this eclipse wtp bug report?
many thanks,
wboyd

Similar Messages

  • TS1884 How do you cope with a system that shuts itself down after a safe boot progress bar is completed?

    How do you resolve a problem with a system that shuts itself down after a safe reboot and when the progress bar is completed? Thanks.

    Thanks for you response - the honest answer is I don't know, not being particularly IT literate. I do know however that I'm running Maverick if that is of any help?
    I also tried the Command R route, along with holding some other keys as per the Apple troubleshooting guide, but no luck. My wife pointed out though that the system was running slowly over the last few days and we had quite a lot of the 'spinning beach ball' before being able to undertake tasks.
    Lastly, I inserted my start up disk bit as the system is unable to start I'm now unable to retrieve it. All-in-all a real pain.
    Appreciate any advice. Many thanks.
    Philip

  • How can you make FMS 4.5 stop limiting itself to 20-25 Mbps of bandwidth?

    I'm working on an upgrade to an ActionScript 3.0 website, and this upgrade multiplies the number of RTMP connections that are liable to be used at one time for streaming live video and audio (sometimes uploading, but more often downloading).  Well, we pretty quickly hit some sort of limit with the performance where, even with a modest number of such connections, latency becomes a very serious issue.
    The server's computer's CPU and memory usage isn't going off the deep end, and the FMS server's CPU and memory usage isn't going off the deep end.  They don't even seem to be affected that much by this.  However in the admin console for the FMS server, it quickly becomes evident it's a bandwidth problem of sorts.
    What's strange though is that for a little while, if I keep just adding new connections, the bandwidth usage goes up fairly linearly. Then it peaks.  Once it gets to about 20-25 Mbps, it won't go any further.
    I've looked around for a way to configure this limit to be a lot higher than it currently is.  I haven't been able to find anything.  The closest I've come is with the BandwidthCap tags in Application.xml, but those don't really apply; they're just capping the bandwidth for individual connections.
    Is there not some way for me to raise the bandwidth limit for the overall server so that we could have a halfway decent number of simultaneous video streaming connections?  We are running the FMS server on a computer that meets only about half of the minimum memory requirements, and I am aware that this may be the only real problem here.  However I need to know whether this is true before I tell my boss that we need more memory.  If there is a chance this is just configurable or something, I need to try that first.  If it's basically of a computer resources issue due to not meeting the minimum requirements, I need a way to explain that that's exactly what the problem is.  Thanks!
    By the way I didn't find a forum specifically for FMS or anything, so I'm not sure if this is the right place for this post.

    I'm working on an upgrade to an ActionScript 3.0 website, and this upgrade multiplies the number of RTMP connections that are liable to be used at one time for streaming live video and audio (sometimes uploading, but more often downloading).  Well, we pretty quickly hit some sort of limit with the performance where, even with a modest number of such connections, latency becomes a very serious issue.
    The server's computer's CPU and memory usage isn't going off the deep end, and the FMS server's CPU and memory usage isn't going off the deep end.  They don't even seem to be affected that much by this.  However in the admin console for the FMS server, it quickly becomes evident it's a bandwidth problem of sorts.
    What's strange though is that for a little while, if I keep just adding new connections, the bandwidth usage goes up fairly linearly. Then it peaks.  Once it gets to about 20-25 Mbps, it won't go any further.
    I've looked around for a way to configure this limit to be a lot higher than it currently is.  I haven't been able to find anything.  The closest I've come is with the BandwidthCap tags in Application.xml, but those don't really apply; they're just capping the bandwidth for individual connections.
    Is there not some way for me to raise the bandwidth limit for the overall server so that we could have a halfway decent number of simultaneous video streaming connections?  We are running the FMS server on a computer that meets only about half of the minimum memory requirements, and I am aware that this may be the only real problem here.  However I need to know whether this is true before I tell my boss that we need more memory.  If there is a chance this is just configurable or something, I need to try that first.  If it's basically of a computer resources issue due to not meeting the minimum requirements, I need a way to explain that that's exactly what the problem is.  Thanks!
    By the way I didn't find a forum specifically for FMS or anything, so I'm not sure if this is the right place for this post.

  • My brother gave his iPod, and now he is getting my info on his new iPad. how do i make my iPod info stop loading on his iPad

    hi apple world
    my brother gave his iPod (5th gen), and now he is getting my info, on his new iPad. how do i make my iPod info stop loading on his iPad

    hi   Liz
    thanks for responding
    so there is no way, two ids can be on one devise.
    I have apps that my brother put on and apps that i put on
    When the apps need updating, the ones he installed need his id and, vice versa
    what I've done so far is, i delete the app and reinstall with my id
    I've never wanted to put the pod back to 'new' because there is to much music that i like on it
    ken
    the place that i went to change "id " was on the iCloud setting , was this the right place?

  • So every text that I recieve on my iphone, my sister also recives on her iMessage app on her iTouch. We are registered under the same account, but how do I make it so she stops getting my messages?

    So every text that I recieve on my iphone, my sister also recives on her iMessage app on her iTouch. We are registered under the same account, but how do I make it so she stops getting my messages?

    Start here:
    http://www.apple.com/support/appleid/
    I imagine you should go to "Manage Account" first.

  • How do I get my iPad to stop shutting down by itself?

    How do I get my iPad to stop shutting down by itself?

    What do you mean by "shutting down"?
    Have your Reset it? Restored it from your backup? Restored it as a new device?

  • My iMac starts up and then shuts itself down during the boot up process. it shuys down half way through the Apple logo appearing. any ideas how to fix?

    My iMac starts up and then shuts itself down during the boot up process. it shuys down half way through the Apple logo appearing. any ideas how to fix?

    Hi daveormond,
    I'm sorry to hear you are having these issues with your iMac. If you continue to have issues with your Mac shutting down part way through the boot up process, you may find the troubleshooting steps outlined in the following articles helpful (given your description, it sounds like it could be either issue, or a combination of both):
    Mac OS X: Gray screen appears during startup - Apple Support
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem." - Apple Support
    Regards,
    - Brenden

  • How do I make top menu item unclickable but drop downs are clickable?

    I have drop down menu with the top menu item titled "Renderings" and the drop down from that are serveral types of renderings. I don't want the viewer to be taken to a page called "Renderings" when they click that, but I do what them to choose one of the drop down items. How can I make the top most menu item "Renderings" non-clickable? Thank you!

    Right mouse click on the top level page in  your plan view and then mark it as 'Include Without Hyperlink'

  • My WiFi is down and says ´´No Hardware Installed´´ and I´m not sure how to fix it. I´ve tried shutting it down and pressing P, R, Command, Option, but it only works sometimes, and as a temporary fix. What do I do?

    My WiFi is down and the icon states ´´No Hardware Installed´´. Sometimes the WiFi will come back, but it will shut me out after an hour or two. I´ve tried shutting it down and pressing P, R, Option, Command while turning it on, but it only sometimes works and is a temporary fix. I´m studying abroad and there aren´t apple stores near me. I went in to one before I left, and thought the tech employee had fixed it, but I started to have the same problem here. How can I fix this?

    This worked and solved the problem.
    Reset PRAM.  http://support.apple.com/kb/PH4405
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    If this does not help, contact Apple.
    Best.

  • How do you turn on the laptop when it shuts itself down and the power button isn't working

    How to I turn the laptop on after it has shut itself off

    If you hold the power button down for 15 to 20 seconds and the machine still will not turn on, you should do one of three things:
    1.  Take it to an Apple Store for an assessment and estimate.
    2.  Take it to an Authorized Apple Service Center for an assessment and estimate.
    3.  Consider purchasing a replacement machine.

  • How can I make Acrobat 8 pro stop trying to install?

    Hello,
    Background: I am using a Sony Vaio laptop with Windows Vista home edition.
    I don't wish to create pdfs etc. right now, just read them with Adobe Reader 8.1 that is on my machine.  Right now, whether using Firefox or IE, if I attempt to view a pdf within a browser, the pdf displays briefly but then Acrobat 8 pro gives a pop up that says I must install to view. It then wipes the screen and I must hit quit on the pop up.  The way around this is to quickly save the file and then open it from the hard drive using Reader.  I would like to make this stop.  I have tried the following: uninstalling the trial version of Acrobat 8 pro on my machine and changing all default programs in both browsers that open anything related to a .pdf away from Pro and to Reader.  In the first case, my machine will not allow me to uninstall the trial software and the second 'fix' does not work either.  Despite the application to use clearly being specified as Reader, it still opens in Pro and problems commence.  Any advice? Thanks, Seth Myers

    I'm in the same boat, it's been about 5 or so weeks (whenever the new iphone came out) and it's still downloading. Any help would be appreciated. I just updated to iOS 8.1 like 5 mins ago and nothing

  • How can I make sure Firefox will stop crashing?

    I try going to www.blabbermouth.net (which is the website I use as a News Ressource for radiowork), and it always makes Mozilla crash. I'd need some assistance with this as soon as possible, thanks. Just let me know what to do based on my Crash ID...
    mozalloc_abort(char const* const) | NS_DebugBreak_P | nsCycleCollectingAutoRefCnt::decr(nsISupports*)
    Cheers,
    Noch

    Your plugins list shows that you have the Mozilla ActiveX plugin installed.
    *Mozilla ActiveX control and plugin module
    The Mozilla ActiveX plugin is not compatible with Firefox 2 and 3 and you should remove it.<br />
    For instructions on how to remove the Mozilla ActiveX plugin see: http://kb.mozillazine.org/ActiveX
    Also update your plugins to the latest versions.
    *http://www.mozilla.com/plugincheck/

  • How to I make QuickTime for Windows stop asking me to upgrade?

    Every time I open a file that is associated with QuickTime, I get that annoying prompt to upgrade to Pro. 
    No, no, no thank you, I do not want to upgrade and I don't want it to ask me ever again.
    Is there a way to make this annoying pop up go away?

    Try downloading Firefox from here. <br />
    http://www.mozilla.com/en-US/firefox/all.html

  • How can i make my ipod battery stop charging after its fully charged?

    My ipod always shows a lightning icon right next to the battery icon when its charging and it disappears when its fully charged, lately even though its fully charged the icon shows there anyways lIke its still charging. I dont want my battery to ruin so, do you guys have any ideas of why does this happens now? Have a Blessed day

    Not Charge
    - See:    
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - If a 5G iPod      
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • How can i make my ipad 2 stop talking?

    My daughter must have done something to my iPad 2; it's now talking to me. I googled this and people are saying to go to Settings, General, Accessibility... well I don't have an Accessiblity option. How can I get rid of the voice over?? Help!!

    well I don't have an Accessiblity option.
    Look harder...
    All the way at bottom.
    Date & Time
    Keyboard
    International
    Accessibility
    Reset

Maybe you are looking for

  • Batch file renaming in Aperture??

    I have need to rename several files as a batch. Aperture can get me 99% of the way there, but there´s one thing I can´t seem to do... The naming scheme I need is [filname]_[yyyymmdd-hhmmss].jpg Where yyyymmdd is year, month, day and hhmmss is hours,

  • Error executing a query using VPD and BC4J

    Hi all, Our team is developing an application using an Oracle DB 9.2.0.4 and BC4J 10g (9.0.5.16.0) as persistence layer. We also are using the VPD (virtual private database) to have security in the database at row level. The problem we are facing is

  • System not starting up

    Hi there on planet earth, I've got problem with my G4 server Mac. Every morning sisnce last week I get a strange note on my screen: System failure: CPU 0 code=00000001 (corrupt stack) latest crush for cpu 0: Exception state (SU=0X29DA6000) Proceeding

  • Hide the 'Download a copy' button from ribbon for sharepoint online.

    Hi,  I using SharePoint online, in that for a document library need to hide the 'Download a copy' button from ribbon.since from that document library no document to be downloaded. Regards, RK

  • Problem updating rendered titles

    I have found some spelling errors in a long "Centered Multiple" clip in my iMovie project. For some reason, the text from the rendered clip will not load into the text editing window, and the update button is grayed out. Even after selecting the clip