New to Java Web Start technology - unable to start JWS

I am new to JWS, and started with sample programs given at JWS product page.
I compiled the files and created the .war file and copied that file into the DOCUMENTROOT of my Web server. Also I copied the .jnlp file into the same location. After that I created a .html file in the same location which provide a link to .jnlp file.
Now, when I launch the html file, and click on the link, JWS window should have been launched and the application should have been started. But, what I see is the contents of .jnlp file on the browser.
What might be the problem? Please let me know the solution...
I am using Apache Web Server on a Win 2000 system. Also I modified the mime.types file under web server to include the following line:
application/x-java-jnlp-file JNLP
Thanks,
Raghu

Hi All,
After some configuration changes, now I am able to start Java Web start. But as soon as web start gets started it tries to download JRE from Sun site(though I have JRE installed on my system and the PATH is set). I am getting the following message : requesting JRE 1.4.0_01 from http://java.sun.com/products/autodl/j2se.
My .jnlp file is as given below:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" codebase="http://system-ip/webpad.war">
<information>
<title>WebPad 1.0</title>
<vendor>Sun Microsystems, Inc.</vendor>
</information>
<resources>
<property name="publish-url" value="$$context/publish"/>
<j2se version="1.4.0_01"/>
<jar href="webpad.jar" version="1.0"/>
<jar href="jlfgr.jar" version="1.0"/>
<extension name="Help System"
href="javahelp.jnlp">
<ext-download ext-part="javahelp" download="lazy" part="help"/>
</extension>
<jar href="holidays.jar" version="1.0" download="lazy" part="help"/>
</resources>
<application-desc main-class="WebPad"/>
</jnlp>
Please let me know, what should I do to rectify the above problem.
thanks,
Raghu

Similar Messages

  • The Best Java Web Services Technology for Developing Web Services

    Hi,
    I am new to Web services world.
    I read the java web services page . there are more than 6 technologies.
    JAX-WS,
    JAX-RPC,
    JAXB,
    SAAJ,
    JAXP,
    WSIT,
    XWS-Security
    I went through several documents on web services.
    I could not get a clear idea of which technolgy to use.
    Which Java web service technology will be the best to develop web services independant of language, platform.
    or is there any 3rd party implemetations available ? for rapid development of web services.
    Could anyone help me !.
    Thanks in advance.
    Message was edited by:
    Siva.Prakash

    Which Java web service technology will be the best
    to develop web services independant of language,
    platform.
    Java by nature is a cross-platform language, so if your focus is on the need for portability, the choisce of WS should not be a problem. However, each WS is best suited for paricular uses.
    SAAJ, a low-level level API, offers much simplicity, but is not the first choice for programmers, as SOAP (Simple Object Access Protocol)messages need to be constructed piece by piece, making it a quite arduous code to program.
    If you are not familiar with XML, your best bet would be to use JAX-RPC (Java API for XML-Remote Procedure Calls), as it hides the underlying detail from the programmer, in terms of SOAP and XML. The shortcoming with RPC-based WS is that it is "restricted to the local programming experience". Another failing is that assumes there is a network path- a reliability concern.
    If your program will be contacting other services during downtimes, unlike JAX-RPC, JAXM is quite useful. However, your listing did not mention it, so I wont cover it.
    JAXR is a client-side only API that acts as an interface between registries (not referring to JAXP)
    I am not famiiar with JAXB, JAXP, WSIT or XWS-Security..
    or is there any 3rd party implemetations available ?It depends on what platform you are used to. Assuming you are familiarized with the J2EE platform (now changed to Java EE SDK), the NetBeans IDE (either 5.5, 5.5.1 or the latest editiion) is quite useful. I am using 5.5.1, but have found that it is quite buggy, especially when adding WS operations, a core requirement of a WS. if you will be using to devlop a service for an immediate need, you may find the learning curve to be a bit high, in terms of getting to grips with how to use it. (Download link:
    http://www.netbeans.info/downloads/index.php)
    The IBM Autonomic IDE (or AIDE), based on the WSDM standard, includes 3 sub-tools, icluding the IBM Manageability Endpoint Builder which, according to their website, allows individuals to build endpoints to allow manageability interface exposure; Manageable Resource Browser and the IBM Manageability Endpoint Simulator. However, I'm not familiar with this IDE. (Download link: http://www.alphaworks.ibm.com/tech/aide/download)
    The .NET Framework uses the Visual Studio IDE. For an unbiased comparison of J2EE and the .NET Framework in terms of WS, see http://www.webservicesarchitect.com/content/articles/hanson01.asp.
    Apache Axis2, Geronimo and JiBX allows fast development of WS, or so the creators profess.
    The PHP environment- you could try NuSPHERE PHPed. According to one website, with it you can develop a web service in under an hour.
    I hope this was useful to you.
    [Based partly on Topley, K. (2003) [i]Java TM Web Services in a Nutshell: A desktop Quick Reference. 1st ed. California: O�Reilly & Associates, Inc]

  • Sun Java Web Server7 admin site doesnt start!!!

    Hi,
    i have installed Sun Java Web Server7 3 months ago.
    yesterday i was trying to look at the site configuration and wanted to start the server-admin interface.
    for some reason when i am running the command admin-server/bin/startserv the command end and return to the shell without any output.
    i have looked at the error and access logs after defining the error log level to finest and no output there also.
    i run netstat and looked at the process and there isnt any service listening on the management port.
    can someone please give me direction on debuging this problem.
    thanks in advanced
    Edited by: mongaron on Mar 19, 2008 10:52 AM

    Hi
    What is the version of WebServer you are using. I see admin-server as a service, i guess your version is Web Server 7.0u2 which has SMF support.
    During the installation if you have enabled SMF Solaris 10 OS creates SMF service for each instance of Web Server.
    Use the stopserv script and try to stop the admin-server and Web Server instances.
    Now run the following command svcs | grep admin-server and svcs | grep https. This should not show any services running.
    Now start the admin-server using $(Install_dir)/admin-server/bin/startserv and instance using ${install_dir}/<instance-directory>/bin/startserv
    Now run the following command svcs | grep admin-server. This should show the following output
    online 12:29:07 svc:/network/http:admin-server
    online 12:29:07 svc:/network/http:<instance-name>
    As you had mentioned in the previous replies it shows online*, which means currently the service in the starting state. Once the service started it will become online.
    If there is any problem starting the service, running the command svcs -xv will give the error output why the service went to maintenance. Please try the above and let me know what output you get for the above commands.

  • FF will not start new version on iMac 10.4.11 old version corrupted so down loaded new version from web site - now will not start as says is incompatable. How can I get the older version?ded new

    This morning FF would no start-up. Down loaded new version from website and replaced old version. New version will not strat-up as it says "incompatible" with Op Sys.

    Firefox 4 versions and later do not run on a PowerPC Mac.<br />
    Firefox 4 and later require at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/6.0/system-requirements/
    For an unofficial Firefox 7 compatible version (TenFourFox) that runs on PowerPC Macs with OS X 10.4.11 or OS X 10.5.8 you can look at:
    * http://www.floodgap.com/software/tenfourfox/
    * http://www.macupdate.com/app/mac/37761/tenfourfox
    Firefox 3.6.x (Mac OS X 10.4 and later) can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html

  • Grey loading screen when start up + unable to start from disc

    When I start up my MBP I get a very slow grey loading screen. After a while it starts up my mac and it runs like normal. So no i finally got sick of the 10 min waiting before start up, I decided to re-instal from disc. When i normally insert the disc it starts. then I select the Instal and it rebooths. But it stays on a grey screen when reboothing.
    I also tryed to start it up with C and with holding alt and then selecting the cd. With C i get the same grey screen(Without loading bar and mac logo) and with Alt it just get stuck at selecting the cd.
    When I go to Disk Utility then I can use Check disk but not the delete one.
    I don't need to back up, just want it to work fine again.
    I hope you can help me out.

    Hi Arthur, and welcome to Apple Discussions.
    While booted from the install disc, have you opened Disk Utility and checked SMART status and run Repair Disk?

  • SAP GUI cannot start browser (Unable to start HTML browser) ?

    Hi,
    Please advise me what i need to do, because suddenly i can't call the browser from SAP GUI,
    like transaction SXMB_IFR, CHECKSLD etc.
    Thank you and Best Regards
    Fernand

    check if host file entry has been maintained
    An entry into the host file is needed specifying the server details.
    The host file is usually found under the path C:WINNTsystem32driversetc or C:WINDOWSsystem32driversetc. This file contains the mappings of IP addresses to host names
    For more,
    Unable to open IR/ESR/ID ? (XI/PI/PI 7.1) [Updated for PI 7.1 support]

  • Java web start application runs too slow...

    Hello,
    I am new to Java Web Start. I have created a java web start application and when i enable web start from local Execution, then it works perfectly well. But when i upload it on server and then download the application, then it is too too slow...i mean it takes minutes to get the output on clicking some button....my jnlp file is as under:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <jnlp codebase="http://(web server code base)" href="launch.jnlp" spec="1.0+">
    <information>
    <title>ERD</title>
    <vendor>Deepika Gohil</vendor>
    <homepage href="http://appframework.dev.java.net"/>
    <description>A simple java desktop application based on Swing Application Framework</description>
    <description kind="short">ER Deign Tools</description>
    </information>
    <update check="always"/>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="ERD_1_2.jar" main="true"/>
    <jar href="lib/appframework-1.0.3.jar"/>
    <jar href="lib/swing-worker-1.1.jar"/>
    <jar href="lib/jaxb-impl.jar"/>
    <jar href="lib/jaxb-xjc.jar"/>
    <jar href="lib/jaxb1-impl.jar"/>
    <jar href="lib/activation.jar"/>
    <jar href="lib/jaxb-api.jar"/>
    <jar href="lib/jsr173_api.jar"/>
    <jar href="lib/ant-contrib-1.0b3.jar"/>
    <jar href="lib/jaxb-impl.jar"/>
    <jar href="lib/jaxb-xjc.jar"/>
    <jar href="lib/FastInfoset.jar"/>
    <jar href="lib/gmbal-api-only.jar"/>
    <jar href="lib/http.jar"/>
    <jar href="lib/jaxws-rt.jar"/>
    <jar href="lib/jaxws-tools.jar"/>
    <jar href="lib/management-api.jar"/>
    <jar href="lib/mimepull.jar"/>
    <jar href="lib/policy.jar"/>
    <jar href="lib/saaj-impl.jar"/>
    <jar href="lib/stax-ex.jar"/>
    <jar href="lib/streambuffer.jar"/>
    <jar href="lib/woodstox.jar"/>
    <jar href="lib/jaxws-api.jar"/>
    <jar href="lib/jsr181-api.jar"/>
    <jar href="lib/jsr250-api.jar"/>
    <jar href="lib/saaj-api.jar"/>
    <jar href="lib/activation.jar"/>
    <jar href="lib/jaxb-api.jar"/>
    <jar href="lib/jsr173_api.jar"/>
    </resources>
    <application-desc main-class="erd.screen1">
    </application-desc>
    </jnlp>
    I dont understand the reason. Could you please help me out.
    Thank you,
    Deepika Gohil.

    Check your web server's access logs to see how many requests web start is sending for each jar. After you've loaded the application the first time, for each subsequent launch, if you've got everything configured right, you should only see requests for the JNLP file and maybe some gifs because web start should load everything else out of the cache (if you're using the version-based download protocol). Or if you're using the basic download protocol, then you might see requests for each jar file, but even in this case, if your web server is prepared to evaluate the last-updated attribute for each jar request and for jars that have not changed, respond with no actual payload and a header value of Not-Modified, then that should run almost as fast.
    You might also want to consider changing the "check" attribute of the "update" element from "always" to "background" for a couple of reasons. It should allow your app to start sooner (but this means that you might have to launch once or twice after an update is applied to the web server before the update shows up on the workstation). Also, my impression is that "always" is broken and prevents web start from ever checking to see if your jnlp file has been updated if you launch your app from a web start shortcut - launching from a browser is less likely to have this problem, depending on how often your browser is configured to check for updated resources.

  • Java Web Start and DOM

    My app uses DOM to parse an XML file. It works fine but when I launch it through Java Web Start it cannot even create a DocumentBuilderFactory object.
    Does anyone know what's wrong. I'm new to Java Web Start.
    Thanks for your help.

    Hey cometx,
    What error do you get ?
    Did you deploy your xml parser along with the app as a resource ?
    the following link may help you out ...
    http://www.vamphq.com/jwsfaq.html#xmlparser

  • Can't run via Java Web Start

    Hello Everyone,
    I'm new to Java Web Start. I've been trying to get the BuddySpace Jabber client to launch via JWS. I have to use the trusted mode since I need local filesystem and network access. So, I've signed the three jar files and finally gotten the application to launch but I'm getting an exception that I don't get when running it without JWS (i.e. just using a batch file to launch from my local machine). Here is the error that I get:
    java.lang.NullPointerException
         at javax.swing.ImageIcon.<init>(Unknown Source)
         at edu.ou.kmi.buddyspace.gui.BSSplashScreenDlg.initComponents(BSSplashScreenDlg.java:49)
         at edu.ou.kmi.buddyspace.gui.BSSplashScreenDlg.<init>(BSSplashScreenDlg.java:39)
         at edu.ou.kmi.buddyspace.gui.BSMainFrame.<init>(BSMainFrame.java:310)
         at edu.ou.kmi.buddyspace.gui.BSMainFrame.main(BSMainFrame.java:423)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.javaws.Launcher.executeApplication(Unknown Source)
         at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
         at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Any help on how to resolve this would be greatly appreciated.
    Thanks,
    Al

    Looks like your app can't find the image file for the icon. Make sure you've got your images in your jar file.
    Also have a look on the forums for info about ClassLoader's...there's a bug with ClassLoader.getResource() which you may be using.
    Simon

  • Deploying no java applications using Java Web Start

    Hi,
    I am new to java web start. Is it possible to distribute non java applications using java web start. I have an APP which can run on a desktop in standalone mode. The app has jusy HTML and Java script files. Is it possible to package this app and deploying using java web start? I am assuming If it is possible, I can make updates to the packaged app in the web servers and the updates will be downloaded next time the app is used provided configurations are correct?
    thx

    The app has jusy HTML and Java script files. Is it possible
    to package this app and deploying using java web start? Not really. Resources for JWS need to be zipped,
    while this HTML/JS app. will (I guess) not work from
    inside the depths of a Jar (or Zip) archive.
    Note that you can organise for those files to be
    downloaded and expanded onto a known place
    on the user's disk, by using an 'installer' element,
    but..
    ...I am assuming If it is possible, I can make updates to the
    packaged app in the web servers and the updates ..installers are only called once, and do not 'update'.

  • Office Web Apps - Office Web Apps was unable to find the specified certificate

    Hello,
    Let me start by saying I did not see a forum listed for Office Web Apps and figured the SharePoint forum would be the second best place to post this.  With that said, here's my issue...
    I installed OWA 2013 on a Windows Server 2012 (not R2) VM and installed all the prereqs as described here: http://technet.microsoft.com/en-us/library/jj219455(v=office.15).aspx  Since this is a test environment, I'm planning on using a self-signed
    cert which appears to be supported based on info found here: http://technet.microsoft.com/en-us/library/2e147f11-6f47-46bc-90bf-b2f179958d11(v=office.15)#certificate.  
    I created the cert using the following command:
    New-SelfSignedCertificate -DnsName owa.test.local -CertStoreLocation cert:\LocalMachine\My
    I then edited the cert's properties in the Cert Manager MMC snap-in and added a friendly name of "2014_OWA_Cert".  I then proceeded to try and create the OWA farm by running:
    New-OfficeWebAppsFarm -InternalUrl "https://owa.test.local" -CertificateName "2014_OWA_Cert" -EditingEnabled
    This produces the following error:
    New-OfficeWebAppsFarm : Office Web Apps was unable to find the specified certificate.
    At line:1 char:1
    + New-OfficeWebAppsFarm -InternalUrl "https://owa.test.local" -CertificateNa ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (:) [New-OfficeWebAppsFarm], ArgumentException
    + FullyQualifiedErrorId : CertificateNotFound,Microsoft.Office.Web.Apps.Administration.NewFarmCommand
    What gives?  

    Hi Waqas
    Thanks for your help with this. I had a look at both posts, the URL works fine from the WAC server and I am not using a System account to test docs.
    Also, this is a production site that is accessible over the Internet, so we are using https therefore the WOPIZone is external-https.
    Issue #3 in the above blog link does not reflect the same error I see on my servers.
    I also had a look at the information in this link: http://technet.microsoft.com/en-us/library/ff431687.aspx#oauth
    Problem: You receive a "Sorry, there was a problem and we can't open this document" error when you try to view an Office document in Office Web Apps.
    If you added domains to the Allow List by using the
    New-OfficeWebAppsHost cmdlet, make sure you’re accessing Office Web Apps from a host domain that’s in the Allow List. To view the host domains in the Allow List, on the Office Web Apps Server open the Windows PowerShell prompt as an administrator and run
    the Get-OfficeWebAppsHost cmdlet. To add a domain to the Allow List, use the
    New-OfficeWebAppsHost cmdlet.
    I have not added any domains to the Allow list so this did not help either. Should I add the domain?
    Any further help with this is much appreciated.
    Thanks again.
    Yoshi

  • Java Web Services Editor?

    Hai there. I am new for Java Web Services.
    Can anyone tell what editor that can I use to write the Java Web Services?
    All the tutorial here are compile and run using dos environment.
    Then what editor that I can use for writing the code?
    Is that using jBuilder or else?

    Hi,
    You can use anything to write the web services. Even a notepad is good enough.
    But if you have anything that can format and highlight xml tags/java source in different color scemes it might be better. A simple text editor is sufficient for you to get started with web services.
    As for the examples and tutorial you can compile and run them in any environment. If ant scripts are used sometimes as newer version of ant is required to run a few task definitions which were not well suited for ant versions lower to 1.5.1
    Hope these answer your query
    Aviroop
    MCSE
    (Minesweeper Consultant & Solitaire Expert)

  • I want to be a java web programmer

    Hi
    I'm not new to java desktop programming, but I haven't had a lot of experience and it was a few years ago now. But I am absolutely new to java web programming.
    Anyway, I want to get a web programming job, and not only that I want to make a couple of websites myself.
    Like ecommerce websites. Java web programming is so huge. There are so many frameworkds etc.
    I thought if I make a functionally decent and pretty website, it would be a good reference of my work for future job opportunities.
    The only thing is. With Java, I just don't know where to start.
    Spring? I'm doing the tutorials in the netbeans IDE, but there is one for SPRING there is one for STRUTS, etc.
    I just don't know? Do I need all this to make a website, or one of these? Do they do the same thing? Are they two different avenues to the same end result?
    Where is a good introduction to making a functional server-side website in java?
    Anyone here have any
    Thanks
    David.

    My advice is: DON'T start with a framework. Much in the same way as you shouldn't start with an IDE when you learn core Java. The framework will hide too many details that you really must know if you ever want to make any headway into debugging a web application.
    No, start with the very basics. Install Apache Tomcat 6 and build a simple application consisting of nothing but servlets and JSPs, where the JSPs are only used to build the view using JSTL. That alone will probably be a month-worth of research and trying out before you'll have grasped the concepts firmly. Only when you know how to configure, write and deploy such a simple web application and you have seen some debugging action, and only if you really understand every step of the way, should you start to look into using a framework.
    I always post a link to this website and I'm going to do it again: read this free online book. Its one of the best I know on this very subject.
    [core servlets 2nd edition|http://pdf.coreservlets.com]

  • Java web server error when not connected to network

    If my laptop is not connected to a network, when I execute the java web server, it fails at start up with the exceptions listed below. When debugging, I need access only to local host, so it seemed reasonable to me that the web server should execute in the absence of a network.
    I just found that I get the same failure, if I'm connected to the network via a dialup connection.
    Any ideas on how to configure my system so that the web server will function in the absence of a network connection?
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-2000 Microsoft Corp.
    C:\>j2ee -verbose
    J2EE server listen port: 1050
    org.omg.CORBA.INTERNAL: minor code: 1398079697 completed: No
    at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:
    253)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:202
    at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1
    37)
    at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:48
    4)
    at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:144
    at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:102)
    at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:109)
    at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:127)
    at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:23)
    at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:
    2159)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
    va:2110)
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:192)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:202)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:202)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(../../src/share/com/sun/ente
    rprise/server/J2EEServer.java:347)
    at com.sun.enterprise.server.J2EEServer.main(../../src/share/com/sun/ent
    erprise/server/J2EEServer.java:901)
    J2EE server reported the following error: Unable to create ORB. Possible causes
    include TCP/IP ports in use by another process
    Error executing J2EE server ...

    Has anyone else ever seen this failure?

  • Sun Java Web Console can not be connected over a browser through port 6789

    Symptom:
    If i want to connect the Sun Java Web Console with a Browser (Tried: Firefox and IE) over https://x6220:6789 the browser connects to the server but nothing more occures. Important: It is not a connection error!
    What is the Problem:
    I now cannot access the Sun web console server through a browser over port 6789. Before the installation of the Sun Management Center 4.0 it worked.
    System Overview:
    I have a Sun Blade x6220 with Solaris 10 8/07 witch is member of a two node sun cluster 3.2.
    Some Troubleshooting information:
    *# netstat -an | grep 6789*
    *.6789 *.* 0 0 49152 0 LISTEN
    127.0.0.1.6789 127.0.0.1.32852 49152 0 49152 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32856 49640 0 49529 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32858 49640 0 49529 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32865 49640 0 49472 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32866 49640 0 49529 0 ESTABLISHED
    127.0.0.1.32916 127.0.0.1.6789 49152 0 49152 0 FIN_WAIT_2
    127.0.0.1.6789 127.0.0.1.32916 49152 0 49152 0 CLOSE_WAIT
    Who is listen on port 6789:
    12930: /usr/java/bin/java -server -Xmx128m -XX:+BackgroundCompilation -XX:Per
    *# svcs |grep webconsole*
    online 10:10:01 svc:/system/webconsole:console
    *# smcwebserver status*
    Sun Java(TM) Web Console is running
    *# svccfg -s svc:/system/webconsole listprop*
    options application
    options/stability astring Evolving
    options/tcp_listen boolean true
    console-multi-user dependency
    console-multi-user/entities fmri svc:/milestone/multi-user
    console-multi-user/grouping astring require_all
    console-multi-user/restart_on astring none
    console-multi-user/type astring service
    general framework
    general/entity_stability astring Unstable
    *# cat /usr/share/webconsole/webapps/console/WEB-INF/app.xml*
    <!--Tags used to determine a user's access to this app. Leave empty to indicate no auths required-->
    <authTypes>
    <authType name="">
    <classType></classType>
    <permissionParam name=""></permissionParam>
    </authType>
    </authTypes>
    But now:
    *# wcadmin list*
    I'm waiting for some output till today but nothing...nothing---nothing!
    Question:
    What else could not work probably? Thank you for help.

    I also couldn't attach to port 6789
    +21:38:33:helaman:root>svcadm enable webconsole+
    +21:38:58:helaman.:root>svcs webconsole+
    STATE          STIME    FMRI
    offline*       21:53:17 svc:/system/webconsole:console
    +21:54:02:helaman:root>+
    Looking at the log didn't help
    +21:55:26:helaman:root>cat /var/svc/log/system-webconsole:console.log+
    +[ Aug 24 21:54:06 Executing start method ("/lib/svc/method/svc-webconsole start") ]+
    Starting Sun Java(TM) Web Console Version 3.1 ...
    Cannot determine if console started successfully
    +[ Aug 24 21:54:55 Method "start" exited with status 0 ]+
    +[ Aug 24 21:54:55 Stopping because all processes in service exited. ]+
    +[ Aug 24 21:54:55 Executing stop method ("/lib/svc/method/svc-webconsole stop") ]+
    The console is stopped.
    +[ Aug 24 21:54:56 Method "stop" exited with status 0+ ]
    The service started and stopped ....
    so I looked at the debug file in */var/log/webconsole/console/console_debug_log*
    +==============================================================+
    Java Web Console Version 3.1 started on Sun Aug 24 21:54:54 PDT 2008
    +==============================================================+
    java.lang.ClassNotFoundException: org.apache.catalina.core.ApplicationContextFacade$1
    + at java.net.URLClassLoader$1.run(URLClassLoader.java:200)+
    + at java.security.AccessController.doPrivileged(Native Method)+
    + at java.net.URLClassLoader.findClass(URLClassLoader.java:188)+
    + at java.lang.ClassLoader.loadClass(ClassLoader.java:306)+
    + at java.lang.ClassLoader.loadClass(ClassLoader.java:251)+
    + at org.apache.catalina.security.SecurityClassLoad.loadCorePackage(SecurityClassLoad.java:53)+
    + at org.apache.catalina.security.SecurityClassLoad.securityClassLoad(SecurityClassLoad.java:40)+
    + at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:210)+
    + at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390)+
    Looks like the updates that I did lost a jar file ... Does anyone know what JDK I should use ... I have the following
    +22:03:21:helaman:root>uname -a+
    SunOS helaman 5.10 Generic_137112-05 i86pc i386 i86pc
    +22:03:26:helaman:root>cat /etc/release+
    + Solaris 10 5/08 s10x_u5wos_10 X86+
    + Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.+
    + Use is subject to license terms.+
    + Assembled 24 March 2008+
    +22:03:32:helaman:root>java -version+
    java version "1.6.0_07"
    Java(TM) Platform, Standard Edition for Business (build 1.6.0_07-b06)
    Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
    +22:03:36:helaman:root>env | grep JAVA+
    JAVA_HOME=/usr/java
    +22:03:41:helaman:root>ls -dall /usr/java+
    lrwxrwxrwx   1 root     root          10 Aug 24 21:45 /usr/java -> jdk/latest
    +22:03:53:helaman:root> smpatch analyze+
    + You have new messages. To retrieve: smpatch messages [-a]+
    No patches required.
    +22:06:06:helaman:root>+
    Any insight on this would be much appreciated.

Maybe you are looking for