• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

weblogic 8.1 applet problems in console

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

When I load up the weblogic server console, the applet on the left side does appear, but does nothing when clicked.

Does anyone know the reason why? thanks!

Emily
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using what kind of browser and version on what kind of machine? Also, which jre's do you have?
[ March 18, 2005: Message edited by: Carol Enderlin ]
 
Emily Sit
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using IE version 6.0.2800 on Windows XP. I have the jdk1.4.2.05 that came with my weblogic 8.1. I also have an instance of weblogic 6.1 on my machine with jdk1.3.1
 
Carol Enderlin
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, nothing jumps out at me. IE 6 should be supported.

Are you sure it wasn't just really slow or something?

You can check your browser's jvm here:

http://www.java.com/en/download/help/testvm.jsp

I found this for 9.0 and maybe 6.1, but not for 8.1:
WLS 9.0 console supported configuration
[ March 18, 2005: Message edited by: Carol Enderlin ]
 
Emily Sit
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using the VM test url it says I am using
Vendor: Microsoft Corp.
Version: 1.1.4
OS: Windows NT
OS version: 5.1

I don't think it's my IE VM though, because someone else accesing my console on their machine, they couldn't see the applet either.

Could I possibly be missing something in my classpath? I did not use the weblogic configuration wizard to create a new startWeblogic.cmd. I just migrated my 6.1 application to 8.1.

Here is my startup call:
C:\bea81\user_projects\domains\mydomain>"C:\bea81\JDK142~1\bin\java" -hotspot -Xms96m -Xmx256m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=3999,suspend=n,server=y -classpath ".;C:\bea81\jdk142_05\workshop\lib\tools.jar;C:\bea81\weblogic81\common\lib\msbase.jar;C:\bea81\weblogic81\common\lib\mssqlserver.jar;C:\bea81\weblogic81\common\lib\msutil.jar;C:\bea81\weblogic81\common\lib\classes12.zip;C:\bea81\weblogic81\common\lib\db2java.zip;C:\bea81\wljam5.1\lib\jam.jar;C:\bea81\weblogic81\common\lib\flux.jar;C:\bea81\weblogic81\common\lib\com.ibm.mq.jar;C:\bea81\weblogic81\common\lib\xerces2.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\jaxb-api.jar;C:\bea81\weblogic81\co mmon\lib\jaxb1.0.2\\jaxb-impl.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\jaxb-libs.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\jaxb-xjc.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\jax-qname.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\jta-spec1_0_1.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\namespace.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\xsdlib.jar;C:\bea81\weblogic81\common\lib\jaxb1.0.2\\relaxngDatatype.jar;C:\bea81\JDK142~1\lib\tools.jar;C:\bea81\WEBLOG~1\server\lib\weblogi c_sp.jar;C:\bea81\WEBLOG~1\server\lib\weblogic.jar;C:\bea81\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea81\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea81\JDK142~1\jre\lib\rt.jar;C:\bea81\WEBLOG~1\server\lib\webservices.jar" -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Dweblogic.management.username=system -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled=false "-Djava.security.policy==C:\bea81\WEBLOG~1/lib/weblogic.policy" weblogic.Server
 
Emily Sit
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi nevermind, I found someone else who was able to access my console fine. I need to upgrade my JVM. thanks for your help!

Emily
 
reply
    Bookmark Topic Watch Topic
  • New Topic