• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: URGENT help needed: app simply stopped working (sort of)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: URGENT help needed: app simply stopped working (sort of)


  • Subject: Re: URGENT help needed: app simply stopped working (sort of)
  • From: Chuck Hill <email@hidden>
  • Date: Mon, 29 Sep 2014 18:51:41 +0000
  • Thread-topic: URGENT help needed: app simply stopped working (sort of)

This sounds like what can happen if there is an exception very early in the R-R loop (maybe very late too).  Are you getting a standard 200 response or a 500?  Did the Java version change?  You might need to start instrumenting and getting your app to use subclasses of WOWorkerThread and WOClassicAdaptor to sort this out.  Good fun!

Chuck


On 2014-09-29, 11:39 AM, "Markus Ruggiero" wrote:

Folks,

I don't get it anymore. I have a Mac Mini Server running one Wonder app. Deployment is with JavaMonitor from Wonder. The app has been running for a couple months. This weekend I updated Max OS X from 10.9.4 to 10.9.5. Now my application simply does not accept any network connection anymore. Besides the system update I installed a patched bash. These are the only changes. I do not suspect bash, I have already verified that the problem is independent of bash version.

wotaskd runs and answers properly on port 1085
Monitor runs, configured to use port 3333. Works perfectly.

I start an instance of my app -> Monitor is happy, app is running, no deaths reported, logfile generated, last line reads waiting for requests (the standard blabla), URL looks good. Monitor tells me the app is on port 2001.

When I try to connect to the app I get nothing, just a white screen, no proper html. The same happens whether I connect through Apache or directly to port 2001.
I built another deployment tar from my build system (also 10.9.5, Eclipse 3.8 with matching WOLips). App runs fine inside Eclipse. Moving the tarball over the the deployment machine, unpacking, setting correct owner/group, starting via Monitor -> everything looks great, still no output at all. Tried with Safari as well as from the command line with curl. -> Empty response. Still Monitor is happy, no deaths reported, logfile is on "waiting for requests".

The same happens when I start the app manually from the command line. Everything looks good, just nothing comes back from the port 2001 (and there is no connection failure, connect but empty reply!)

HELP! What the h** is going on here? Any idea how to debug such a thing?
I'll attach the log file as well as Properties. Maybe anybody spots something

******************** Properties **********************

# Project Encoding
er.extensions.ERXApplication.DefaultEncoding=UTF-8

# OGNL
ognl.helperFunctions=true
ognl.inlineBindings=true

# Misc
er.extensions.stackTrace.cleanup=true

# EOF
er.extensions.ERXEC.safeLocking=true
er.extensions.ERXEC.useSharedEditingContext=false
er.extensions.ERXEnterpriseObject.applyRestrictingQualifierOnInsert=true
er.extensions.ERXEnterpriseObject.updateInverseRelationships=true

# MySQL Connection Dictionary
#dbConnectUserGLOBAL=
#dbConnectPasswordGLOBAL=
#dbConnectDriverGLOBAL=com.mysql.jdbc.Driver
#Movies.URL="">


# Migrations
#er.migration.migrateAtStartup=true
#er.migration.createTablesIfNecessary=true
#er.migration.modelNames=YourModel

# Misc Components
er.extensions.ERXWOForm.multipleSubmitDefault=true
#er.extensions.ERXWORepetition.checkHashCodes=true
#er.extensions.ERXWORepetition.raiseOnUnmatchedObject=true
#er.extensions.ERXWORepetition.eoSupport=true

er.component.clickToOpen=true
wolips.password=my_password

# ERJavaMail
er.javamail.centralize=true
er.javamail.adminEmail=email@hidden
er.javamail.debugEnabled=false
er.javamail.smtpHost=192.168.11.33
er.javamail.smtpAuth=false
er.javamail.smtpUser=
er.javamail.smtpPassword=

# Log4j Configuration
log4j.loggerFactory=er.extensions.logging.ERXLogger$Factory
log4j.rootCategory=INFO,A1
log4j.appender.A1=er.extensions.logging.ERXConsoleAppender
log4j.appender.A1.layout=er.extensions.logging.ERXPatternLayout
log4j.appender.A1.layout.ConversionPattern=%d{MMM dd HH:mm:ss} %$[%#] %-5p %c %x - %m%n

# Log4j Categories
# Here are a few log4j sub-categories that are interesting.
# Don't forget that in developement mode this file will get reloaded
# everytime it changes, so if you say want to turn adaptor debugging
# on in the middle of the app simply set the below category to debug.
# Very handy.
# Base Category
log4j.logger.er=INFO

# ERExtensions
# Transaction - Switching this to debug will start the sql ouputting.
log4j.logger.er.transaction.adaptor.EOAdaptorDebugEnabled=DEBUG

# Fixes - Turning this on will show all the models that are loaded
log4j.logger.er.extensions.fixes.ERSharedEOLoader=INFO

er.extensions.ERXNSLogLog4jBridge=INFO
#log4j.logger.er.eo.ERXGenericRecord=DEBUG
#log4j.logger.er.validation.ERXEntityClassDescription=DEBUG
#log4j.logger.er.default.ERXEntityClassDescription=DEBUG
log4j.logger.er.extensions.ERXDatabaseContextDelegate=WARN
log4j.logger.er.extensions.ERXConfigurationManager=INFO
#log4j.logger.er.extensions.ERXApplication.RequestHandling=DEBUG

#ERXNavigation

er.extensions.ERXNavigationManager.localizeDisplayKeys=true

#################################################################################
backupMailReceiver = email@hidden

er.extensions.ERXApplication.developmentMode = true
er.directtoweb.rules.D2WTraceRuleFiringEnabled = true
log4j.logger.er.directtoweb.rules.ERD2WTraceRuleFiringEnabled = DEBUG

******************** log file **********************

Sep 29 20:07:01 ImmoData[2001] INFO  org.apache.log4j.Logger  - Updated the logging configuration with the current system properties.
Sep 29 20:07:01 ImmoData[2001] INFO  er.extensions.foundation.ERXConfigurationManager  - WOCachingEnabled is true. Disabling the rapid turnaround for Properties files
Sep 29 20:07:01 ImmoData[2001] INFO  er.extensions.foundation.ERXProperties  - 

ERXProperties has found the following Properties files: 
  JavaJDBCAdaptor.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/Resources/Properties
  JavaEOControl.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaEOControl.framework/Resources/Properties
  JavaDirectToWeb.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaDirectToWeb.framework/Resources/Properties
  ERExcelLook.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERExcelLook.framework/Resources/Properties
  ExcelGenerator.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ExcelGenerator.framework/Resources/Properties
  ERJavaMail.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Properties
  MySQLPlugIn.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/MySQLPlugIn.framework/Resources/Properties
  WOLips.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/WOLips.framework/Resources/Properties
  Ajax.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/Ajax.framework/Resources/Properties
  JavaWOExtensions.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaWOExtensions.framework/Resources/Properties
  ERDirectToWeb.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERDirectToWeb.framework/Resources/Properties
  ERModernDirectToWeb.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERModernDirectToWeb.framework/Resources/Properties
  ERModernDefaultSkin.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERModernDefaultSkin.framework/Resources/Properties
  ERCoolComponents.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERCoolComponents.framework/Resources/Properties
  ERModernLook.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERModernLook.framework/Resources/Properties
  ERPrototypes.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERPrototypes.framework/Resources/Properties
  ERJars.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Properties
  ERExtensions.framework -> /Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERExtensions.framework/Resources/Properties
  ImmoData.app -> /Library/WebObjects/Application/ImmoData.woa/Contents/Resources/Properties
ERXProperties currently has the following properties:
  NSPrincipalClass=com.webobjects.directtoweb.D2W
  NSProjectSearchPath=()
  WOAcceptMalformedCookies=false
  WOAdaptor=WODefaultAdaptor
  WOAdaptorURL=http://localhost/cgi-bin/WebObjects
  WOAdditionalAdaptors=()
  WOAllowRapidTurnaround=false
  WOAllowsCacheControlHeader=true
  WOAllowsConcurrentRequestHandling=false
  WOApplicationBaseURL=/WebObjects
  WOApplicationClass=ch.kastl.immodata.Application
  WOApplicationName=ImmoData
  WOAutoOpenClientApplication=false
  WOAutoOpenInBrowser=false
  WOCachingEnabled=true
  WOContextClassName=WOContext
  WODebuggingEnabled=true
  WODefaultUndoStackLimit=10
  WODirectConnectEnabled=false
  WODisplayExceptionPages=false
  WOEnvClassPath=
  WOFrameworksBaseURL=/WebObjects/ImmoData.woa/Frameworks
  WOGenerateWSDL=true
  WOHost=localhost
  WOIncludeCommentsInResponse=false
  WOLaunchdEnabled=false
  WOLifebeatDestinationPort=1085
  WOLifebeatEnabled=true
  WOLifebeatInterval=30
  WOListenQueueSize=128
  WOLocalRootDirectory=
  WOMaxHeaders=200
  WOMaxIOBufferSize=8196
  WOMaxSocketIdleTime=180000
  WOMissingResourceSearchEnabled=false
  WOMonitorEnabled=true
  WONoPause=true
  WOOutputPath=/Library/WebObjects/Logs/ImmoData-1
  WOPlatform=MacOS
  WOPort=2001
  WORootDirectory=/System
  WOSMTPHost=smtp
  WOSessionStoreClassName=WOServerSessionStore
  WOSessionTimeOut=3600
  WOSocketCacheSize=100
  WOSocketMonitorSleepTime=50
  WOStatisticsStoreSessionMax=50
  WOUserDirectory=/Library/WebObjects/Deployment/wotaskd.woa
  WOWorkerThreadCount=8
  WOWorkerThreadCountMax=256
  WOWorkerThreadCountMin=16
  _AjaxRequestHandlerKey=ja
  _ComponentRequestHandlerKey=wo
  _DirectActionRequestHandlerKey=wa
  _ResourceRequestHandlerKey=wr
  _StreamActionRequestHandlerKey=wis
  _WOHTMLParserClassName=WOHTMLTemplateParser
  _WOSessionReclaimingInterval=60
  _WebServiceRequestHandlerKey=ws
  awt.toolkit=sun.awt.HToolkit
  backupMailReceiver=email@hidden
  com.webobjects.classpath=/Library/WebObjects/Application/ImmoData.woa/Contents/Resources/Java/:/Library/WebObjects/Application/ImmoData.woa/Contents/Resources/Java/immodata.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERJars.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERFoundation.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERWebObjects.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERPrototypes.framework/Resources/Java/ERPrototypes.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERModernLook.framework/Resources/Java/ERModernLook.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERCoolComponents.framework/Resources/Java/ERCoolComponents.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERModernDefaultSkin.framework/Resources/Java/ERModernDefaultSkin.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERModernDirectToWeb.framework/Resources/Java/ERModernDirectToWeb.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERDirectToWeb.framework/Resources/Java/ERDirectToWeb.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/Ajax.framework/Resources/Java/Ajax.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/WOLips.framework/Resources/Java/WOLips.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/MySQLPlugIn.framework/Resources/Java/MySQLPlugIn.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/ERJavaMail.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ExcelGenerator.framework/Resources/Java/ExcelGenerator.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERExcelLook.framework/Resources/Java/ERExcelLook.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaDTWGeneration.framework/Resources/Java/javadtwgeneration.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaDirectToWeb.framework/Resources/Java/javadirecttoweb.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaEOProject.framework/Resources/Java/javaeoproject.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Resources/Java/mysql-connector-java-5.1.12-bin.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-cli-1.2.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-codec-1.6.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-io-2.2.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-lang-2.6.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/commons-logging-1.1.3.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/erxservletadaptor.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/fluent-hc-4.3.1.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpclient-4.3.1.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpclient-cache-4.3.1.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpcore-4.3.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/httpmime-4.3.1.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/icu4j-3_8_1.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/joda-time-2.3.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/junit-4.10.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/log4j-1.2.17.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ognl-2.6.7.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-api-1.7.5.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-log4j12-1.7.5.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/Ajax.framework/Resources/Java/jabsorb-1.2.2.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/activation-1.1.1.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/dsn-1.4.5.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/imap-1.4.5.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/mailapi-1.4.5.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/mockmail.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/pop3-1.4.5.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ERJavaMail.framework/Resources/Java/smtp-1.4.5.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/ExcelGenerator.framework/Resources/Java/poi-3.6-20091214.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaDTWGeneration.framework/WebServerResources/Java/JavaDTWGeneration.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaDirectToWeb.framework/WebServerResources/Java/JavaDirectToWeb.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaFoundation.framework/WebServerResources/Java/JavaFoundation.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaXML.framework/WebServerResources/Java/javaxml.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaWebObjects.framework/WebServerResources/Java/JavaWebObjects.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaEOAccess.framework/WebServerResources/Java/JavaEOAccess.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaEOControl.framework/WebServerResources/Java/JavaEOControl.jar:/Library/WebObjects/Application/ImmoData.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/WebServerResources/Java/JavaJDBCAdaptor.jar
  com.webobjects.eoaccess.ERXEntityDependencyOrderingDelegate.active=false
  com.webobjects.pid=3173
  com.webobjects.version=5.4.3
  dbMinConnectionsGLOBAL=1
  er.component.clickToOpen=true
  er.directoweb.ERXD2WModel.patchRules=true
  er.directtoweb.ERD2WModel.additionalModelNames=(d2wClient.d2wModel)
  er.directtoweb.rules.D2WTraceRuleFiringEnabled=true
  er.extensions.Ajax.hasLocalization=false
  er.extensions.ERCoolComponents.hasLocalization=false
  er.extensions.ERDirectToWeb.hasLocalization=true
  er.extensions.ERExcelLook.hasLocalization=false
  er.extensions.ERExtensions.hasLocalization=true
  er.extensions.ERJars.hasLocalization=false
  er.extensions.ERJavaMail.hasLocalization=false
  er.extensions.ERModernDefaultSkin.hasLocalization=false
  er.extensions.ERModernDirectToWeb.hasLocalization=true
  er.extensions.ERModernLook.hasLocalization=false
  er.extensions.ERPrototypes.hasLocalization=false
  er.extensions.ERXApplication.DefaultEncoding=UTF-8
  er.extensions.ERXApplication.developmentMode=true
  er.extensions.ERXComponentActionRedirector.enabled=false
  er.extensions.ERXEC.safeLocking=true
  er.extensions.ERXEC.useSharedEditingContext=false
  er.extensions.ERXEnterpriseObject.applyRestrictingQualifierOnInsert=true
  er.extensions.ERXEnterpriseObject.updateInverseRelationships=true
  er.extensions.ERXGracefulShutdown.Enabled=false
  er.extensions.ERXGracefulShutdown.SignalsToHandle=(TERM, INT)
  er.extensions.ERXLocalizationEditor.endoding=UTF-16BE
  er.extensions.ERXLocalizer.availableLanguages=(English,German,Japanese)
  er.extensions.ERXLocalizer.defaultLanguage=English
  er.extensions.ERXLocalizer.fileNamesToWatch=("Localizable.strings","ValidationTemplate.strings")
  er.extensions.ERXLocalizer.isLocalizationEnabled=true
  er.extensions.ERXMessageEncoding.Enabled=true
  er.extensions.ERXNSLogLog4jBridge=INFO
  er.extensions.ERXNavigationManager.NavigationMenuFileName=NavigationMenu.plist
  er.extensions.ERXNavigationManager.includeLabelSpanTag=true
  er.extensions.ERXNavigationManager.localizeDisplayKeys=true
  er.extensions.ERXPatcher.cleanupXHTML=false
  er.extensions.ERXPatcher.suppressValueBindingSlow=false
  er.extensions.ERXRaiseOnMissingEditingContextDelegate=true
  er.extensions.ERXSharedEOLoader.PatchSharedEOLoading=false
  er.extensions.ERXWOForm.multipleSubmitDefault=true
  er.extensions.ExcelGenerator.hasLocalization=false
  er.extensions.JavaWOExtensions.hasLocalization=false
  er.extensions.MySQLPlugIn.hasLocalization=false
  er.extensions.WOLips.hasLocalization=false
  er.extensions.concurrency.ERXTaskObjectStoreCoordinatorPool.maxCoordinators=1
  er.extensions.load.Properties.framework.Ajax=load
  er.extensions.load.Properties.framework.ERCoolComponents=load
  er.extensions.load.Properties.framework.ERDirectToWeb=load
  er.extensions.load.Properties.framework.ERExcelLook=load
  er.extensions.load.Properties.framework.ERExtensions=load
  er.extensions.load.Properties.framework.ERJars=load
  er.extensions.load.Properties.framework.ERJavaMail=load
  er.extensions.load.Properties.framework.ERModernDefaultSkin=load
  er.extensions.load.Properties.framework.ERModernDirectToWeb=load
  er.extensions.load.Properties.framework.ERModernLook=load
  er.extensions.load.Properties.framework.ERPrototypes=load
  er.extensions.load.Properties.framework.ExcelGenerator=load
  er.extensions.load.Properties.framework.JavaWOExtensions=load
  er.extensions.load.Properties.framework.MySQLPlugIn=load
  er.extensions.load.Properties.framework.WOLips=load
  er.extensions.stackTrace.cleanup=true
  er.extensions.stackTrace.skipPatternsFile=StackTraceSkipPatterns-Normal.plist
  er.javamail.adminEmail=email@hidden
  er.javamail.centralize=true
  er.javamail.debugEnabled=false
  er.javamail.defaultEncoding=iso-8859-1
  er.javamail.milliSecondsWaitIfSenderOverflowed=6000
  er.javamail.senderDelayMillis=15
  er.javamail.senderQueue.size=50
  er.javamail.smtpAuth=false
  er.javamail.smtpHost=miniserver.rucotec.ch
  er.javamail.smtpPassword=<deleted for log>
  er.javamail.smtpUser=
  er.javamail.useSenderDelay=false
  er.modern.look.skinframework=ERModernDefaultSkin
  file.encoding=US-ASCII
  file.encoding.pkg=sun.io
  file.separator=/
  ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
  gopherProxySet=false
  http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
  java.awt.graphicsenv=sun.awt.CGraphicsEnvironment
  java.awt.printerjob=sun.lwawt.macosx.CPrinterJob
  java.class.path=WOBootstrap.jar
  java.class.version=51.0
  java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/endorsed
  java.ext.dirs=/var/empty/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
  java.home=/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre
  java.io.tmpdir=/var/folders/zz/zyxvpxvq6csfxvn_n000009w00002g/T/
  java.library.path=/var/empty/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
  java.runtime.name=Java(TM) SE Runtime Environment
  java.runtime.version=1.7.0_55-b13
  java.specification.name=Java Platform API Specification
  java.specification.vendor=Oracle Corporation
  java.specification.version=1.7
  java.vendor=Oracle Corporation
  java.vendor.url="" href="http://java.oracle.com/">http://java.oracle.com/
  java.vendor.url.bug=http://bugreport.sun.com/bugreport/
  java.version=1.7.0_55
  java.vm.info=mixed mode
  java.vm.name=Java HotSpot(TM) 64-Bit Server VM
  java.vm.specification.name=Java Virtual Machine Specification
  java.vm.specification.vendor=Oracle Corporation
  java.vm.specification.version=1.7
  java.vm.vendor=Oracle Corporation
  java.vm.version=24.55-b03
  line.separator=

  log4j.appender.A1=er.extensions.logging.ERXConsoleAppender
  log4j.appender.A1.layout=er.extensions.logging.ERXPatternLayout
  log4j.appender.A1.layout.ConversionPattern=%d{MMM dd HH:mm:ss} %$[%#] %-5p %c %x - %m%n
  log4j.logger.er=INFO
  log4j.logger.er.directtoweb.rules.ERD2WTraceRuleFiringEnabled=DEBUG
  log4j.logger.er.extensions.ERXConfigurationManager=INFO
  log4j.logger.er.extensions.ERXDatabaseContextDelegate=WARN
  log4j.logger.er.extensions.fixes.ERSharedEOLoader=INFO
  log4j.logger.er.transaction.adaptor.EOAdaptorDebugEnabled=DEBUG
  log4j.loggerFactory=er.extensions.logging.ERXLogger$Factory
  log4j.rootCategory=INFO,A1
  ognl.helperFunctions=true
  ognl.inlineBindings=true
  os.arch=x86_64
  os.name=Mac OS X
  os.version=10.9.5
  path.separator=:
  socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16
  sun.arch.data.model=64
  sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/classes
  sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre/lib
  sun.cpu.endian=little
  sun.cpu.isalist=
  sun.io.unicode.encoding=UnicodeBig
  sun.java.command=com.webobjects._bootstrap.WOBootstrap -WOHost localhost -WOPort 2001 -WOCachingEnabled YES -WODebuggingEnabled NO -WOOutputPath /Library/WebObjects/Logs/ImmoData-1 -WOAutoOpenInBrowser NO -WOAutoOpenClientApplication NO -WOLifebeatInterval 30 -WOLifebeatEnabled YES -WOLifebeatDestinationPort 1085 -WOAdaptor WODefaultAdaptor -WOWorkerThreadCount 8 -WOListenQueueSize 128 -WOWorkerThreadCountMin 16 -WOWorkerThreadCountMax 256 -NSProjectSearchPath () -WOSessionTimeOut 3600 -WOApplicationName ImmoData -WOMonitorEnabled YES -WONoPause YES -WOHost localhost -WODebuggingEnabled YES -WOFrameworksBaseURL /WebObjects/ImmoData.woa/Frameworks
  sun.java.launcher=SUN_STANDARD
  sun.jnu.encoding=UTF-8
  sun.management.compiler=HotSpot 64-Bit Tiered Compilers
  sun.os.patch.level=unknown
  user.country=US
  user.dir=/Library/WebObjects/Application/ImmoData.woa
  user.home=/var/empty
  user.language=en
  user.name=_appserver
  user.timezone=Europe/Zurich
  wolips.host=localhost
  wolips.password=<deleted for log>
  wolips.port=9485
  wolips.prototype.fileName=prototype.js
  wolips.prototype.framework=Ajax

Sep 29 20:07:02 ImmoData[2001] INFO  er.extensions.appserver.ERXApplication  - Wonder version: ${wonder-version.version}
Sep 29 20:07:02 ImmoData[2001] INFO  er.extensions.appserver.ERXApplication  - Welcome to ImmoData !
Sep 29 20:07:02 ImmoData[2001] DEBUG NSLog  - The URL for webserver connect is:
http://localhost/cgi-bin/WebObjects/ImmoData.woa/-2001
Sep 29 20:07:02 ImmoData[2001] WARN  NSLog  - 
Sep 29 20:07:02 ImmoData[2001] WARN  er.extensions.appserver.ERXApplication  - You are running in development mode with WOAutoOpenInBrowser = false.  No browser will open and it will look like the application is hung, but it's not.  There's just not a browser opening automatically.
Sep 29 20:07:02 ImmoData[2001] DEBUG NSLog  - ***** Warning: The DirectToWeb WebAssistant will not be able to modify your DirectToWeb resources. You must have your application project opened in Project Builder to save changes using the WebAssistant.
Sep 29 20:07:02 ImmoData[2001] DEBUG NSLog  - Waiting for requests...

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >URGENT help needed: app simply stopped working (sort of) (From: Markus Ruggiero <email@hidden>)

  • Prev by Date: URGENT help needed: app simply stopped working (sort of)
  • Next by Date: Re: URGENT help needed: app simply stopped working (sort of)
  • Previous by thread: URGENT help needed: app simply stopped working (sort of)
  • Next by thread: URGENT help needed: app simply stopped working (sort of)
  • Index(es):
    • Date
    • Thread