java.lang.stackoverflow while calling org.jboss.ejb.client.EJBProxyInterceptorInformation.getInterceptors(EJBProxyInterceptorInformation.java:73) - jboss

We are getting "java.lang.stackoverflow" exception on "java.util.IdentityHashMap.hash" while invoking EJBRemote call.
Below are client jars & versions used:
jboss-ejb-client/version=4.0.12.Final-redhat-00001
jboss-remote-naming/version=2.0.4.Final
jboss-remoting/version=5.0.8.Final-redhat-1
jboss-client/version=7.5.12
Full stack trace of the error as in the attached image[exception trace][1]..
[1]: https://i.stack.imgur.com/v2ZVd.png

Related

Why is the geoserver server status via web administration interface not displayed correctly/accessible?

I'm using geoserver-2.20.3.war together with Apache Tomcat/9.0.36 on Linux. Everything works as it should but if i try to access the server status via the web administration interface i only get Error messages. I can't really figure out the problem and how to fix it.
`HTTP Status 500 – Internal Server Error
Type Exception Report
Message Handler dispatch failed; nested exception is java.lang.InternalError: java.lang.reflect.InvocationTargetException
Beschreibung The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.InternalError: java.lang.reflect.InvocationTargetException
...
Root Cause
java.lang.InternalError: java.lang.reflect.InvocationTargetException
...
Root Cause
java.lang.reflect.InvocationTargetException
...
Root Cause
java.lang.NullPointerException
java.desktop/sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1262)
java.desktop/sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:225)
java.desktop/sun.awt.FontConfiguration.init(FontConfiguration.java:107)
java.desktop/sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:719)
...
I tried to find a similar issue but unfortunately did not stumble over something really helpful.
I found a solution! The problem were missing fonts. After following these very helpful steps by Andreas Ahlenstorf and installing the font-package dejavu-fonts on linux everything works fine.

wiremock standalone server not starting using --print-all-network-traffic

I am trying to run wiremock stand along server using command .
java -jar wiremock-1.57-standalone.jar --port=9090 --verbose --print-all-network-traffic
But it always give me exception .
Exception in thread "main"
Exception: java.util.MissingResourceException thrown from the
UncaughtExceptionHandler in thread "main"
But after removing network command it starts fine.
Could you pleas help me with this.
Thanks
It was issue of old versions i updated jar file from 1.5 to 2.6

how to identify the exception if file is not found while Reading (Spring Batch)

I have just started working on Spring Batch (version 3.0.6). I have a job and inside step I'm having Reader->Processor->Writer.
How we can catch or identify the exception is thrown if file is not found while reading. In this case I want to trigger email.
You can use the StepExecutionListener to process the exception that is thrown by the ItemStream#open (as the opening of a file in the FlatFileItemReader is), sending your email from there. To get the exception that caused the failure, you can look at StepExecution#getFailureExceptions which will contain the exception that caused the step to fail.
You can read more about the StepExecutionListener in the javadoc here: https://docs.spring.io/spring-batch/apidocs/org/springframework/batch/core/StepExecutionListener.html

Unable to load DLL (Matlab Runtime ) from IIS 7

Resources:
MATLAB 2014 (MCR 8.4 = Matlab Compiler Runtime). (X64)
VS 2010
IIS7 Windows 2008R
Hello together,
I created a matlab script and already publsihed it as .NET dll (Via .NET Builder). Now I try to used that .dll in my web Service together with the MWArray. The MWArray.dll is important to convert the parameters from c# to matlab datatypes. When I publish the web Service on my IIS i get the following error when i executed the matlab function.
Blockquote System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.TypeInitializationException: The type initializer for 'MathWorks.MATLAB.NET.Arrays.MWNumericArray' threw an exception. ---> System.TypeInitializationException: The type initializer for 'MathWorks.MATLAB.NET.Arrays.MWArray' threw an exception. ---> System.TypeInitializationException: The type initializer for 'MathWorks.MATLAB.NET.Utility.MWMCR' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'mclmcrrt8_4.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at MathWorks.MATLAB.NET.Utility.MWMCR.mclmcrInitialize2(Int32 primaryMode)
at MathWorks.MATLAB.NET.Utility.MWMCR..cctor()
--- End of inner exception stack trace ---
at MathWorks.MATLAB.NET.Arrays.MWArray..cctor()
--- End of inner exception stack trace ---
at MathWorks.MATLAB.NET.Arrays.MWNumericArray.get__Inf()
at MathWorks.MATLAB.NET.Arrays.MWNumericArray..cctor()
--- End of inner exception stack trace ---
at MathWorks.MATLAB.NET.Arrays.MWNumericArray..ctor(Int32 scalar)
at WS_Splitoptimizer.Service1.Execute(Int32 Targetvalue, Int32[] Good_chip_per_wafer, Int32[] Wcmp_id, Double Overshoot_threshold) in H:\Eigene Dateien\Visual Studio 2008\Projects\WS_Splitoptimizer\WS_Splitoptimizer\WS_SplitOptimizer.asmx.cs:line 64
--- End of inner exception stack trace ---
The 'mclmcrrt8_4.dll' is the MCR .dll and it exist at the Server. I already give everyone full permisson to that file.
So my problem is that the IIS is not able to located the MCR location. Does anyone have an idea to solve that problem?
I'm out of ideas on things to check. Any ideas welcome!
Thanks in advance!

Hosting internal Nuget and Symbols server

I have setup the Nuget.Server and the SymbolSource Server Basic in one solution when I run the "self diagnostics tool" I get the following exception, anyone have a clue what this is?
The URL I am accessing is
http://localhost/Home/NuGetPushTest
Method not found: 'Void NuGet.PackageServer.PushPackage(System.String,
System.IO.Stream, Int32)'.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found:
'Void NuGet.PackageServer.PushPackage(System.String, System.IO.Stream,
Int32)'.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.