startup

Alfresco migrating server

匿名 (未验证) 提交于 2019-12-03 09:06:55
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm migrating Alfresco Community 4.0.b from Server 1 to Server 2. Both are Ubuntu Server 10.04. I have followed the instruction from wiki , and I used binary installation file to install Alfresco on both server. Database back up and restore code: pg_dump -U postgres -h localhost -p 5432 -F c -v -f alfresco_db alfresco pg_restore -U postgres -h localhost -p 5432 -C -d postgres -v alfresco_db When starting Alfresco on Server 2, I get this following error: 2012-08-07 07:50:15,623 ERROR [web.context.ContextLoader] [main] Context initialization

PHP Warning: PHP Startup: Unable to load dynamic library '…' failed to map segment from shared object: Cannot allocate memory in Unknown on line 0

匿名 (未验证) 提交于 2019-12-03 08:57:35
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Im getting the following on my developer machine. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/gd.so' - /usr/lib/php5/20100525/gd.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/mcrypt.so' - /usr/lib/php5/20100525/mcrypt.so: failed to map segment from shared object: Cannot allocate memory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5

ios app crash on startup

匿名 (未验证) 提交于 2019-12-03 08:46:08
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I started using crashlytics for my iphone app, and it seems that it crashes for some users during startup (or what I am guessing is startup). Here is the stack trace: Fatal Exception: NSInvalidArgumentException -[NSNull rangeOfCharacterFromSet:]: unrecognized selector sent to instance 0x19687eba0 Thread : Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x00000001854aa59c __exceptionPreprocess + 132 1 libobjc.A.dylib 0x0000000195bfc0e4 objc_exception_throw + 60 2 CoreFoundation 0x00000001854b1664 __methodDescriptionForSelector 3

Run Batch File Before Windows 7 User Login to Start VLC Web Interface

白昼怎懂夜的黑 提交于 2019-12-03 08:41:30
I would like to run a batch file I have that executes the following before a user logs on: start "VLC web Interface" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -I http Currently I have this in my Startup folder but I would like this batch file to be executed before a user is logged in on Windows 7. The goal is to start VideoLAN's Web Interface as a service without requiring a user to login. This way the computer can be turned on, and media can be streamed to my devices without choosing a user profile on the login screen. To be clear, I would like this batch file to run BEFORE a user logs in

Run a script on Windows startup without a user logged on

天涯浪子 提交于 2019-12-03 05:59:40
问题 This is a Windows 2003 machine that gets switched on every morning, but no one logs on until some hours later. I want to use the time in between to run a backup script c:\script\backup.cmd How can I start this unattended after the machine has come up? I tried 2 registry keys, but this resulted in the script being run after a user logs on (which is too late): HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

How to load packages in Octave permanently?

匆匆过客 提交于 2019-12-03 05:15:46
I am using Octave on Window vista. I am using 4 package in my code. But every time I restart octave, I have to load manually from command line, 'pkg load ...' Is there a way to load them permanently so that whenever Octave is started it finds them in its path. When Octave starts, it runs ~/.octaverc . If you want Octave to automatically load a package, simply add a pkg load pkg-name command to it. If the files does not exist, create it. If you do this, remember that other people may not have Octave configured to load packages at startup. Therefore, if you write code for others, remember that

PHP Warning: PHP Startup: Unable to load dynamic library

匿名 (未验证) 提交于 2019-12-03 02:52:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: When I run this command php -v this error comes up: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/dom.so' - /usr/lib/php/20160303/dom.so: undefined symbol: php_libxml_node_free_list in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/xmlreader.so' - /usr/lib/php/20160303/xmlreader.so: undefined symbol: dom_node_class_entry in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/xsl.so' - /usr/lib/php/20160303/xsl.so

Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies

匿名 (未验证) 提交于 2019-12-03 02:51:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: My app is quit big and using many jars and tools. Platform - windows 2008 server, Spring , hibernate, Quarts, mysql, tomcat-7.35 When I deploy and start the server first time working perfectly, but If I restart I am getting the below err SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/TestProject]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154) at org.apache.catalina.core.ContainerBase

Has more than one entry point defined error

匿名 (未验证) 提交于 2019-12-03 02:38:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have the following code : namespace WpfApplication2 { /// <summary> /// Interaction logic for MainWindow.xaml /// </summary> public partial class MyWindow : Window { public MyWindow() { Width = 300; Height = 200; Title = "My Program Window"; Content = "This application handles the Startup event."; } } class Program { static void App_Startup(object sender, StartupEventArgs args) { MessageBox.Show("The application is starting", "Starting Message"); } [STAThread] static void Main() { MyWindow win = new MyWindow(); Application app = new

Startup Error: java.lang.IncompatibleClassChangeError: org/apache/struts2/convention/DefaultClassFinder$InfoBuildingVisitor

匿名 (未验证) 提交于 2019-12-03 02:29:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a Struts2 application, originally XML-based, but now for the first time I introduced an Annotation-based action, and the application broke on startup. Given the following Action mapping, on startup of the application, I get the error java.lang.InstantiationError: com.opensymphony.xwork2.util.finder.ClassFinder at org.apache.struts2.convention.PackageBasedActionConfigBuilder.findActions(PackageBasedActionConfigBuilder.java:390) at org.apache.struts2.convention.PackageBasedActionConfigBuilder.buildActionConfigs