Hi
I get below error while connecting to oracle database :
Jan 24, 2007 4:10:11 PM org.apache.catalina.core.ApplicationContext log
INFO: Assigning new engine to 28290629
Jan 24, 2007 4:10:11 PM org.apache.catalina.core.ApplicationContext log
INFO: No jspwiki.propertyfile defined for this context, using default from /WEB-INF/jspwiki.properties
Jan 24, 2007 4:10:11 PM org.apache.catalina.core.ApplicationContext log
INFO: JSPWiki: Unable to load and setup properties from jspwiki.properties. Required property not found: key=jspwiki-s.JDBCPageProvider.RLLINTRA
Jan 24, 2007 4:10:11 PM org.apache.catalina.core.ApplicationContext log
INFO: ERROR: Failed to create a Wiki engine: JSPWiki: Unable to load and setup properties from jspwiki.properties. Required property not found: key=jspwiki-s.JDBCPageProvider.RLLINTRA
Jan 24, 2007 4:10:11 PM org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter WikiJSPFilter
com.ecyrd.jspwiki.InternalWikiException: No wiki engine, check logs.
at com.ecyrd.jspwiki.WikiEngine.getInstance(Unknown Source)
at com.ecyrd.jspwiki.ui.WikiServletFilter.init(Unknown Source)
at
and I have change database properties as written below :
jspwiki.pageProvider =com.forthgo.jspwiki.jdbcprovider.JDBCPageProvider
#
# Determines the database information when using JDBCPageProvider.
#
jspwiki-s.JDBCPageProvider.url = jdbc:oracle:thin:@10.124.24.110:1521:portal
jspwiki-s.JDBCPageProvider.username =rllintra
jspwiki-s.JDBCPageProvider.password =rllintranet
jspwiki-s.JDBCPageProvider.driver = oracle.jdbc.driver.OracleDriver
jspwiki-s.JDBCPageProvider.cachedConnections = 5
jspwiki-s.JDBCPageProvider.continuationEditMinutes = 30
IP 10.124.24.110 is of oracle server
portal is name of database
If I give username & password or leave it blank, there is no difference, error still remains. Various times I gave different user name & password even then RLLINTRA is shown in error message. I don't get it from where it is getting?
#
# ATTACHMENTS:
#
# Use the following property to define which attachment provider
# you want to use. You have basically two choices:
# * Set the value to BasicAttachmentProvider
# a simple, flat file versioning provider
# * Leave the value empty (or just comment the line out)
# the attachment functionality is disabled
#
jspwiki.attachmentProvider =com.forthgo.jspwiki.jdbcprovider.JDBCAttachmentProvider
#
# Determines the database information when using JDBCAttachmentProvider.
# Can be the same url as for JDBCPageProvider.
#
jspwiki-s.JDBCAttachmentProvider.url = jdbc:oracle:thin:@10.124.24.110:1521:portal
jspwiki-s.JDBCAttachmentProvider.username =rllintra
jspwiki-s.JDBCAttachmentProvider.password =rllintranet
jspwiki-s.JDBCAttachmentProvider.driver = oracle.jdbc.driver.OracleDriver
jspwiki-s.JDBCAttachmentProvider.cachedConnections = 5
#
what changes I should do in jspwiki.properties ?
paresh
Offline
Hello
I don't get it why I don't get answer to any of questions in this forum. I had given various questions in last few days but not got any answer or maybe I am in wrong forum, let me know.
Paresh
Offline
pashah72 wrote:
I don't get it why I don't get answer to any of questions in this forum. I had given various questions in last few days but not got any answer or maybe I am in wrong forum, let me know.
You are at the correct forum but asking very specific JSPWiki questions. Most readers probably can't answer them (at least I cannot). You might want to check the JSPWiki detail page for ways to get support from the JSPWiki developers or their community. They may have their own forum or mailing list - ask them to have a look at your posts here.
Offline
Hi Andi
Thanks for reply (finally someone did it otherwise I thought this as a ghost forum) but can U tell me exact JSPWiki detail page or forum.
Looking forward for an favourable reply.
Regards
Paresh
Offline
pashah72 wrote:
can U tell me exact JSPWiki detail page or forum.
see http://www.wikimatrix.org/show/JSPWiki under "Development/Support". There is a Link to a Mailinglist.
Offline
Thanks Andi for providing "URL" for forum but already interactions are going on in this forum for last few days but I was asking for more forums besides this.
Offline
You are not logged in.