Jboss tools configuration - jboss6.x

I have literally got confused about the below mentioned error:
org.eclipse.core.runtime.CoreException: Plug-in org.jboss.tools.jst.web.ui was unable to load class org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.**
Kindly help me in resolving it.

User JDK 1.6.0_05 or higher version for resolution.

Related

Error registering GPP device on a domain

I am using REDHAWK 2.0.5, and I am attempting to launch a domain using the instructions in section '11.1.1 Launching a Domain' of the REDHAWK documentation:
https://redhawksdr.github.io/Documentation/mainch11.html#x13-30800011.2
I receive the following error after clicking OK in step 3 when attempting to register the GPP device on the Domain Manager:
terminate called after throwing an instance of 'boost:exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >'
what(): bad lexical cast: source type value could not be interpreted as target
Does anyone have experience with this issue? Or, any suggestions about what the cause might be?
This sounds like it could be an issue with the version of boost libraries you have installed. Can you tell me which linux flavor and version you're using, and how you installed the Redhawk framework itself?

!error! [execution] runtime context during PEX exploration

I have the following during PEX exploration:
!error! [execution] runtime context Microsoft.Pex.Engine.Libraries.MicrosoftVisualBasicLibrary+ProjectErrorRuntimeContextAttribute+Context failed to open
[symbols] could not load symbols for C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualBasic\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll
[symbols] search path: ;
!error! [execution] runtime context Microsoft.Pex.Engine.Libraries.MicrosoftVisualBasicLibrary+ProjectErrorRuntimeContextAttribute+Context failed to rollback
I tried fixing this problem by uninstalling a couple of software updates (as explained in While running PEX getting error) but unfortunately the problem still remains.
Have anyone find a solution to this?
Best regards,
JP
I got same error.
At that time, I replaced .NET 4 with .NET 4.5.
After that, pex run successfully then.
Please try.
http://www.microsoft.com/en-us/download/details.aspx?id=30653
As a workaround, you can tell Pex not to instrument the VisualBasic assembly, if you do not need it.
Place the following line into PexAssemblyInfo.cs:
[assembly: PexInstrumentAssembly("Microsoft.VisualBasic", InstrumentationLevel=PexInstrumentationLevel.Excluded)]

Groovy 2.1.3 compilation failure in IDEA 12.1.1

I'm getting a compilation failure in IDEA 12 when trying to compile a Gradle project with the Groovy plugin installed and using Groovy version 2.1.3. The error I'm getting in IDEA that I don't see on the command line is here:
https://gist.github.com/jbrisbin/5416187
I'm using #CompileStatic in extension classes, if that's helpful.
Any ideas on workarounds?
Apparently when you create a new project in the latest versions of IDEA, the "external build" option is by default checked.
If you go into the settings and uncheck it [1], this error goes away (and the extremely excessive CPU usage goes away as well!).
Thanks to JetBrains support for the pointer.
[1] - http://img189.imageshack.us/img189/3550/20121206235318.png

ActionBarSherlock Missing libary.jar

I was trying to add the actionbarsherlock libary moet I'm getting the following error:
The project cannot be built until build path errors are resolved Unknown Java Problem
When I look into the tab 'Builth path' I see libary.jar is missing. But there isnĀ“t a file called libary.jar?
I've already set the compiler to Java 1.6, but it's still not working. The target SDK of both projects is Android 4.0
I hope anyone can help!
I tried to switch to Java 1.7 and let Android fix my project properties. (I got a message). After that, it worked for me!

Related to -useproxyclass converter option

What does -useproxyclass option does for JCDK 3.0.1 and above? Can you please share some links, materials related to this.
The reason I am asking this is if my applet has any references to global platform libraries the converter is failing with the error:
error: Could not find a java compiler (javac). Do you have a Java JRE (not SDK) installed?
com.sun.javacard.converter.ConverterException
But If I am passing this -useproxyclass option to the converter, the error is not shown.

Resources