- 03-22-2010 #1
Error JSP server Integration with stellent
Hi,
I am trying to integrate JSP server with setllent. I am getting java.lang.NoClassDefFoundError: intradoc/lang/BlockingQueue error. below are the steps I followed.
- Created new security group "jsp".
- Assigned Admin permission to the admin role and any developer roles.
- Assigned Read permission to all non-admin roles.
- modified CLASSPATH in the intradoc.cfg file to include the path to the "tools.jar" file of JDK1.5
- In the System Properties utility, server tab clicked Execute Java Server Page and entered jsp as security group.
- restarted the content server.
- Checked in the .war file in the JSP security group
- tried accessing Start the JSP Server Web App Admin from the Administration page but could find as the server was throwing the blow error.
!csJspServerInitializationError!syExceptionType2,j ava.lang.NoClassDefFoundError,intradoc/lang/BlockingQueue
java.lang.NoClassDefFoundError: intradoc/lang/BlockingQueue
at tomcatprovider.TomcatServer.<clinit>(TomcatServer. java:48)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at intradoc.common.ClassHelperUtils.createClass(Class HelperUtils.java:80)
at intradoc.common.ClassHelper.init(ClassHelper.java: 38)
at intradoc.server.jsp.JspProvider.init(JspProvider.j ava:69)
at intradoc.provider.Provider.init(Provider.java:68)
at intradoc.server.IdcSystemLoader.loadProviders(IdcS ystemLoader.java:1937)
at intradoc.server.IdcSystemLoader.initProviders(IdcS ystemLoader.java:1729)
at intradoc.server.IdcSystemLoader.finishInit(IdcSyst emLoader.java:221)
at intradoc.server.IdcSystemLoader.init(IdcSystemLoad er.java:185)
at intradoc.server.IdcServerManager.init(IdcServerMan ager.java:73)
at IdcServerNT.init(IdcServerNT.java:86)
at IdcServerNT.main(IdcServerNT.java:54)
Kindly someone help in resolving this issue. I am getting this error on my office system but same thing is running fine in my personal system.
Thanks in advance,
Padmaja.Last edited by padmaja.x.reddy; 03-22-2010 at 07:10 AM.
- Club-Oracle Complementary E-Books and Magazines
Get your free Complementary Copy of Oracle Magazine
You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.
Similar Threads
-
How to use hypertext content server forms (HCSF) in stellent content server ??
By yaznesh in forum Oracle Fusion MiddlewareReplies: 6Last Post: 03-23-2010, 06:48 PM -
frm-41211 integration error:
By mjawadkhatri in forum Oracle Developer Suite and ToolsReplies: 2Last Post: 11-04-2009, 03:35 AM -
Stellent and Hyperion Financial Management Integration
By tworaclefan in forum Oracle Fusion MiddlewareReplies: 0Last Post: 10-15-2009, 04:09 PM -
How to implement Dynamic Server Pages in Stellent ??
By Vijay Thagulla in forum Oracle Fusion MiddlewareReplies: 1Last Post: 02-18-2009, 08:23 AM -
Using Oracle/Stellent UCM with SQL Server?
By iCloche in forum Oracle Fusion MiddlewareReplies: 4Last Post: 01-22-2009, 02:49 AM
