Git Product home page Git Product logo

share-site-creators's Introduction

share-site-creators

This add-on gives you the ability to restrict Alfresco Share site creation to a specific group of users. Users not in the group will not see a "Create Site" link in:

  • The header Sites dropdown menu
  • The My Sites dashlet
  • The "welcome" dashlet

In addition, for users not in the group, the "welcome" dashlet's text changes to explain what a Share site is but does not imply that they have the ability to create one. A nice enhancement might be a link that launches a workflow to request a new site. (Pull requests welcome!)

By default, the group the module looks for must have an ID of "GROUP_SITE_CREATORS". The display name can be anything. When you create the group you do not specify "GROUP_"--Alfresco will prepend that for you.

This add-on also changes the low-level permissions so that even if someone figures out how to create a site without the user interface, the repository tier won't let them do that unless they are in the group.

Compatibility

Old versions of this add-on will work with older versions of Alfresco. Starting with version 0.0.6, you must be running 5.1 or higher.

Maven

Add the dependencies and overlays to the POM files of your WAR projects.

For the repository tier, in a project created with the all-in-one archetype, edit repo/pom.xml:

<dependencies>
  ...
  <dependency>
      <groupId>com.metaversant</groupId>
      <artifactId>share-site-creators-repo</artifactId>
      <version>0.0.7</version>
      <type>amp</type>
  </dependency>
  ...
</dependencies>

<overlays>
  ...
  <overlay>
      <groupId>com.metaversant</groupId>
      <artifactId>share-site-creators-repo</artifactId>
      <type>amp</type>
  </overlay>
  ...
</overlays>

For the Share tier, in a project created with the all-in-one archetype, edit share/pom.xml:

<dependencies>
  ...
  <dependency>
      <groupId>com.metaversant</groupId>
      <artifactId>share-site-creators-share</artifactId>
      <version>0.0.7</version>
      <type>amp</type>
  </dependency>
  ...
</dependencies>

<overlays>
  ...
  <overlay>
      <groupId>com.metaversant</groupId>
      <artifactId>share-site-creators-share</artifactId>
      <type>amp</type>
  </overlay>
  ...
</overlays>

Manual Installation

There are two AMPs associated with this add-on. One is a "repo tier" AMP and the other is a "Share tier" AMP.

Use mvn install to create the AMPs. When running with 5.1.f, you must specify -Ddependency.surf.version=6.3 when running maven commands for the Share tier AMP.

Install the AMPs

You can install the AMPs as you normally would using the MMT. For example, to install on a server, you would copy share-site-creators-repo.amp to $ALFRESCO_HOME/amps and copy share-site-creators-share.amp to $ALFRESCO_HOME/amps_share, then run bin/apply_amps.sh.

For developers looking to contribute who are running locally, you can use the Maven plug-in to install the AMP by running mvn alfresco:install -Dmaven.alfresco.warLocation=$TOMCAT_HOME/webapps/alfresco for the repo AMP and mvn alfresco:install -Dmaven.alfresco.warLocation=$TOMCAT_HOME/webapps/share for the Share AMP. If you are not running your Alfresco and Share WARs expanded specify the WAR file path instead of the directory.

Once the AMPs are deployed, start up Alfresco.

Deploy the Module in Share

After starting Alfresco with the AMPs deployed, the Share module should be deployed for you automatically. If you can still see "Create Sites" you may need to deploy the module manually. To do so, go to the Share Module Deployment Console to deploy the module. After you hit "Apply Changes", log out, then log back in. If you don't already have a group created with your username in it, the "Create Site" links should be gone, even if you are an administrator.

Create and Populate the Group

The SITE_CREATORS group will be created for you automatically. If, for some reason, it does not get created, create a new group with an ID of "GROUP_SITE_CREATORS". You can add individuals and groups to this group. For example, at the very least you will probably want to add ALFRESCO_ADMINISTRATORS to this group.

Using a Different Group Name

If you want to use a different group it needs to be changed in two places. First, in the repo project, change src/main/amp/config/alfresco/module/share-site-creators-repo/context/service-context.xml. Do a search for "GROUP_SITE_CREATORS" and you'll find it.

Second, you can either change the group when you deploy the module, or in the Share tier project, change the evaluator declaration in src/main/amp/config/alfresco/web-extension/site-data/site-creators-module-extension.xml.

share-site-creators's People

Contributors

dependabot[bot] avatar douglascrp avatar fabbricio avatar jberthoux avatar jpotts avatar wrighting avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

share-site-creators's Issues

"Create Site" option is missing for users in GROUP_SITE_CREATORS group

Hi!
First off, please let me provide this disclaimer: I am a Alfresco and Java NOOB.

I successfully (I think) installed "share-site-creators-5.0.d" on a fresh install of Alfresco Community v5.0.0.d

After deploying the module, the "Create Site" link was removed.
I created the GROUP_SITE_CREATORS group.
I added the group ALFRESCO_ADMINISTRATORS and a test user to this group.
Logged in as Admin and the test user, the "Create Site" link was not available.
After I removed the "Share Site Creators (Version: 1.0)" module, the "Create Site" link reappeared.

Any ideas on what could be happening?

Thanks!

5.0.d no create site link even when in GROUP_SITE_CREATORS group

Hi Jeff
Have been interested in your module, and have been playing with it. i can see the site prevention is now working in 5.0.d, when no user is in the group. However, I'm also finding even with the admin user/or admin group in the GROUP_SITE_CREATORS group, I'm not seeing the create site link anywhere? just thought I'd give you feedback, cheers for your efforts.

regards
Daren

testing on your module
https://github.com/digcat/alfresco-tests/blob/master/test_share_site_creators.py

dependencies

Hello..
When I execute 'run.sh' at share-site-creators-repo I got:

Downloading: https://repo.maven.apache.org/maven2/org/alfresco/alfresco-platform-distribution/5.0.d/alfresco-platform-distribution-5.0.d.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.alfresco.maven.plugin:alfresco-maven-plugin:2.0.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: clojurewerkz:neocons:jar:3.0.0, cheshire:cheshire:jar:5.3.1, tigris:tigris:jar:0.1.1, clj-http:clj-http:jar:0.9.1, slingshot:slingshot:jar:0.10.3, crouton:crouton:jar:0.1.1, potemkin:potemkin:jar:0.3.4, clj-tuple:clj-tuple:jar:0.1.2, riddley:riddley:jar:0.1.6, clojurewerkz:support:jar:0.20.0, clojurewerkz:urly:jar:2.0.0-alpha5, org.flatland:useful:jar:0.10.6, jansi-clj:jansi-clj:jar:0.1.0, io.aviso:pretty:jar:0.1.12, org.clojars.pmonks:depends:jar:0.3.0, org.clojars.pmonks:multigrep:jar:0.2.0, org.clojars.pmonks:bookmark-writer:jar:0.1.0, org.clojars.pmonks:spinner:jar:0.2.0: Could not transfer artifact clojurewerkz:neocons:jar:3.0.0 from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): oss.sonatype.org @
[ERROR] Unknown packaging: amp @ line 9, column 16
[ERROR] Non-resolvable import POM: Could not transfer artifact org.alfresco:alfresco-platform-distribution:pom:5.0.d from/to alfresco-public (https://artifacts.alfresco.com/nexus/content/groups/public): artifacts.alfresco.com: unknown error @ line 59, column 25
[ERROR] 'dependencies.dependency.version' for org.alfresco:alfresco-repository:jar is missing. @ line 72, column 21
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.ecmarchitect:share-site-creators-repo:0.0.2-SNAPSHOT (/root/share-site-creators-5.0.d/share-site-creators-repo/pom.xml) has 4 errors
[ERROR] Unresolveable build extension: Plugin org.alfresco.maven.plugin:alfresco-maven-plugin:2.0.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: clojurewerkz:neocons:jar:3.0.0, cheshire:cheshire:jar:5.3.1, tigris:tigris:jar:0.1.1, clj-http:clj-http:jar:0.9.1, slingshot:slingshot:jar:0.10.3, crouton:crouton:jar:0.1.1, potemkin:potemkin:jar:0.3.4, clj-tuple:clj-tuple:jar:0.1.2, riddley:riddley:jar:0.1.6, clojurewerkz:support:jar:0.20.0, clojurewerkz:urly:jar:2.0.0-alpha5, org.flatland:useful:jar:0.10.6, jansi-clj:jansi-clj:jar:0.1.0, io.aviso:pretty:jar:0.1.12, org.clojars.pmonks:depends:jar:0.3.0, org.clojars.pmonks:multigrep:jar:0.2.0, org.clojars.pmonks:bookmark-writer:jar:0.1.0, org.clojars.pmonks:spinner:jar:0.2.0: Could not transfer artifact clojurewerkz:neocons:jar:3.0.0 from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): oss.sonatype.org: Unknown host oss.sonatype.org -> [Help 2]
[ERROR] Unknown packaging: amp @ line 9, column 16
[ERROR] Non-resolvable import POM: Could not transfer artifact org.alfresco:alfresco-platform-distribution:pom:5.0.d from/to alfresco-public (https://artifacts.alfresco.com/nexus/content/groups/public): artifacts.alfresco.com: unknown error @ line 59, column 25: Unknown host artifacts.alfresco.com: unknown error -> [Help 3]
[ERROR] 'dependencies.dependency.version' for org.alfresco:alfresco-repository:jar is missing. @ line 72, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:

my maven settings:
Apache Maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; 2015-03-13T17:10:27-03:00)
Maven home: /usr/local/apache-maven-3.3.1
Java version: 1.8.0_31, vendor: Oracle Corporation
Java home: /opt/alfresco-5.0.d/java
Default locale: pt_BR, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-229.1.2.el7.x86_64", arch: "amd64", family: "unix"

Whats missing ?

Thanks in advance.

How to create jar files instead of AMP

Hi,
I am new to AMP and alfresco share customization. I am trying to use this plugin with alfresco 4.2.c
I use different tomcat for alfresco and share and I have created some extenions jar files and added it to tomcat/alfresco and tomcat_share/share
Is there a way to create jar file instead of AMP and add it to tomcat/alfresco/WEB-INF/lib and tomcat_share/share/WEB-INF/lib

thanks
sumit

Failure to start with SDK 2.1.1 / Alfresco 5.0.d

Here is the error I receive when starting the repo with this extension:

2016-11-05 14:45:09,716  ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService_security' defined in class path resource [alfresco/module/share-site-creators-repo/context/service-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type 'java.lang.String' to required type 'net.sf.acegisecurity.intercept.method.MethodDefinitionSource' for property 'objectDefinitionSource'; nested exception is java.lang.IllegalArgumentException: Couldn't find method 'listSiteMemberships' on interface org.alfresco.service.cmr.site.SiteService
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:529)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:633)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)
	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
	at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.springframework.beans.TypeMismatchException: Failed to convert property value of type 'java.lang.String' to required type 'net.sf.acegisecurity.intercept.method.MethodDefinitionSource' for property 'objectDefinitionSource'; nested exception is java.lang.IllegalArgumentException: Couldn't find method 'listSiteMemberships' on interface org.alfresco.service.cmr.site.SiteService
	at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:468)
	at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:494)
	at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:488)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1464)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1423)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1159)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
	... 21 more
Caused by: java.lang.IllegalArgumentException: Couldn't find method 'listSiteMemberships' on interface org.alfresco.service.cmr.site.SiteService
	at net.sf.acegisecurity.intercept.method.MethodDefinitionMap.addSecureMethod(MethodDefinitionMap.java:179)
	at net.sf.acegisecurity.intercept.method.MethodDefinitionMap.addSecureMethod(MethodDefinitionMap.java:142)
	at net.sf.acegisecurity.intercept.method.MethodDefinitionSourceEditor.setAsText(MethodDefinitionSourceEditor.java:76)
	at org.springframework.beans.TypeConverterDelegate.doConvertTextValue(TypeConverterDelegate.java:455)
	at org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:427)
	at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:181)
	at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:448)
	... 27 more

Session fixation vulnerability

Applying this add-on as an amp with Alfresco SDK, changes the creation and refresh behaviour for the JSESSIONID cookie at Share login, exposing a session fixation vulnerability.

On a plain Share, JSESSIONID is created on the login page and re-created after login.
With the share-site-creators amp, JSESSIONID remains the same even after the login, leading to a possible exploitation for a session fixation attack.

Extending login webscript to accept the encrypted password & userid

Hi Potts,
We have a requirement that we need to send the encrypted userId and Password to the Login webscript to get the alf ticket. (instead of plain userId and password). We need to extend the login webscript for this.
Can you please advise me on this? what is the class that i have to extend or override?

build error on 5.1.e branch

Hi,

I am trying to build the 5.1 branch, (to have a go on a 5.1 installation), but I got this:

Non-resolvable parent POM: Could not find artifact org.alfresco:alfresco-parent:pom:5.1.e in alfresco-public-snapshots (https://artifacts.alfresco.com/nexus/content/groups/public-snapshots) @ org.alfresco:alfresco-platform-distribution:5.1.e

Any idea?

Also I see #18 states this addon is somehow broken on alfresco 5.1 so far? any workaround?

Test with Alfresco 5.0c doesn't work

Hi!

Thanks for this AddOn, I searched exactly for this functionality in Alfresco.

I tried it with Alfresco 5.0c and unfortunately it doesn't work.
The create-site links are not displayed, even I have created the Group GROUP_SITE_CREATORS and added individuals and the ALFRESCO_ADMINISTRATORS group.

Immediately after login, there is an Exception in the LogFile:

13:19:38,708 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-12] Exception from executeScript - redirecting to status template error: 02190009 Wrapped Exception (with status template): 02190051 Failed to execute script 'classpath_:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js': 02190050 Zugriff verweigert. Sie verfügen nicht über die Berechtigungen, um diesen Vorgang durchzuführen.
org.springframework.extensions.webscripts.WebScriptException: 02190009 Wrapped Exception (with status template): 02190051 Failed to execute script 'classpath_:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js': 02190050 Zugriff verweigert. Sie verfügen nicht über die Berechtigungen, um diesen Vorgang durchzuführen.

Caused by: org.alfresco.repo.security.permissions.AccessDeniedException: 02190050 Zugriff verweigert. Sie verfügen nicht über die Berechtigungen, um diesen Vorgang durchzuführen.
Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.

at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_site_sites_query_post_json_js_4.c_main_1(classpath:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js:32)
at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_site_sites_query_post_json_js_4.call(classpath_:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js)
at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:74)
at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_site_sites_query_post_json_js_4.c_script_0(classpath:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js:52)
at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_site_sites_query_post_json_js_4.call(classpath_:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_site_sites_query_post_json_js_4.call(classpath_:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js)
at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_site_sites_query_post_json_js_4.exec(classpath_:alfresco/templates/webscripts/org/alfresco/repository/site/sites.query.post.json.js)

Did you tried the AddOn with Alfresco 5.0c?

Regards,
Tanja

Sites created pre-5.2 may break after upgrade

If you create sites in an installation older than 5.2, and users do not hide the "Welcome" banner displayed on the site dashboard, then you upgrade Alfresco to 5.2, you may see a problem when users try to open the site. That's because in 5.2 the welcome banner is no longer there and the add-on is not properly handling that.

You can fix this without a code deploy by updating the user preferences via the Alfresco API to turn off the Welcome banner. I will include how to do that below. For most people who have many sites and many users, that's a painful fix. I'm testing the real fix locally now and will post it soon.

To get someone's prefs, do:
GET http://localhost:8080/alfresco/s/api/people/tuser3/preferences

Look for "siteWelcome" and add an entry for the site using the site folder node ref that turns off the site welcome. Here's an example of a test user who has almost no prefs set, and we're turning off the welcome for one site:

POST http://localhost:8080/alfresco/s/api/people/tuser3/preferences

{
    "org": {
        "alfresco": {
            "share": {
                "sites": {
                    "recent": {
                        "_0": "jtp-test-site-2"
                    }
                },
                "siteWelcome": {
                	"alfresco-s-api-node-workspace-SpacesStore-43059928-19f9-44f9-9bf4-25ab8966af12": false
				}
            }
        }
    }
}

Permanent change

Each time I restart alfresco, I have to deployment again the module. How leave permanent change ?

Maven package error related to Spring Surf API

With a clean checkout of the repository, I'm receiving following error.

$ mvn clean package

[ERROR]   The project com.metaversant:share-site-creators-share:0.0.6 (/Users/angelborroy/Downloads/share-site-creators-master/share-site-creators-share/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.alfresco.surf:spring-surf-api:jar must be a valid version but is '${dependency.surf.version}'. @ org.alfresco:alfresco-platform-distribution:[unknown-version], /Users/angelborroy/.m2/repository/org/alfresco/alfresco-platform-distribution/5.1.f/alfresco-platform-distribution-5.1.f.pom, line 195, column 18

It looks like is something reported previously https://issues.alfresco.com/jira/browse/MNT-16378. In fact, I've applied the workaround and now is working fine.

$ mvn clean package -U -Ddependency.surf.version=6.3

[INFO] BUILD SUCCESS

Bootstrap causes exception on 5.1

The new bootstrap context that creates the site creators group on startup after installing the module throws a fatal exception in 5.1 that prevents the server from starting up. The problem is that the version.schema property is not being read from the Alfresco props file for some reason. This works fine in 5.0.x, however.

The exception is:
org.springframework.beans.MethodInvocationException: Property 'targetSchema' threw exception; nested exception is java.lang.IllegalArgumentException: 'targetSchema' must be greater than 'fixesToSchema'

enhancements

This module is really cool. Thanks.
Why not manage rights on the delete site link (in the my-sites and site-search dashlets) with the SITES_CREATORS group ?

Duplicate group created

SITE_CREATORS group already existed which resulted in a duplicate being created. After deleting both and recreating the group, the create site is unavailable whether or not the user is in the new group

Share site creator -hide createSite menu

Hi Potts,
I have installed 5.1 enterprise edition on my PC and downloaded the share-site-creator project and imported into my eclipse. But i was not able to build the project,

[ERROR] The project com.metaversant1:share-site-creators-share:0.0.5 (C:\Users
\xbblm9i\Downloads\share-site-creators-0.0.5\share-site-creators-0.0.5\share-sit
e-creators-share\pom.xml) has 1 error
[ERROR] 'dependencies.dependency.version' for org.alfresco.surf:spring-surf-
api:jar must be a valid version but is '${dependency.surf.version}'. @ com.metav
ersant1:share-site-creators-share:[unknown-version], C:\Users\xbblm9i\Downloads
share-site-creators-0.0.5\share-site-creators-0.0.5\share-site-creators-share\po
m.xml, line 70, column 14

please advise.

Error with 5.0.d

I do a clean install of Alfresco 5.0.d, Maven 3.3.1, Java 1.7.. All worked fine until I installed the amps. Now I cant access Alfresco and deploy page. I enter user/password and cant continue. See the log fragment:

2015-03-29 17:47:20,502 ERROR [web.context.ContextLoader] [localhost-startStop-2] Context initialization failed
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:alfresco/application-context.xml]
Offending resource: ServletContext resource [/WEB-INF/web-application-context.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath_:alfresco/module-context.xml]
Offending resource: class path resource [alfresco/application-context.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath_:alfresco/module/*/module-context.xml]
Offending resource: URL [jar:file:/opt/alfresco-5.0.d/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-repository-5.0.d.jar!/alfresco/module-context.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:alfresco/module/share-site-creators-repo/context/service-context.xml]
Offending resource: file [/opt/alfresco-5.0.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/share-site-creators-repo/module-context.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 64 in XML document from class path resource [alfresco/module/share-site-creators-repo/context/service-context.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 64; columnNumber: 9; An element with the identifier "accessDecisionManager" must appear in the document.
at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68)
at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85)
at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:76)

Not working with 5.1 CE - 201605-GA

After a fresh install of Alfresco-Community-201605 and Maven 3.3.9, compiled and applied the amps files, Alfresco not load more, catalina.out show:

2016-06-19 15:21:54,487 WARN [context.support.XmlWebApplicationContext] [localhost-startStop-1] Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'share-site-creators-repo.groupsLoader' defined in class path resource [alfresco/module/share-site-creators-repo/context/bootstrap-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'targetSchema' threw exception; nested exception is java.lang.IllegalArgumentException: 'targetSchema' must be greater than 'fixesToSchema'
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1455)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:934)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:410)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5016)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5524)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:672)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1859)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'targetSchema' threw exception; nested exception is java.lang.IllegalArgumentException: 'targetSchema' must be greater than 'fixesToSchema'
at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:101)
at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:57)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1452)
... 27 more

Jun 19, 2016 3:21:57 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'share-site-creators-repo.groupsLoader' defined in class path resource [alfresco/module/share-site-creators-repo/context/bootstrap-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'targetSchema' threw exception; nested exception is java.lang.IllegalArgumentException: 'targetSchema' must be greater than 'fixesToSchema'
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1455)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:

Thank you for any help.

catalina.out.txt

Issue with 5.0.d

I made the changes and now I can access the deploy menu and Alfresco share, but still not showing the create site same with admin user in Group_Site_Creators.

More any changes/tests I can do here ?
Regards.

captura de tela 2015-03-30 as 10 40 53
captura de tela 2015-03-30 as 10 41 50

I can't login anymore after installing the amp

Hi. I'm new ifter running bin/apply_amps.sh, I can't login anymore in share.
so i undeployed the amp and still can't login
here's my catalina log:
Jun 22, 2017 10:39:49 AM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context [/share]
Jun 22, 2017 10:39:49 AM org.apache.catalina.startup.ExpandWar deleteDir
SEVERE: [F:\alfresco\alfresco-community\tomcat\work\Catalina\localhost\share] could not be completely deleted. The presence of the remaining files may cause problems
Jun 22, 2017 10:39:49 AM org.apache.catalina.startup.ExpandWar delete
SEVERE: [F:\alfresco\alfresco-community\tomcat\work\Catalina\localhost\share] could not be completely deleted. The presence of the remaining files may cause problems
Jun 22, 2017 10:39:49 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war
Jun 22, 2017 10:40:25 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war has finished in 35,414 ms
Jun 22, 2017 10:41:32 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:41:32 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:41:32 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:41:32 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Jun 22, 2017 10:41:43 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:41:43 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:41:43 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:42:05 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
Jun 22, 2017 10:42:05 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jun 22, 2017 10:42:06 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
Jun 22, 2017 10:42:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:42:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:42:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:42:07 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2822 ms
Jun 22, 2017 10:42:07 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 22, 2017 10:42:07 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.x
Jun 22, 2017 10:42:07 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml
Jun 22, 2017 10:43:37 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml has finished in 89,674 ms
Jun 22, 2017 10:43:37 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml
Jun 22, 2017 10:43:37 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Jun 22, 2017 10:44:00 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml has finished in 23,436 ms
Jun 22, 2017 10:44:00 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war
Jun 22, 2017 10:44:09 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war has finished in 8,983 ms
Jun 22, 2017 10:44:09 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war
Jun 22, 2017 10:44:09 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
Jun 22, 2017 10:44:09 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war has finished in 300 ms
Jun 22, 2017 10:44:09 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war
Jun 22, 2017 10:44:26 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war has finished in 16,567 ms
Jun 22, 2017 10:44:26 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war
Jun 22, 2017 10:44:40 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war has finished in 14,197 ms
Jun 22, 2017 10:44:40 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war
Jun 22, 2017 10:44:41 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war has finished in 377 ms
Jun 22, 2017 10:44:41 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager
Jun 22, 2017 10:44:41 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager has finished in 279 ms
Jun 22, 2017 10:44:41 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager
Jun 22, 2017 10:44:41 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager has finished in 334 ms
Jun 22, 2017 10:44:41 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:44:41 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:44:41 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:44:41 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 154258 ms
Jun 22, 2017 10:53:29 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:53:29 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:53:29 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:53:29 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Jun 22, 2017 10:54:05 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:54:05 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:54:05 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:54:09 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
Jun 22, 2017 10:54:09 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jun 22, 2017 10:54:10 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
Jun 22, 2017 10:54:10 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:54:10 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:54:10 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:54:10 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1972 ms
Jun 22, 2017 10:54:10 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 22, 2017 10:54:10 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.x
Jun 22, 2017 10:54:10 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml
Jun 22, 2017 10:55:23 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml has finished in 72,409 ms
Jun 22, 2017 10:55:23 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml
Jun 22, 2017 10:55:23 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Jun 22, 2017 10:55:40 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml has finished in 16,998 ms
Jun 22, 2017 10:55:40 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war
Jun 22, 2017 10:55:47 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war has finished in 7,559 ms
Jun 22, 2017 10:55:47 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war
Jun 22, 2017 10:55:47 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
Jun 22, 2017 10:55:48 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war has finished in 330 ms
Jun 22, 2017 10:55:48 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war
Jun 22, 2017 10:56:02 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war has finished in 14,107 ms
Jun 22, 2017 10:56:02 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war
Jun 22, 2017 10:56:11 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war has finished in 9,165 ms
Jun 22, 2017 10:56:11 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war
Jun 22, 2017 10:56:11 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war has finished in 308 ms
Jun 22, 2017 10:56:11 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager
Jun 22, 2017 10:56:11 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager has finished in 269 ms
Jun 22, 2017 10:56:11 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager
Jun 22, 2017 10:56:12 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager has finished in 315 ms
Jun 22, 2017 10:56:12 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 10:56:12 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 10:56:12 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 10:56:12 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 121550 ms
Jun 22, 2017 11:01:03 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:01:03 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:01:03 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:01:03 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Jun 22, 2017 11:01:35 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:01:35 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:01:35 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:01:39 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
Jun 22, 2017 11:01:39 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jun 22, 2017 11:01:40 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
Jun 22, 2017 11:01:40 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:01:40 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:01:40 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:01:41 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2058 ms
Jun 22, 2017 11:01:41 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 22, 2017 11:01:41 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.x
Jun 22, 2017 11:01:41 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml
Jun 22, 2017 11:02:51 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml has finished in 70,121 ms
Jun 22, 2017 11:02:51 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml
Jun 22, 2017 11:02:51 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Jun 22, 2017 11:03:12 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml has finished in 20,937 ms
Jun 22, 2017 11:03:12 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war
Jun 22, 2017 11:03:19 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war has finished in 7,320 ms
Jun 22, 2017 11:03:19 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war
Jun 22, 2017 11:03:19 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
Jun 22, 2017 11:03:19 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war has finished in 280 ms
Jun 22, 2017 11:03:19 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war
Jun 22, 2017 11:03:33 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war has finished in 13,381 ms
Jun 22, 2017 11:03:33 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war
Jun 22, 2017 11:03:42 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war has finished in 8,921 ms
Jun 22, 2017 11:03:42 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war
Jun 22, 2017 11:03:42 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war has finished in 279 ms
Jun 22, 2017 11:03:42 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager
Jun 22, 2017 11:03:42 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager has finished in 200 ms
Jun 22, 2017 11:03:42 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager
Jun 22, 2017 11:03:42 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager has finished in 262 ms
Jun 22, 2017 11:03:42 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:03:43 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:03:43 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:03:43 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 121883 ms
Jun 22, 2017 11:06:51 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:06:51 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:06:51 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:06:51 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Jun 22, 2017 11:07:23 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:07:23 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:07:23 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:08:57 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
Jun 22, 2017 11:08:57 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jun 22, 2017 11:08:58 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
Jun 22, 2017 11:08:58 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:08:58 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:08:58 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:08:59 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2289 ms
Jun 22, 2017 11:08:59 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 22, 2017 11:08:59 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.x
Jun 22, 2017 11:08:59 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml
Jun 22, 2017 11:10:10 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml has finished in 71,636 ms
Jun 22, 2017 11:10:10 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml
Jun 22, 2017 11:10:11 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Jun 22, 2017 11:10:33 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml has finished in 22,104 ms
Jun 22, 2017 11:10:33 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war
Jun 22, 2017 11:10:40 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war has finished in 7,809 ms
Jun 22, 2017 11:10:40 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war
Jun 22, 2017 11:10:40 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
Jun 22, 2017 11:10:41 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war has finished in 296 ms
Jun 22, 2017 11:10:41 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war
Jun 22, 2017 11:10:56 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war has finished in 14,796 ms
Jun 22, 2017 11:10:56 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war
Jun 22, 2017 11:11:06 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war has finished in 10,343 ms
Jun 22, 2017 11:11:06 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war
Jun 22, 2017 11:11:06 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war has finished in 373 ms
Jun 22, 2017 11:11:06 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager
Jun 22, 2017 11:11:07 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager has finished in 266 ms
Jun 22, 2017 11:11:07 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager
Jun 22, 2017 11:11:07 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager has finished in 342 ms
Jun 22, 2017 11:11:07 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:11:07 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:11:07 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:11:07 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 128068 ms
Jun 22, 2017 11:11:07 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:11:07 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:11:07 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:11:07 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Jun 22, 2017 11:14:48 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
Jun 22, 2017 11:14:48 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jun 22, 2017 11:14:49 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
Jun 22, 2017 11:14:49 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:14:49 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:14:49 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:14:50 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1835 ms
Jun 22, 2017 11:14:50 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 22, 2017 11:14:50 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.x
Jun 22, 2017 11:14:50 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml
Jun 22, 2017 11:16:00 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml has finished in 70,299 ms
Jun 22, 2017 11:16:00 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml
Jun 22, 2017 11:16:00 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Jun 22, 2017 11:16:21 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor F:\alfresco\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml has finished in 21,060 ms
Jun 22, 2017 11:16:21 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war
Jun 22, 2017 11:16:29 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\awe.war has finished in 7,303 ms
Jun 22, 2017 11:16:29 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war
Jun 22, 2017 11:16:29 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
Jun 22, 2017 11:16:29 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\ROOT.war has finished in 237 ms
Jun 22, 2017 11:16:29 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war
Jun 22, 2017 11:16:42 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\share.war has finished in 13,593 ms
Jun 22, 2017 11:16:42 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war
Jun 22, 2017 11:16:52 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps\wcmqs.war has finished in 9,230 ms
Jun 22, 2017 11:16:52 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war
Jun 22, 2017 11:16:52 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive F:\alfresco\alfresco-community\tomcat\webapps_vti_bin.war has finished in 376 ms
Jun 22, 2017 11:16:52 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager
Jun 22, 2017 11:16:52 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\host-manager has finished in 237 ms
Jun 22, 2017 11:16:52 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager
Jun 22, 2017 11:16:52 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory F:\alfresco\alfresco-community\tomcat\webapps\manager has finished in 190 ms
Jun 22, 2017 11:16:52 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jun 22, 2017 11:16:53 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jun 22, 2017 11:16:53 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Jun 22, 2017 11:16:53 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 122688 ms

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.