This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 08:47:18,873 ERROR [PortletServlet:97] javax.portlet.PortletException: Request processing failed | |
| javax.portlet.PortletException: Request processing failed | |
| at org.springframework.web.portlet.FrameworkPortlet.processRequest(FrameworkPortlet.java:545) | |
| at org.springframework.web.portlet.FrameworkPortlet.doDispatch(FrameworkPortlet.java:471) | |
| at javax.portlet.GenericPortlet.render(GenericPortlet.java:233) | |
| at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:100) | |
| at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:64) | |
| at com.liferay.portal.kernel.servlet.PortletServlet.service(PortletServlet.java:93) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 12:42:35,875 ERROR [PortletBagFactory:313] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'onlinePaymentController' defined in file [/Users/max/liferay/portal/tomcat-7.0.23/temp/0-rpgu-auxiliary-portlet/WEB-INF/classes/ru/it/rpgu/web/onlinepayment/OnlinePaymentController.class]: Instantiation of bean failed; nested exception is java.lang.UnsatisfiedLinkError: ru.it.vs.cryptoserver.providers.ms.low_level.NativeCryptoLib.enumProviders()[Lru/it/vs/cryptoserver/providers/ms/low_level/ProviderInfo; | |
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'onlinePaymentController' defined in file [/Users/max/liferay/portal/tomcat-7.0.23/temp/0-rpgu-auxiliary-portlet/WEB-INF/classes/ru/it/rpgu/web/onlinepayment/OnlinePaymentController.class]: Instantiation of bean failed; nested exception is java.lang.UnsatisfiedLinkError: ru.it.vs.cryptoserver.providers.ms.low_level.NativeCryptoLib.enumProviders()[Lru/it/vs/cryptoserver/providers/ms/low_level/Pro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table id="#pers-vieworders-list" class="block-il-table personal-office-orders personal-office-orders-list phone breakpoint footable-loaded footable"><thead> | |
| <tr><th class="td-view footable-first-column" data-sort-ignore="true"></th><th class="td-date footable-sortable">Время<span class="footable-sort-indicator"></span></th><th class="td-price footable-sortable">Цена<span class="footable-sort-indicator"></span></th><th class="td-city footable-sortable">Город<span class="footable-sort-indicator"></span></th><th class="td-name footable-sortable">Магазин<span class="footable-sort-indicator"></span></th><th class="td-phone" data-sort-ignore="true">Телефон</th><th class="td-order" data-hide="all" data-sort-ignore="true" style="display: none;">Ответ</th><th class="td-controls footable-last-column" data-sort-ignore="true"> </th></tr> | |
| </thead> | |
| <tbody> | |
| <tr class="il-data" data-key="0"><td class="footable-first-column"><span class="footable-toggle"></span></td><td data-value="1405088787"><i class="fa fa-clock-o">< |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="w3" class="grid-view"> | |
| <div class="col-xs-12 shop-orders-about">Найдено 7 запросов по заданной комбинации фильтра</div> | |
| <table class="table table-striped table-bordered"> | |
| <thead> | |
| <tr> | |
| <th><a class="desc" href="/profile/shop-edit?id=352&page=1&sort=SendDate" data-sort="SendDate">Время</a></th> | |
| <th><a href="/profile/shop-edit?id=352&page=1&sort=MobileVinFrameCode" data-sort="MobileVinFrameCode">Авто</a></th> | |
| <th><a href="/profile/shop-edit?id=352&page=1&sort=DetailsRequest" data-sort="DetailsRequest">Запрос</a></th> | |
| <th><a href="/profile/shop-edit?id=352&page=1&sort=NumberResponces" data-sort="NumberResponces">Ответы</a></th> | |
| <th> </th> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <android.support.design.widget.CoordinatorLayout | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent"> | |
| <LinearLayout | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| String sdCardPath = null; | |
| if (storageState.equals(Environment.MEDIA_MOUNTED)) { | |
| sdCardPath = Environment.getExternalStorageDirectory().getAbsolutePath(); | |
| } else { | |
| List<String> possiblePaths = new ArrayList<String>(); | |
| possiblePaths.add("/storage/sdcard1 "); //!< Motorola Xoom | |
| possiblePaths.add("/storage/extsdcard "); //!< Samsung SGS3 | |
| possiblePaths.add("/storage/sdcard0/external_sdcard"); // user request | |
| possiblePaths.add("/mnt/extsdcard"); |
NewerOlder