Known Problems

Introduction

Here is a list of issues you may encounter when running Petals ESB but that are not bugs. These problems may be due to a hardware configuration or to operating system restrictions.

Contributors
No contributors found for: authors on selected page(s)

Petals ESB is unreacting or freezed

Operating system: Windows (verified on XP and 7)

Symptoms:

  • The Petals command line does not display anything new anymore.
  • The last lines may be a normal log entry or an exception stack trace.
  • JMX commands seems without effect. When you execute them (from the JConsole, from the Petals web console), there is no response.
  • Other Petals scripts do not change anything. stop.bat and shutdown.bat do not work.


Solutions to try:

  • Go in the Petals command line, give it the focus and type in Enter.


Explanations:
You have probably selected something in the DOS shell (e.g. the JMX URL of Petals).
This selection has blocked the underlying process (Petals). Consequently, all the requests have been waiting for the process to come back. By giving it the focus back (enter), the process is unblocked.

Mime type 'text/html' installing or deploying a JBI archive

Operating system: All

Symptoms:

When installing a component or deploying services, I get the following error message:

The remote resource [http://server:port/context] is not a valid JBI archive: text/htm

Explanations:
If the installed archive is downloaded from Internet and it is needed to download it through a HTTP(s) proxy, perhaps have you forgotten to to configure your HTTP(s) proxy settings.

Solution:

Configure your HTTP(s) proxy settings editing the startup script to add your properties as JAVA_OPTS. Available properties to configure your HTTP(s) proxy are listed on the Java documentation: Java networking and Proxies.

if [ -z "$JAVA_OPTS" ]; then
    JAVA_OPTS="-Xmx1024m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dhttp.proxyHost=proxy.company.com -Dhttp.proxyPort=8080"
fi

Unable to connect to Petals ESB using JConsole or JVisualVM

Operating system: All

Symptom: Unable to connect to Petals ESB using JConsole or JVisualVM

Explanations: Several root causes of the problem exist. See possible root causes here: http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole

Solutions: See solutions available here: http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.