Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

New error after recent java update on Mac

843798Sep 29 2008 — edited Jan 15 2009
Hi,

We run a learning management system that uses LiveConnect to communicate between the elearning module and the LMS.

Recently all sorts of things started going wrong, around the time of the latest update.

I just tried it from my Leopard-OS imac running Safari 3.1.2

Learning modules will no longer launch, and the following errors show up in the console.
If I launch from Safari, I get:
Java Plug-in 1.5.0
Using JRE version 1.5.0_13 Java HotSpot(TM) Client VM
User home directory = /Users/ellenm1
network: Loading user-defined proxy configuration…
network: Done.
network: Loading proxy configuration from Netscape Navigator…
network: Done.
network: Loading direct proxy configuration…
network: Done.
network: Proxy Configuration: No proxy

basic: Cache is enabled
basic: Location: /Users/ellenm1/Library/Caches/Java/cache/javapi/v1.0
basic: Maximum size: unlimited
basic: Compression level: 0



basic: Referencing classloader: sun.plugin.ClassLoaderInfo@9444d1, refcount=1
basic: Loading applet/u2026
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@4ac216
basic: Initializing applet/u2026
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@9444d1, refcount=2
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@9444d1, refcount=1
basic: Starting applet…

basic: Loading http://lmserver.com/pathto/apiadapter_lms.jar from cache
basic: No certificate info, this is unsigned JAR file.
java.net.MalformedURLException
	at java.net.URL.<init>(URL.java:601)
	at java.net.URL.<init>(URL.java:464)
	at java.net.URL.<init>(URL.java:413)
	at org.adl.lms.client.DocentAPIAdapterApplet.initServlet(Unknown Source)
	at org.adl.lms.client.APIAdapterApplet.init(Unknown Source)
	at org.adl.lms.client.DocentAPIAdapterApplet.init(Unknown Source)
	at sun.applet.AppletPanel.run(AppletPanel.java:380)
	at java.lang.Thread.run(Thread.java:613)
liveconnect: Java: Obj is <org.adl.lms.client.DocentAPIAdapterApplet>
liveconnect: Java: method is <public java.util.Properties org.adl.lms.client.DocentAPIAdapterApplet.pingLMS()>
liveconnect: Java:  method has 0 arguments.
liveconnect: JavaScript: caller and callee have same origin
liveconnect: JavaScript: default security policy = http://lmserver.com/pathto/docentisapi.dll/lms,APPSERVER01.ourserver.com,2151/SQN%3D-57596664/
Exception caught In DocentServletProxy::DoHACPRequest()
null
liveconnect: Java: Returning a null
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2009
Added on Sep 29 2008
7 comments
645 views