Fixed problems

This section lists the fixed issues in this version:

Bug ID

Description

428529

Classes under com.sybase.* will not be exported in Jaguar JAR file.

419352

Time presentation of ELFF setting in Jaguarhttprequest.log. This issue has a cross-reference to Bug ID: 437931. Refer to “Appendix B, Repository Properties Reference” of this document for more details.

418968

Support for Windows2000 HyperThreading mode.

402979

If you are only installing EAServer client runtime to enable SSL connection from the PowerBuilder client, the SSL in PowerBuilder will not work. To work around this problem, you need to set the environment variable, JAGSSL, to “true” in the shell. SSL in PowerBuilder requires a full EAServer C++ client installation. For more information, refer to Chapter 7, “Using SSL in PowerBuilder Clients,” in the EAServer Security Administration and Programming Guide.

401487

When EAServer's security libraries, libjctssecct.so and libjctssecct_f140.so are used by a client program like a JVM on Solaris, the environment variables, JAGUAR and JAGUAR_CLIENT_ROOT would have to be set before running the program which is dependent on the libraries.

400739

Incorrect behavior for related session function on webapplication.sessionid=url.

399576

Cannot change property values by using the cluster wizard.

398210

Unable to use environment variables in the new logging system.

398090

Seeing internal exceptions in web console.

397836

Login wizard crashes Sybase Central.

397763

EJB and JMS failures.

397455

Feature request for config property to disable reverse host name lookup.

397186

Server exists in a HTTP keepalive session with errors when the value is larger than 2147.

396934

Bring over fixes for CRs 382758, 381527 and 388172 to EAServer 5.5.

396700

Browsing WST Repository takes long time.

396484

Exposing components as Web services, there are some restrictions to the datatype of the component method’s arguments deployed.

396130

Cannot identify database driver com.sybase.ejb.cmp.SybaseDriver.

396087

Deploy fails for applications with name containing "Application".

395526

Provide support for ASA 9.0.2 with EAServer Samples.

394609

Provide support for AXIS 1.2 GA.

394383

SybAgent DOS window stays in the foreground.

393479

Cannot re-establish a connection once disconnected via network termination.

393096

Redirector problem with EAServer 4.2.4 embedded within EP 6.0.

392144

Jaguarhttpservlet.log and ArrayIndexOutOfBound errors.

391354

Changing hosts of all listeners fails.

391344

com.sybase.jaguar.server.jvm.options cannot take a long string.

390867

Hot Deployment.

390592

Security Manager Key/Cert Wizard error.

390304

Message Service:IGNORE_DUPLICATE_KEY not working properly.

389950

Fix for Stack-Based Buffer Overflow issue with WebConsole.

389551

Compile failure on skeletons on a Java-CORBA component within a particular EAS package, although same component compiles in another package.

389222

HTML files causing delay in server start.

388566

HTTPS listeners not working when FIPS enabled.

387765

DBCS displays problem in Jaguar.log with PB components.

387106

Looping over Context.listBindings("jdbc") always throws NamingException.

385790

jConnect6.0 support.

384792

jagtool not generating Java skeletons.

384623

Eclipse cannot start and shutdown EAServer.

383026

JAR file in EAR not accessible as stream for application isolation deploy.

382758

Process keeps running on server, although the client browser is closed.

381602

EAServer Manager 5.2 cannot deploy very large EAR files.

381554

A JSP in XML syntax written in UTF-8 encoding with non-trivial characters is not compiled correctly. The UTF-8 characters are corrupted in the resulting Java file.

381527

Server crashes due to an incomplete HTTP request.

381425

In jagmgr, the last step of Message Service configuration, if click "Ping Message Service Database", then click "Cancel" button instead of "Finish", the Message Service will also appear in "Installed Services".

381269

Java file compression routine causes EAServer to crash. Problem fixed, in libjcc.dll.

381116

In Axis, Type Array is referenced but not defined.

380448

The Key/Cert wizards in Security Manager and EAServer Manager now work for Key Strength values of 1024 and above.

380252

Named classloader enhancement.

379045

JDBC connection caches exceed the maximum number of physical connections.

378964

Provide support for Oracle 10g database and JDBC drivers.

378729

jagtool pre-compilation uses incorrect JDK versions.

377772

Application refresh problem with two deploys.

377743

Application refresh does not refresh Connectors in the application.

377681

Redirect file:...IIS.Extension_URI /..../libjeas_iis.dll cannot include blank line.

377185

Deploying J2EE EAR file does not display error details.

376976

When you upgrade from an earlier version of EAServer, Sybase Central is also upgraded from version 4.1 to 4.3. The installer does not migrate the existing EAServer Manager profiles from the older version of Sybase Central, so you must re-create the profiles (see the online help for instructions).

376301

CSS does not work consistently for Mozilla browsers.

375942

When login a Jaguar Manager and check the certificates, click Cryptographic Modules. Double-click the FIPS mode. Click the help. No help content is provided.

375277

An exception is seen if you change IIOP port and restart server.

374698

PB 9.0.2 embedded SQL delete where no rows are found, returns -1 in EAServer.

373713

Support for OpenClient 12.5.1.

373709

Provide EAServer Manager host name history.

373708

Update Web service sample.

373653

When a Web application is deployed but server is restarted prior to the WebApp being refreshed, the WebApp-AppName directory is created as root and not the run as user.

373589

The following changes are required in the readme.txt file located in the sample\wst_samples\CORBAComponent\client subdirectory of the EAServer installation:

  • After the following lines: Expand the Other Components folder. The IntroSamples package should display. Expand this folder to display the IntroJavaIDL (CORBA) component.

    Add:

    If the IntroSamples package is not listed, go to EAServer Manager and select Servers | Jaguar | Installed Packages, and right-click Installed Packages; click Install an Existing Package; select IntroJavaIDL from the Choose Package to Install list; then click OK. Restart or refresh EAServer.

  • Error at lines: Only the getXXX methods and Boolean b method should be selected. Click OK. The component is now exposed as a Web service.

    should be:

    Only the getXXX methods and Boolean throwException method should be selected. Click Finish. The component is now exposed as a Web service.

  • Step 6 of the readme.txt file describes the Client.java file. This should be IntroJavaIDL_ServiceTestClient.java.

372932

jagant tool gives jag_connect local mode error.

371916

Absolute path should be supported when setting JAR file for SAX2 parser factory.

370851

Class is not loaded by customer's class loader during new component creation.

370223

Log SSL properties set to “false” but SSL errors still get logged.

370058

EJB run-as settings result in BAD_OPERATION under certain circumstances.

369306

The Web service name in the Stateless EJB sample has been fixed.

369093

The readme.html file in the EAServer\html\classes\Sample\Intro\ subdirectory of the EAServer installation contains these errors:

  • Error at the line: d. Check “Compile Java Files.”

    should be:

    d. Check “Compile Java Stubs.”

  • Error at the line: a. Uncheck Compile Java Skeletons. b. Under Advanced Options, check “Generate Skeletons on Server.”

    should be:

    a. Under “Skeleton Generation Options”, uncheck “Compile Java Skeletons.” b. Check “Generate Skeletons on Server.”

368839

Currently, EAServer does not support J2SE 5.0 so to make code changes and add support for it.

367194

When there are many log files in a directory (160 or more), the File Viewer will cause EAServer 5.1 to crash during navigating and opening this directory.

367079

When enabling "Custom Class Loader Tracing", no output is being generated when using the default level 1 class loader.

367031

When you upgrade from an earlier version of EAServer, Sybase Central is also upgraded from version 4.1 to 4.3. The installer migrates plug-ins that are compatible with Sybase Central 4.3 to the new installation; other plug-ins remain in the Sybase Central 4.1 installation. To use the migrated plug-ins, start Sybase Central 4.3. To use the other existing plug-ins, start Sybase Central 4.1.

364182

Improve usability of dialog in EAServer Manager dealing with JMS Dead Queue.

362067

Some configuration options of a message driven bean are not set correctly during deployment from EJB-JAR file.

360227

[EXCEPTION_ACCESS_VIOLATION(0xc0000005)] received while executing the getServerEnvironmentVariables method of the Jaguar/Management component.

354606

Memory leak with EJB CMP.

341533

You see errors for unresolved javax.ejb dependencies when importing the EJBSample. This sample is not intended to be built or used in Eclipse, but is rather meant to be compiled manually and then deployed to EAServer using EAServer Manager. EJBSample contains the source code for an EJB and requires classes that Eclipse does not have, such as javax.ejb.*.

341509

You see several errors caused by the lack of Web service client classes that must be generated after importing. This is expected, since the client classes must be generated for each sample project according to the readme files that accompany each sample.

341222

When you upgrade from an earlier version of EAServer, the installer upgrades the sample test certificates and installs new versions of the VeriSign CA certificates. The upgrade may leave obsolete copies of the Sample1 Test ID and Sample2 Test ID certificates. This is an expected behavior. You can delete these manually using EAServer Manager or Security Manager. Delete the older version of each certificate.

323094

Chapter 4, “Web Services Administration,” in the Web Services Toolkit User’s Guide describes how to use the Apache XML-Security package to provide digital signatures and encryption for the SOAP messages sent to and from the Web services container in EAServer. To use this feature, replace the file xalan.jar in the EAServer java/classes directory with the version that is included with the Apache XML-Security package. Follow the instructions to add the other JAR files to the EAServer CLASSPATH setting.

311819

EAServer Manager uses JavaHelp to display online help. When navigating the help viewer using the keyboard, you may experience NullPointerException errors if you press the up or down arrow keys while the focus is on a component that does not support scrolling. When this happens, you can close the error window and continue. For instructions on using the help viewer without a mouse, see Chapter 2, “Sybase Central Overview,” in the EAServer System Administration Guide.

288769

Trying to create proxies for EJB 1.1 containing public static final String in home interface causes PB to GPF. Basically, when there is a Datamember in the EJBs home, no matter if static, final, and so forth, it will GPF PB.