i was install JIRA 4.2.4 with jdk-6u30-windows-i586.exe on windows xp sp2
iam using oracle DB 10g release 2
by following JIRA 4.2 Documentation (PDF) 20101021.pdf connecting JIRA to Oracle pages (634-636)
by using JIRA Configuration Tool and give me Connection successful.
when i connect to JIRA after save the sitting i have this error:
type Status report
message
description The requested resource () is not available.
(notes)
when i connect to HSQL DB its work with me.
i was Download the Oracle JDBC driver for my DB 10g the driver 11.2.x version. as they recommended in the documentation.
please advice
Hi,
are there any error messages in the log file ?
thank u for ur quick reply.
i have 8 log files what should i read??
access_log.2012-02-27
catalina.2012-02-27.log
host-manager.2012-02-27.log
jakarta_service_20120227.log
localhost.2012-02-27.log
manager.2012-02-27.log
stderr_20120227.log
stdout_20120227.log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"catalina.out" is the interesting one
or catalalina.<data>.log and maybe the stderr_... files
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this is what i have in catalina log
27/02/2012 03:36:09 م org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
27/02/2012 03:36:10 م org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
27/02/2012 03:36:10 م org.apache.catalina.core.StandardContext stop
INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/] has not been started
27/02/2012 03:36:10 م org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
27/02/2012 03:36:27 م org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: H:\Atlassian\JIRA 4.2.4-b591\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;g:\DevSuiteHome\jdk\jre\bin\classic;g:\DevSuiteHome\jdk\jre\bin;g:\DevSuiteHome\jdk\jre\bin\client;g:\DevSuiteHome\jlib;g:\DevSuiteHome\bin;g:\DevSuiteHome\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program Files\PC Connectivity Solution\;C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Subversion\bin
27/02/2012 03:36:27 م org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
27/02/2012 03:36:27 م org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1186 ms
27/02/2012 03:36:27 م org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name Catalina
27/02/2012 03:36:27 م org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
27/02/2012 03:36:27 م org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
27/02/2012 03:40:45 م org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
27/02/2012 03:40:47 م org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
27/02/2012 03:40:47 م org.apache.catalina.startup.Catalina start
INFO: Server startup in 260389 ms
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
27/02/2012 03:40:45 م org.apache.catalina.core.StandardContext start
SEVERE: Context [] startup failed due to previous errors
27/02/2012 03:40:47 م org.apache.catalina.core.StandardContext start
SEVERE: Exception during cleanup after start failed
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$EntryIterator.next(HashMap.java:834)
at java.util.HashMap$EntryIterator.next(HashMap.java:832)
at java.util.HashMap.putAllForCreate(HashMap.java:435)
at java.util.HashMap.clone(HashMap.java:669)
at org.apache.catalina.loader.WebappClassLoader.clearReferences(WebappClassLoader.java:1621)
at org.apache.catalina.loader.WebappClassLoader.stop(WebappClassLoader.java:1524)
at org.apache.catalina.loader.WebappLoader.stop(WebappLoader.java:707)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4611)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4474)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm, maybe you should contact official Jira Support with that (https://support.atlassian.com/secure/Dashboard.jspa).
Good Luck !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.