Anonymous | Login | Signup for a new account | 08-31-2025 10:57 PDT |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0006078 | [Resin] | minor | always | 07-28-17 10:11 | 08-16-17 15:21 | ||||
Reporter | wileysaw | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | unable to reproduce | ||||||
Status | closed | Product Version | 4.0.53 | ||||||
Summary | 0006078: Restart process loading classes more than once | ||||||||
Description |
When ROOT folder exists in webapps, the restart process loads the classes more than once as shows in the attached log. This duplicates all of our threads. If ROOT is removed from webapps folder, everything seems to e working great with single load. Logs attached. |
||||||||
Additional Information |
With Root Folder Removed: [17-07-27 13:18:38.326] [main] WARNING Resin - Resin Professional has not found any valid licenses. Licenses belong in /Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/licenses. See http://www.caucho.com/resin/sales [^] for licensing information. [17-07-27 13:18:38.670] [main] INFO ResinSystem - [17-07-27 13:18:38.671] [main] INFO ResinSystem - Resin Professional 4.0.53 (built Fri, 16 Jun 2017 02:25:02 PDT) [17-07-27 13:18:38.671] [main] INFO ResinSystem - [17-07-27 13:18:38.671] [main] INFO ResinSystem - Mac OS X 10.10.2 x86_64 [17-07-27 13:18:38.671] [main] INFO ResinSystem - Java(TM) SE Runtime Environment 1.6.0_65-b14-466.1-11M4716, MacRoman, en [17-07-27 13:18:38.671] [main] INFO ResinSystem - Java HotSpot(TM) 64-Bit Server VM 20.65-b04-466.1, 64, mixed mode, Apple Inc. [17-07-27 13:18:38.671] [main] INFO ResinSystem - [17-07-27 13:18:38.672] [main] INFO ResinSystem - user.name = ssampgaonkar [17-07-27 13:18:38.751] [main] INFO NetworkClusterSystem - [17-07-27 13:18:38.759] [main] INFO TcpPort - server listening to localhost:6800 [17-07-27 13:18:38.762] [main] INFO NetworkClusterSystem - [17-07-27 13:18:38.852] [main] INFO ServletService - [17-07-27 13:18:38.852] [main] INFO ServletService - resin.home = /Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/ [17-07-27 13:18:38.852] [main] INFO ServletService - resin.root = /Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/ [17-07-27 13:18:38.853] [main] INFO ServletService - resin.conf = /Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/conf/resin_local_war_53.xml [17-07-27 13:18:38.853] [main] INFO ServletService - [17-07-27 13:18:38.853] [main] INFO ServletService - server = 127.0.0.1:6800 (app:app-0) [17-07-27 13:18:38.853] [main] INFO ServletService - stage = production [17-07-27 13:18:39.851] [resin-39] INFO WebApp - WebApp[production/webapp/default/resin-admin] active [17-07-27 13:18:46.351] [main] WARNING JniTroubleshoot - Unable to find native library 'resin_os' for com.caucho.loader.ClassEntry. Resin expects to find this library in: (Mac OS X) /Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/libexec64/libresin_os.jnilib On Mac OS X, run ./configure --prefix=`pwd`; make; make install. The JVM exception was: java.lang.UnsatisfiedLinkError: no resin_os in java.library.path [17-07-27 13:18:46.728] [resin-16] INFO Version - HCANN000001: Hibernate Commons Annotations {4.0.2.Final} [17-07-27 13:18:46.732] [resin-16] INFO Version - HHH000412: Hibernate Core {4.2.7.Final} [17-07-27 13:18:46.733] [resin-16] INFO Environment - HHH000206: hibernate.properties not found [17-07-27 13:18:46.734] [resin-16] INFO Environment - HHH000021: Bytecode provider name : javassist [17-07-27 13:18:46.748] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: portalReports ...] [17-07-27 13:18:47.151] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:47.754] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:47.947] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:47.951] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:48.476] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: defaultCarrier ...] [17-07-27 13:18:48.722] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:48.823] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:48.827] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:48.827] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:48.839] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: portalcore ...] [17-07-27 13:18:49.210] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:49.249] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:49.323] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:49.323] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:49.632] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: sourcing ...] [17-07-27 13:18:49.956] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:50.145] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:50.394] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:50.395] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:51.262] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: portalTemplates ...] [17-07-27 13:18:51.572] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:51.782] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:51.797] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:51.797] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:51.845] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: inventoryManagement ...] [17-07-27 13:18:52.098] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:52.141] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:52.152] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:52.152] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:52.210] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: timeslotportal ...] [17-07-27 13:18:52.522] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:52.559] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:52.614] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:52.614] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:52.918] [resin-16] INFO Ejb3Configuration - HHH000204: Processing PersistenceUnitInfo [ name: queryHelperManagement ...] [17-07-27 13:18:53.243] [resin-16] INFO ConnectionProviderInitiator - HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider [17-07-27 13:18:53.277] [resin-16] INFO Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServer2008Dialect [17-07-27 13:18:53.289] [resin-16] INFO TransactionFactoryInitiator - HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory [17-07-27 13:18:53.289] [resin-16] INFO ASTQueryTranslatorFactory - HHH000397: Using ASTQueryTranslatorFactory [17-07-27 13:18:56.771] [resin-16] WARNING GenClass - Class 'SiteControl__ResinWebBean' must belong to a package. [17-07-27 13:19:10.004] [resin-41] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/contractmanagement/persistence/service/JPAContractFactory__ResinWebBean.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. [17-07-27 13:19:14.656] [resin-43] WARNING ExternalCompiler - Note: rubbernetwork/sourcing/service/JPASourcingService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:15.776] [resin-48] WARNING ExternalCompiler - Note: rubbernetwork/sourcing/service/JPAAirSourcingService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:16.965] [resin-50] WARNING ExternalCompiler - Note: rubbernetwork/sourcing/service/JPAOceanSourcingService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:18.116] [resin-52] WARNING ExternalCompiler - Note: rubbernetwork/sourcing/service/JPATruckSourcingService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:19.237] [resin-53] WARNING ExternalCompiler - Note: rubbernetwork/sourcing/dao/JPASourcingCacheDAO__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:20.390] [resin-55] WARNING ExternalCompiler - Note: rubbernetwork/ratemanagement/service/jpa/JPARateService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:21.553] [resin-27] WARNING ExternalCompiler - Note: rubbernetwork/portal/service/com/deliverytimeslotmanagement/jpa/JPATimeSlotService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:22.720] [resin-17] WARNING ExternalCompiler - Note: rubbernetwork/portal/service/com/scheduletransfers/jpa/JPASTService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:23.912] [resin-34] WARNING ExternalCompiler - Note: rubbernetwork/optimization/service/jpa/JPAOptimizationService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:25.166] [resin-37] WARNING ExternalCompiler - Note: rubbernetwork/portal/service/com/globalocean/jpa/JPAGlobalOceanService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:26.285] [resin-41] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/contractmanagement/persistence/service/JPAContractFactory__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:27.300] [resin-38] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/contractmanagement/persistence/service/JPAQualityFactory__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:28.453] [resin-43] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/contractmanagement/persistence/service/JPAGroupFobFilterFactory__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:29.524] [resin-48] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/queryhelper/persistence/service/JPAQueryHelperFactory__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:30.603] [resin-50] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/persistence/PortalCoreEntityManagerBeanImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:31.708] [resin-52] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/persistence/entity/service/CommodityServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:32.895] [resin-54] WARNING ExternalCompiler - Note: rubbernetwork/portal/reports/service/impl/PortalReportServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:33.969] [resin-27] WARNING ExternalCompiler - Note: rubbernetwork/portal/reports/service/impl/SourcingReportServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:35.084] [resin-17] WARNING ExternalCompiler - Note: rubbernetwork/portal/templates/persistence/service/jpa/JPAUITemplateService__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:36.175] [resin-35] WARNING ExternalCompiler - Note: rubbernetwork/invoice/service/impl/InvoiceServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:37.301] [resin-37] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/company/bo/JPADefaultCarrierFactory__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:38.369] [resin-40] WARNING ExternalCompiler - Note: rubbernetwork/portal/core/persistence/entity/otpef/OTPEFPlanningItemManagerImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:39.693] [resin-41] WARNING ExternalCompiler - Note: rubbernetwork/portal/service/com/contractmanagement/impl/ContractManagementServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:40.810] [resin-55] WARNING ExternalCompiler - Note: rubbernetwork/portal/service/com/stockvisibility/impl/StockVisibilityServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:41.844] [resin-35] WARNING ExternalCompiler - Note: rubbernetwork/portalapi/service/impl/APIDocumentServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:42.884] [resin-37] WARNING ExternalCompiler - Note: rubbernetwork/portalapi/service/impl/FileStoreServiceImpl__StatelessProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:19:43.118] [resin-40] INFO TldManager - Loading .tld files from global classpath [17-07-27 13:19:46.628] [main] INFO Host - Host[production/host/default] active [17-07-27 13:19:46.640] [resin-42] INFO WebApp - WebApp[production/webapp/admin.resin/ROOT] active [17-07-27 13:19:46.640] [main] INFO Host - Host[production/host/admin.resin] active [17-07-27 13:19:46.640] [main] INFO ServletService - ServletService[id=app-0,cluster=app] active [17-07-27 13:19:46.641] [main] INFO NetworkListenSystem - [17-07-27 13:19:46.641] [main] INFO TcpPort - http listening to *:8080 [17-07-27 13:19:46.641] [main] INFO NetworkListenSystem - [17-07-27 13:19:46.650] [main] INFO Resin - Resin[id=app-0] started in 69088ms [17-07-27 13:19:49.176] [resin-40] WARNING JspPrecompileResource - /jsp/otpef/LogisticsPlanningItem.jsp:338: _jsp._web_22dinf._tags._checkbox__tag (in DynamicClassLoader[SimpleLoader[/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/webapps/portal/WEB-INF/work]]) 336: 337: <display:column style="text-align:center" titleKey="generic.globalocean" headerClass="normaltext_vmi" sortable="false" media="html" > 338: <rncx:Checkbox property="logisticsBooking" id="${logisticsRow_rowNum-1}" value="${logisticsRow.logisticsBooking}"/> 339: </display:column> 340: <display:column property="logisticsBooking" titleKey="generic.globalocean" headerClass="normaltext_vmi" sortable="true" media="excel excel2007" /> [17-07-27 13:19:53.423] [resin-40] WARNING JspPrecompileResource - /jsp/sourcing/Bids/Ocean/BuyerOceanBids.jsp:538: _jsp._web_22dinf._tags._directortranship__tag (in DynamicClassLoader[SimpleLoader[/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/webapps/portal/WEB-INF/work]]) 536: <td align="center" title="Commitment Per Sailing"><c:out value="${bid.commitments}"/></td> 537: <td align="center" title="Transit Time"><c:out value="${bid.transitTimes}"/></td> 538: <td align="center" title="Transit Type"><rncx:DirectOrTranship id="${bid.bidID}" value="${bid.tranship}" ports="${bid.transShips}" existingBid="${true}" disabled="${true}"/></td> 539: <!-- Commenting Origin Ports of Call and Destination Ports of Call because removing them seems to be a temporary request. These may be needed later. 540: <td align="center" title="Origin Ports of Call"><span id="<c:out value="${bid.bidID}"/>_originPOC"><c:out value="${bid.originPortsOfCall}" escapeXml="false"/></span></td> [17-07-27 13:19:55.607] [resin-40] WARNING JspPrecompileResource - /jsp/sourcing/Dashboard/CarrierEvents.jsp:25: _jsp._web_22dinf._tags._carrierevent__tag (in DynamicClassLoader[SimpleLoader[/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/webapps/portal/WEB-INF/work]]) 23: <table cellpadding="3" cellspacing="3"> 24: <c:forEach items="${eventSummaries}" var="eventSummary"> 25: <rncx:CarrierEvent eventSummary="${eventSummary}"/> 26: </c:forEach> 27: <c:if test="${hasInactiveEvents}"> [17-07-27 13:20:03.227] [resin-36] WARNING ExternalCompiler - Note: _jsp/_jsp/_admin/_relationship/_editrelationshipdetail__jsp.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. [17-07-27 13:20:07.063] [resin-43] WARNING ExternalCompiler - Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: _jsp/_jsp/_dc/_forecast__jsp.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:20:10.554] [resin-104] WARNING ExternalCompiler - Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [17-07-27 13:20:13.184] [resin-23] WARNING ExternalCompiler - Note: _jsp/_jsp/_misc/_debug__jsp.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: _jsp/_jsp/_optimization/_myscenarios__jsp.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:20:16.428] [resin-56] WARNING ExternalCompiler - Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: _jsp/_jsp/_otpef/_otpefresults__jsp.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:20:20.066] [resin-54] WARNING ExternalCompiler - Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [17-07-27 13:20:27.106] [resin-27] WARNING ExternalCompiler - Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:20:31.563] [resin-17] WARNING ExternalCompiler - Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: _jsp/_jsp/_vmi/_asn__jsp.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [17-07-27 13:20:34.318] [resin-34] WARNING ExternalCompiler - Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. DB Logging (>INFO level)is enabled for env:SandboxLinux 7/27/17 1:20 PM I rubbernetwork.util.DBLogHandler.<clinit>(): Starting DBLogHandler Thread: logthread.start() 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): PrimaryURL : 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): SecondaryURL : 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Environment : SandboxLinux 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): MailHost : p6mail.philadelphia.elemica.com 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): MailErrorAddress : noreply@elemica.com 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): AlertSenderAddress : noreply@elemica.com 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): NotificationSenderAddress : noreply@elemica.com 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): SystemMessageSenderAddress : noreply@elemica.com 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): IntegrationErrorAddress : sarita.sampgaonkar@elemica.com 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): UserSupportEmailAddresses : sarita.sampgaonkar@elemica.com 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): MailOverrideAddress : null 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Debugmode : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch AlertGenerator : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch EmailSender : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch AutoBidCopyThread : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch PortalSender : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch PortalListener : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch ConsumptionThread : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch Encrypt Passwords : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch Go Live Thread : true 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch Notification Generator : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Launch Monitor Thread : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): java.class.path : lib/resin.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/pro.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/resin.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/activation.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/antlr-2.7.7.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/dom4j-1.6.1.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/eclipselink-2.4.0.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-c3p0-4.2.7.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-commons-annotations-4.0.2.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-core-4.2.7.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-ehcache-4.2.7.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-entitymanager-4.2.7.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-envers-4.2.7.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/hibernate-validator-4.3.0.Final.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/javaee-16.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/javamail-141.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/javassist-3.18.1-GA.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/javax.faces-2.1.24.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/jboss-logging-3.1.0.CR2.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/resin-eclipselink.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/sqljdbc4.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/validation-api-1.0.0.GA.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/webservices-extra-api.jar:/Users/ssampgaonkar/ResinServer/resin-pro-4.0.53/lib/webutil.jar 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): Testmode : false 7/27/17 1:20 PM C rubbernetwork.util.Config.initialize(): developmentmode : false 7/27/17 1:20 PM I rubbernetwork.portal.core.otpef.bo.OTPEFGoLiveThread.startThread(): Starting background GoLive thread 7/27/17 1:20 PM F rubbernetwork.portal.core.otpef.bo.OTPEFGoLiveThread.<init>(): OTPEFGoLiveThread Sleep Time: 24 hours 7/27/17 1:20 PM I rubbernetwork.portal.core.otpef.bo.OTPEFGoLiveThread.startThread(): Starting new Thread: go.start() 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.startThread(): Starting background DatabaseCachePollThread... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'ItemLinkCache' of type 'VersionCheck' from 'ItemlinkCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'ItemLinkCache' of type 'Unconditional' from 'ItemlinkCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'CompanyCache' of type 'VersionCheck' from 'CompanyCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'CompanyCache' of type 'Unconditional' from 'CompanyCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'LocationCache' of type 'VersionCheck' from 'LocationCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'LocationCache' of type 'Unconditional' from 'LocationCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'ProductCache' of type 'VersionCheck' from 'ProductCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'ProductCache' of type 'Unconditional' from 'ProductCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'UserCache' of type 'VersionCheck' from 'UserCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'UserCache' of type 'Unconditional' from 'UserCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'XRefCompanyCache' of type 'VersionCheck' from 'XRefCompanyCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'XRefCompanyCache' of type 'Unconditional' from 'XRefCompanyCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'XRefLocationCache' of type 'VersionCheck' from 'XRefLocationCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'XRefLocationCache' of type 'Unconditional' from 'XRefLocationCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'RelationshipCache' of type 'VersionCheck' from 'RelationshipCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'RelationshipCache' of type 'Unconditional' from 'RelationshipCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'BusinessRegionCache' of type 'VersionCheck' from 'BusinessRegionCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'BusinessRegionCache' of type 'Unconditional' from 'BusinessRegionCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'UneceLocationCodeCache' of type 'VersionCheck' from 'UneceLocationCodeCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'UneceLocationCodeCache' of type 'Unconditional' from 'UneceLocationCodeCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'AirportCodeCache' of type 'VersionCheck' from 'AirportCodeCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'AirportCodeCache' of type 'Unconditional' from 'AirportCodeCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'GeoLocationCache' of type 'VersionCheck' from 'GeoLocationCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'GeoLocationCache' of type 'Unconditional' from 'GeoLocationCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'LocationAccessCache' of type 'VersionCheck' from 'LocationAccessCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'LocationAccessCache' of type 'Unconditional' from 'LocationAccessCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'EventSubscriptionCache' of type 'VersionCheck' from 'EventSubscriptionCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'EventSubscriptionCache' of type 'Unconditional' from 'EventSubscriptionCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'GenericInvoiceCodeCache' of type 'VersionCheck' from 'GenericInvoiceCodeCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'GenericInvoiceCodeCache' of type 'Unconditional' from 'GenericInvoiceCodeCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'DocumentCache' of type 'VersionCheck' from 'DocumentCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.tools.DatabaseCachePollThread.<init>(): Loading cache named 'DocumentCache' of type 'Unconditional' from 'DocumentCacheBOImpl_MSSQL2005'... 7/27/17 1:20 PM I rubbernetwork.dataaccess.DB.initializePortalDataSource(): Portal Datasource Connected! [17-07-27 13:20:35.678] [resin-16] WARNING CacheConfiguration - Cache 'countryCache' is set to eternal but also has TTI/TTL set. To avoid this warning, clean up the config removing conflicting values of eternal, TTI and TTL. Effective configuration for Cache 'countryCache' will be eternal='true', timeToIdleSeconds='0', timeToLiveSeconds='0'. [17-07-27 13:20:35.678] [resin-16] WARNING CacheConfiguration - Cache 'regionCache' is set to eternal but also has TTI/TTL set. To avoid this warning, clean up the config removing conflicting values of eternal, TTI and TTL. Effective configuration for Cache 'regionCache' will be eternal='true', timeToIdleSeconds='0', timeToLiveSeconds='0'. [17-07-27 13:20:35.805] [resin-16] WARNING CacheConfiguration - Cache 'countryCache' is set to eternal but also has TTI/TTL set. To avoid this warning, clean up the config removing conflicting values of eternal, TTI and TTL. Effective configuration for Cache 'countryCache' will be eternal='true', timeToIdleSeconds='0', timeToLiveSeconds='0'. [17-07-27 13:20:35.806] [resin-16] WARNING CacheConfiguration - Cache 'regionCache' is set to eternal but also has TTI/TTL set. To avoid this warning, clean up the config removing conflicting values of eternal, TTI and TTL. Effective configuration for Cache 'regionCache' will be eternal='true', timeToIdleSeconds='0', timeToLiveSeconds='0'. [17-07-27 13:20:35.812] [resin-16] WARNING CacheManager - Creating a new instance of CacheManager using the diskStorePath "/app1/portal-ehcache" which is already used by an existing CacheManager. The source of the configuration was net.sf.ehcache.config.generator.ConfigurationSource$InputStreamConfigurationSource@596a9fec. /> The diskStore path for this CacheManager will be set to /app1/portal-ehcache/ehcache_auto_created_1501176035812. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. [17-07-27 13:20:35.821] [resin-16] INFO EhCacheManager - Cache with name 'portalRealm.authorizationCache' does not yet exist. Creating now. [17-07-27 13:20:35.822] [resin-16] INFO EhCacheManager - Added EhCache named [portalRealm.authorizationCache] [17-07-27 13:20:35.824] [resin-16] INFO EhCacheManager - Cache with name 'portalBaselineRealm.authorizationCache' does not yet exist. Creating now. [17-07-27 13:20:35.825] [resin-16] INFO EhCacheManager - Added EhCache named [portalBaselineRealm.authorizationCache] 7/27/17 1:20 PM I SiteControl.contextInitialized(): **************************In SiteControl servlet started ************************ 7/27/17 1:20 PM I rubbernetwork.util.Config.sendRestartNotification(): Non-root Processes on server: UID PID PPID C STIME TTY TIME CMD 0 1 0 0 3:38PM ?? 0:36.51 /sbin/launchd 0 16 1 0 3:38PM ?? 0:05.96 /usr/sbin/syslogd 0 17 1 0 3:38PM ?? 0:06.47 /usr/libexec/UserEventAgent (System) 0 19 1 0 3:38PM ?? 0:03.30 /usr/libexec/kextd ..... 501 1505 575 0 10:41AM ttys005 0:00.03 /Users/ssampgaonkar/Downloads/iTerm.app/Contents/MacOS/iTerm2 --server login -fp ssampgaonkar 0 1506 1505 0 10:41AM ttys005 0:00.05 login -fp ssampgaonkar 501 1507 1506 0 10:41AM ttys005 0:00.04 -bash 7/27/17 1:21 PM F rubbernetwork.util.MailHelper.createSession(): Creating Mail Session 7/27/17 1:21 PM F rubbernetwork.util.MailHelper.setMailHeaders(): Setting message headers. [17-07-27 13:21:36.450] [resin-16] WARNING GenClass - Class 'AccessFilter__ResinWebBean' must belong to a package. log4j:WARN No appenders could be found for logger (org.displaytag.filter.ResponseOverrideFilter). log4j:WARN Please initialize the log4j system properly. [17-07-27 13:21:36.522] [resin-16] INFO WebApp - WebApp[production/webapp/default/ROOT,STARTING] Initializing Spring FrameworkServlet 'Spring MVC Dispatcher Servlet' [17-07-27 13:21:38.114] [resin-16] INFO Version - HV000001: Hibernate Validator 4.3.0.Final [17-07-27 13:21:38.552] [resin-16] INFO WebApp - WebApp[production/webapp/default/ROOT] active |
||||||||
Attached Files |
![]() |
||||||||
|
![]() |
|
(0006783) ferg 08-16-17 15:21 |
server/108g Classes in .war or web apps loaded only once on reload. Presence of ROOT does not affect the class loading of other web apps. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
34 total queries executed. 27 unique queries executed. |