Apache Tomcat can't create log file and fails
up vote
2
down vote
favorite
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
add a comment |
up vote
2
down vote
favorite
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
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
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 at 5:21
JakeGould
30.7k1093135
30.7k1093135
asked Nov 30 '12 at 1:08
Maxim Kolesnikov
11627
11627
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
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 addedset
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
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
up vote
0
down vote
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 |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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 addedset
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
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
up vote
0
down vote
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 addedset
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
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
up vote
0
down vote
up vote
0
down vote
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
Karan
48.7k1486156
48.7k1486156
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 addedset
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
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 addedset
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
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
up vote
0
down vote
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 |
up vote
0
down vote
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 |
up vote
0
down vote
up vote
0
down vote
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♦
102k25218254
102k25218254
answered May 12 '16 at 10:33
Orri
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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