This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hardware platforms: | |
1. Web Server | |
· 1 x Intel Core 2 Duo E6405 2.13GHz CPU, 2MB L2 cache (2 cores total) · 4GBmemory | |
· 1 x 146GB 7.2k RPM IDE | |
2. Application Server | |
· 2 x Intel Core 2 Quad E5540 2.53GHz CPU, 12MB L2 cache (8 cores and 16 threads) | |
· 16GB memory | |
· 2 x 146GB 10k RPM SCSI | |
3. Database Tier | |
· 2 x Intel Core 2 Quad E5540 2.53GHz CPU, 12MB L2 cache (8 cores and 16 threads) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Person Role Sub-type | |
Cisco Quality Rep | |
Global Quality Manager | |
Cisco Quality Lead | |
NetAcad Rep | |
Regional Manager | |
Area Academy Manager | |
Technical Manager | |
Cisco Corporate User | |
Instructor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# tomcat This shell script takes care of starting and stopping Tomcat | |
# | |
# chkconfig: - 80 20 | |
# | |
### BEGIN INIT INFO | |
# Provides: tomcat | |
# Required-Start: $network $syslog | |
# Required-Stop: $network $syslog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16:15:10,188 ERROR [http-bio-8080-exec-9][RuntimeTag:310] com.liferay.portal.kernel.portlet.PortletContainerException: com.liferay.portal.kernel.portlet.PortletContainerException: javax.servlet.ServletException: com.liferay.portal.exception.NoSuchResourceActionException: com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet#PREFERENCES | |
com.liferay.portal.kernel.portlet.PortletContainerException: com.liferay.portal.kernel.portlet.PortletContainerException: javax.servlet.ServletException: com.liferay.portal.exception.NoSuchResourceActionException: com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet#PREFERENCES | |
at com.liferay.portlet.RestrictPortletContainerWrapper.render(RestrictPortletContainerWrapper.java:129) | |
at com.liferay.portal.kernel.portlet.PortletContainerUtil.render(PortletContainerUtil.java:155) | |
at com.liferay.taglib.portletext.RuntimeTag.doTag(RuntimeTag.java:266) | |
at com.liferay.taglib.portletext.RuntimeTag.doTag(RuntimeTag.java:83) | |
at com.liferay.taglib.port |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"localhost-startStop-1" #19 daemon prio=5 os_prio=31 tid=0x00007fb38bb10000 nid=0x6503 runnable [0x0000700001d64000] | |
java.lang.Thread.State: RUNNABLE | |
at java.net.SocketInputStream.socketRead0(Native Method) | |
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) | |
at java.net.SocketInputStream.read(SocketInputStream.java:170) | |
at java.net.SocketInputStream.read(SocketInputStream.java:141) | |
at com.microsoft.sqlserver.jdbc.TDSChannel.read(IOBuffer.java:1782) | |
at com.microsoft.sqlserver.jdbc.TDSReader.readPacket(IOBuffer.java:4838) | |
- locked <0x0000000774019480> (a com.microsoft.sqlserver.jdbc.TDSReader) | |
at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:6154) |