Version Info
SmartGWT: smartgwtee-5.0p
Eclipse: Kepler
JDK: 1.7
GWT SDK: 2.6.1
I was trying to setup in Eclipse the sample/build-in-ds as suggested by StartGWT Quick Start Guide. After I have done with the installation of GWT SDK, variable setup, etc. and imported the project into Eclipse, I run the project buildinds as Web Application. I saw 1 warning and 1 exception in the Console. Also under the tab Development Mode, it said “Development mode is loading” “Waiting for launch URL…”. It stayed that way and it never gives me a URL for me to launch in a browser.
Thanks in advance for any help,
Ben.
Persistent unit cache dir set to: C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\gwt-unitCache
Looking for previously cached Compilation Units in C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\gwt-unitCache
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2A1F172: Load complete
Started code server on port 9997
Parsing file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/samples/built-in-ds/war/WEB-INF/web.xml
startElement: web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"
startElement: context-param
startElement: param-name
characters: HSQLDB_CONFIG
endElement: param-name
startElement: param-value
characters: /WEB-INF/classes/hsqlserver.properties
endElement: param-value
endElement: context-param
startElement: listener
startElement: listener-class
characters: com.smartgwt.sample.server.listener.HSQLServletContextListener
endElement: listener-class
endElement: listener
startElement: filter
startElement: filter-name
characters: CompressionFilter
endElement: filter-name
startElement: filter-class
characters: com.isomorphic.servlet.CompressionFilter
endElement: filter-class
endElement: filter
startElement: filter-mapping
startElement: filter-name
characters: CompressionFilter
endElement: filter-name
startElement: url-pattern
characters: /*
endElement: url-pattern
endElement: filter-mapping
startElement: servlet
startElement: servlet-name
characters: IDACall
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.IDACall
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: RESTHandler
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.RESTHandler
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: DataSourceLoader
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.DataSourceLoader
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: screenLoader
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.ScreenLoaderServlet
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.FileDownload
endElement: servlet-class
endElement: servlet
startElement: listener
startElement: listener-class
characters: com.isomorphic.base.InitListener
endElement: listener-class
endElement: listener
startElement: servlet
startElement: servlet-name
characters: Init
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.base.Init
endElement: servlet-class
startElement: load-on-startup
characters: 1
endElement: load-on-startup
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: HttpProxy
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.HttpProxyServlet
endElement: servlet-class
endElement: servlet
startElement: servlet-mapping
startElement: servlet-name
characters: IDACall
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/IDACall/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: RESTHandler
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/RESTHandler/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: DataSourceLoader
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/DataSourceLoader
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: screenLoader
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/screenLoader
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: HttpProxy
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/HttpProxy/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/skins/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/modules/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/development/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/reference/skin/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/helpers/*
endElement: url-pattern
endElement: servlet-mapping
startElement: session-config
startElement: session-timeout
characters: 30
endElement: session-timeout
endElement: session-config
startElement: jsp-config
startElement: taglib
startElement: taglib-uri
characters: isomorphic
endElement: taglib-uri
startElement: taglib-location
characters: /WEB-INF/iscTaglib.xml
endElement: taglib-location
endElement: taglib
endElement: jsp-config
startElement: mime-mapping
startElement: extension
characters: manifest
endElement: extension
startElement: mime-type
characters: text/cache-manifest
endElement: mime-type
endElement: mime-mapping
endElement: web-app
Loading modules
com.smartgwt.sample.BuiltInDS
Loading inherited module 'com.smartgwt.sample.BuiltInDS'
Module location: file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/samples/built-in-ds/src/com/smartgwt/sample/BuiltInDS.gwt.xml
Loading inherited module 'com.google.gwt.user.User'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
Loading inherited module 'com.google.gwt.animation.Animation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
Loading inherited module 'com.google.gwt.dev.jjs.intrinsic.Intrinsic'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-dev.jar!/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
Loading inherited module 'com.google.gwt.lang.LongLib'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-dev.jar!/com/google/gwt/lang/LongLib.gwt.xml
Loading inherited module 'com.google.gwt.emul.Emulation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
Loading inherited module 'com.google.gwt.logging.LogImpl'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/logging/LogImpl.gwt.xml
Loading inherited module 'com.google.gwt.typedarrays.TypedArrays'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/typedarrays/TypedArrays.gwt.xml
Loading inherited module 'com.google.gwt.useragent.UserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/useragent/UserAgent.gwt.xml
Loading inherited module 'com.google.gwt.emul.EmulationWithUserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/emul/EmulationWithUserAgent.gwt.xml
Loading inherited module 'com.google.gwt.core.CoreWithUserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/CoreWithUserAgent.gwt.xml
Loading inherited module 'com.google.gwt.core.CompilerParameters'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/CompilerParameters.gwt.xml
Loading inherited module 'com.google.gwt.core.EmulateJsStack'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/EmulateJsStack.gwt.xml
Loading inherited module 'com.google.gwt.xhr.XMLHttpRequest'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/xhr/XMLHttpRequest.gwt.xml
Loading inherited module 'com.google.gwt.core.AsyncFragmentLoader'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/AsyncFragmentLoader.gwt.xml
Loading inherited module 'com.google.gwt.core.XSLinker'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/XSLinker.gwt.xml
Loading inherited module 'com.google.gwt.core.CrossSiteIframeLinker'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/CrossSiteIframeLinker.gwt.xml
Loading inherited module 'com.google.gwt.user.UserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
Loading inherited module 'com.google.gwt.canvas.Canvas'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/canvas/Canvas.gwt.xml
Loading inherited module 'com.google.gwt.canvas.dom.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/canvas/dom/DOM.gwt.xml
Loading inherited module 'com.google.gwt.dom.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
Loading inherited module 'com.google.gwt.safehtml.SafeHtml'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/safehtml/SafeHtml.gwt.xml
Loading inherited module 'com.google.gwt.regexp.RegExp'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/regexp/RegExp.gwt.xml
Loading inherited module 'com.google.gwt.debug.DebugBase'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/debug/DebugBase.gwt.xml
Loading inherited module 'com.google.gwt.dom.builder.DomBuilder'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/dom/builder/DomBuilder.gwt.xml
Loading inherited module 'com.google.gwt.editor.Editor'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/editor/Editor.gwt.xml
Loading inherited module 'com.google.gwt.validation.Validation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/validation/Validation.gwt.xml
Loading inherited module 'javax.validation.Validation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/javax/validation/Validation.gwt.xml
Loading inherited module 'com.google.gwt.event.Event'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/Event.gwt.xml
Loading inherited module 'com.google.gwt.event.EventBase'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/EventBase.gwt.xml
Loading inherited module 'com.google.web.bindery.event.Event'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/web/bindery/event/Event.gwt.xml
Loading inherited module 'com.google.gwt.event.dom.DomEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/dom/DomEvent.gwt.xml
Loading inherited module 'com.google.gwt.event.dom.DragEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/dom/DragEvent.gwt.xml
Loading inherited module 'com.google.gwt.event.dom.TouchEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/dom/TouchEvent.gwt.xml
Loading inherited module 'com.google.gwt.event.logical.LogicalEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/logical/LogicalEvent.gwt.xml
Loading inherited module 'com.google.gwt.geolocation.Geolocation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/geolocation/Geolocation.gwt.xml
Loading inherited module 'com.google.gwt.i18n.I18N'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
Loading inherited module 'com.google.gwt.layout.Layout'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/layout/Layout.gwt.xml
Loading inherited module 'com.google.gwt.aria.Aria'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/aria/Aria.gwt.xml
Loading inherited module 'com.google.gwt.user.Window'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
Loading inherited module 'com.google.gwt.media.Media'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/media/Media.gwt.xml
Loading inherited module 'com.google.gwt.media.dom.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/media/dom/DOM.gwt.xml
Loading inherited module 'com.google.gwt.resources.Resources'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/resources/Resources.gwt.xml
Loading inherited module 'com.google.gwt.http.HTTP'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
Loading inherited module 'com.google.gwt.jsonp.Jsonp'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/jsonp/Jsonp.gwt.xml
Loading inherited module 'com.google.gwt.safecss.SafeCss'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/safecss/SafeCss.gwt.xml
Loading inherited module 'com.google.gwt.storage.Storage'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/storage/Storage.gwt.xml
Loading inherited module 'com.google.gwt.text.Text'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/text/Text.gwt.xml
Loading inherited module 'com.google.gwt.touch.Touch'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/touch/Touch.gwt.xml
Loading inherited module 'com.google.gwt.uibinder.UiBinder'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/uibinder/UiBinder.gwt.xml
Loading inherited module 'com.google.gwt.user.AsyncProxy'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/AsyncProxy.gwt.xml
Loading inherited module 'com.google.gwt.user.CaptionPanel'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
Loading inherited module 'com.google.gwt.user.cellview.CellView'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/cellview/CellView.gwt.xml
Loading inherited module 'com.google.gwt.cell.Cell'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/cell/Cell.gwt.xml
Loading inherited module 'com.google.gwt.cell.TextButtonCell'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/cell/TextButtonCell.gwt.xml
Loading inherited module 'com.google.gwt.view.View'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/view/View.gwt.xml
Loading inherited module 'com.google.gwt.user.ClippedImage'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
Loading inherited module 'com.google.gwt.user.datepicker.DatePicker'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/datepicker/DatePicker.gwt.xml
Loading inherited module 'com.google.gwt.user.DocumentMode'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/DocumentMode.gwt.xml
Loading inherited module 'com.google.gwt.user.DocumentRoot'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
Loading inherited module 'com.google.gwt.user.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
Loading inherited module 'com.google.gwt.user.FileUpload'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/FileUpload.gwt.xml
Loading inherited module 'com.google.gwt.user.Focus'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
Loading inherited module 'com.google.gwt.user.Form'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
Loading inherited module 'com.google.gwt.user.History'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
Loading inherited module 'com.google.gwt.user.HTMLTable'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/HTMLTable.gwt.xml
Loading inherited module 'com.google.gwt.user.HTTPRequest'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
Loading inherited module 'com.google.gwt.user.Hyperlink'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Hyperlink.gwt.xml
Loading inherited module 'com.google.gwt.user.ImageBundle'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
Loading inherited module 'com.google.gwt.user.Popup'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
Loading inherited module 'com.google.gwt.user.RemoteService'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
Loading inherited module 'com.google.gwt.user.ResizeLayoutPanel'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/ResizeLayoutPanel.gwt.xml
Loading inherited module 'com.google.gwt.user.RichText'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
Loading inherited module 'com.google.gwt.user.Scroll'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Scroll.gwt.xml
Loading inherited module 'com.google.gwt.user.SplitPanel'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
Loading inherited module 'com.google.gwt.user.TextBox'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
Loading inherited module 'com.google.gwt.user.Tree'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
Loading inherited module 'com.google.gwt.widget.Widget'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/widget/Widget.gwt.xml
Loading inherited module 'com.smartgwt.tools.SmartGwtTools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwt/tools/SmartGwtTools.gwt.xml
Loading inherited module 'com.google.gwt.xml.XML'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
Loading inherited module 'com.google.gwt.json.JSON'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/json/JSON.gwt.xml
Loading inherited module 'com.smartgwt.SmartGwtNoSmartClient'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwt/SmartGwtNoSmartClient.gwt.xml
Loading inherited module 'com.smartclient.theme.enterprise.EnterpriseResources'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/theme/enterprise/EnterpriseResources.gwt.xml
Loading inherited module 'com.smartclient.tools.SmartClientTools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/tools/SmartClientTools.gwt.xml
Loading inherited module 'com.smartgwtee.tools.Tools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwtee/tools/Tools.gwt.xml
Loading inherited module 'com.smartclientee.tools.Tools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclientee/tools/Tools.gwt.xml
Loading inherited module 'com.smartgwtee.SmartGwtEE'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwtee/SmartGwtEE.gwt.xml
Loading inherited module 'com.smartgwt.SmartGwtNoScript'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwt/SmartGwtNoScript.gwt.xml
Loading inherited module 'com.smartclient.SmartClientNoScript'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/SmartClientNoScript.gwt.xml
Loading inherited module 'com.smartclientee.SmartClientEEDefault'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclientee/SmartClientEEDefault.gwt.xml
Loading inherited module 'com.smartclient.theme.enterprise.Enterprise'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/theme/enterprise/Enterprise.gwt.xml
Public resources found in...
Translatable source found in...
Starting HTTP on port 8888
Initializing App Engine server
Nov 21, 2014 9:21:25 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF/appengine-web.xml
Nov 21, 2014 9:21:25 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF/web.xml
Nov 21, 2014 9:21:25 AM com.google.appengine.tools.development.LoggingConfigurationManager loadPropertiesFile
WARNING: Unable to load properties file, C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF\logging.properties
java.io.FileNotFoundException: C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF\logging.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.google.appengine.tools.development.LoggingConfigurationManager.loadPropertiesFile(LoggingConfigurationManager.java:170)
at com.google.appengine.tools.development.LoggingConfigurationManager.read(LoggingConfigurationManager.java:78)
at com.google.appengine.tools.development.ApplicationConfigurationManager.validateAndRegisterGlobalValues(ApplicationConfigurationManager.java:184)
at com.google.appengine.tools.development.ApplicationConfigurationManager.access$400(ApplicationConfigurationManager.java:32)
at com.google.appengine.tools.development.ApplicationConfigurationManager$WarModuleConfigurationHandle.readConfiguration(ApplicationConfigurationManager.java:435)
at com.google.appengine.tools.development.ApplicationConfigurationManager.<init>(ApplicationConfigurationManager.java:159)
at com.google.appengine.tools.development.ApplicationConfigurationManager.newWarConfigurationManager(ApplicationConfigurationManager.java:101)
at com.google.appengine.tools.development.ApplicationConfigurationManager.newWarConfigurationManager(ApplicationConfigurationManager.java:87)
at com.google.appengine.tools.development.DevAppServerImpl.<init>(DevAppServerImpl.java:139)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.google.appengine.tools.development.DevAppServerFactory.doCreateDevAppServer(DevAppServerFactory.java:258)
at com.google.appengine.tools.development.DevAppServerFactory.access$000(DevAppServerFactory.java:36)
at com.google.appengine.tools.development.DevAppServerFactory$1.run(DevAppServerFactory.java:226)
at com.google.appengine.tools.development.DevAppServerFactory$1.run(DevAppServerFactory.java:224)
at java.security.AccessController.doPrivileged(Native Method)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:224)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:76)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:60)
at com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:84)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:522)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1104)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:844)
at com.google.gwt.dev.DevMode.main(DevMode.java:322)
Nov 21, 2014 9:21:25 AM com.google.appengine.tools.development.SystemPropertiesManager setSystemProperties
INFO: Overwriting system property key 'java.util.logging.config.file', value 'C:\Users\betruong\Development\eclipse-kepler-64\plugins\com.google.appengine.eclipse.sdkbundle_1.9.3\appengine-java-sdk-1.9.3\config\sdk\logging.properties' with value 'WEB-INF/logging.properties' from 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF\appengine-web.xml'
Nov 21, 2014 9:21:25 AM com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AA3594: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAA839: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB025: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB043: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB0CD: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB4D4: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB8A2: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AB67F6: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AC7389: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2B15926: Load complete
Nov 21, 2014 2:21:29 PM com.google.apphosting.utils.jetty.JettyLogger info
INFO: jetty-6.1.x
[Server@48d07bc2]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@48d07bc2]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@48d07bc2]: Startup sequence initiated from main() method
[Server@48d07bc2]: Could not load properties from file
[Server@48d07bc2]: Using cli/default properties only
[Server@48d07bc2]: Initiating startup sequence...
Exception in thread "HSQLDB Server @48d07bc2" java.lang.NoClassDefFoundError: java.net.ServerSocket is a restricted class. Please see the Google App Engine developer's guide for more details.
at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)
at org.hsqldb.server.HsqlSocketFactory.createServerSocket(Unknown Source)
at org.hsqldb.server.Server.openServerSocket(Unknown Source)
at org.hsqldb.server.Server.run(Unknown Source)
at org.hsqldb.server.Server.access$000(Unknown Source)
at org.hsqldb.server.Server$ServerThread.run(Unknown Source)
Checking for updates
Failed to obtain current version info via HTTP
Though I have configured the project to use JDK 1.7, but under the problems tab, it listed the following errors
Description Resource Path Location Type
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\spring-2.0.8.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs serverLogViewer.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\smartgwtee.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\velocity-1.7.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\validation-api-1.0.0.GA.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\slf4j-log4j12-1.7.7.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\slf4j-api-1.7.7.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\smartgwt.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\smartgwt-skins.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs bmmlImporterOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\xml-apis-ext.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\xbean.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs datasourceImporter.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_tools.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_web_services.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\iText-2.0.8.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\javassist-3.4.GA.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_js_parser.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_spring.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_sql.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_struts.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs batchDSGeneratorOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\mail.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\poi-3.9-20121203.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\poi-ooxml-3.9-20121203.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\poi-ooxml-schemas-3.9-20121203.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\jdbc2_0-stdext.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\jta-1.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\jtidy-r938.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\log4j-1.2.15.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs configViewer.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs batchDSGenerator.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs classBrowser.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\antlr-2.7.6.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\activation.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\asm-attrs.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\asm-3.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-awt-util.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-anim.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-css.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-bridge.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs dsGenerator.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-ext.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-dom.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-parser.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-gvt.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-svg-dom.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-script.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs view.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs adminConsoleOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs developerConsoleOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs bmmlImporter.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\dom4j-1.6.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\core-renderer.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-validator-1.0.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs smartMockups.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-pool-1.4.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hibernate3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hibernate-validator-4.1.0.Final.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs index.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hibernate-jpa-2.0-api-1.0.0.Final.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs sqlBrowser.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\groovy-all-1.8.4.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs adminConsole.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_compression.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_assembly.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isc-jakarta-oro-2.0.6.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hsqldb-2.2.9.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_jpa.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_hibernate.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_core_rpc.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_contentexport.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\cglib-2.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-beanutils-1.0.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-util.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-xml.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs testResultViewer.jsp /builtinds/war/builtinds/tools/selenium Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-collections-3.2.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-dbcp-1.2.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-cli-1.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-codec-1.3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs vbOperations.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-fileupload-1.2.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\httpcore-4.3.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-digester-1.0.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs dsBrowser.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-discovery-0.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-lang-2.4.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-logging-1.1.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\httpclient-4.3.3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-jxpath-1.3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
SmartGWT: smartgwtee-5.0p
Eclipse: Kepler
JDK: 1.7
GWT SDK: 2.6.1
I was trying to setup in Eclipse the sample/build-in-ds as suggested by StartGWT Quick Start Guide. After I have done with the installation of GWT SDK, variable setup, etc. and imported the project into Eclipse, I run the project buildinds as Web Application. I saw 1 warning and 1 exception in the Console. Also under the tab Development Mode, it said “Development mode is loading” “Waiting for launch URL…”. It stayed that way and it never gives me a URL for me to launch in a browser.
Thanks in advance for any help,
Ben.
Persistent unit cache dir set to: C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\gwt-unitCache
Looking for previously cached Compilation Units in C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\gwt-unitCache
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2A1F172: Load complete
Started code server on port 9997
Parsing file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/samples/built-in-ds/war/WEB-INF/web.xml
startElement: web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"
startElement: context-param
startElement: param-name
characters: HSQLDB_CONFIG
endElement: param-name
startElement: param-value
characters: /WEB-INF/classes/hsqlserver.properties
endElement: param-value
endElement: context-param
startElement: listener
startElement: listener-class
characters: com.smartgwt.sample.server.listener.HSQLServletContextListener
endElement: listener-class
endElement: listener
startElement: filter
startElement: filter-name
characters: CompressionFilter
endElement: filter-name
startElement: filter-class
characters: com.isomorphic.servlet.CompressionFilter
endElement: filter-class
endElement: filter
startElement: filter-mapping
startElement: filter-name
characters: CompressionFilter
endElement: filter-name
startElement: url-pattern
characters: /*
endElement: url-pattern
endElement: filter-mapping
startElement: servlet
startElement: servlet-name
characters: IDACall
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.IDACall
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: RESTHandler
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.RESTHandler
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: DataSourceLoader
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.DataSourceLoader
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: screenLoader
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.ScreenLoaderServlet
endElement: servlet-class
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.FileDownload
endElement: servlet-class
endElement: servlet
startElement: listener
startElement: listener-class
characters: com.isomorphic.base.InitListener
endElement: listener-class
endElement: listener
startElement: servlet
startElement: servlet-name
characters: Init
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.base.Init
endElement: servlet-class
startElement: load-on-startup
characters: 1
endElement: load-on-startup
endElement: servlet
startElement: servlet
startElement: servlet-name
characters: HttpProxy
endElement: servlet-name
startElement: servlet-class
characters: com.isomorphic.servlet.HttpProxyServlet
endElement: servlet-class
endElement: servlet
startElement: servlet-mapping
startElement: servlet-name
characters: IDACall
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/IDACall/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: RESTHandler
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/RESTHandler/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: DataSourceLoader
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/DataSourceLoader
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: screenLoader
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/screenLoader
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: HttpProxy
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/HttpProxy/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/skins/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/modules/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/development/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/reference/skin/*
endElement: url-pattern
endElement: servlet-mapping
startElement: servlet-mapping
startElement: servlet-name
characters: FileDownload
endElement: servlet-name
startElement: url-pattern
characters: /builtinds/sc/system/helpers/*
endElement: url-pattern
endElement: servlet-mapping
startElement: session-config
startElement: session-timeout
characters: 30
endElement: session-timeout
endElement: session-config
startElement: jsp-config
startElement: taglib
startElement: taglib-uri
characters: isomorphic
endElement: taglib-uri
startElement: taglib-location
characters: /WEB-INF/iscTaglib.xml
endElement: taglib-location
endElement: taglib
endElement: jsp-config
startElement: mime-mapping
startElement: extension
characters: manifest
endElement: extension
startElement: mime-type
characters: text/cache-manifest
endElement: mime-type
endElement: mime-mapping
endElement: web-app
Loading modules
com.smartgwt.sample.BuiltInDS
Loading inherited module 'com.smartgwt.sample.BuiltInDS'
Module location: file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/samples/built-in-ds/src/com/smartgwt/sample/BuiltInDS.gwt.xml
Loading inherited module 'com.google.gwt.user.User'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/User.gwt.xml
Loading inherited module 'com.google.gwt.animation.Animation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/animation/Animation.gwt.xml
Loading inherited module 'com.google.gwt.core.Core'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/Core.gwt.xml
Loading inherited module 'com.google.gwt.dev.jjs.intrinsic.Intrinsic'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-dev.jar!/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
Loading inherited module 'com.google.gwt.lang.LongLib'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-dev.jar!/com/google/gwt/lang/LongLib.gwt.xml
Loading inherited module 'com.google.gwt.emul.Emulation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/emul/Emulation.gwt.xml
Loading inherited module 'com.google.gwt.logging.LogImpl'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/logging/LogImpl.gwt.xml
Loading inherited module 'com.google.gwt.typedarrays.TypedArrays'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/typedarrays/TypedArrays.gwt.xml
Loading inherited module 'com.google.gwt.useragent.UserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/useragent/UserAgent.gwt.xml
Loading inherited module 'com.google.gwt.emul.EmulationWithUserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/emul/EmulationWithUserAgent.gwt.xml
Loading inherited module 'com.google.gwt.core.CoreWithUserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/CoreWithUserAgent.gwt.xml
Loading inherited module 'com.google.gwt.core.CompilerParameters'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/CompilerParameters.gwt.xml
Loading inherited module 'com.google.gwt.core.EmulateJsStack'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/EmulateJsStack.gwt.xml
Loading inherited module 'com.google.gwt.xhr.XMLHttpRequest'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/xhr/XMLHttpRequest.gwt.xml
Loading inherited module 'com.google.gwt.core.AsyncFragmentLoader'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/AsyncFragmentLoader.gwt.xml
Loading inherited module 'com.google.gwt.core.XSLinker'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/XSLinker.gwt.xml
Loading inherited module 'com.google.gwt.core.CrossSiteIframeLinker'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/core/CrossSiteIframeLinker.gwt.xml
Loading inherited module 'com.google.gwt.user.UserAgent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/UserAgent.gwt.xml
Loading inherited module 'com.google.gwt.canvas.Canvas'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/canvas/Canvas.gwt.xml
Loading inherited module 'com.google.gwt.canvas.dom.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/canvas/dom/DOM.gwt.xml
Loading inherited module 'com.google.gwt.dom.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/dom/DOM.gwt.xml
Loading inherited module 'com.google.gwt.safehtml.SafeHtml'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/safehtml/SafeHtml.gwt.xml
Loading inherited module 'com.google.gwt.regexp.RegExp'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/regexp/RegExp.gwt.xml
Loading inherited module 'com.google.gwt.debug.DebugBase'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/debug/DebugBase.gwt.xml
Loading inherited module 'com.google.gwt.dom.builder.DomBuilder'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/dom/builder/DomBuilder.gwt.xml
Loading inherited module 'com.google.gwt.editor.Editor'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/editor/Editor.gwt.xml
Loading inherited module 'com.google.gwt.validation.Validation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/validation/Validation.gwt.xml
Loading inherited module 'javax.validation.Validation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/javax/validation/Validation.gwt.xml
Loading inherited module 'com.google.gwt.event.Event'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/Event.gwt.xml
Loading inherited module 'com.google.gwt.event.EventBase'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/EventBase.gwt.xml
Loading inherited module 'com.google.web.bindery.event.Event'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/web/bindery/event/Event.gwt.xml
Loading inherited module 'com.google.gwt.event.dom.DomEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/dom/DomEvent.gwt.xml
Loading inherited module 'com.google.gwt.event.dom.DragEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/dom/DragEvent.gwt.xml
Loading inherited module 'com.google.gwt.event.dom.TouchEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/dom/TouchEvent.gwt.xml
Loading inherited module 'com.google.gwt.event.logical.LogicalEvent'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/event/logical/LogicalEvent.gwt.xml
Loading inherited module 'com.google.gwt.geolocation.Geolocation'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/geolocation/Geolocation.gwt.xml
Loading inherited module 'com.google.gwt.i18n.I18N'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/i18n/I18N.gwt.xml
Loading inherited module 'com.google.gwt.layout.Layout'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/layout/Layout.gwt.xml
Loading inherited module 'com.google.gwt.aria.Aria'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/aria/Aria.gwt.xml
Loading inherited module 'com.google.gwt.user.Window'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Window.gwt.xml
Loading inherited module 'com.google.gwt.media.Media'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/media/Media.gwt.xml
Loading inherited module 'com.google.gwt.media.dom.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/media/dom/DOM.gwt.xml
Loading inherited module 'com.google.gwt.resources.Resources'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/resources/Resources.gwt.xml
Loading inherited module 'com.google.gwt.http.HTTP'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
Loading inherited module 'com.google.gwt.jsonp.Jsonp'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/jsonp/Jsonp.gwt.xml
Loading inherited module 'com.google.gwt.safecss.SafeCss'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/safecss/SafeCss.gwt.xml
Loading inherited module 'com.google.gwt.storage.Storage'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/storage/Storage.gwt.xml
Loading inherited module 'com.google.gwt.text.Text'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/text/Text.gwt.xml
Loading inherited module 'com.google.gwt.touch.Touch'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/touch/Touch.gwt.xml
Loading inherited module 'com.google.gwt.uibinder.UiBinder'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/uibinder/UiBinder.gwt.xml
Loading inherited module 'com.google.gwt.user.AsyncProxy'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/AsyncProxy.gwt.xml
Loading inherited module 'com.google.gwt.user.CaptionPanel'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
Loading inherited module 'com.google.gwt.user.cellview.CellView'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/cellview/CellView.gwt.xml
Loading inherited module 'com.google.gwt.cell.Cell'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/cell/Cell.gwt.xml
Loading inherited module 'com.google.gwt.cell.TextButtonCell'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/cell/TextButtonCell.gwt.xml
Loading inherited module 'com.google.gwt.view.View'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/view/View.gwt.xml
Loading inherited module 'com.google.gwt.user.ClippedImage'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/ClippedImage.gwt.xml
Loading inherited module 'com.google.gwt.user.datepicker.DatePicker'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/datepicker/DatePicker.gwt.xml
Loading inherited module 'com.google.gwt.user.DocumentMode'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/DocumentMode.gwt.xml
Loading inherited module 'com.google.gwt.user.DocumentRoot'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/DocumentRoot.gwt.xml
Loading inherited module 'com.google.gwt.user.DOM'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/DOM.gwt.xml
Loading inherited module 'com.google.gwt.user.FileUpload'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/FileUpload.gwt.xml
Loading inherited module 'com.google.gwt.user.Focus'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Focus.gwt.xml
Loading inherited module 'com.google.gwt.user.Form'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Form.gwt.xml
Loading inherited module 'com.google.gwt.user.History'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/History.gwt.xml
Loading inherited module 'com.google.gwt.user.HTMLTable'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/HTMLTable.gwt.xml
Loading inherited module 'com.google.gwt.user.HTTPRequest'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/HTTPRequest.gwt.xml
Loading inherited module 'com.google.gwt.user.Hyperlink'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Hyperlink.gwt.xml
Loading inherited module 'com.google.gwt.user.ImageBundle'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/ImageBundle.gwt.xml
Loading inherited module 'com.google.gwt.user.Popup'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Popup.gwt.xml
Loading inherited module 'com.google.gwt.user.RemoteService'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/RemoteService.gwt.xml
Loading inherited module 'com.google.gwt.user.ResizeLayoutPanel'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/ResizeLayoutPanel.gwt.xml
Loading inherited module 'com.google.gwt.user.RichText'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/RichText.gwt.xml
Loading inherited module 'com.google.gwt.user.Scroll'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Scroll.gwt.xml
Loading inherited module 'com.google.gwt.user.SplitPanel'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/SplitPanel.gwt.xml
Loading inherited module 'com.google.gwt.user.TextBox'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/TextBox.gwt.xml
Loading inherited module 'com.google.gwt.user.Tree'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/user/Tree.gwt.xml
Loading inherited module 'com.google.gwt.widget.Widget'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/widget/Widget.gwt.xml
Loading inherited module 'com.smartgwt.tools.SmartGwtTools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwt/tools/SmartGwtTools.gwt.xml
Loading inherited module 'com.google.gwt.xml.XML'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/xml/XML.gwt.xml
Loading inherited module 'com.google.gwt.json.JSON'
Module location: jar:file:/C:/Users/betruong/Development/GWT/GWT/gwt-2.6.1/gwt-user.jar!/com/google/gwt/json/JSON.gwt.xml
Loading inherited module 'com.smartgwt.SmartGwtNoSmartClient'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwt/SmartGwtNoSmartClient.gwt.xml
Loading inherited module 'com.smartclient.theme.enterprise.EnterpriseResources'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/theme/enterprise/EnterpriseResources.gwt.xml
Loading inherited module 'com.smartclient.tools.SmartClientTools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/tools/SmartClientTools.gwt.xml
Loading inherited module 'com.smartgwtee.tools.Tools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwtee/tools/Tools.gwt.xml
Loading inherited module 'com.smartclientee.tools.Tools'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclientee/tools/Tools.gwt.xml
Loading inherited module 'com.smartgwtee.SmartGwtEE'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwtee/SmartGwtEE.gwt.xml
Loading inherited module 'com.smartgwt.SmartGwtNoScript'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartgwt/SmartGwtNoScript.gwt.xml
Loading inherited module 'com.smartclient.SmartClientNoScript'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/SmartClientNoScript.gwt.xml
Loading inherited module 'com.smartclientee.SmartClientEEDefault'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclientee/SmartClientEEDefault.gwt.xml
Loading inherited module 'com.smartclient.theme.enterprise.Enterprise'
Module location: jar:file:/C:/Users/betruong/Development/smartGWT/smartgwtee-5.0p/lib/smartgwtee.jar!/com/smartclient/theme/enterprise/Enterprise.gwt.xml
Public resources found in...
Translatable source found in...
Starting HTTP on port 8888
Initializing App Engine server
Nov 21, 2014 9:21:25 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF/appengine-web.xml
Nov 21, 2014 9:21:25 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF/web.xml
Nov 21, 2014 9:21:25 AM com.google.appengine.tools.development.LoggingConfigurationManager loadPropertiesFile
WARNING: Unable to load properties file, C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF\logging.properties
java.io.FileNotFoundException: C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF\logging.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.google.appengine.tools.development.LoggingConfigurationManager.loadPropertiesFile(LoggingConfigurationManager.java:170)
at com.google.appengine.tools.development.LoggingConfigurationManager.read(LoggingConfigurationManager.java:78)
at com.google.appengine.tools.development.ApplicationConfigurationManager.validateAndRegisterGlobalValues(ApplicationConfigurationManager.java:184)
at com.google.appengine.tools.development.ApplicationConfigurationManager.access$400(ApplicationConfigurationManager.java:32)
at com.google.appengine.tools.development.ApplicationConfigurationManager$WarModuleConfigurationHandle.readConfiguration(ApplicationConfigurationManager.java:435)
at com.google.appengine.tools.development.ApplicationConfigurationManager.<init>(ApplicationConfigurationManager.java:159)
at com.google.appengine.tools.development.ApplicationConfigurationManager.newWarConfigurationManager(ApplicationConfigurationManager.java:101)
at com.google.appengine.tools.development.ApplicationConfigurationManager.newWarConfigurationManager(ApplicationConfigurationManager.java:87)
at com.google.appengine.tools.development.DevAppServerImpl.<init>(DevAppServerImpl.java:139)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.google.appengine.tools.development.DevAppServerFactory.doCreateDevAppServer(DevAppServerFactory.java:258)
at com.google.appengine.tools.development.DevAppServerFactory.access$000(DevAppServerFactory.java:36)
at com.google.appengine.tools.development.DevAppServerFactory$1.run(DevAppServerFactory.java:226)
at com.google.appengine.tools.development.DevAppServerFactory$1.run(DevAppServerFactory.java:224)
at java.security.AccessController.doPrivileged(Native Method)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:224)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:76)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:60)
at com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:84)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:522)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1104)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:844)
at com.google.gwt.dev.DevMode.main(DevMode.java:322)
Nov 21, 2014 9:21:25 AM com.google.appengine.tools.development.SystemPropertiesManager setSystemProperties
INFO: Overwriting system property key 'java.util.logging.config.file', value 'C:\Users\betruong\Development\eclipse-kepler-64\plugins\com.google.appengine.eclipse.sdkbundle_1.9.3\appengine-java-sdk-1.9.3\config\sdk\logging.properties' with value 'WEB-INF/logging.properties' from 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\samples\built-in-ds\war\WEB-INF\appengine-web.xml'
Nov 21, 2014 9:21:25 AM com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AA3594: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAA839: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB025: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB043: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB0CD: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB4D4: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AAB8A2: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AB67F6: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2AC7389: Load complete
gwt-unitCache-9b639813b8e6c5b569e45b135c8a1737ac4816c5-00000149D2B15926: Load complete
Nov 21, 2014 2:21:29 PM com.google.apphosting.utils.jetty.JettyLogger info
INFO: jetty-6.1.x
[Server@48d07bc2]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@48d07bc2]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@48d07bc2]: Startup sequence initiated from main() method
[Server@48d07bc2]: Could not load properties from file
[Server@48d07bc2]: Using cli/default properties only
[Server@48d07bc2]: Initiating startup sequence...
Exception in thread "HSQLDB Server @48d07bc2" java.lang.NoClassDefFoundError: java.net.ServerSocket is a restricted class. Please see the Google App Engine developer's guide for more details.
at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)
at org.hsqldb.server.HsqlSocketFactory.createServerSocket(Unknown Source)
at org.hsqldb.server.Server.openServerSocket(Unknown Source)
at org.hsqldb.server.Server.run(Unknown Source)
at org.hsqldb.server.Server.access$000(Unknown Source)
at org.hsqldb.server.Server$ServerThread.run(Unknown Source)
Checking for updates
Failed to obtain current version info via HTTP
Though I have configured the project to use JDK 1.7, but under the problems tab, it listed the following errors
Description Resource Path Location Type
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\spring-2.0.8.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs serverLogViewer.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\smartgwtee.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\velocity-1.7.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\validation-api-1.0.0.GA.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\slf4j-log4j12-1.7.7.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\slf4j-api-1.7.7.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\smartgwt.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\smartgwt-skins.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs bmmlImporterOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\xml-apis-ext.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\xbean.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs datasourceImporter.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_tools.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_web_services.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\iText-2.0.8.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\javassist-3.4.GA.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_js_parser.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_spring.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_sql.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_struts.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs batchDSGeneratorOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\mail.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\poi-3.9-20121203.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\poi-ooxml-3.9-20121203.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\poi-ooxml-schemas-3.9-20121203.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\jdbc2_0-stdext.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\jta-1.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\jtidy-r938.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\log4j-1.2.15.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs configViewer.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs batchDSGenerator.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs classBrowser.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\antlr-2.7.6.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\activation.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\asm-attrs.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\asm-3.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-awt-util.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-anim.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-css.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-bridge.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs dsGenerator.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-ext.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-dom.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-parser.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-gvt.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-svg-dom.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-script.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs view.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs adminConsoleOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs developerConsoleOperations.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
Your project must be configured to use a JDK in order to use JSPs bmmlImporter.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\dom4j-1.6.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\core-renderer.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-validator-1.0.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs smartMockups.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-pool-1.4.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hibernate3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hibernate-validator-4.1.0.Final.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs index.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hibernate-jpa-2.0-api-1.0.0.Final.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs sqlBrowser.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\groovy-all-1.8.4.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs adminConsole.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_compression.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_assembly.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isc-jakarta-oro-2.0.6.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\hsqldb-2.2.9.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_jpa.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_hibernate.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_core_rpc.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\isomorphic_contentexport.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\cglib-2.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-beanutils-1.0.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-util.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\batik-xml.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs testResultViewer.jsp /builtinds/war/builtinds/tools/selenium Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-collections-3.2.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-dbcp-1.2.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-cli-1.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-codec-1.3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs vbOperations.jsp /builtinds/war/builtinds/tools/visualBuilder Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-fileupload-1.2.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\httpcore-4.3.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-digester-1.0.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Your project must be configured to use a JDK in order to use JSPs dsBrowser.jsp /builtinds/war/builtinds/tools Unknown Google App Engine Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-discovery-0.2.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-lang-2.4.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-logging-1.1.1.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\httpclient-4.3.3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
The following classpath entry 'C:\Users\betruong\Development\smartGWT\smartgwtee-5.0p\lib\commons-jxpath-1.3.jar' will not be available on the server's classpath builtinds Unknown Google Web App Problem
Comment