简体   繁体   English

工件过多时,WSO2 Carbon Studio 1.0崩溃

[英]WSO2 Carbon Studio 1.0 crash when too many artifacts

I have developing a WSO2 carbon app with Eclipse. 我正在用Eclipse开发WSO2 Carbon应用程序。 When I have too many artifacts, components... eclipse crashes. 当我有太多工件时,组件... Eclipse崩溃。

It seems to be related to handling too many artifacts by the root-artifact.xml interface. 似乎与通过root-artifact.xml接口处理太多工件有关。 In fact, if eclipse crashes when it is opened I fail to re-open eclipse since just start just closed. 实际上,如果eclipse在打开时崩溃,我将无法重新打开eclipse,因为刚开始时它刚刚关闭。 The error it shows is 它显示的错误是

An internal error has occurred.
No more handles

I am using Eclipse Helios with Carbon Studio 1.0. 我在Carbon Studio 1.0中使用Eclipse Helios。 It happens the same to some coworkers. 某些同事也是如此。 I may have about 40-50 elements in the project. 我在项目中可能有40-50个元素。 I have increased the memory up to 756 in the eclipse.ini. 我在eclipse.ini中将内存增加到756。 It shows like this: 它显示如下:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
756M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
756m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx756m

Any help? 有什么帮助吗?

According to the provided information in here, issue is in your Operating system. 根据此处提供的信息,问题出在您的操作系统中。 It seems the Eclipse process as ran out of file handles assigned to the process. 看来Eclipse的过程跑出文件句柄,分配给该进程。

In this case, best thing is to close all the unwanted files/Editors in Eclipse and try to increase the operating system file handle limit. 在这种情况下,最好的办法是关闭Eclipse中所有不需要的文件/编辑器,然后尝试增加操作系统文件句柄的限制。

It seems the Bugzilla issue is related to your scenario. Bugzilla问题似乎与您的情况有关。 Try the following article. 请尝试以下文章。 It might be helpful but I have not tried out by myself. 这可能会有所帮助,但我自己还没有尝试过。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM