Re: [flexcoders] macromedia.css.LocatorParser error

2005-02-22 Thread Benjamin Steiner



Hi Cathy,
 thanks for your 
reply.
 I have tried out your 
suggestion. Now I receive the following error-message:


16 Errors found.Error 
/home/webspace/xxx.staging.xxx.de/style/style.css:-1 
macromedia.css.LocatorParserError 
/WEB-INF/flex/frameworks/mx/core/UIObject.as The class 
'mx.styles.StyleProtoChain' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIObject.as:65 The class 
'mx.core.UIObjectDescriptor' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIObject.as:203 The class 
'mx.styles.CSSStyleDeclaration' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIComponent.as The class 
'mx.managers.SystemManager' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIComponent.as:48 There is no class with 
the name 'mx.core.UIObject'.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:16 The class 'mx.skins.RectBorder' 
could not be loaded.Error /WEB-INF/flex/frameworks/mx/core/View.as:28 
The class 'mx.core.UIObject' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:32 The class 'mx.core.UIObject' 
could not be loaded.Error /WEB-INF/flex/frameworks/mx/core/View.as:46 
The class 'mx.core.UIObject' could not be loaded.
Error /WEB-INF/flex/frameworks/mx/core/View.as:49 The class 
'mx.core.UIObject' could not be loaded.



What could be the cause? Has it anything to do with 
the mx.swc?

Thank you in advance for your reply...

CU

Benjamin


- Original Message - 
From: 
Cathy 
Murphy 
To: flexcoders@yahoogroups.com
Sent: Tuesday, February 22, 2005 5:36 
PM
Subject: RE: [flexcoders] 
macromedia.css.LocatorParser error

Would you add -Dtrace.error to your jvm.config 
file? This should be under 
jrun-root/bin/jvm.config.
Then, restart the server and try your test 
file. This should provide additional information.

We haven't seen any issues with 
macromedai.css.LocatorParserwith Flex 
andJRun/ColdFusion.
It might be related to classloader issues withyour 
particular setup. Please also provide any additions to the server 
classpath.

- Cathy



From: Benjamin Steiner 
[mailto:[EMAIL PROTECTED] Sent: Sunday, February 20, 2005 
7:04 AMTo: flexcoders@yahoogroups.comSubject: 
[flexcoders] macromedia.css.LocatorParser error

Hi,

at the moment I'm trying to get my 
Flex-application running on the server. 
On the server Flex is installed under 
Coldfusion/JRun.Operating system is Linux.

Unfortunatelly, when starting the application 
on the server the following error-message is being shown:
 
macromedia.css.LocatorParser

If commenting the line which is including my 
CSS, everything works perfect. So the CSScertainlyhas no 
syntax-errors. I also receive the error-message when the CSS is 
empty.
Does anybody know any solutions?
Perhaps some settings of the server have to be 
done to get the server load the CSS?
Or has it anything to do with the 
global.css?

Thank you in advance for your help

Cheerio!

Benjamin


RE: [flexcoders] macromedia.css.LocatorParser error

2005-02-22 Thread Cathy Murphy



Benjamin -

This looks like error information from the 
browser. Please check the server console for error information. You 
should see some Java stack traces.

- Cathy



From: Benjamin Steiner 
[mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 
2:01 PMTo: flexcoders@yahoogroups.comSubject: Re: 
[flexcoders] macromedia.css.LocatorParser error

Hi Cathy,
 thanks for your 
reply.
 I have tried out your 
suggestion. Now I receive the following error-message:


16 Errors found.Error 
/home/webspace/xxx.staging.xxx.de/style/style.css:-1 
macromedia.css.LocatorParserError 
/WEB-INF/flex/frameworks/mx/core/UIObject.as The class 
'mx.styles.StyleProtoChain' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIObject.as:65 The class 
'mx.core.UIObjectDescriptor' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIObject.as:203 The class 
'mx.styles.CSSStyleDeclaration' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIComponent.as The class 
'mx.managers.SystemManager' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/UIComponent.as:48 There is no class with 
the name 'mx.core.UIObject'.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:16 The class 
'mx.skins.RectBorder' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:28 The class 'mx.core.UIObject' 
could not be loaded.Error /WEB-INF/flex/frameworks/mx/core/View.as:32 
The class 'mx.core.UIObject' could not be loaded.Error 
/WEB-INF/flex/frameworks/mx/core/View.as:46 The class 'mx.core.UIObject' 
could not be loaded.
Error /WEB-INF/flex/frameworks/mx/core/View.as:49 The class 
'mx.core.UIObject' could not be loaded.



What could be the cause? Has it anything to do 
with the mx.swc?

Thank you in advance for your 
reply...

CU

Benjamin


- Original Message - 
From: 
Cathy 
Murphy 
To: flexcoders@yahoogroups.com 

Sent: Tuesday, February 22, 2005 5:36 
PM
Subject: RE: [flexcoders] 
macromedia.css.LocatorParser error

Would you add -Dtrace.error to your jvm.config 
file? This should be under 
jrun-root/bin/jvm.config.
Then, restart the server and try your test 
file. This should provide additional information.

We haven't seen any issues with 
macromedai.css.LocatorParserwith Flex 
andJRun/ColdFusion.
It might be related to classloader issues with your 
particular setup. Please also provide any additions to the server 
classpath.

- Cathy



From: Benjamin Steiner 
[mailto:[EMAIL PROTECTED] Sent: Sunday, February 20, 2005 
7:04 AMTo: flexcoders@yahoogroups.comSubject: 
[flexcoders] macromedia.css.LocatorParser error

Hi,

at the moment I'm trying to get my 
Flex-application running on the server. 
On the server Flex is installed under 
Coldfusion/JRun.Operating system is Linux.

Unfortunatelly, when starting the application 
on the server the following error-message is being shown:
 
macromedia.css.LocatorParser

If commenting the line which is including my 
CSS, everything works perfect. So the CSScertainlyhas no 
syntax-errors. I also receive the error-message when the CSS is 
empty.
Does anybody know any solutions?
Perhaps some settings of the server have to 
be done to get the server load the CSS?
Or has it anything to do with the 
global.css?

Thank you in advance for your 
help

Cheerio!

Benjamin