-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I get the following in the Error log when using the latest SoapUI 3.5. plugin in Eclipse Galileo on Ubuntu. Also, this seems to continually freeze Eclipse. I have tried a complete uninstall and restarting Eclipse with -clean argument to no avail. Has anyone encountered the same issue? Is there anything…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I have the following error when I export my war file
org.eclipse.core.runtime.CoreException: Extended Operation failure: org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportOperation
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performFinish(DataModelWizard…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm just starting with Android and everything seems to be working fine, but when I try to look at any XML file in eclipse, I get the following error. The only way I can see them is by "Opening With" - TextFile.
org.eclipse.core.runtime.CoreException: Error opening the Android XML editor. Is the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I downloaded the source of the js-test-driver from: http://js-test-driver.googlecode.com/svn/tags/1.2
It compiles just fine, but one of the unit tests fails:
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.012 sec
[junit] Test com.google.jstestdriver.eclipse.ui.views.FailureOnlyViewerFilterTest…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey guys,
just tried to convert towards a Ecore-Model from a given UML-Model. After this I am trying to create a Generator Model.
Everytime I try to do this I get the Error Message, that there is a "Unhandled event loop exception" with this log:
org.eclipse.swt.SWTException: Failed to execute…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a main php.ini file and am wondering if it is possible to specify a custom php.ini for a virtualhost, but this php.ini would extend the main php.ini file, so that only the specified settings are overridden and everything else is taken the main php.ini. For example:
I have my main php.ini file…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am seeing a strange issue where my php.ini is not used if I do not explicitly pass it to php-fpm when starting it.
This is the upstart script I am using:
start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [016]
pre-start script
mkdir -p /run/php
end script
expect fork
respawn
exec…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
If i disable the include_path in /etc/php.ini, i can still see that there is an include path loaded from somewhere. I want to know where this file is.
If i use phpinfo(); on my domain i get that there is a include path /usr/share/pear:/usr/share/php, even though in the php.ini i used:
;inlucde_path="…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
For some reason i have to adjust the suhosin.request.max_vars and suhosin.post.max_vars directives.
I'm using ispCP, and it has default the suhosin patch, but as i read, i need to install the extension too. I've did this with apt-get install php5-suhosin and the suhosin.ini appeared in conf.d, and…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a fully working Joomla 2.5.6 install driven by a local MySQL server, but I'd like to test nginx to see if it's a faster web serving experience than Apache.
\ PHP 5.4.6 (PHP54w)
\ CentOS 6.2
\ Joomla 2.5.6
\ PHP54w-fpm.i386 (FastCGI process manager)
\ php -m shows: mysql & mysqli modules…
>>> More