[jboss-user] [Beginner's Corner] - Error: tried to access class com.google.common.base.Platform

Zaheer Ahmed do-not-reply at jboss.com
Tue Feb 28 12:36:01 EST 2012


Zaheer Ahmed [https://community.jboss.org/people/richfaceman] created the discussion

"Error: tried to access class com.google.common.base.Platform"

To view the discussion, visit: https://community.jboss.org/message/720292#720292

--------------------------------------------------------------
Hi All
I'm using 4.1.0 - Final richfaces version.  At runtime I'm getting this error ;

java.lang.IllegalAccessError: tried to access class com.google.common.base.Platform from class com.google.common.base.CharMatcher

has anyone face this problem ?
This is how my pom.xml looks like;

| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>com.oracle</groupId> |
| 
 | 
 | 
 | <artifactId>orai18n-mapping</artifactId> |
| 
 | 
 | 
 | <version>11.2.0</version> |
| 
 | 
 | </dependency> |
| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>org.richfaces.core</groupId> |
| 
 | 
 | 
 | <artifactId>richfaces-core-api</artifactId> |
| 
 | 
 | 
 | <version>4.1.0.Final</version> |
| 
 | 
 | </dependency> |
| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>org.richfaces.core</groupId> |
| 
 | 
 | 
 | <artifactId>richfaces-core-impl</artifactId> |
| 
 | 
 | 
 | <version>4.1.0.Final</version> |
| 
 | 
 | </dependency> |
| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>org.richfaces.ui</groupId> |
| 
 | 
 | 
 | <artifactId>richfaces-components-api</artifactId> |
| 
 | 
 | 
 | <version>4.1.0.Final</version> |
| 
 | 
 | </dependency> |
| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>org.richfaces.ui</groupId> |
| 
 | 
 | 
 | <artifactId>richfaces-components-ui</artifactId> |
| 
 | 
 | 
 | <version>4.1.0.Final</version> |
| 
 | 
 | </dependency> |
| <!-- | 
 | <dependency> --> |
| <!-- | 
 | 
 | <groupId>org.apache.myfaces.core</groupId> --> |
| <!-- | 
 | 
 | <artifactId>myfaces-impl</artifactId> --> |
| <!-- | 
 | 
 | <version>2.1.1</version> --> |
| <!-- | 
 | </dependency> --> |
| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>com.google.guava</groupId> |
| 
 | 
 | 
 | <artifactId>guava</artifactId> |
| 
 | 
 | 
 | <version>r08</version> |
| 
 | 
 | </dependency> |
| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>net.sourceforge.cssparser</groupId> |
| 
 | 
 | 
 | <artifactId>cssparser</artifactId> |
| 
 | 
 | 
 | <version>0.9.5</version> |
| 
 | 
 | 
 | <type>pom</type> |
| 
 | 
 | </dependency> |
| 
 | 
 | <dependency> |
| 
 | 
 | 
 | <groupId>org.w3c.css</groupId> |
| 
 | 
 | 
 | <artifactId>sac</artifactId> |
| 
 | 
 | 
 | <version>1.3</version> |
| 
 | 
 | </dependency> |


Many thanks
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/720292#720292]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120228/69a16a1e/attachment.html 


More information about the jboss-user mailing list