aspose file tools
The moose likes BEA/Weblogic and the fly likes weblogic 8.1 applet problems in console Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "weblogic 8.1 applet problems in console" Watch "weblogic 8.1 applet problems in console" New topic
Author

weblogic 8.1 applet problems in console

Emily Sit
Greenhorn

Joined: Mar 17, 2005
Posts: 8
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
Carol Enderlin
drifter
Ranch Hand

Joined: Oct 10, 2000
Posts: 1348
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

Joined: Mar 17, 2005
Posts: 8
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
Ranch Hand

Joined: Oct 10, 2000
Posts: 1348
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

Joined: Mar 17, 2005
Posts: 8
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

Joined: Mar 17, 2005
Posts: 8
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: weblogic 8.1 applet problems in console
 
Similar Threads
I get message to queue, but not to MDB Bean. So close yet so far!
admin console problems on Linux
How War file generated
config file
Problem using JApplets with normal Java classes