It's all about the answers!

Ask a question

CRJAZ1363I Loading the configuration from... for new installation


Roopa Venu (578) | asked Dec 12 '13, 8:20 a.m.

I am getting the following message in the logs - [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".

I Have installed CLM 4.0.4 and setup Oracle 11 g DB. I have followed the steps mentioned in the interactive user guide. but still facing this issue. This is a new installation.

3 answers



permanent link
Sumant Renukarya (1.1k23339) | answered Dec 12 '13, 11:04 a.m.
 Hi Roopa

I think the message seen here is due to a missing setting in the Websphere Application Server.

If you use the WAS Integrated Solutions Console, and browse to

Security --> Global Security --> Web and SIP security -->General Settings

On that page, the "Use available authentication data when an unprotected URI is accessed" must be checked.

Can you verify this and see if it helps?

-Sumant


Comments
Roopa Venu commented Dec 13 '13, 12:26 a.m.


permanent link
Roopa Venu (578) | answered Dec 13 '13, 12:27 a.m.

Hi Sumant,

 

I am using Tomcat and not websphere application server. Please let me know if the same can be used.

This setup is for pov and hence we are going ahead with Tomcat.

Let me know if there are any specific configurations to be done for using Oracle with Tomcat.

 

Thanks,

Roopa


Comments
Sumant Renukarya commented Dec 13 '13, 5:33 a.m.

 Hi Roopa


Can you paste the complete error seen in the jts.log?

Here are few other things that needs to be verified:

--> The issue could be been seen due to multiple Java Environment variables on the server.
You can run 'set' command from command prompt and see if this is the case.

--> This can also be a Windows-only problem and might be caused by server.startup.bat:

...
set SHORT_PATH=%~sp0%
set SHORT_PATH=%SHORT_PATH:\=/%
set PATH_URL=%DRIVE%%%3a%SHORT_PATH%
set JAVA_OPTS= ... -DJAZZ_HOME=file:///%PATH_URL%/conf 
...

The answer might be to just change /conf here to just conf. You might want to paste the entries in that file here. 


permanent link
Roopa Venu (578) | answered Dec 13 '13, 5:55 a.m.

Hi Sumant,

please find the log of catalina...

Dec 13, 2013 4:04:53 PM 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: F:\IBM\JazzTeamServer\server\jre\bin\compressedrefs;F:\IBM\JazzTeamServer\server\jre\bin;C:\Windows\system32;C:\Windows;E:\FASTSearch\bin;C:\csvn\bin\;C:\csvn\Python25\;E:\programs\siemens\TC912\tcroot\tccs\lib;C:\Program Files\Java\jdk1.7.0_17\bin;E:\programs\Oracle\product\11.2.0\dbhome_1\bin; ;E:\programs\others\oracle\product\11.2.0\dbhome_1;E:\programs\others\oracle\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Imaging\;C:\Program Files\System Center Operations Manager 2007\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\ManageSoft\Common;C:\Program Files\TortoiseSVN\bin;F:\programs\TC_VIZ_10\Products\Mockup\ClearanceDB;.
Dec 13, 2013 4:04:54 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-9443"]
Dec 13, 2013 4:04:55 PM org.apache.tomcat.util.net.jsse.JSSESocketFactory getStore
SEVERE: Failed to load keystore type JKS with path C:\Users\roopa.venu/.keystore due to C:\Users\roopa.venu\.keystore (The system cannot find the file specified.)
Throwable occurred: java.io.FileNotFoundException: C:\Users\roopa.venu\.keystore (The system cannot find the file specified.)
 at java.io.FileInputStream.<init>(FileInputStream.java:113)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFactory.java:400)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocketFactory.java:306)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:565)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:505)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:449)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:158)
 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:393)
 at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)
 at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
 at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
 at org.apache.catalina.connector.Connector.initInternal(Connector.java:981)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:814)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:633)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:658)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:600)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450)
Dec 13, 2013 4:04:55 PM org.apache.coyote.AbstractProtocol init
SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-9443"]
Throwable occurred: java.io.FileNotFoundException: C:\Users\roopa.venu\.keystore (The system cannot find the file specified.)
 at java.io.FileInputStream.<init>(FileInputStream.java:113)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFactory.java:400)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocketFactory.java:306)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:565)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:505)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:449)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:158)
 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:393)
 at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)
 at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
 at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
 at org.apache.catalina.connector.Connector.initInternal(Connector.java:981)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:814)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:633)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:658)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:600)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450)
Dec 13, 2013 4:04:55 PM org.apache.catalina.core.StandardService initInternal
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-9443]]
Throwable occurred: org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-9443]]
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
 at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:814)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:633)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:658)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:600)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
 at org.apache.catalina.connector.Connector.initInternal(Connector.java:983)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 ... 12 more
Caused by: java.io.FileNotFoundException: C:\Users\roopa.venu\.keystore (The system cannot find the file specified.)
 at java.io.FileInputStream.<init>(FileInputStream.java:113)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFactory.java:400)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocketFactory.java:306)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:565)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:505)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:449)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:158)
 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:393)
 at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)
 at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
 at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
 at org.apache.catalina.connector.Connector.initInternal(Connector.java:981)
 ... 13 more
Dec 13, 2013 4:04:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-9443"]
Dec 13, 2013 4:04:55 PM org.apache.coyote.AbstractProtocol init
SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-9443"]
Throwable occurred: java.net.BindException: Address already in use: JVM_Bind <null>:9443
 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:406)
 at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)
 at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
 at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
 at org.apache.catalina.connector.Connector.initInternal(Connector.java:981)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:814)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:633)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:658)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:600)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450)
Caused by: java.net.BindException: Address already in use: JVM_Bind
 at java.net.PlainSocketImpl.socketBind(Native Method)
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:402)
 at java.net.ServerSocket.bind(ServerSocket.java:328)
 at java.net.ServerSocket.<init>(ServerSocket.java:194)
 at java.net.ServerSocket.<init>(ServerSocket.java:150)
 at com.ibm.jsse2.cd.<init>(cd.java:29)
 at com.ibm.jsse2.SSLServerSocketFactoryImpl.createServerSocket(SSLServerSocketFactoryImpl.java:14)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:159)
 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:393)
 ... 17 more
Dec 13, 2013 4:04:55 PM org.apache.catalina.core.StandardService initInternal
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-9443]]
Throwable occurred: org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-9443]]
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
 at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:814)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:633)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:658)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:600)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
 at org.apache.catalina.connector.Connector.initInternal(Connector.java:983)
 at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
 ... 12 more
Caused by: java.net.BindException: Address already in use: JVM_Bind <null>:9443
 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:406)
 at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:610)
 at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
 at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
 at org.apache.catalina.connector.Connector.initInternal(Connector.java:981)
 ... 13 more
Caused by: java.net.BindException: Address already in use: JVM_Bind
 at java.net.PlainSocketImpl.socketBind(Native Method)
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:402)
 at java.net.ServerSocket.bind(ServerSocket.java:328)
 at java.net.ServerSocket.<init>(ServerSocket.java:194)
 at java.net.ServerSocket.<init>(ServerSocket.java:150)
 at com.ibm.jsse2.cd.<init>(cd.java:29)
 at com.ibm.jsse2.SSLServerSocketFactoryImpl.createServerSocket(SSLServerSocketFactoryImpl.java:14)
 at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:159)
 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:393)
 ... 17 more
Dec 13, 2013 4:04:55 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-9009"]
Dec 13, 2013 4:04:55 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2713 ms
Dec 13, 2013 4:04:55 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Dec 13, 2013 4:04:55 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.32
Dec 13, 2013 4:04:55 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\IBM\JazzTeamServer\server\tomcat\webapps\admin.war
Dec 13, 2013 4:05:01 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\IBM\JazzTeamServer\server\tomcat\webapps\ccm.war
Dec 13, 2013 4:05:19 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\IBM\JazzTeamServer\server\tomcat\webapps\clmhelp.war
Dec 13, 2013 4:05:26 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\IBM\JazzTeamServer\server\tomcat\webapps\converter.war
Dec 13, 2013 4:05:33 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\IBM\JazzTeamServer\server\tomcat\webapps\jts.war
Dec 13, 2013 4:05:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\IBM\JazzTeamServer\server\tomcat\webapps\qm.war
Dec 13, 2013 4:06:20 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\IBM\JazzTeamServer\server\tomcat\webapps\rm.war
Dec 13, 2013 4:06:29 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\IBM\JazzTeamServer\server\tomcat\webapps\ROOT
Dec 13, 2013 4:06:29 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-9009"]
Dec 13, 2013 4:06:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 93724 ms
 

the log of Jts is as follows:

2013-12-05 19:13:01,248 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-05 19:13:01,249 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 12:45:27,376 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 12:45:27,377 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 16:01:51,789 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 16:01:51,789 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 16:20:10,118 [       Launch callback handler]  WARN eam.repository.provision.internal.ProvisionService  - CRJAZ0289I Failed to load the properties from the profile "F:\IBM\JazzTeamServer\server\conf\jts\provision_profiles\profile.ini".
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
 at java.util.Properties.loadConvert(Properties.java:523)
 at java.util.Properties.load0(Properties.java:340)
 at java.util.Properties.load(Properties.java:288)
 at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfileNoWait(ProvisionService.java:1125)
 at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfile(ProvisionService.java:1081)
 at com.ibm.team.repository.provision.internal.ProvisionService.installFromContextConfigurationUrl(ProvisionService.java:1160)
 at com.ibm.team.jfs.app.install.Activator$1.run(Activator.java:172)
 at java.lang.Thread.run(Thread.java:738)
2013-12-12 16:20:16,744 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 16:20:16,745 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 16:50:03,553 [       Launch callback handler]  WARN eam.repository.provision.internal.ProvisionService  - CRJAZ0289I Failed to load the properties from the profile "F:\IBM\JazzTeamServer\server\conf\jts\provision_profiles\profile.ini".
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
 at java.util.Properties.loadConvert(Properties.java:523)
 at java.util.Properties.load0(Properties.java:340)
 at java.util.Properties.load(Properties.java:288)
 at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfileNoWait(ProvisionService.java:1125)
 at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfile(ProvisionService.java:1081)
 at com.ibm.team.repository.provision.internal.ProvisionService.installFromContextConfigurationUrl(ProvisionService.java:1160)
 at com.ibm.team.jfs.app.install.Activator$1.run(Activator.java:172)
 at java.lang.Thread.run(Thread.java:738)
2013-12-12 16:50:08,812 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 16:50:08,812 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 17:16:09,451 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 17:16:09,452 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 17:24:59,666 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 17:24:59,666 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 17:41:04,289 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 17:41:04,290 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-12 18:34:51,377 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-12 18:34:51,378 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 13:33:35,922 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 13:33:35,928 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 13:43:06,789 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 13:43:06,789 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 14:03:26,488 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 14:03:26,489 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 14:36:53,267 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 14:36:53,271 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 15:41:13,535 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 15:41:13,540 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 15:50:48,221 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 15:50:48,222 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 16:01:11,900 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 16:01:11,900 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".
2013-12-13 16:05:46,994 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the CLM Messages Information Center at
 https://jazz.net/help-dev/CLMErrorMessages/index.jsp.
2013-12-13 16:05:46,994 [Component Resolve Thread (Bundle 91)]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/F%3a/IBM/JazzTeamServer/server/conf/jts/teamserver.properties".

the server.xml data is as follows

<?xml version='1.0' encoding='utf-8'?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<!-- Note:  A "Server" is not itself a "Container", so you may not
     define subcomponents such as "Valves" at this level.
     Documentation at /docs/config/server.html
 -->
<Server port="9005" shutdown="SHUTDOWN">
  <!-- Security listener. Documentation at /docs/config/listeners.html
  <Listener className="org.apache.catalina.security.SecurityListener" />
  -->
  <!--APR library loader. Documentation at /docs/apr.html -->
  <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
  <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
  <Listener className="org.apache.catalina.core.JasperListener" />
  <!-- Prevent memory leaks due to use of particular java/javax APIs-->
  <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
  <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
  <Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />

  <!-- Global JNDI resources
       Documentation at /docs/jndi-resources-howto.html
  -->
  <GlobalNamingResources>
    <!-- Editable user database that can also be used by
         UserDatabaseRealm to authenticate users
    -->
    <Resource name="UserDatabase" auth="Container"
              type="org.apache.catalina.UserDatabase"
              description="User database that can be updated and saved"
              factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
       pathname="conf/tomcat-users.xml"
       readonly="false" />

    <!-- Uncomment this resource entry if you wish to use LDAPLocalGroup
         realm in Tomcat. LDAPLocalGroup realm allows users to manage authentication
         using LDAP and user group membership using a file in the file system.
         This is very useful for teams that don't have write access to the LDAP
         directory but wishes to manage the membership of the 5 Jazz groups. -->
    <!--           
    <Resource name="LocalRoleMap" auth="Container"
        type="com.ibm.team.repository.localgroups.IUserRoleMap"
        descripion="Role mapping file"
        factory="com.ibm.team.repository.localgroups.realm.RoleMappingResourceFactory"
        pathname="/opt/jazz/server/mapping.csv" /> -->     
     
  </GlobalNamingResources>

  <!-- A "Service" is a collection of one or more "Connectors" that share
       a single "Container" Note:  A "Service" is not itself a "Container",
       so you may not define subcomponents such as "Valves" at this level.
       Documentation at /docs/config/service.html
   -->
  <Service name="Catalina">
 
    <!--The connectors can use a shared executor, you can define one or more named thread pools-->
    <!--
    <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
        maxThreads="150" minSpareThreads="4"/>
    -->
   
   
    <!-- A "Connector" represents an endpoint by which requests are received
         and responses are returned. Documentation at :
         Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
         Java AJP  Connector: /docs/config/ajp.html
         APR (HTTP/AJP) Connector: /docs/apr.html
         Define a non-SSL HTTP/1.1 Connector on port 9080
    -->
<!--   <Connector port="9080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="9443" />-->
    <!-- A "Connector" using the shared thread pool-->

<!--    <Connector executor="tomcatThreadPool"
               port="9081" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="9443" /> -->

    <!-- Define a SSL HTTP/1.1 Connector on port 9443
         This connector uses the JSSE configuration, when using APR, the
         connector should be using the OpenSSL style configuration
         described in the APR documentation -->
   
    <Connector port="9443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS" />

    <Connector port="9443"
               connectionTimeout="20000"
               maxHttpHeaderSize="8192"
               maxThreads="150"
               minSpareThreads="25"
               enableLookups="false"
               disableUploadTimeout="true"
               acceptCount="100"
               scheme="https"
               secure="true"
               clientAuth="false"
               keystoreFile="ibm-team-ssl.keystore"
               keystorePass="ibm-team"
        protocol="HTTP/1.1"
        SSLEnabled="true"
               sslProtocol="${jazz.connector.sslProtocol}"
               algorithm="${jazz.connector.algorithm}"
               URIEncoding="UTF-8"
               ciphers="SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA" />
   

    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="9009" protocol="AJP/1.3" redirectPort="9443" enableLookups="false" />


    <!-- An Engine represents the entry point (within Catalina) that processes
         every request.  The Engine implementation for Tomcat stand alone
         analyzes the HTTP headers included with the request, and passes them
         on to the appropriate Host (virtual host).
         Documentation at /docs/config/engine.html -->

    <!-- You should set jvmRoute to support load-balancing via AJP ie :
    <Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">        
    -->
    <Engine name="Catalina" defaultHost="localhost">

      <!--For clustering, please take a look at documentation at:
          /docs/cluster-howto.html  (simple how to)
          /docs/config/cluster.html (reference documentation) -->
      <!--
      <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
      -->       

      <!-- Use the LockOutRealm to prevent attempts to guess user passwords
           via a brute-force attack -->
      <Realm className="org.apache.catalina.realm.LockOutRealm">
        <!-- This Realm uses the UserDatabase configured in the global JNDI
             resources under the key "UserDatabase".  Any edits
             that are performed against this UserDatabase are immediately
             available for use by the Realm.  -->
        <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
               resourceName="UserDatabase"
               digest="SHA-1"
               digestEncoding="UTF-8"/>

      <!-- LDAPLocalGroup realm example. Use this realm if you wish to manage
           authentication via LDAP and group membership via local file in the
           filesystem -->
      <!--     
           <Realm className="com.ibm.team.repository.localgroups.realm.LocalMappingJNDIRealm"
               connectionURL="ldap://ldapserver.com:389"
               userBase="ou=users,dc=jazz,dc=net"
               userSearch="(uid={0})"
               userSubtree="true"
               roleBase="ou=people,dc=xxx"
               roleSubtree="false"
               roleSearch="(memberNotAvailablexxx={0})"
               roleName="cn"
            />
      -->       
      
      </Realm>

      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">

        <!-- SingleSignOn valve, share authentication between web applications
             Documentation at: /docs/config/valve.html -->
        <Valve className="org.apache.catalina.authenticator.SingleSignOn" />

        <!-- Access log processes all example.
             Documentation at: /docs/config/valve.html
             Note: The pattern used is equivalent to using pattern="common" -->
 <!--
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="localhost_access_log." suffix=".txt"
               pattern="%h %l %u %t &quot;%r&quot; %s %b" />
         -->

      </Host>
    </Engine>
  </Service>
</Server>

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.