I like to know if anyone else uses MacBook to debug iDempiere. I mainly do at the moment and face some recent issue with the server.product.launch. (and also swing.product.launch)
I could get the <IdempiereHome>:<port> but not the /webui nor wstore/index.jsp nor /wstore/request.jsp
I check with 'ss' and see that org.eclipse.gemini.web.tomcat plugin remains in STARTING mode.
This is the console display:
osgi> SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://28.fwk1352618001:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://28.fwk1352618001:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Oct 28, 2012 6:39:34 AM org.slf4j.impl.JCLLoggerAdapter info
INFO: Configuring Tomcat from fragment entry 'bundleentry://55.fwk1352618001/META-INF/tomcat/server.xml'
Oct 28, 2012 6:39:34 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Oct 28, 2012 6:39:34 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
Oct 28, 2012 6:39:35 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Oct 28, 2012 6:39:35 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Oct 28, 2012 6:39:35 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.21
Oct 28, 2012 6:39:35 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Oct 28, 2012 6:39:35 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Oct 28, 2012 6:39:35 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Oct 28, 2012 6:39:35 AM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name Catalina
Oct 28, 2012 6:39:36 AM org.compiere.web.AdempiereMonitorFilter init
INFO:
06:39:36.746 Adempiere.startup: ADempiere(r) Release 3.6.0LTS_2010-06-14 -Smart Suite ERP,CRM and SCM- (c) 1999-2010 ADempiere(r); Implementation: iDempiere - Supported by iDempiere community [11]
06:39:36.764 Ini.loadProperties: /Users/redhuan/Documents/workspace/idempiere/idempiere.properties #29 [11]
Started service locator: org.adempiere.base.equinox.EquinoxServiceLocator@420253af
[INFO] MLog clients using com.mchange.v2.log.FallbackMLog logging.
[INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
[INFO] Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 2, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> AdempiereDS, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.postgresql.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge1378q19ly7mb1pznwft|31734b48, idleConnectionTestPeriod -> 1200, initialPoolSize -> 10, jdbcUrl -> jdbc:postgresql://localhost:5432/adempiere?encoding=UNICODE, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 1200, maxIdleTimeExcessConnections -> 1200, maxPoolSize -> 150, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> SELECT Version FROM AD_System, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
06:39:37.810 WebEnv.initWeb: Servlet Context Init Parameters: ADempiere Root
ServerRoot=1 [11]
06:39:37.836-----------> EMail.setFrom: you @ company.org: javax.mail.internet.AddressException: Local address contains control or whitespace in string ``you @ company.org'' [11]
06:39:37.861-----------> EMail.addTo: you @ company.org: javax.mail.internet.AddressException: Local address contains control or whitespace in string ``you @ company.org'' [11]
06:39:37.861-----------> EMail.isValid: From is invalid=null [11]
06:39:37.861-----------> EMail.isValid: From is invalid=null [11]
06:39:37.862-----------> MClient.sendEMail: Could NOT Send Email: Server started: ? to you @ company.org: Invalid Data (System) [11]
06:39:37.862 WebEnv.initWeb: Servlet Init Parameter: AdempiereMonitor [11]
06:39:37.862 AdempiereMonitor.init: [11]
For Swing product launch i got:
osgi> Oct 28, 2012 6:55:55 AM org.adempiere.client.Application start
INFO: Starting client
Oct 28, 2012 6:55:55 AM org.restlet.ext.net.HttpClientHelper start
INFO: Starting the HTTP client
But no swing client pops up. I have checked to make more plugins active but no result.