Quantcast
Channel: Alfresco Forums - Alfresco Share
Viewing all 877 articles
Browse latest View live

Alfresco Postgress failed to start

$
0
0

Hello, I am in trouble now. Alfresco tomcat Server is starting correctly but when i try to start Postgress it starts in 2 seconds then stop. I did some investigations in postgress log files then find that every time I try to start Postgress service i got this error message "FATAL: failed to re-find parent key in index "16617" for split pages 3890/3891". I did some googling but failed to get the workaround on this problem. Can you please help me figuring out what this error means?

5.0.c

Tenant import fails

$
0
0

Both alfresco-community 5.1e (MySQL) and the latest alfresco-one evaluation (PostgreSQL) failed the tenant import.
Tenant export worked without errors, but import failed with the error below.
The test was done with aflresco consoles (Windoes 8.2):
http://localhost:8080/alfresco/s/admin/admin-tenantconsole
http://127.0.0.1:8080/share

Could anyone tell me why the import failed?

1. create tenant1.com admin /usr/tenantstores/tenant1.com
/admin
2. create group1
create user1/ /user1@google.com/user1/password/group1
3. create Repository/group1/testdoc1.txt
4. export tenant1.com d:\\alfresco-doc\backup
ACP files are generated in D:\alfresco-doc\backup\tenant1.com_*.acp
5. delete tenant1.com
6. stop alfrescoTomcat service
7. delete D:\alfresco-community\alf_data\solr4\content\tenant1.com (tenant-specific index directory?)
8. delete D:\usr\tenantstores\tenant1.com (tenant-specific content directory?)
9. start alfrescoTomcat service
10. import tenant1.com d:\\alfresco-doc\backup /usr/tenantstores/tenant1.com

Web Script Status 500 - Internal Error
The Web Script /alfresco/s/admin/admin-tenantconsole has responded with a status of 500 - Internal Error.

Exception: org.alfresco.repo.node.integrity.IntegrityException - 03081804 Found 3 integrity violations:
Mandatory property not set: Node: workspace://@tenant1.com@lightWeightVersionStore/19412204-2993-404c-89ba-9b8212bdb056 Name: testdoc1.txt Type: {http://www.alfresco.org/model/versionstore/2.0}version Property: {http://www.alfresco.org/model/versionstore/2.0}frozenNodeStoreId
Mandatory property not set: Node: workspace://@tenant1.com@lightWeightVersionStore/19412204-2993-404c-89ba-9b8212bdb056 Name: testdoc1.txt Type: {http://www.alfresco.org/model/versionstore/2.0}version Property: {http://www.alfresco.org/model/versionstore/2.0}frozenNodeId
Mandatory property not set: Node: workspace://@tenant1.com@lightWeightVersionStore/19412204-2993-404c-89ba-9b8212bdb056 Name: testdoc1.txt Type: {http://www.alfresco.org/model/versionstore/2.0}version Property: {http://www.alfresco.org/model/versionstore/2.0}frozenNodeStoreProtocol

org.alfresco.repo.node.integrity.IntegrityChecker.checkIntegrity(IntegrityChecker.java:662)
org.alfresco.repo.node.integrity.IntegrityChecker.beforeCommit(IntegrityChecker.java:764)
org.alfresco.util.transaction.TransactionSupportUtil$TransactionSynchronizationImpl.beforeCommit(TransactionSupportUtil.java:498)
org.springframework.transaction.support.TransactionSynchronizationUtils.triggerBeforeCommit(TransactionSynchronizationUtils.java:95)
org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(AbstractPlatformTransactionManager.java:925)

5.1.x

Autocomplete disabled

$
0
0

Hello,

I want to enable the browser autocomplete on Share. It seems it is disabled on all the forms (by a js). Can anybody confirm this? And if yes, how to enable the browser autocomplete (not the server) on a special form?

I tried to add autocomplete="on" inside the input form of a FTL but no success.

Thank you
Jamil

5.1.x

Retun messages from Action

$
0
0

Hi,

I have a action in explorer which run some controls on a directory content. It's a java action extending ActionExecuterAbstractBase.
The action is available via the share interface for the users.

I want some return my action more precise that sucess/failure. I would like message displayed to the user to let them know what are the result like :

- Folder validated.
- File XX.csv is missing.
- File XX.xml is malformed
- ....

How can return message from my action ?

Thank you

4.2.f

THIS USER IS NOT EMPLOYED BY ALFRESCO OR CONNECTED TO ALFRESCO SUPPORT

Error status 408 Read timed out when trying to delete documents or empty trashcan

$
0
0

I am receiving read time out on attempts to delete folders with 300+ documents in it or when I try to empty the user trashcan.

Share log prints:

2016-04-13 09:48:45,835 INFO [org.springframework.extensions.webscripts.connector.RemoteClient] [http-apr-8080-exec-6] Exception calling (DELETE) http://localhost:8080/alfresco/s/api/archive/workspace/SpacesStore?noCache=1460555205803&alf_ticket=TICKET_6485c976457a18e05e693a11f42b9973a538590d
2016-04-13 09:48:45,850 INFO [org.springframework.extensions.webscripts.connector.RemoteClient] [http-apr-8080-exec-6] Error status 408 Read timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:136)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:152)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:270)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:161)
at sun.reflect.GeneratedMethodAccessor506.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.http.impl.conn.CPoolProxy.invoke(CPoolProxy.java:138)
at com.sun.proxy.$Proxy323.receiveResponseHeader(Unknown Source)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:254)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at org.springframework.extensions.webscripts.connector.RemoteClient.service(RemoteClient.java:1095)
at org.springframework.extensions.webscripts.connector.RemoteClient.call(RemoteClient.java:745)
at org.springframework.extensions.webscripts.connector.HttpConnector.call(HttpConnector.java:143)
at org.springframework.extensions.webscripts.connector.AuthenticatingConnector.call(AuthenticatingConnector.java:293)
at org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController.handleRequestInternal(EndPointProxyController.java:326)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:919)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:851)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:953)
at org.springframework.web.servlet.FrameworkServlet.doDelete(FrameworkServlet.java:877)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:829)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.SecurityHeadersFilter.doFilter(SecurityHeadersFilter.java:168)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.CSRFFilter.doFilter(CSRFFilter.java:315)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:447)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1074)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2466)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2455)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Unknown Source)

What is the best approach to start debugging?

5.0.d

Alfresco dashboard

$
0
0

Hi All,

My requirement is load "Document Library", instead of "site dashlet" when entering to any site.

How to achieve the requirement? Do i need to do some modification in presents.xml file?

5.0.d

SiteManager can't move files between folders

$
0
0

Hello,

I'm facing this issue where a site manager user can't move a file between one folder to another folder of the same site, I have added a test user to a Site Manager group of that site (image attached) but I can't make it work, any ideas?

Thanks,
Armando

4.0.d

Two different create folder options in create menu.

$
0
0

Hi,

I want to create Two different create folder options in create menu with my custom types.

can anyone help me, how can i achieve this.

Thanks in advance.

5.0.d

Sell CVV Good CC Dumps TRACK 1&2 Buy Real/Fake Passports,Driver’s License

$
0
0

Sell CVV Good CC Dumps TRACK 1&2 Buy Real/Fake Passports,Driver’s License

Contact Info Bellow

Phone # : +237672877210

Email :

ICQ :687999077

Skype : james.clark5377

Sell CVV Good - Dumps TRACK 1&2 - Bank Login - Acc PayPal - WU Transfer - Ship

Sell CVV Quality 100% - Dumps With Pin - Transfer Western Union -
Paypal Verified

Selling cc Cvv Dumps Track 1/2 transfer western union

Sell CVV Quality 100% – Dumps With Pin – Transfer Western Union –
Paypal Verified

Selling cvv cc dumps track 1/2 western union transfer SMTP Mailer

- Types Dumps : Visa , Master , Amex , Discoveri Gold

- Master Standart , Platinum , Business Card , Cooperation Card

- American Express , Debit Card,Gift Cards

Sell CVV Good - Dumps TRACK 1&2 - Bank Login - Acc PayPal - WU Transfer - Ship

Price list DUMPS + Pin

- Tracks 1&2 US = 85$ per 1

- Tracks 1&2 UK = 100$ per 1

- Tracks 1&2 CA / AU = 110$ per 1

- Tracks 1&2 EU = 120$ per 1

Price List WU/Transfer

- 200$ = 1500$ (MTCN and sender name + country sender)

- 250$ = 4000$ (MTCN and sender name + country sender)

- 400$ = 6000$ (MTCN and sender name + country sender)

- 500$ = 8000$ (MTCN and sender name + country sender)

Then i will do transfer's for you, After about 30 mins you'll have

MTCN and sender name + country sender

---- List cc and price---------

- Us (Visa,Master) = 4$ per 1
- Us (Amex,Dis) = 6$ per 1
- Us Bin 10$ , US Dob 15$
- Us fullz info = 25$ per 1
--------------------------------

- Uk (Visa,Master) = 10$ per 1
- Uk (Amex,Dis) = 12$ per 1
- Uk Bin 15$ , UK Dob 20$
- Uk fullz info = 30$ per 1
--------------------------------

- Ca (Visa,Master) = 10$ per 1
- Ca (Amex,Dis) = 12$ per 1
- Ca Bin 15$ , CA Dob 20$
- Ca fullz info = 30$ per 1
--------------------------------

- Au (Visa,Master) = 12$ per 1
- Au (Amex,Dis) = 15$ per 1
- Au Bin 17$ , AU Dob 20$
- Au fullz info = 30$ per 1
--------------------------------

- Eu (Visa,Master) = 20$ per 1
- Eu (Amex,Dis) = 23$ per 1
- Eu Bin 25$ , AU Dob 30$
- Eu fullz info = 40$ per 1
--------------------------------

- RDP = 20$
- SMTP = 25$ ( All Country )
- Italy = 20$ per 1 (fullz info = 35$)
- Spain = 20$ per 1 (fullz info = 35$)
- Denmark = 25$ per1 (fullz info = 35$)
- Sweden = 20$ per 1 (fullz info = 35$)
- France = 20$ per 1 (fullz info = 35$)
- Germany = 20$ per 1 (fullz info = 35$)
- Ireland = 20$ per 1 (fullz info = 35$)
- Mexico = 15$ per 1 (fullz info = 30$)
- Asia = 15$ per 1 (fullz info = 30$)

Buy Real EU/USA/UK/Canadian Passports,Driver’s License,ID Cards,Visas,
USA Green Card,Citizenship

Buy Real/Fake Passports,Driver’s License,ID Cards,Visas, USA Green
Card,Citizenship

High School Diploma Certificates ,GMAT, MCAT, and LSAT Examination
Certificates , Novelty Birth,

Marriage, and Death Certificates , Novelty Passports

Buy Registered and unregistered Mexican(Mexico) passports,
Buy Registered and unregistered South African passports.
Buy Registered and unregistered Australian driver licenses,
Buy Registered and unregistered Canadian driver licenses,
Buy Registered and unregistered French(France) driver licenses,
Buy Registered and unregistered Dutch(Netherland/Holland) driving licenses,
Buy Registered and unregistered German(Germany) driving licenses,
Buy Registered and unregistered UK(United Kingdom) driving licenses,
Buy Registered and unregistered Diplomatic passports,
Registered and unregistered Camouflage passports,
Registered and unregistered passport Duplicates,
Registered and unregistered USA(united States) passports for sale,
Registered and unregistered Australian passports for sell,
Registered and unregistered Belgium passports for sell,
Registered and unregistered Brazilian(Brazil) passports for sell

Contact Info Bellow

Phone # : +237672877210

Email :

ICQ :687999077

Skype : james.clark5377

Aikau: need to customize AlfList operation failure notification.

$
0
0

Hi, I want to change the "alfresco/lists/AlfList" failure notification from "Operation Failed" to "Refresh the page" in the custom share page
or I don't need to show any notification.

How can I achieve this using aikau.
any suggestion.

this is my code:

name: "alfresco/lists/AlfList",
config: {
pubSubScope: folderArray[i],
loadDataPublishTopic: "ALF_CRUD_GET_ALL",
refreshCurrentItem: true,
loadDataPublishPayload: {
url: "slingshot/doclib/treenode/site/" + siteId + "/documentLibrary/" + folderArray[i],
refreshCurrentItem: true
},
itemsProperty: "items",
/*widgetsForDataFailureDisplay: [{
name: "alfresco/notifications/AlfNotification",
config: {
lable: "refresh"
}
}],*/
widgets:[{
name: "alfresco/lists/views/AlfListView",
config: {
widgets: [{
name: "alfresco/documentlibrary/views/layouts/Row",
config: {
widgets: [{
name: "alfresco/documentlibrary/views/layouts/Cell",
config: {
widgets: [{
name: "alfresco/renderers/PropertyLink",
config: {
propertyToRender: "name",
publishTopic: "SELECTED_DATA_LIST"
}
}]
}
}]
}
}]
}
}]
}
};

Thanks in advance.

5.1.x

Disable site email notifications

$
0
0

Hello,

All site members can individually choose whether to receive email notification or not.
But is there a way to disable activity email notifications globally for particular site, so all members want have to disable it.
Of course I can add "activities.feed.notifier.enabled=false" to alfresco-global-properties,
but this disables all notification for all sites.

--
Adam

5.0.d

Adding Multi-Select Checkbox on Advance Search Screen

$
0
0

Hi,

I want to add multi-select checkbox on advance search screen. Please suggest how this can be achieved.

Regards,
Neha

5.0.d

Document Upload Dashlet on User Dashboard

$
0
0

I want to provide the user a Document Upload Dashlet on User Dashboard. I am able to render a simple Dashlet with a clickable button. But I am not able to map it to Upload Functionality. Can you please suggest how this can be achieved?

5.0.d

ICQ : 212-99999 SELL CVV,DUMP,HOTEL,PLAIN,TRAIN TICKET

$
0
0

Sell Cvv USA UK CA AUS INTER EU ASIAN (ICQ : 212-99999 )
Hello all customer
If you need CVV please contact my Gmail :
I'm seller best and alway sell CC fresh with hight balance.
And i have software do bug account bank and information western union.
I have account paypal with good balance
I hope u good customers and will be long-term cooperation

===> My ICQ : 212-99999
===> My ID E-mail :
===> Yahoo :

Selling Mail Pass 10$/1000 mail pass
Selling Full info [ Name | DOB | Zipcode | State | City | Address | Phone | Mail | SSN | ] = 30$/1000 info

************* With CVV *******************
- Us (Visa,Master) = 5$ per 1
- Us (Amex,Dis) = 7$ per 1
- Us Bin 10$ , US Dob 15$
- Us fullz info = 25$ per 1
--------------------------------
- Uk (Visa,Master) = 10$ per 1
- Uk (Amex,Dis) = 12$ per 1
- Uk Bin 15$ , UK Dob 20$
- Uk fullz info = 30$ per 1
--------------------------------
- Ca (Visa,Master) = 10$ per 1
- Ca (Amex,Dis) = 12$ per 1
- Ca Bin 15$ , CA Dob 20$
- Ca fullz info = 30$ per 1
--------------------------------
- Au (Visa,Master) = 12$ per 1
- Au (Amex,Dis) = 15$ per 1
- Au Bin 17$ , AU Dob 20$
- Au fullz info = 30$ per 1
--------------------------------
- Eu (Visa,Master) = 20$ per 1
- Eu (Amex,Dis) = 23$ per 1
- Eu Bin 25$ , EU Dob 30$
- Eu fullz info = 40$ per 1
--------------------------------
- RDP = 20$
- SMTP = 25$ ( All Country )
- Italy = 20$ per 1 (fullz info = 35$)
- Spain = 20$ per 1 (fullz info = 35$)
- Denmark = 25$ per1 (fullz info = 35$)
- Sweden = 20$ per 1 (fullz info = 35$)
- France = 20$ per 1 (fullz info = 35$)
- Germany = 20$ per 1 (fullz info = 35$)
- Ireland = 20$ per 1 (fullz info = 35$)
- Mexico = 15$ per 1 (fullz info = 30$)
- Asia = 15$ per 1 (fullz info = 30$)

DEMO SOME MY FULL US,UK,CA

FULL US
Email :
Password : grapes579
------CC Infos----
Card Type : Amex
Credit Card : 370266049219032
Expdate month : 12
expdate_year : 2017
Cvv : 8007
------Infos----
First Name : Mona
Last Name : Jacobsen
DOB : 02-01-1964
Adress 1 : 3043 Boudinot Ave #2
Adress 2 :
Zipcode : 45238
City : Cincinnati
State : Ohio
Country : US
Phone : 5137093801
SSN: 293-56-3345
MMN: Koeppe
ATM Pin: 4321

FULL CA
------CC Information----
Card Type : V
Credit Card : 4520885013380735
Expdate month : 1
expdate_year : 2017
Cvv : 783
------Billing Infor----
First Name : Gerald
Last Name : Bouchard
DOB : 09-23-1959
Adress 1 : Box 237 , St Jean
Adress 2 :
Zipcode : R0B 2B0
Country : CA
SSN: 536-70-4393

FULL UK
Name: Megi Alibaj¬
Adresa: ¬81 warren avenue¬
City¬: London¬
Postcode: Cr2 8hz¬
Date of Birth: ¬December - 10¬ - 1990¬
---------------------------¬
Card Type: Visa DebitCard¬
Bank: ¬Lloyds¬
Country: United Kingdom¬
Card Number: 4921819129595170¬
Expiration Date: 05/2018¬
CVV: 713¬
Acc: ¬16624060¬
SortC: 30-92-45¬
_____________________________¬
IP: 149.254.56.36 -

And many country orther...let me know if have i sell for you.

==== EGift Card ====

Selling Amazon Gift Card all balancer
Selling Itunes Gift Card
Seliing Ebay , Mayc , BestBuy , Newget Egift Card

==== Paypal ====

-Selling Acc Paypal | Have Card | Have Bank | Mail Die = 3$/1acc
-Selling Acc Paypal | Have Card | No Have Bank | Mail Die = 1.5$/1acc
-Selling Acc Paypal | Have Card | Have Bank | Mail Live = 8$/1acc
-Selling Acc Paypal | Have Card | No Have Bank | Mail Live = 6$/1acc
-Selling Acc Paypal | Have Card | Have Bank | Balance = 25% total amount on acc

==== Dumps Track 1 & 2 ====

- Dumps,Tracks 1&2 Us = 70$ per 1
- Dumps,Tracks 1&2 Uk = 80$ per 1
- Dumps,Tracks 1&2 Ca = 100$ per 1
- Dumps,Tracks 1&2 Au = 100$ per 1
- Dumps,Tracks 1&2 Eu = 110$ per 1

I Will check with high balance
sample track 1&2 with pin

SOME ITALIAN DUMPS WITH PIN

6762101904950988=22092261380008000999 14433
6762101908249684=24062261249448400999 20452
6762101806807807=20082263103434100997 23514
6762101833359871=22042261198689100997 34081
6762101833736565=22052261756866400997 33243
6762101908652655=24092261993702700999 14942

*** Usa :101
- Visa Classic, MasterCard Standart =80$
- Visa Gold | Platinum | Business, MasterCard Gold | Platinum = 130$
- American Express - $80 ( WITHOUT SID )
- Discover = $80
*** Canada: 101 201
- Visa Classic, MasterCard Standart = 125$
- Visa Gold | Platinum | Business, MasterCard Gold | Platinum = 130$
*** EU, UK: 101 201
- Classic/Standart = 130$
- Gold/Platinum = 150$
- Business/Signature/Purchase/Corporate/World = 180$
*** Other countries: 101 201
- MasterCard| Visa Classic = 130$
- Visa Gold|Platinum|Corporate|Signature|Business = 150$
*** ASIA/AUSTRALIA/Exotic: 101 201 121
- MasterCard| Visa Classic = $130
- Visa Gold|Platinum|Corporate|Signature|Business = $150

==== RDP - VPS Services ====

Selling RDP Ser ( US,EU,Sing ) = 15$ / month ( 40$ / 3 month )
Selling VPS Ser ( US,EU,Sing ) = 30$ / month ( 80$ / 3 month )

==== Business Regulations ====

I promise CCV very good and fresh all with good price
If CCV not good i will change ( within 1 hours)
Accept payment by perfectoney ( PM , WMZ , BTC or WU )
With CCV US min sell 5
Thanks for read
Hope you are better customer and we can to work a long time.

===> My ICQ : 212-99999
===> My ID E-mail :
===> Yahoo :

ICQ : 212-99999 SELL CVV,DUMP,HOTEL,PLAIN,TRAIN TICKET

$
0
0

Sell Cvv USA UK CA AUS INTER EU ASIAN (ICQ : 212-99999 )
Hello all customer
If you need CVV please contact my Gmail :
I'm seller best and alway sell CC fresh with hight balance.
And i have software do bug account bank and information western union.
I have account paypal with good balance
I hope u good customers and will be long-term cooperation

===> My ICQ : 212-99999
===> My ID E-mail :
===> Yahoo :

Selling Mail Pass 10$/1000 mail pass
Selling Full info [ Name | DOB | Zipcode | State | City | Address | Phone | Mail | SSN | ] = 30$/1000 info

************* With CVV *******************
- Us (Visa,Master) = 5$ per 1
- Us (Amex,Dis) = 7$ per 1
- Us Bin 10$ , US Dob 15$
- Us fullz info = 25$ per 1
--------------------------------
- Uk (Visa,Master) = 10$ per 1
- Uk (Amex,Dis) = 12$ per 1
- Uk Bin 15$ , UK Dob 20$
- Uk fullz info = 30$ per 1
--------------------------------
- Ca (Visa,Master) = 10$ per 1
- Ca (Amex,Dis) = 12$ per 1
- Ca Bin 15$ , CA Dob 20$
- Ca fullz info = 30$ per 1
--------------------------------
- Au (Visa,Master) = 12$ per 1
- Au (Amex,Dis) = 15$ per 1
- Au Bin 17$ , AU Dob 20$
- Au fullz info = 30$ per 1
--------------------------------
- Eu (Visa,Master) = 20$ per 1
- Eu (Amex,Dis) = 23$ per 1
- Eu Bin 25$ , EU Dob 30$
- Eu fullz info = 40$ per 1
--------------------------------
- RDP = 20$
- SMTP = 25$ ( All Country )
- Italy = 20$ per 1 (fullz info = 35$)
- Spain = 20$ per 1 (fullz info = 35$)
- Denmark = 25$ per1 (fullz info = 35$)
- Sweden = 20$ per 1 (fullz info = 35$)
- France = 20$ per 1 (fullz info = 35$)
- Germany = 20$ per 1 (fullz info = 35$)
- Ireland = 20$ per 1 (fullz info = 35$)
- Mexico = 15$ per 1 (fullz info = 30$)
- Asia = 15$ per 1 (fullz info = 30$)

DEMO SOME MY FULL US,UK,CA

FULL US
Email :
Password : grapes579
------CC Infos----
Card Type : Amex
Credit Card : 370266049219032
Expdate month : 12
expdate_year : 2017
Cvv : 8007
------Infos----
First Name : Mona
Last Name : Jacobsen
DOB : 02-01-1964
Adress 1 : 3043 Boudinot Ave #2
Adress 2 :
Zipcode : 45238
City : Cincinnati
State : Ohio
Country : US
Phone : 5137093801
SSN: 293-56-3345
MMN: Koeppe
ATM Pin: 4321

FULL CA
------CC Information----
Card Type : V
Credit Card : 4520885013380735
Expdate month : 1
expdate_year : 2017
Cvv : 783
------Billing Infor----
First Name : Gerald
Last Name : Bouchard
DOB : 09-23-1959
Adress 1 : Box 237 , St Jean
Adress 2 :
Zipcode : R0B 2B0
Country : CA
SSN: 536-70-4393

FULL UK
Name: Megi Alibaj¬
Adresa: ¬81 warren avenue¬
City¬: London¬
Postcode: Cr2 8hz¬
Date of Birth: ¬December - 10¬ - 1990¬
---------------------------¬
Card Type: Visa DebitCard¬
Bank: ¬Lloyds¬
Country: United Kingdom¬
Card Number: 4921819129595170¬
Expiration Date: 05/2018¬
CVV: 713¬
Acc: ¬16624060¬
SortC: 30-92-45¬
_____________________________¬
IP: 149.254.56.36 -

And many country orther...let me know if have i sell for you.

==== EGift Card ====

Selling Amazon Gift Card all balancer
Selling Itunes Gift Card
Seliing Ebay , Mayc , BestBuy , Newget Egift Card

==== Paypal ====

-Selling Acc Paypal | Have Card | Have Bank | Mail Die = 3$/1acc
-Selling Acc Paypal | Have Card | No Have Bank | Mail Die = 1.5$/1acc
-Selling Acc Paypal | Have Card | Have Bank | Mail Live = 8$/1acc
-Selling Acc Paypal | Have Card | No Have Bank | Mail Live = 6$/1acc
-Selling Acc Paypal | Have Card | Have Bank | Balance = 25% total amount on acc

==== Dumps Track 1 & 2 ====

- Dumps,Tracks 1&2 Us = 70$ per 1
- Dumps,Tracks 1&2 Uk = 80$ per 1
- Dumps,Tracks 1&2 Ca = 100$ per 1
- Dumps,Tracks 1&2 Au = 100$ per 1
- Dumps,Tracks 1&2 Eu = 110$ per 1

I Will check with high balance
sample track 1&2 with pin

SOME ITALIAN DUMPS WITH PIN

6762101904950988=22092261380008000999 14433
6762101908249684=24062261249448400999 20452
6762101806807807=20082263103434100997 23514
6762101833359871=22042261198689100997 34081
6762101833736565=22052261756866400997 33243
6762101908652655=24092261993702700999 14942

*** Usa :101
- Visa Classic, MasterCard Standart =80$
- Visa Gold | Platinum | Business, MasterCard Gold | Platinum = 130$
- American Express - $80 ( WITHOUT SID )
- Discover = $80
*** Canada: 101 201
- Visa Classic, MasterCard Standart = 125$
- Visa Gold | Platinum | Business, MasterCard Gold | Platinum = 130$
*** EU, UK: 101 201
- Classic/Standart = 130$
- Gold/Platinum = 150$
- Business/Signature/Purchase/Corporate/World = 180$
*** Other countries: 101 201
- MasterCard| Visa Classic = 130$
- Visa Gold|Platinum|Corporate|Signature|Business = 150$
*** ASIA/AUSTRALIA/Exotic: 101 201 121
- MasterCard| Visa Classic = $130
- Visa Gold|Platinum|Corporate|Signature|Business = $150

==== RDP - VPS Services ====

Selling RDP Ser ( US,EU,Sing ) = 15$ / month ( 40$ / 3 month )
Selling VPS Ser ( US,EU,Sing ) = 30$ / month ( 80$ / 3 month )

==== Business Regulations ====

I promise CCV very good and fresh all with good price
If CCV not good i will change ( within 1 hours)
Accept payment by perfectoney ( PM , WMZ , BTC or WU )
With CCV US min sell 5
Thanks for read
Hope you are better customer and we can to work a long time.

===> My ICQ : 212-99999
===> My ID E-mail :
===> Yahoo :

5.0

Error status 408 Read timed out when trying to delete documents or empty trashcan

$
0
0

I am receiving read time out on attempts to delete folders with 300+ documents in it or when I try to empty the user trashcan.

Share log prints:

2016-04-13 09:48:45,835 INFO [org.springframework.extensions.webscripts.connector.RemoteClient] [http-apr-8080-exec-6] Exception calling (DELETE) http://localhost:8080/alfresco/s/api/archive/workspace/SpacesStore?noCache=1460555205803&alf_ticket=TICKET_6485c976457a18e05e693a11f42b9973a538590d
2016-04-13 09:48:45,850 INFO [org.springframework.extensions.webscripts.connector.RemoteClient] [http-apr-8080-exec-6] Error status 408 Read timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:136)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:152)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:270)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:161)
at sun.reflect.GeneratedMethodAccessor506.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.http.impl.conn.CPoolProxy.invoke(CPoolProxy.java:138)
at com.sun.proxy.$Proxy323.receiveResponseHeader(Unknown Source)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:254)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at org.springframework.extensions.webscripts.connector.RemoteClient.service(RemoteClient.java:1095)
at org.springframework.extensions.webscripts.connector.RemoteClient.call(RemoteClient.java:745)
at org.springframework.extensions.webscripts.connector.HttpConnector.call(HttpConnector.java:143)
at org.springframework.extensions.webscripts.connector.AuthenticatingConnector.call(AuthenticatingConnector.java:293)
at org.springframework.extensions.webscripts.servlet.mvc.EndPointProxyController.handleRequestInternal(EndPointProxyController.java:326)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:919)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:851)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:953)
at org.springframework.web.servlet.FrameworkServlet.doDelete(FrameworkServlet.java:877)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:829)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.SecurityHeadersFilter.doFilter(SecurityHeadersFilter.java:168)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.CSRFFilter.doFilter(CSRFFilter.java:315)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:447)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1074)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2466)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2455)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Unknown Source)

What is the best approach to start debugging?

5.0.d

Alfresco dashboard

$
0
0

Hi All,

My requirement is load "Document Library", instead of "site dashlet" when entering to any site.

How to achieve the requirement? Do i need to do some modification in presents.xml file?

5.0.d

!!!!{{*.*}}!!1877_)_(778)_(_8969!! Dlink Router Tech Support Phone Number

$
0
0

Dlink Router Tech Support
Dlink is a famous brand that has some expertise in offering a wide assortment of systems administration items, including broadband and remote switches. On the off chance that you are confronting any issues with your Dlink switch, attempting to settle it all alone with in a call at 1877-778-8969, without having the right specialized skill and mastery can just disturb the issue. Looking for the assistance and direction of expert specialists, for example, the ones designated by us in our Dlink switch bolster group, is the most prudent strategy to be taken. We, at 1877-778-8969 Router Support give moment, moderate and dependable answers for all yourDlink switch setup and investigating issues.
Dlink router Technical support, Dlink router Technical support usa, Dlink router Technical support phone number, Dlink router Technical support phone number usa, Dlink router Technical support number , Dlink router Technical support number usa, Dlink wireless router Technical support, Dlink troubleshooting phone number, Dlink customer support, Dlink contact number, Dlink contact number usa, Dlink contact number support, Dlink Technical support number usa, Dlink customer phone number, phone number for Dlink, Dlink phone number Technical support, Dlink wireless router customer service phone number, Dlink service number, Dlink customer service telephone number, Dlink Technical support telephone number , Dlink customer service contact number, Dlink Technical support

^&^1877-/-778-/-8969^&^ for Dlink Router Tech Support Phone Number Dlink Router Customer Support What Makes Router Support ?

$
0
0

At Router Support we don't mistake you for tall cases of activity or utilization of complex specialized words and expressions related to Dlink switch technical support. Or maybe we attempt to comprehend your issues and offer you quick answers for the same in the least difficult dialect. At the point when you contact us 1877-778-8969 Dlink switch support helpdesk at Router Support, 1877-778-8969 you are associated with our exceptionally proficient and in fact sound experts who are knowledgeable with the different parts of determining Dlink switch issues in an auspicious and agreeable way. [[1877-778-8969]] Whether you are confronting the issues with your Dlink switch login or are not acquainted with the Dlink remote switch setup procedure, we are here to bail you out and give you master help and direction to beat the issues at whatever time.
Contact us anytime @1877-778-8969
Dlink router Technical support, Dlink router Technical support usa, Dlink router Technical support phone number, Dlink router Technical support phone number usa, Dlink router Technical support number , Dlink router Technical support number usa, Dlink wireless router Technical support, Dlink troubleshooting phone number, Dlink customer support, Dlink contact number, Dlink contact number usa, Dlink contact number support, Dlink Technical support number usa, Dlink customer phone number, phone number for Dlink, Dlink phone number Technical support, Dlink wireless router customer service phone number, Dlink service number, Dlink customer service telephone number, Dlink Technical support telephone number , Dlink customer service contact number, Dlink Technical support

^%^1877*-*778*-*8969^%^ Dlink router Technical support Phone number^%^

$
0
0

Dlink Tech support customer Number Dlink Router Tech Support Number

Extent Of Our Services @@ 1877-778-8969@@

Our Dlink technical support group is capable in determining the accompanying and different issues identified with your Dlink switch. You should simply call us on the Dlink switch support number provided on our site and we will bail you out in the most ideal way.

Giving complete establishment and arrangement administrations for Dlink switches

Diagnosing any availability issues that ruin system execution @@ 1877-778-8969

Resolve any issues brought about by the moderate execution of the switch @ 1877-778-8969@

Guarantee complete wellbeing and security of all the documents that and information that goes through the switch

Upgrading the switch for reliably streamlined execution @@@1877-778-8969 @@@.
Get The Router Support Advantage
Dlink router Technical support, Dlink router Technical support usa, Dlink router Technical support phone number, Dlink router Technical support phone number usa, Dlink router Technical support number , Dlink router Technical support number usa, Dlink wireless router Technical support, Dlink troubleshooting phone number, Dlink customer support, Dlink contact number, Dlink contact number usa, Dlink contact number support, Dlink Technical support number usa, Dlink customer phone number, phone number for Dlink, Dlink phone number Technical support, Dlink wireless router customer service phone number, Dlink service number, Dlink customer service telephone number, Dlink Technical support telephone number , Dlink customer service contact number, Dlink Technical support

Viewing all 877 articles
Browse latest View live