Re: Unable to initialize Graphing service jdk1.5.0_04

2006-04-07 Thread Cathy Taylor
Nevermind and thanks anyway :-) I took out the workaround used under JDK 1.42 
from the start script so that it was only:

CF_GRAPHING_JVM_OPTIONS="-Djava.awt.headless=true"

And it started up just fine and now I can login to the administrator.

-Cathy

> I have a slight emergency, of course. We just upgraded our BEA 
> Weblogic server to version 9.1 running on Solaris, which came bundled 
> with JDK 1.5.0_04. Using the same CFMX (7.01) workaround as previously 
> used in the WLS 8.1 (running on JDK1.4.1) environment no longer works 
> to allow the graphing service to initialize (and thus allow access to 
> the administrator). (TechNote http://www.macromedia.
> com/cfusion/knowledgebase/index.cfm?id=ceb0e519)
> 
> Now when starting up the WLS server which starts ColdFusion, the 
> following error displays:
> 
> 04/05 17:24:04 Error [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.
> kernel.Default (self-tuning)'] - Unable to initialize Graphing 
> service: java.lang.NoClassDefFoundError: 
> sun/awt/font/NativeFontWrapper
> 
> And of course, the Administrator does not load and throws an error.
> 
> Has anyone run it on this java version successfully?
> 
> I found the following on one of Sun's java forums:
 
> 
> *
> 

> quote:

> The class sun.awt.font.NativeFontWrapper is no longer part of JRE in 
> Version 5.0 AFAICS, so I need to find another way to locate the files.
> 
> 

> Any suggestions?

> **

> Re: J2SE 5.0 & FontPath

> Author: uhilger Jan 2, 2005 6:52 AM (reply 1 of 1)
> 

> with J2SE 5 it is now
> 

> String sPath = sun.font.FontManager.getFontPath(false);
> 
> 
> ***
> 
> Is what is calling that compiled (I'm guessing in that webchartsJava2D.
> jar file)? Or is there something I can edit? I can't go backwards on 
> my JRE or my appserver won't run at all. Any input or workaround 
> appreciated.
> 
> Thanks!
> 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237209
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Unable to initialize Graphing service jdk1.5.0_04

2006-04-06 Thread Cathy Taylor
I have a slight emergency, of course. We just upgraded our BEA Weblogic server 
to version 9.1 running on Solaris, which came bundled with JDK 1.5.0_04. Using 
the same CFMX (7.01) workaround as previously used in the WLS 8.1 (running on 
JDK1.4.1) environment no longer works to allow the graphing service to 
initialize (and thus allow access to the administrator). (TechNote 
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=ceb0e519)

Now when starting up the WLS server which starts ColdFusion, the following 
error displays:

04/05 17:24:04 Error [[ACTIVE] ExecuteThread: '0' for queue: 
'weblogic.kernel.Default (self-tuning)'] - Unable to initialize Graphing 
service: java.lang.NoClassDefFoundError: sun/awt/font/NativeFontWrapper

And of course, the Administrator does not load and throws an error.

Has anyone run it on this java version successfully?

I found the following on one of Sun's java forums:
 
*

quote:
The class sun.awt.font.NativeFontWrapper is no longer part of JRE in 
Version 5.0 AFAICS, so I need to find another way to locate the files.

Any suggestions?
**
Re: J2SE 5.0 & FontPath
Author: uhilger Jan 2, 2005 6:52 AM (reply 1 of 1)

with J2SE 5 it is now

String sPath = sun.font.FontManager.getFontPath(false);


***

Is what is calling that compiled (I'm guessing in that webchartsJava2D.jar 
file)? Or is there something I can edit? I can't go backwards on my JRE or my 
appserver won't run at all. Any input or workaround appreciated.

Thanks!

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237129
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54