It's all about the answers!

Ask a question

RTCz V3 M7a - tomcat server with DB2 startup error


Donald Poulin (2249119107) | asked Aug 13 '10, 9:01 a.m.
Trying to start up the tomcat server with DB2 for RTCz V3 M7a and getting a series of "error copying resource" - some just say "no such file or directory" while others say "no space left on device". I suspect the root of the problem is no space on device.

Can anyone tell me what device the message is referring to? Is it associated with the "workpath" (/u/jazz)??

Aug 12, 2010 1:56:29 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error copying resources
Throwable occurred: java.io.IOException: EDC5129I No such file or directory.
at java.io.File.createNewFile(File.java:884)
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL


Aug 12, 2010 1:56:37 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error copying resources
Throwable occurred: java.io.IOException: EDC5133I No space left on device.
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:266)
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL

2 answers



permanent link
Ralph Schoon (63.1k33646) | answered Aug 13 '10, 9:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,

two places to look. The Drive/Volume the server install directory is located and the drives/volumes the DB is using. If there is space left?

Does the user running the server process have write permission in the installation folders and subfolders? the server tries to create files and write others there. If there is no permission to do that......

Ralph

Trying to start up the tomcat server with DB2 for RTCz V3 M7a and getting a series of "error copying resource" - some just say "no such file or directory" while others say "no space left on device". I suspect the root of the problem is no space on device.

Can anyone tell me what device the message is referring to? Is it associated with the "workpath" (/u/jazz)??

Aug 12, 2010 1:56:29 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error copying resources
Throwable occurred: java.io.IOException: EDC5129I No such file or directory.
at java.io.File.createNewFile(File.java:884)
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL


Aug 12, 2010 1:56:37 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error copying resources
Throwable occurred: java.io.IOException: EDC5133I No space left on device.
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:266)
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL
at org.eclipse.equinox.servletbridge.FrameworkLauncher.copyResource(FrameworkL

permanent link
Shajeel Khan (2146) | answered Mar 29 '12, 2:31 p.m.
Hi,

We are installing RTC on RDz UT. After configuring teamserver.properties files we are now running BLZCREDB job which use to create database tables and indexes for JTS, CCM and QM.

But it showing the following errors;

-----------------------------------------------------------------------------------
CRJAZ1705W The system property "com.ibm.team.repotools.rcp.scriptName" is not set. Using the default value "repotools".
Repo Tools
Provisioning using "/etc/rtcconf/jazz/jts/provision_profiles".
Jazz Foundation - Core Libraries, Version 3.0.1 (RJF-I20110602-0017)
CRJAZ1363I Loading the configuration from "file:/etc/rtcconf/jazz/jts/teamserver.properties".
CRJAZ1779I This server is configured as a JTS.
CRJAZ1781W The Public URI Root has not been set. Use the server setup wizard to enter the public URI. This property is required to
enforce consistent URL management in the application. The public URI represents the URL that all clients must use to access the ap
plication.
CRJAZ1365I The server is attempting to connect to the following database: "//192.168.32.126:5025/DALLAS9:user=xxxxxxxx;password=xxxx
xxxx;"
CRJAZ1364I The connection to the following database was successful:
Db Product Name: DB2
Db Product Version: DSN09015
Db URL: jdbc:db2://192.168.32.126:5025/DALLAS9:user=xxxxxxxx;password=xxxxxxxx;
Jdbc Driver Name: IBM DB2 JDBC Universal Driver Architecture
Jdbc Driver Version: 3.58.104
CRJAZ1093I The following service class was not activated: "com.ibm.team.repository.service.internal.schemagen.PersistentMappingServi
ce"
CRJAZ1141I Cannot get the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService".
CRJAZ1203I Could not determine the database location.
CRJAZ1306I The service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" is not available.
Creating the tables for the database "//192.168.32.126:5025/DALLAS9:user=xxxxxxxx;password=xxxxxxxx;" with indices.
CRJAZ1141I Cannot get the service "com.ibm.team.repository.service.internal.rdb.IDatabaseCreationService".
CRJAZ1309I The database connectivity service is not ready.
The database tables were not created.
-------------------------------------------------------------------------------------

Why it's not creating database tables successfully?


Also, after seeing the logs from /u/rtcwork/jazz/logs there's another error stating this;

-------------------------------------------------------------------------------------
java.io.IOException: EDC5133I No space left on device.
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:266)
at
org.eclipse.osgi.internal.baseadaptor.AdaptorUtil.readFile(AdaptorUtil.j
ava:76)
at
org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.
java:79)
-------------------------------------------------------------------------------------

Our system don't have any space issue as we had checked.

Really look forward for your cooperation in this regard.


Thanks,
Shajeel Ahmed Khan

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.