• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

500 Null - Help

New Here ,
May 17, 2007 May 17, 2007

Copy link to clipboard

Copied

I need some help on loading the second phase on CF Install. I am currently getting this 500 Null blank page after the CF Admin logon. In the CF event log on my MAC 10.4.9 server: user failed to load: flex.compiler.MxmlServlet, error Could not pre-load servlet: CFMxmlServlet, [1]java.lang.LinkageError: Class javax/xml/namespace/QName violates loader constraints etc...is there someone out there that knows how to over come this problem...On my client stations it works fine. javascript:emaillink(document.messagepostform.FTVAR_MESSAGETEXTFRM);document.messagepostform.FTVAR_MESSAGETEXTFRM.focus(); Help
TOPICS
Advanced techniques

Views

449

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 18, 2007 May 18, 2007

Copy link to clipboard

Copied

I ran into similar issues and it was because Java had run an update to version 1.5. The latest version supported is version 1.4.2. So you simply need to open your terminal application and update the Alias to point to the 1.4.2 version.

I found a few links referencing this but the simplest one that worked for me is Listed below as well as linked to the source.

One more note - I had to re-install after making the change. But using CF 7.0.1 after making the change, the instillation ran smooth as silk.

Hope it helps

First change directory, and run the ls command to view your versions by typing the following command in your terminal application:

cd /System/Library/Frameworks/JavaVM.framework/Versions/
ls -l

You should see up to version 1.5

Your VM version is the one linked to by the CurrentJDK symbolic link. If 1.5.0 is the current VM, you can change to 1.4.2.

sudo rm CurrentJDK
sudo ln -s 1.4.2 CurrentJDK

This isn't destructive and doesn't remove the 1.5 install, just points the VM to use the previous Java 1.4.2 installation.



http://www.macintouch.com/readerreports/applications/topic4434.html



Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 19, 2007 May 19, 2007

Copy link to clipboard

Copied

Thanks for your help...I'll try the changes...and get back with you
gbismarc

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 20, 2007 May 20, 2007

Copy link to clipboard

Copied

LATEST
Great...I'm up and running...thanks again!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation