Apache Tomcat can't create log file and failsTEMP vs TMP in Environment VariablesWindows: Can't launch any...
Map of water taps to fill bottles
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
Phrase for the opposite of "foolproof"
a sore throat vs a strep throat vs strep throat
On The Origin of Dissonant Chords
Aligning equation numbers vertically
Betweenness centrality formula
Which big number is bigger?
How to denote matrix elements succinctly?
What happened to Captain America in Endgame?
How exactly does Hawking radiation decrease the mass of black holes?
Why did C use the -> operator instead of reusing the . operator?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?
Rivers without rain
bldc motor, esc and battery draw, nominal vs peak
What does the integral of a function times a function of a random variable represent, conceptually?
How to write a column outside the braces in a matrix?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?
How can I print the prosodic symbols in LaTeX?
Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?
Could the terminal length of components like resistors be reduced?
Apache Tomcat can't create log file and fails
TEMP vs TMP in Environment VariablesWindows: Can't launch any program from command promptPath Environment Variable not workingwindows error reporting event id 1001 windows 10Firefox getting stuck on opening/closing tabsHardlinked windows 10. Issues with windows updates and all standart metro appsWhere does Duplicati keep its log files?Python says is 216 bitsNord VPN is keeping local logs, how to automate log purging?What are the different places that a program/game could possibly store data?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I try to start Apache Maven at Win7 x64 SP1.
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
Apache Tomcat 6.0.36 x64 (also tried to use 7 version and x86 versions, no matter).
It fails immediately after start with an error:
java.util.logging.ErrorManager: 4
java.io.FileNotFoundException: C:Programsapache-tomcat-6.0.36" -Dcatalina.home=C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
No log file created at apache-tomcat-6.0.36logs
I tried completely disable Windows firewall and UAC. It doesn't helps.
It seems like problem at the filename with quote:
C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
Any suggestions how to solve this issue?
UPDATE: SET command results added
C:UsersDana>set
ALLUSERSPROFILE=C:ProgramData
APPDATA=C:UsersDanaAppDataRoaming
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
CommonProgramFiles=C:Program FilesCommon Files
CommonProgramFiles(x86)=C:Program Files (x86)Common Files
CommonProgramW6432=C:Program FilesCommon Files
COMPUTERNAME=DANA-PC
ComSpec=C:Windowssystem32cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=UsersDana
JAVA_HOME=C:ProgramsJavajdk1.7.0
LOCALAPPDATA=C:UsersDanaAppDataLocal
LOGONSERVER=\DANA-PC
M3_HOME=C:Programsapache-maven-3
NUMBER_OF_PROCESSORS=2
OS=Windows_NT
Path=C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32
WindowsPowerShellv1.0;C:ProgramsJavajdk1.7.0bin;C:Program FilesMicroso
ftWeb Platform Installer;C:Program Files (x86)Microsoft ASP.NETASP.NET Web
Pagesv1.0;C:Program Files (x86)Windows Kits8.0Windows Performance Toolkit
;C:Program FilesMicrosoft SQL Server110ToolsBinn;C:Programsapache-maven-
3\bin;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=AMD64 Family 17 Model 3 Stepping 1, AuthenticAMD
PROCESSOR_LEVEL=17
PROCESSOR_REVISION=0301
ProgramData=C:ProgramData
ProgramFiles=C:Program Files
ProgramFiles(x86)=C:Program Files (x86)
ProgramW6432=C:Program Files
PROMPT=$P$G
PSModulePath=C:Windowssystem32WindowsPowerShellv1.0Modules
PUBLIC=C:UsersPublic
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:Windows
TEMP=C:UsersDanaAppDataLocalTemp
TMP=C:UsersDanaAppDataLocalTemp
USERDOMAIN=Dana-PC
USERNAME=Dana
USERPROFILE=C:UsersDana
VS110COMNTOOLS=C:ProgramsMicrosoft Visual Studio 11.0Common7Tools
windir=C:Windows
windows_tracing_flags=3
windows_tracing_logfile=C:BVTBinTestsinstallpackagecsilogfile.log
windows logging tomcat maven
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I try to start Apache Maven at Win7 x64 SP1.
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
Apache Tomcat 6.0.36 x64 (also tried to use 7 version and x86 versions, no matter).
It fails immediately after start with an error:
java.util.logging.ErrorManager: 4
java.io.FileNotFoundException: C:Programsapache-tomcat-6.0.36" -Dcatalina.home=C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
No log file created at apache-tomcat-6.0.36logs
I tried completely disable Windows firewall and UAC. It doesn't helps.
It seems like problem at the filename with quote:
C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
Any suggestions how to solve this issue?
UPDATE: SET command results added
C:UsersDana>set
ALLUSERSPROFILE=C:ProgramData
APPDATA=C:UsersDanaAppDataRoaming
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
CommonProgramFiles=C:Program FilesCommon Files
CommonProgramFiles(x86)=C:Program Files (x86)Common Files
CommonProgramW6432=C:Program FilesCommon Files
COMPUTERNAME=DANA-PC
ComSpec=C:Windowssystem32cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=UsersDana
JAVA_HOME=C:ProgramsJavajdk1.7.0
LOCALAPPDATA=C:UsersDanaAppDataLocal
LOGONSERVER=\DANA-PC
M3_HOME=C:Programsapache-maven-3
NUMBER_OF_PROCESSORS=2
OS=Windows_NT
Path=C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32
WindowsPowerShellv1.0;C:ProgramsJavajdk1.7.0bin;C:Program FilesMicroso
ftWeb Platform Installer;C:Program Files (x86)Microsoft ASP.NETASP.NET Web
Pagesv1.0;C:Program Files (x86)Windows Kits8.0Windows Performance Toolkit
;C:Program FilesMicrosoft SQL Server110ToolsBinn;C:Programsapache-maven-
3\bin;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=AMD64 Family 17 Model 3 Stepping 1, AuthenticAMD
PROCESSOR_LEVEL=17
PROCESSOR_REVISION=0301
ProgramData=C:ProgramData
ProgramFiles=C:Program Files
ProgramFiles(x86)=C:Program Files (x86)
ProgramW6432=C:Program Files
PROMPT=$P$G
PSModulePath=C:Windowssystem32WindowsPowerShellv1.0Modules
PUBLIC=C:UsersPublic
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:Windows
TEMP=C:UsersDanaAppDataLocalTemp
TMP=C:UsersDanaAppDataLocalTemp
USERDOMAIN=Dana-PC
USERNAME=Dana
USERPROFILE=C:UsersDana
VS110COMNTOOLS=C:ProgramsMicrosoft Visual Studio 11.0Common7Tools
windir=C:Windows
windows_tracing_flags=3
windows_tracing_logfile=C:BVTBinTestsinstallpackagecsilogfile.log
windows logging tomcat maven
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I try to start Apache Maven at Win7 x64 SP1.
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
Apache Tomcat 6.0.36 x64 (also tried to use 7 version and x86 versions, no matter).
It fails immediately after start with an error:
java.util.logging.ErrorManager: 4
java.io.FileNotFoundException: C:Programsapache-tomcat-6.0.36" -Dcatalina.home=C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
No log file created at apache-tomcat-6.0.36logs
I tried completely disable Windows firewall and UAC. It doesn't helps.
It seems like problem at the filename with quote:
C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
Any suggestions how to solve this issue?
UPDATE: SET command results added
C:UsersDana>set
ALLUSERSPROFILE=C:ProgramData
APPDATA=C:UsersDanaAppDataRoaming
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
CommonProgramFiles=C:Program FilesCommon Files
CommonProgramFiles(x86)=C:Program Files (x86)Common Files
CommonProgramW6432=C:Program FilesCommon Files
COMPUTERNAME=DANA-PC
ComSpec=C:Windowssystem32cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=UsersDana
JAVA_HOME=C:ProgramsJavajdk1.7.0
LOCALAPPDATA=C:UsersDanaAppDataLocal
LOGONSERVER=\DANA-PC
M3_HOME=C:Programsapache-maven-3
NUMBER_OF_PROCESSORS=2
OS=Windows_NT
Path=C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32
WindowsPowerShellv1.0;C:ProgramsJavajdk1.7.0bin;C:Program FilesMicroso
ftWeb Platform Installer;C:Program Files (x86)Microsoft ASP.NETASP.NET Web
Pagesv1.0;C:Program Files (x86)Windows Kits8.0Windows Performance Toolkit
;C:Program FilesMicrosoft SQL Server110ToolsBinn;C:Programsapache-maven-
3\bin;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=AMD64 Family 17 Model 3 Stepping 1, AuthenticAMD
PROCESSOR_LEVEL=17
PROCESSOR_REVISION=0301
ProgramData=C:ProgramData
ProgramFiles=C:Program Files
ProgramFiles(x86)=C:Program Files (x86)
ProgramW6432=C:Program Files
PROMPT=$P$G
PSModulePath=C:Windowssystem32WindowsPowerShellv1.0Modules
PUBLIC=C:UsersPublic
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:Windows
TEMP=C:UsersDanaAppDataLocalTemp
TMP=C:UsersDanaAppDataLocalTemp
USERDOMAIN=Dana-PC
USERNAME=Dana
USERPROFILE=C:UsersDana
VS110COMNTOOLS=C:ProgramsMicrosoft Visual Studio 11.0Common7Tools
windir=C:Windows
windows_tracing_flags=3
windows_tracing_logfile=C:BVTBinTestsinstallpackagecsilogfile.log
windows logging tomcat maven
I try to start Apache Maven at Win7 x64 SP1.
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
Apache Tomcat 6.0.36 x64 (also tried to use 7 version and x86 versions, no matter).
It fails immediately after start with an error:
java.util.logging.ErrorManager: 4
java.io.FileNotFoundException: C:Programsapache-tomcat-6.0.36" -Dcatalina.home=C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
No log file created at apache-tomcat-6.0.36logs
I tried completely disable Windows firewall and UAC. It doesn't helps.
It seems like problem at the filename with quote:
C:Programsapache-tomcat-6.0.36"logscatalina.2012-11-30.log
Any suggestions how to solve this issue?
UPDATE: SET command results added
C:UsersDana>set
ALLUSERSPROFILE=C:ProgramData
APPDATA=C:UsersDanaAppDataRoaming
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
CommonProgramFiles=C:Program FilesCommon Files
CommonProgramFiles(x86)=C:Program Files (x86)Common Files
CommonProgramW6432=C:Program FilesCommon Files
COMPUTERNAME=DANA-PC
ComSpec=C:Windowssystem32cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=UsersDana
JAVA_HOME=C:ProgramsJavajdk1.7.0
LOCALAPPDATA=C:UsersDanaAppDataLocal
LOGONSERVER=\DANA-PC
M3_HOME=C:Programsapache-maven-3
NUMBER_OF_PROCESSORS=2
OS=Windows_NT
Path=C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32
WindowsPowerShellv1.0;C:ProgramsJavajdk1.7.0bin;C:Program FilesMicroso
ftWeb Platform Installer;C:Program Files (x86)Microsoft ASP.NETASP.NET Web
Pagesv1.0;C:Program Files (x86)Windows Kits8.0Windows Performance Toolkit
;C:Program FilesMicrosoft SQL Server110ToolsBinn;C:Programsapache-maven-
3\bin;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=AMD64 Family 17 Model 3 Stepping 1, AuthenticAMD
PROCESSOR_LEVEL=17
PROCESSOR_REVISION=0301
ProgramData=C:ProgramData
ProgramFiles=C:Program Files
ProgramFiles(x86)=C:Program Files (x86)
ProgramW6432=C:Program Files
PROMPT=$P$G
PSModulePath=C:Windowssystem32WindowsPowerShellv1.0Modules
PUBLIC=C:UsersPublic
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:Windows
TEMP=C:UsersDanaAppDataLocalTemp
TMP=C:UsersDanaAppDataLocalTemp
USERDOMAIN=Dana-PC
USERNAME=Dana
USERPROFILE=C:UsersDana
VS110COMNTOOLS=C:ProgramsMicrosoft Visual Studio 11.0Common7Tools
windir=C:Windows
windows_tracing_flags=3
windows_tracing_logfile=C:BVTBinTestsinstallpackagecsilogfile.log
windows logging tomcat maven
windows logging tomcat maven
edited Aug 19 '18 at 5:21
JakeGould
33k10101143
33k10101143
asked Nov 30 '12 at 1:08
Maxim KolesnikovMaxim Kolesnikov
11627
11627
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Open the Environment Variables dialog (XP / Win7) and look for CATALINA_HOME under both the User and System variables sections. If it has a superfluous quote tacked on at the end, delete it, OK your way out and retry Tomcat.
I checked it already. There is no any quotes.
– Maxim Kolesnikov
Nov 30 '12 at 1:29
Sure? Can you paste the result ofset? Also, you didn't by any chance edit any of the batch files in Tomcat's bin directory, did you?
– Karan
Nov 30 '12 at 1:42
OK, I addedsetresults to my question. Moreover, if I remove CATALINA_HOME from Environment Variables nothing changes. And I didn't touch any batch files. It is fresh zip instance from official site.
– Maxim Kolesnikov
Nov 30 '12 at 1:53
Can you remove the backslash at the end of CATALINA_HOME, and also fix the double backslash in the PATH to Maven's bin dir?
– Karan
Nov 30 '12 at 1:57
OK, I did it and now Tomcat falls more quickly: no logs, no stacktrase.
– Maxim Kolesnikov
Nov 30 '12 at 10:47
|
show 2 more comments
For everyone looking for a solution:
Remove the backslash at the end of
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
to
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
Worked for me
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f512660%2fapache-tomcat-cant-create-log-file-and-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open the Environment Variables dialog (XP / Win7) and look for CATALINA_HOME under both the User and System variables sections. If it has a superfluous quote tacked on at the end, delete it, OK your way out and retry Tomcat.
I checked it already. There is no any quotes.
– Maxim Kolesnikov
Nov 30 '12 at 1:29
Sure? Can you paste the result ofset? Also, you didn't by any chance edit any of the batch files in Tomcat's bin directory, did you?
– Karan
Nov 30 '12 at 1:42
OK, I addedsetresults to my question. Moreover, if I remove CATALINA_HOME from Environment Variables nothing changes. And I didn't touch any batch files. It is fresh zip instance from official site.
– Maxim Kolesnikov
Nov 30 '12 at 1:53
Can you remove the backslash at the end of CATALINA_HOME, and also fix the double backslash in the PATH to Maven's bin dir?
– Karan
Nov 30 '12 at 1:57
OK, I did it and now Tomcat falls more quickly: no logs, no stacktrase.
– Maxim Kolesnikov
Nov 30 '12 at 10:47
|
show 2 more comments
Open the Environment Variables dialog (XP / Win7) and look for CATALINA_HOME under both the User and System variables sections. If it has a superfluous quote tacked on at the end, delete it, OK your way out and retry Tomcat.
I checked it already. There is no any quotes.
– Maxim Kolesnikov
Nov 30 '12 at 1:29
Sure? Can you paste the result ofset? Also, you didn't by any chance edit any of the batch files in Tomcat's bin directory, did you?
– Karan
Nov 30 '12 at 1:42
OK, I addedsetresults to my question. Moreover, if I remove CATALINA_HOME from Environment Variables nothing changes. And I didn't touch any batch files. It is fresh zip instance from official site.
– Maxim Kolesnikov
Nov 30 '12 at 1:53
Can you remove the backslash at the end of CATALINA_HOME, and also fix the double backslash in the PATH to Maven's bin dir?
– Karan
Nov 30 '12 at 1:57
OK, I did it and now Tomcat falls more quickly: no logs, no stacktrase.
– Maxim Kolesnikov
Nov 30 '12 at 10:47
|
show 2 more comments
Open the Environment Variables dialog (XP / Win7) and look for CATALINA_HOME under both the User and System variables sections. If it has a superfluous quote tacked on at the end, delete it, OK your way out and retry Tomcat.
Open the Environment Variables dialog (XP / Win7) and look for CATALINA_HOME under both the User and System variables sections. If it has a superfluous quote tacked on at the end, delete it, OK your way out and retry Tomcat.
answered Nov 30 '12 at 1:21
KaranKaran
49.5k1489162
49.5k1489162
I checked it already. There is no any quotes.
– Maxim Kolesnikov
Nov 30 '12 at 1:29
Sure? Can you paste the result ofset? Also, you didn't by any chance edit any of the batch files in Tomcat's bin directory, did you?
– Karan
Nov 30 '12 at 1:42
OK, I addedsetresults to my question. Moreover, if I remove CATALINA_HOME from Environment Variables nothing changes. And I didn't touch any batch files. It is fresh zip instance from official site.
– Maxim Kolesnikov
Nov 30 '12 at 1:53
Can you remove the backslash at the end of CATALINA_HOME, and also fix the double backslash in the PATH to Maven's bin dir?
– Karan
Nov 30 '12 at 1:57
OK, I did it and now Tomcat falls more quickly: no logs, no stacktrase.
– Maxim Kolesnikov
Nov 30 '12 at 10:47
|
show 2 more comments
I checked it already. There is no any quotes.
– Maxim Kolesnikov
Nov 30 '12 at 1:29
Sure? Can you paste the result ofset? Also, you didn't by any chance edit any of the batch files in Tomcat's bin directory, did you?
– Karan
Nov 30 '12 at 1:42
OK, I addedsetresults to my question. Moreover, if I remove CATALINA_HOME from Environment Variables nothing changes. And I didn't touch any batch files. It is fresh zip instance from official site.
– Maxim Kolesnikov
Nov 30 '12 at 1:53
Can you remove the backslash at the end of CATALINA_HOME, and also fix the double backslash in the PATH to Maven's bin dir?
– Karan
Nov 30 '12 at 1:57
OK, I did it and now Tomcat falls more quickly: no logs, no stacktrase.
– Maxim Kolesnikov
Nov 30 '12 at 10:47
I checked it already. There is no any quotes.
– Maxim Kolesnikov
Nov 30 '12 at 1:29
I checked it already. There is no any quotes.
– Maxim Kolesnikov
Nov 30 '12 at 1:29
Sure? Can you paste the result of
set? Also, you didn't by any chance edit any of the batch files in Tomcat's bin directory, did you?– Karan
Nov 30 '12 at 1:42
Sure? Can you paste the result of
set? Also, you didn't by any chance edit any of the batch files in Tomcat's bin directory, did you?– Karan
Nov 30 '12 at 1:42
OK, I added
set results to my question. Moreover, if I remove CATALINA_HOME from Environment Variables nothing changes. And I didn't touch any batch files. It is fresh zip instance from official site.– Maxim Kolesnikov
Nov 30 '12 at 1:53
OK, I added
set results to my question. Moreover, if I remove CATALINA_HOME from Environment Variables nothing changes. And I didn't touch any batch files. It is fresh zip instance from official site.– Maxim Kolesnikov
Nov 30 '12 at 1:53
Can you remove the backslash at the end of CATALINA_HOME, and also fix the double backslash in the PATH to Maven's bin dir?
– Karan
Nov 30 '12 at 1:57
Can you remove the backslash at the end of CATALINA_HOME, and also fix the double backslash in the PATH to Maven's bin dir?
– Karan
Nov 30 '12 at 1:57
OK, I did it and now Tomcat falls more quickly: no logs, no stacktrase.
– Maxim Kolesnikov
Nov 30 '12 at 10:47
OK, I did it and now Tomcat falls more quickly: no logs, no stacktrase.
– Maxim Kolesnikov
Nov 30 '12 at 10:47
|
show 2 more comments
For everyone looking for a solution:
Remove the backslash at the end of
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
to
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
Worked for me
add a comment |
For everyone looking for a solution:
Remove the backslash at the end of
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
to
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
Worked for me
add a comment |
For everyone looking for a solution:
Remove the backslash at the end of
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
to
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
Worked for me
For everyone looking for a solution:
Remove the backslash at the end of
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
to
CATALINA_HOME=C:Programsapache-tomcat-6.0.36
Worked for me
edited May 13 '16 at 10:05
DavidPostill♦
109k27236272
109k27236272
answered May 12 '16 at 10:33
OrriOrri
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f512660%2fapache-tomcat-cant-create-log-file-and-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown