1828926 Members
2913 Online
109986 Solutions
New Discussion

Java error

 
Phil Storer
Advisor

Java error

Hi Folks,

Trying to install some Java classes and get this error. Any ideas?

$:java -mx256m -jar WmebXML46_en_US.jar -console

Unable to resolve install: ServiceException: (error code = 305; message = "getStandardInstallDirectory requires native support. "; s everity = 0)

Errors occurred during the installation.
  • An error occurred and product installation failed. Look at the log file /d01/app/webM/FMT46/IntegrationServer4/log.txt for details.
The following warnings were generated:
  • File attributes could not be set because native support for that operation is not available.


1 REPLY 1
Phil Storer
Advisor

Re: Java error

Actually I think I know the problem with the first part. The installation did process when executed with the correct userid. However there are still warning messages generated. see below

(May 5, 2004 1:44:50 PM), Setup.product.install, com.installshield.product.service.product.PureJavaProductServ
iceImpl$DiskSpaceCheck, wrn, Checking required disk space requires file service native support.
(May 5, 2004 1:44:53 PM), Setup.product.install, com.installshield.product.actions.Files, wrn, Cannot set file
attributes: operation is not supported by the current file service implementation.
(May 5, 2004 1:44:55 PM), Setup.product.install, com.installshield.product.actions.Files, wrn, Cannot set file
times: operation is not supported by the current file service implementation.
(May 5, 2004 1:45:00 PM), Setup.product.install, com.installshield.wizard.service.file.PureJavaFileServiceImpl
, wrn, Unable to duplicate file attributes when copying file(s): ServiceException: (error code = 305; message
= "getFileAttributes requires native support. "; severity = 0)

SHould these be ignored?