-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
3.4.3
-
System Date Monday, 09 Jan 2006
System Time 14:56:21
Current Working Directory /export/extra_home/jira/JIRA-HOME/bin
Java Version 1.5.0_02
Java Vendor Sun Microsystems Inc.
JVM Version 1.0
JVM Vendor Sun Microsystems Inc.
JVM Implementation Version 1.5.0_02-b09
Java Runtime Java(TM) 2 Runtime Environment, Standard Edition
Java VM Java HotSpot(TM) Server VM
User Name jira
User Timezone Europe/Bratislava
User Locale English
System Encoding ISO646-US
Operating System SunOS 5.9
OS Architecture sparc
Application Server Container Apache Tomcat/5.5.9
Database type hsql
Database JNDI address java:comp/env/jdbc/JiraDS
Database version 1.7.1
Database driver HSQL Database Engine Driver 1.7.1
Total Memory 139
Free Memory 91
Used Memory 48
Uptime 1 hour, 43 minutes, 34 seconds
Edition Standard
Version 3.4.3
Build Number 109System Date Monday, 09 Jan 2006 System Time 14:56:21 Current Working Directory /export/extra_home/jira/JIRA-HOME/bin Java Version 1.5.0_02 Java Vendor Sun Microsystems Inc. JVM Version 1.0 JVM Vendor Sun Microsystems Inc. JVM Implementation Version 1.5.0_02-b09 Java Runtime Java(TM) 2 Runtime Environment, Standard Edition Java VM Java HotSpot(TM) Server VM User Name jira User Timezone Europe/Bratislava User Locale English System Encoding ISO646-US Operating System SunOS 5.9 OS Architecture sparc Application Server Container Apache Tomcat/5.5.9 Database type hsql Database JNDI address java:comp/env/jdbc/JiraDS Database version 1.7.1 Database driver HSQL Database Engine Driver 1.7.1 Total Memory 139 Free Memory 91 Used Memory 48 Uptime 1 hour, 43 minutes, 34 seconds Edition Standard Version 3.4.3 Build Number 109
-
3.04
-
There is the bash-like syntax
export JAVA_OPTS=" $JAVA_OPTS -Xms128m -Xmx256m -Djava.awt.headless=true "
in shell script (script for /bin/sh); if /bin/sh is not link to /bin/bash, execution of startup.sh fails. Please, use real shell syntax and split assigning and exporting in two commands:
JAVA_OPTS=" $JAVA_OPTS -Xms128m -Xmx256m -Djava.awt.headless=true " export JAVA_OPTS
- is duplicated by
-
JRASERVER-9102 setenv.sh not compatible with Solaris /bin/sh (uses bash syntax)
-
- Closed
-