Build and deploy Error

82 views
Skip to first unread message

ankit....@aspiresoftware.in

unread,
Aug 1, 2013, 2:29:15 AM8/1/13
to eureka-st...@googlegroups.com
Hi All,
I get latest source of eureka streams from the git.
I changed little bit in pom file to run maven build as they not build. I am using Ubuntu 12.10.
1) i change gwt-incubator version from 2.1.0 to 2.0.1 in web/pom.xml, as there is no maven dependency exists for 2.1.0.
2) commented checkstyles

Now i can build successfully, but with some log errors.
i fire " mvn clean install -Dbuildtype=dev -Dopenaccess-security -DskipTests=true" from the eurekastream-master (home source) and it takes too much time to build, and takes most of CPU time in the middle, i can't access my PC at that time while it do some permutation compilation as described below. 
"[INFO]    Compiling 5 permutations
[INFO]       Compiling permutation 1...
[INFO]       Compiling permutation 4...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 0...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 3...
[INFO]       Process output
[INFO]          Compiling
[INFO]             Compiling permutation 2...
[INFO]    Compile of permutations succeeded
"

I am getting below error while building through maven  (meanwhile its successful build at the end)

Validating newly compiled units
[INFO]       [WARN] Warnings in 'jar:file:/home/aspire17/.m2/repository/com/google/gwt/gwt-incubator/2.0.1/gwt-incubator-2.0.1.jar!/com/google/gwt/widgetideas/client/impl/GlassPanelImpl.java'
[INFO]          [WARN] Line 30: Referencing deprecated class 'com.google.gwt.user.client.impl.DocumentRootImpl'
[INFO]          [WARN] Line 38: Referencing deprecated class 'com.google.gwt.user.client.impl.DocumentRootImpl'
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/opensocial/GetConsumerInfoRequest.java'
[INFO]          [ERROR] Line 37: No source code is available for type org.apache.shindig.auth.SecurityToken; did you forget to inherit a required module?
[INFO]          [ERROR] Line 47: No source code is available for type net.oauth.OAuthServiceProvider; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/opensocial/GetConsumerTokenInfoRequest.java'
[INFO]          [ERROR] Line 43: No source code is available for type org.apache.shindig.auth.SecurityToken; did you forget to inherit a required module?
[INFO]          [ERROR] Line 43: No source code is available for type org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/opensocial/OAuthConsumerTokenRequest.java'
[INFO]          [ERROR] Line 36: No source code is available for type org.apache.shindig.auth.SecurityToken; did you forget to inherit a required module?
[INFO]          [ERROR] Line 41: No source code is available for type org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/opensocial/RemoveConsumerTokenRequest.java'
[INFO]          [ERROR] Line 43: No source code is available for type org.apache.shindig.auth.SecurityToken; did you forget to inherit a required module?
[INFO]          [ERROR] Line 43: No source code is available for type org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/opensocial/SetConsumerTokenInfoRequest.java'
[INFO]          [ERROR] Line 35: No source code is available for type org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo; did you forget to inherit a required module?
[INFO]          [ERROR] Line 51: No source code is available for type org.apache.shindig.auth.SecurityToken; did you forget to inherit a required module?
[INFO]          [ERROR] Line 51: No source code is available for type org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/profile/SaveImageRequest.java'
[INFO]          [ERROR] Line 47: No source code is available for type org.apache.commons.fileupload.FileItem; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/ActivityIdFromCommentDTOTransformer.java'
[INFO]          [ERROR] Line 26: No source code is available for type org.eurekastreams.server.persistence.mappers.cache.Transformer<TypeToTransform,ResponseType>; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/EntityIdFromResizeAvatarRequestTransformer.java'
[INFO]          [ERROR] Line 39: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/EntityIdFromSaveImageRequestTransformer.java'
[INFO]          [ERROR] Line 39: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/EntityIdFromUniqueStringKeyParameter.java'
[INFO]          [ERROR] Line 39: No source code is available for type org.eurekastreams.server.persistence.mappers.stream.GetItemsByPointerIds<ValueType>; did you forget to inherit a required module?
[INFO]          [ERROR] Line 56: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/GetIdFromStreamRequestTransformer.java'
[INFO]          [ERROR] Line 36: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/HasGroupIdToGroupIdRequestTransformer.java'
[INFO]          [ERROR] Line 36: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/HashMapValueRequestTransformer.java'
[INFO]          [ERROR] Line 49: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/PassThruRequestTransformer.java'
[INFO]          [ERROR] Line 34: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/RequestTransformer.java'
[INFO]          [ERROR] Line 26: No source code is available for type org.eurekastreams.server.persistence.mappers.cache.Transformer<TypeToTransform,ResponseType>; did you forget to inherit a required module?
[INFO]          [ERROR] Line 26: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/ToStringTransformer.java'
[INFO]          [ERROR] Line 36: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/UsePrincipalPersonIdRequestTransformer.java'
[INFO]          [ERROR] Line 26: No source code is available for type org.eurekastreams.server.persistence.mappers.cache.Transformer<TypeToTransform,ResponseType>; did you forget to inherit a required module?
[INFO]          [ERROR] Line 26: No source code is available for type org.eurekastreams.commons.actions.context.PrincipalActionContext; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/WrapInListRequestTransformer.java'
[INFO]          [ERROR] Line 33: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]          [ERROR] Line 35: No source code is available for type edu.emory.mathcs.backport.java.util.Collections; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/request/transformer/notification/SetCurrentUserNotificationPreferencesTransformer.java'
[INFO]          [ERROR] Line 60: No source code is available for type org.eurekastreams.commons.actions.context.ActionContext; did you forget to inherit a required module?
[INFO]          [ERROR] Line 78: No source code is available for type org.eurekastreams.server.persistence.mappers.requests.SetUserNotificationFilterPreferencesRequest; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/response/opensocial/ConsumerInfoResponse.java'
[INFO]          [ERROR] Line 40: No source code is available for type org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/response/opensocial/SecurityTokenResponse.java'
[INFO]          [ERROR] Line 40: No source code is available for type org.apache.shindig.social.core.oauth.OAuthSecurityToken; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/action/response/opensocial/TokenInfoResponse.java'
[INFO]          [ERROR] Line 40: No source code is available for type org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/domain/strategies/BookmarkStreamFilterTransformer.java'
[INFO]          [ERROR] Line 34: No source code is available for type org.eurekastreams.server.persistence.mappers.cache.Transformer<TypeToTransform,ResponseType>; did you forget to inherit a required module?
[INFO]          [ERROR] Line 39: No source code is available for type org.eurekastreams.server.persistence.mappers.DomainMapper<TRequestType,TReturnType>; did you forget to inherit a required module?
[INFO]          [ERROR] Line 44: No source code is available for type org.eurekastreams.server.persistence.mappers.stream.GetDomainGroupsByShortNames; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/domain/strategies/ChainedMapperWrapperMapper.java'
[INFO]          [ERROR] Line 25: No source code is available for type org.eurekastreams.server.persistence.mappers.DomainMapper<TRequestType,TReturnType>; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/domain/strategies/DisplayInfoSettableDataPopulator.java'
[INFO]          [ERROR] Line 33: No source code is available for type org.eurekastreams.server.persistence.mappers.DomainMapper<TRequestType,TReturnType>; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/domain/strategies/FollowerStatusPopulator.java'
[INFO]          [ERROR] Line 35: No source code is available for type org.eurekastreams.server.persistence.mappers.DomainMapper<TRequestType,TReturnType>; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/domain/strategies/PersonModelViewAvatarDisplayTransformer.java'
[INFO]          [ERROR] Line 32: No source code is available for type org.eurekastreams.server.persistence.mappers.cache.Transformer<TypeToTransform,ResponseType>; did you forget to inherit a required module?
[INFO]          [ERROR] Line 37: No source code is available for type org.apache.commons.logging.Log; did you forget to inherit a required module?
[INFO]          [ERROR] Line 37: No source code is available for type org.eurekastreams.commons.logging.LogFactory; did you forget to inherit a required module?
[INFO]       [ERROR] Errors in 'jar:file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/server/target/eurekastreams-server-2.0-SNAPSHOT.jar!/org/eurekastreams/server/domain/stream/Activity.java'
[INFO]          [ERROR] Line 294: No source code is available for type java.util.UUID; did you forget to inherit a required module?
[INFO]          [ERROR] Line 622: The method clone() of type Activity must override or implement a supertype method
[INFO]       [ERROR] Errors in 'file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/web/src/main/java/org/eurekastreams/web/client/ui/common/stream/renderers/content/ContentSegment.java'
[INFO]          [ERROR] Line 23: Constructors must be 'protected' in subclasses of JavaScriptObject
[INFO]    Scanning for additional dependencies: file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/web/src/main/java/org/eurekastreams/web/client/ui/pages/master/ApplicationEntryPoint.java
[INFO]       Computing all possible rebind results for 'org.eurekastreams.commons.client.ActionRPCService'
[INFO]          Rebinding org.eurekastreams.commons.client.ActionRPCService
[INFO]             Invoking generator com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
[INFO]                Generating client proxy for remote service interface 'org.eurekastreams.commons.client.ActionRPCService'
[INFO]                   Analyzing 'org.eurekastreams.commons.client.ActionRPCService' for serializable types
[INFO]                      Analyzing methods:
[INFO]                         public abstract org.eurekastreams.commons.client.ActionRequest execute(org.eurekastreams.commons.client.ActionRequest request)
[INFO]                            Parameter: org.eurekastreams.commons.client.ActionRequest request
[INFO]                               org.eurekastreams.commons.client.ActionRequest
[INFO]                                  Verifying instantiability
[INFO]                                     org.eurekastreams.commons.client.ActionRequestImpl<? extends java.io.Serializable>
[INFO]                                        Checking parameters of 'org.eurekastreams.commons.client.ActionRequestImpl<? extends java.io.Serializable>'
[INFO]                                           Checking type argument 0 of type 'org.eurekastreams.commons.client.ActionRequestImpl<T>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                              java.io.Serializable
[INFO]                                                 Verifying instantiability
[INFO]                                                    java.util.HashMap<? extends java.lang.Object, ? extends java.lang.Object>
[INFO]                                                       [WARN] Checking all subtypes of Object which qualify for serialization
[INFO]                                                          org.eurekastreams.server.domain.stream.plugins.PluginDefinition
[INFO]                                                             Verifying instantiability
[INFO]                                                                org.eurekastreams.server.domain.stream.plugins.PluginDefinition
[INFO]                                                                   Analyzing the fields of type 'net.sf.gilead.pojo.gwt.LightEntity' that qualify for serialization
[INFO]                                                                      protected java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter> _proxyInformations
[INFO]                                                                         java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                            Verifying instantiability
[INFO]                                                                               java.util.TreeMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                  Checking parameters of 'java.util.TreeMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>'
[INFO]                                                                                     Checking type argument 1 of type 'java.util.TreeMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                        net.sf.gilead.pojo.gwt.IGwtSerializableParameter
[INFO]                                                                                           Verifying instantiability
[INFO]                                                                                              org.eurekastreams.server.domain.OAuthDomainEntry
[INFO]                                                                                                 Analyzing the fields of type 'net.sf.gilead.pojo.gwt.LightEntity' that qualify for serialization
[INFO]                                                                                                    protected java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter> _proxyInformations
[INFO]                                                                                                       java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                          Verifying instantiability
[INFO]                                                                                                             java.util.LinkedHashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                                Checking parameters of 'java.util.LinkedHashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>'
[INFO]                                                                                                                   Checking type argument 1 of type 'java.util.LinkedHashMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                                                      net.sf.gilead.pojo.gwt.IGwtSerializableParameter
[INFO]                                                                                                                         Verifying instantiability
[INFO]                                                                                                                            org.eurekastreams.server.domain.MembershipCriteria
[INFO]                                                                                                                               Analyzing the fields of type 'net.sf.gilead.pojo.gwt.LightEntity' that qualify for serialization
[INFO]                                                                                                                                  protected java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter> _proxyInformations
[INFO]                                                                                                                                     java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                                                        Verifying instantiability
[INFO]                                                                                                                                           java.util.HashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                                                              Checking parameters of 'java.util.HashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>'
[INFO]                                                                                                                                                 Checking type argument 1 of type 'java.util.HashMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                                                                                    net.sf.gilead.pojo.gwt.IGwtSerializableParameter
[INFO]                                                                                                                                                       Verifying instantiability
[INFO]                                                                                                                                                          org.eurekastreams.server.domain.stream.plugins.FeedSubscriber
[INFO]                                                                                                                                                             Analyzing the fields of type 'org.eurekastreams.server.domain.stream.plugins.FeedSubscriber' that qualify for serialization
[INFO]                                                                                                                                                                private java.util.HashMap<java.lang.String, java.io.Serializable> confSettings
[INFO]                                                                                                                                                                   java.util.HashMap<java.lang.String, java.io.Serializable>
[INFO]                                                                                                                                                                      Verifying instantiability
[INFO]                                                                                                                                                                         java.util.HashMap<java.lang.String, java.io.Serializable>
[INFO]                                                                                                                                                                            Checking parameters of 'java.util.HashMap<java.lang.String, java.io.Serializable>'
[INFO]                                                                                                                                                                               Checking type argument 1 of type 'java.util.HashMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                                                                                                                  java.io.Serializable
[INFO]                                                                                                                                                                                     Verifying instantiability
[INFO]                                                                                                                                                                                        org.eurekastreams.server.domain.Background
[INFO]                                                                                                                                                                                           Analyzing the fields of type 'org.eurekastreams.server.domain.Background' that qualify for serialization
[INFO]                                                                                                                                                                                              private org.eurekastreams.server.domain.Person person
[INFO]                                                                                                                                                                                                 org.eurekastreams.server.domain.Person
[INFO]                                                                                                                                                                                                    Verifying instantiability
[INFO]                                                                                                                                                                                                       org.eurekastreams.server.domain.Person
[INFO]                                                                                                                                                                                                          Analyzing the fields of type 'org.eurekastreams.server.domain.Person' that qualify for serialization
[INFO]                                                                                                                                                                                                             [WARN] Field 'private final boolean publicGroup' will not be serialized because it is final
[INFO]                                                                                                                                                                                                             private org.eurekastreams.server.domain.TabGroup startTabGroup
[INFO]                                                                                                                                                                                                                org.eurekastreams.server.domain.TabGroup
[INFO]                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                      org.eurekastreams.server.domain.TabGroup
[INFO]                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.TabGroup' that qualify for serialization
[INFO]                                                                                                                                                                                                                            private java.util.List<org.eurekastreams.server.domain.Tab> tabs
[INFO]                                                                                                                                                                                                                               java.util.List<org.eurekastreams.server.domain.Tab>
[INFO]                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                     java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Tab>
[INFO]                                                                                                                                                                                                                                        Checking parameters of 'java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Tab>'
[INFO]                                                                                                                                                                                                                                           org.eurekastreams.server.domain.Tab[]
[INFO]                                                                                                                                                                                                                                              Analyzing component type:
[INFO]                                                                                                                                                                                                                                                 org.eurekastreams.server.domain.Tab
[INFO]                                                                                                                                                                                                                                                    Verifying instantiability
[INFO]                                                                                                                                                                                                                                                       org.eurekastreams.server.domain.Tab
[INFO]                                                                                                                                                                                                                                                          Analyzing the fields of type 'org.eurekastreams.server.domain.Tab' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                             private org.eurekastreams.server.domain.TabTemplate template
[INFO]                                                                                                                                                                                                                                                                org.eurekastreams.server.domain.TabTemplate
[INFO]                                                                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                      org.eurekastreams.server.domain.TabTemplate
[INFO]                                                                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.TabTemplate' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                            private java.util.List<org.eurekastreams.server.domain.Gadget> gadgets
[INFO]                                                                                                                                                                                                                                                                               java.util.List<org.eurekastreams.server.domain.Gadget>
[INFO]                                                                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                     java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Gadget>
[INFO]                                                                                                                                                                                                                                                                                        Checking parameters of 'java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Gadget>'
[INFO]                                                                                                                                                                                                                                                                                           org.eurekastreams.server.domain.Gadget[]
[INFO]                                                                                                                                                                                                                                                                                              Analyzing component type:
[INFO]                                                                                                                                                                                                                                                                                                 org.eurekastreams.server.domain.Gadget
[INFO]                                                                                                                                                                                                                                                                                                    Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                                       org.eurekastreams.server.domain.Gadget
[INFO]                                                                                                                                                                                                                                                                                                          Analyzing the fields of type 'org.eurekastreams.server.domain.Gadget' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                                             private org.eurekastreams.server.domain.GadgetDefinition gadgetDefinition
[INFO]                                                                                                                                                                                                                                                                                                                org.eurekastreams.server.domain.GadgetDefinition
[INFO]                                                                                                                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                                                      org.eurekastreams.server.domain.GadgetDefinition
[INFO]                                                                                                                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.GadgetDefinition' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                                                            private org.eurekastreams.server.domain.GalleryItemCategory category
[INFO]                                                                                                                                                                                                                                                                                                                               org.eurekastreams.server.domain.GalleryItemCategory
[INFO]                                                                                                                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                                                                     org.eurekastreams.server.domain.GalleryItemCategory
[INFO]                                                                                                                                                                                                                                                                                                                                        Analyzing the fields of type 'org.eurekastreams.server.domain.GalleryItemCategory' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                                                                           [WARN] Field 'private final int maxGadgetCategoryNameLength' will not be serialized because it is final
[INFO]                                                                                                                                                                                                                                                                            private org.eurekastreams.server.domain.GalleryTabTemplate galleryTabTemplate
[INFO]                                                                                                                                                                                                                                                                               org.eurekastreams.server.domain.GalleryTabTemplate
[INFO]                                                                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                     org.eurekastreams.server.domain.GalleryTabTemplate
[INFO]                                                                                                                                                                                                                                                                                        Analyzing the fields of type 'org.eurekastreams.server.domain.GalleryTabTemplate' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                           [WARN] Field 'private final int maxDescriptionLength' will not be serialized because it is final
[INFO]                                                                                                                                                                                                             private org.eurekastreams.server.domain.Theme theme
[INFO]                                                                                                                                                                                                                org.eurekastreams.server.domain.Theme
[INFO]                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                      org.eurekastreams.server.domain.Theme
[INFO]                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.Theme' that qualify for serialization
[INFO]                                                                                                                                                                                                                            [WARN] Field 'private final int maxDescriptionLength' will not be serialized because it is final
[INFO]                            Return type: org.eurekastreams.commons.client.ActionRequest
[INFO]                               org.eurekastreams.commons.client.ActionRequest
[INFO]                                  Verifying instantiability
[INFO]                                     org.eurekastreams.commons.client.ActionRequestImpl<? extends java.io.Serializable>
[INFO]                                        Checking parameters of 'org.eurekastreams.commons.client.ActionRequestImpl<? extends java.io.Serializable>'
[INFO]                                           Checking type argument 0 of type 'org.eurekastreams.commons.client.ActionRequestImpl<T>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                              java.io.Serializable
[INFO]                                                 Verifying instantiability
[INFO]                                                    java.util.HashMap<? extends java.lang.Object, ? extends java.lang.Object>
[INFO]                                                       [WARN] Checking all subtypes of Object which qualify for serialization
[INFO]                                                          org.eurekastreams.server.domain.stream.plugins.PluginDefinition
[INFO]                                                             Verifying instantiability
[INFO]                                                                org.eurekastreams.server.domain.stream.plugins.PluginDefinition
[INFO]                                                                   Analyzing the fields of type 'net.sf.gilead.pojo.gwt.LightEntity' that qualify for serialization
[INFO]                                                                      protected java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter> _proxyInformations
[INFO]                                                                         java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                            Verifying instantiability
[INFO]                                                                               java.util.TreeMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                  Checking parameters of 'java.util.TreeMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>'
[INFO]                                                                                     Checking type argument 1 of type 'java.util.TreeMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                        net.sf.gilead.pojo.gwt.IGwtSerializableParameter
[INFO]                                                                                           Verifying instantiability
[INFO]                                                                                              org.eurekastreams.server.domain.OAuthDomainEntry
[INFO]                                                                                                 Analyzing the fields of type 'net.sf.gilead.pojo.gwt.LightEntity' that qualify for serialization
[INFO]                                                                                                    protected java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter> _proxyInformations
[INFO]                                                                                                       java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                          Verifying instantiability
[INFO]                                                                                                             java.util.LinkedHashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                                Checking parameters of 'java.util.LinkedHashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>'
[INFO]                                                                                                                   Checking type argument 1 of type 'java.util.LinkedHashMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                                                      net.sf.gilead.pojo.gwt.IGwtSerializableParameter
[INFO]                                                                                                                         Verifying instantiability
[INFO]                                                                                                                            org.eurekastreams.server.domain.MembershipCriteria
[INFO]                                                                                                                               Analyzing the fields of type 'net.sf.gilead.pojo.gwt.LightEntity' that qualify for serialization
[INFO]                                                                                                                                  protected java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter> _proxyInformations
[INFO]                                                                                                                                     java.util.Map<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                                                        Verifying instantiability
[INFO]                                                                                                                                           java.util.HashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>
[INFO]                                                                                                                                              Checking parameters of 'java.util.HashMap<java.lang.String, net.sf.gilead.pojo.gwt.IGwtSerializableParameter>'
[INFO]                                                                                                                                                 Checking type argument 1 of type 'java.util.HashMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                                                                                    net.sf.gilead.pojo.gwt.IGwtSerializableParameter
[INFO]                                                                                                                                                       Verifying instantiability
[INFO]                                                                                                                                                          org.eurekastreams.server.domain.stream.plugins.FeedSubscriber
[INFO]                                                                                                                                                             Analyzing the fields of type 'org.eurekastreams.server.domain.stream.plugins.FeedSubscriber' that qualify for serialization
[INFO]                                                                                                                                                                private java.util.HashMap<java.lang.String, java.io.Serializable> confSettings
[INFO]                                                                                                                                                                   java.util.HashMap<java.lang.String, java.io.Serializable>
[INFO]                                                                                                                                                                      Verifying instantiability
[INFO]                                                                                                                                                                         java.util.HashMap<java.lang.String, java.io.Serializable>
[INFO]                                                                                                                                                                            Checking parameters of 'java.util.HashMap<java.lang.String, java.io.Serializable>'
[INFO]                                                                                                                                                                               Checking type argument 1 of type 'java.util.HashMap<K, V>' because it is directly exposed in this type or in one of its subtypes
[INFO]                                                                                                                                                                                  java.io.Serializable
[INFO]                                                                                                                                                                                     Verifying instantiability
[INFO]                                                                                                                                                                                        org.eurekastreams.server.domain.Background
[INFO]                                                                                                                                                                                           Analyzing the fields of type 'org.eurekastreams.server.domain.Background' that qualify for serialization
[INFO]                                                                                                                                                                                              private org.eurekastreams.server.domain.Person person
[INFO]                                                                                                                                                                                                 org.eurekastreams.server.domain.Person
[INFO]                                                                                                                                                                                                    Verifying instantiability
[INFO]                                                                                                                                                                                                       org.eurekastreams.server.domain.Person
[INFO]                                                                                                                                                                                                          Analyzing the fields of type 'org.eurekastreams.server.domain.Person' that qualify for serialization
[INFO]                                                                                                                                                                                                             [WARN] Field 'private final boolean publicGroup' will not be serialized because it is final
[INFO]                                                                                                                                                                                                             private org.eurekastreams.server.domain.TabGroup startTabGroup
[INFO]                                                                                                                                                                                                                org.eurekastreams.server.domain.TabGroup
[INFO]                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                      org.eurekastreams.server.domain.TabGroup
[INFO]                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.TabGroup' that qualify for serialization
[INFO]                                                                                                                                                                                                                            private java.util.List<org.eurekastreams.server.domain.Tab> tabs
[INFO]                                                                                                                                                                                                                               java.util.List<org.eurekastreams.server.domain.Tab>
[INFO]                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                     java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Tab>
[INFO]                                                                                                                                                                                                                                        Checking parameters of 'java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Tab>'
[INFO]                                                                                                                                                                                                                                           org.eurekastreams.server.domain.Tab[]
[INFO]                                                                                                                                                                                                                                              Analyzing component type:
[INFO]                                                                                                                                                                                                                                                 org.eurekastreams.server.domain.Tab
[INFO]                                                                                                                                                                                                                                                    Verifying instantiability
[INFO]                                                                                                                                                                                                                                                       org.eurekastreams.server.domain.Tab
[INFO]                                                                                                                                                                                                                                                          Analyzing the fields of type 'org.eurekastreams.server.domain.Tab' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                             private org.eurekastreams.server.domain.TabTemplate template
[INFO]                                                                                                                                                                                                                                                                org.eurekastreams.server.domain.TabTemplate
[INFO]                                                                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                      org.eurekastreams.server.domain.TabTemplate
[INFO]                                                                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.TabTemplate' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                            private java.util.List<org.eurekastreams.server.domain.Gadget> gadgets
[INFO]                                                                                                                                                                                                                                                                               java.util.List<org.eurekastreams.server.domain.Gadget>
[INFO]                                                                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                     java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Gadget>
[INFO]                                                                                                                                                                                                                                                                                        Checking parameters of 'java.util.Arrays.ArrayList<org.eurekastreams.server.domain.Gadget>'
[INFO]                                                                                                                                                                                                                                                                                           org.eurekastreams.server.domain.Gadget[]
[INFO]                                                                                                                                                                                                                                                                                              Analyzing component type:
[INFO]                                                                                                                                                                                                                                                                                                 org.eurekastreams.server.domain.Gadget
[INFO]                                                                                                                                                                                                                                                                                                    Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                                       org.eurekastreams.server.domain.Gadget
[INFO]                                                                                                                                                                                                                                                                                                          Analyzing the fields of type 'org.eurekastreams.server.domain.Gadget' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                                             private org.eurekastreams.server.domain.GadgetDefinition gadgetDefinition
[INFO]                                                                                                                                                                                                                                                                                                                org.eurekastreams.server.domain.GadgetDefinition
[INFO]                                                                                                                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                                                      org.eurekastreams.server.domain.GadgetDefinition
[INFO]                                                                                                                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.GadgetDefinition' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                                                            private org.eurekastreams.server.domain.GalleryItemCategory category
[INFO]                                                                                                                                                                                                                                                                                                                               org.eurekastreams.server.domain.GalleryItemCategory
[INFO]                                                                                                                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                                                                     org.eurekastreams.server.domain.GalleryItemCategory
[INFO]                                                                                                                                                                                                                                                                                                                                        Analyzing the fields of type 'org.eurekastreams.server.domain.GalleryItemCategory' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                                                                           [WARN] Field 'private final int maxGadgetCategoryNameLength' will not be serialized because it is final
[INFO]                                                                                                                                                                                                                                                                            private org.eurekastreams.server.domain.GalleryTabTemplate galleryTabTemplate
[INFO]                                                                                                                                                                                                                                                                               org.eurekastreams.server.domain.GalleryTabTemplate
[INFO]                                                                                                                                                                                                                                                                                  Verifying instantiability
[INFO]                                                                                                                                                                                                                                                                                     org.eurekastreams.server.domain.GalleryTabTemplate
[INFO]                                                                                                                                                                                                                                                                                        Analyzing the fields of type 'org.eurekastreams.server.domain.GalleryTabTemplate' that qualify for serialization
[INFO]                                                                                                                                                                                                                                                                                           [WARN] Field 'private final int maxDescriptionLength' will not be serialized because it is final
[INFO]                                                                                                                                                                                                             private org.eurekastreams.server.domain.Theme theme
[INFO]                                                                                                                                                                                                                org.eurekastreams.server.domain.Theme
[INFO]                                                                                                                                                                                                                   Verifying instantiability
[INFO]                                                                                                                                                                                                                      org.eurekastreams.server.domain.Theme
[INFO]                                                                                                                                                                                                                         Analyzing the fields of type 'org.eurekastreams.server.domain.Theme' that qualify for serialization
[INFO]                                                                                                                                                                                                                            [WARN] Field 'private final int maxDescriptionLength' will not be serialized because it is final


[INFO]    Scanning for additional dependencies: file:/home/aspire17/Ankit/workspace/eurekastreams/eurekastreams-master/web/src/main/java/org/eurekastreams/web/client/ui/pages/master/StaticResourceBundle.java
[INFO]       Computing all possible rebind results for 'org.eurekastreams.web.client.ui.pages.master.StaticResourceBundle'
[INFO]          Rebinding org.eurekastreams.web.client.ui.pages.master.StaticResourceBundle
[INFO]             Invoking generator com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
[INFO]                Preparing method coreCss
[INFO]                   The following problems were detected
[INFO]                      [WARN] Line 166 column 6: encountered "literal(". Was expecting one of: "}" ";" <IDENT> 
[INFO]                Preparing method yuiCss
[INFO]                   The following problems were detected
[INFO]                      [WARN] Line 33 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 39 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 572 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 923 column 23: encountered ":". Was expecting one of: "}" "+" "-" "," ";" "/" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <IMPORTANT_SYM> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1100 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1190 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1293 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1355 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1364 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1458 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1814 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1820 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1883 column 29: encountered ":". Was expecting one of: "}" "+" "-" "," ";" "/" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <IMPORTANT_SYM> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 1884 column 15: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 1885 column 16: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 1886 column 16: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 1887 column 15: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 1917 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 2984 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 3704 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 4075 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 4080 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 4168 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 4401 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 4407 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 4470 column 29: encountered ":". Was expecting one of: "}" "+" "-" "," ";" "/" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <IMPORTANT_SYM> <UNICODERANGE> <FUNCTION> 
[INFO]                      [WARN] Line 4471 column 15: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 4472 column 16: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 4473 column 16: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 4474 column 15: encountered " ". Was expecting one of: <IDENT> <FUNCTION> 
[INFO]                      [WARN] Line 4504 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 


After that, I copied ROOT.war file from web/target and then put this war file into my tomcat 7.0.2. and when i tried to access through URL, it is giving me some REMOTE_USER error
"
SEVERE: Servlet.service() for servlet [default] in context with path [/eurekastreams] threw exception
org.springframework.security.ui.preauth.PreAuthenticatedCredentialsNotFoundException: REMOTE_USER attribute not found in request.
at org.eurekastreams.server.service.security.preauth.RequestAttributePreAuthenticatedProcessingFilter.getPreAuthenticatedPrincipal(RequestAttributePreAuthenticatedProcessingFilter.java:62)
at org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter.doAuthenticate(AbstractPreAuthenticatedProcessingFilter.java:78)
at org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter.doFilterHttp(AbstractPreAuthenticatedProcessingFilter.java:67)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:242)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:163)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:556)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:401)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:267)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:245)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:260)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
"


Any suggestion will be helpful.
Thanks,
Ankit
Message has been deleted

ankit....@aspiresoftware.in

unread,
Aug 1, 2013, 3:41:43 AM8/1/13
to eureka-st...@googlegroups.com, ankit....@aspiresoftware.in
Now, after putting war into tomcat and accessing the URL, that shows me some dialog, that says, "Unable to Establish connection - please refresh "

Why this happening ?

Thanks,
Ankit
Reply all
Reply to author
Forward
0 new messages