Format exception

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
     at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>Welcome</h1>
</body>
</html>is my html.
<?xml version=�1.0� encoding=�UTF-8� ?>
<!DOCTYPE web-app PUBLIC
�-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN�
�http://java.sun.com/dtd/web-app_2_3.dtd� >
<web-app>
<display-name>Example Application</display-name>
</web-app>is my xml...
I use Weblogic 8.1
i get the above mentioned exception, when i try to acees that html from browser using, http://localhost:7001/myapp/index.html, after starting the server.
I have been sitiing with this issue for the past two days.. Anyone kindly help.
Regards,
Anees

plz...anyone help plzzz...this is the detailed log
####<Feb 26, 2008 10:34:49 PM IST> <Notice> <Log Management> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-170019> <The server log file C:\bea\user_projects\domains\mydomain\myserver\myserver.log is opened. All server side log events will be written to this file.>
####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090149> <The server security configuration has been loaded from C:\bea\weblogic81\server\lib\SecurityDefaultConfig.xml>
####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
####<Feb 26, 2008 10:34:51 PM IST> <Info> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server myserver for security realm myrealm.>
####<Feb 26, 2008 10:34:51 PM IST> <Notice> <Security> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
####<Feb 26, 2008 10:34:52 PM IST> <Notice> <WebLogicServer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "mydomain">
####<Feb 26, 2008 10:34:52 PM IST> <Info> <WebLogicServer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "myserver" version:
WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
(c) 1999, 2000, 2001 BEA Systems, Inc.>
####<Feb 26, 2008 10:34:52 PM IST> <Info> <WebLogicServer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000215> <Loaded License : C:\bea\license.bea>
####<Feb 26, 2008 10:34:52 PM IST> <Info> <RJVM> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "myserver"
Listen Address          *
Public Address          N/A
Http Enabled          true
Tunneling Enabled     false
Outbound Enabled     false
Admin Traffic Enabled     true>
####<Feb 26, 2008 10:34:52 PM IST> <Debug> <RJVM> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "myserver"
Channel Weight          50
Accept Backlog          50
Login Timeout          5000ms
Max Message Size     10000000
Message Timeout     60s
Idle Timeout          65s
Tunneling Timeout     40s
Tunneling Ping          45s>
####<Feb 26, 2008 10:34:53 PM IST> <Info> <XML> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
####<Feb 26, 2008 10:34:53 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
####<Feb 26, 2008 10:34:54 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
####<Feb 26, 2008 10:34:54 PM IST> <Info> <Connector> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
####<Feb 26, 2008 10:34:54 PM IST> <Info> <Connector> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
####<Feb 26, 2008 10:34:54 PM IST> <Info> <IIOP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
####<Feb 26, 2008 10:34:55 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
####<Feb 26, 2008 10:34:55 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
####<Feb 26, 2008 10:34:55 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
####<Feb 26, 2008 10:34:55 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
####<Feb 26, 2008 10:34:56 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101052> <[HTTP myserver] Initialized>
####<Feb 26, 2008 10:34:56 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101135> <myserver is the default Web server.>
####<Feb 26, 2008 10:34:57 PM IST> <Info> <J2EE> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
####<Feb 26, 2008 10:34:57 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
####<Feb 26, 2008 10:35:00 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:08 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:09 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:09 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:10 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:10 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:10 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from unprepared to prepared on server myserver.>
####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:11 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=13065833,name=console,context-path=/console)] WebServiceServlet: init>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1653754,name=uddi,context-path=/uddi)] WebServiceServlet: init>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=2740750,name=uddiexplorer,context-path=/uddiexplorer)] WebServiceServlet: init>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=2985802,name=wl_management_internal1,context-path=/wl_management_internal1)] WebServiceServlet: init>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from prepared to active on server myserver.>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<anonymous>> <> <BEA-101047> <[ServletContext(id=3689383,name=wl_management_internal2,context-path=/wl_management_internal2)] WebServiceServlet: init>
####<Feb 26, 2008 10:35:12 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JTA> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JDBC> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
####<Feb 26, 2008 10:35:13 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
####<Feb 26, 2008 10:35:14 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
####<Feb 26, 2008 10:35:14 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is size based for the Web server: myserver.>
####<Feb 26, 2008 10:35:14 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101051> <[HTTP myserver] started>
####<Feb 26, 2008 10:35:14 PM IST> <Info> <WebService> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
####<Feb 26, 2008 10:35:14 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
####<Feb 26, 2008 10:35:14 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040321> <JMSServer "WSStoreForwardInternalJMSServermyserver" is resuming.>
####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040113> <JMSServer "WSStoreForwardInternalJMSServermyserver", Opening file store "FileStore" in directory "C:\bea\user_projects\domains\mydomain\.\rmfilestore". Starting scan of 0 files totalling 0 bytes.>
####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040114> <JMSServer "WSStoreForwardInternalJMSServermyserver", Finished scan of file store "FileStore" in directory "C:\bea\user_projects\domains\mydomain\.\rmfilestore". Found 0 records totalling 0 bytes.>
####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040010> <JMSServer "WSStoreForwardInternalJMSServermyserver" configured no session pools.>
####<Feb 26, 2008 10:35:15 PM IST> <Info> <JMS> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-040109> <JMSServer "WSStoreForwardInternalJMSServermyserver" is started.>
####<Feb 26, 2008 10:35:15 PM IST> <Info> <HTTP> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
####<Feb 26, 2008 10:35:15 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149210> <Resumed.>
####<Feb 26, 2008 10:35:15 PM IST> <Info> <Management> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-141187> <Java system properties are defined as follows:
awt.toolkit = sun.awt.windows.WToolkit
file.encoding = Cp1252
file.encoding.pkg = sun.io
file.separator = \
java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
java.awt.printerjob = sun.awt.windows.WPrinterJob
java.class.path = C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar;.;
java.class.version = 48.0
java.endorsed.dirs = C:\bea\JROCKI~1\jre\lib\endorsed
java.ext.dirs = C:\bea\JROCKI~1\jre\lib\ext
java.home = C:\bea\JROCKI~1\jre
java.io.tmpdir = C:\DOCUME~1\Anees\LOCALS~1\Temp\
java.library.path = C:\bea\JROCKI~1\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\bea\WEBLOG~1\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\j2sdk1.4.2_14\bin;C:\Program Files\Java\j2re1.4.2_14\bin;C:\bea\WEBLOG~1\server\bin\oci920_8
java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.net
java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version = 1.4.2_05-b04
java.security.policy = C:\bea\WEBLOG~1\server\lib\weblogic.policy
java.specification.name = Java Platform API Specification
java.specification.vendor = Sun Microsystems Inc.
java.specification.version = 1.4
java.util.prefs.PreferencesFactory = java.util.prefs.WindowsPreferencesFactory
java.vendor = BEA Systems, Inc.
java.vendor.url = http://www.bea.com/
java.vendor.url.bug = http://support.bea.com
java.version = 1.4.2_05
java.vm.info = Native Threads, GC strategy: parallel
java.vm.name = BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Sun Microsystems Inc.
java.vm.specification.version = 1.0
java.vm.vendor = BEA Systems, Inc.
java.vm.vendor.url = http://www.bea.com/
java.vm.version = ari-38120-20041118-1131-win-ia32
javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
jmx.implementation.name = JMX RI
jmx.implementation.vendor = Sun Microsystems
jmx.implementation.version = 1.0
jmx.specification.name = Java Management Extensions
jmx.specification.vendor = Sun Microsystems
jmx.specification.version = 1.0 Final Release
jrockit.version = ari-38120-20041118-1131-win-ia32
jrockit.vm = C:\bea\JROCKI~1\jre\bin\jrockit\jvm.dll
org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser
org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
os.arch = x86
os.name = Windows XP
os.version = 5.1
path.separator = ;
sun.arch.data.model = 32
sun.boot.class.path = C:\bea\JROCKI~1\jre\lib\rt.jar;C:\bea\JROCKI~1\jre\lib\i18n.jar;C:\bea\JROCKI~1\jre\lib\sunrsasign.jar;C:\bea\JROCKI~1\jre\lib\jsse.jar;C:\bea\JROCKI~1\jre\lib\jce.jar;C:\bea\JROCKI~1\jre\lib\charsets.jar;C:\bea\JROCKI~1\jre\classes;C:\bea\JROCKI~1\jre\lib\managementapi.jar
sun.boot.library.path = C:\bea\JROCKI~1\jre\bin
sun.cpu.endian = little
sun.cpu.isalist = pentium i486 i386
sun.io.unicode.encoding = UnicodeLittle
sun.os.patch.level = Service Pack 1
user.country = US
user.dir = C:\bea\user_projects\domains\mydomain
user.home = C:\Documents and Settings\Anees
user.language = en
user.name = Anees
user.timezone = Asia/Calcutta
vde.home = .\myserver\ldap
weblogic.Name = myserver
weblogic.mbeanLegalClause.ByPass = false
>
####<Feb 26, 2008 10:35:16 PM IST> <Info> <Application Poller> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149400> <Activating application: appsdirmyapp_dir>
####<Feb 26, 2008 10:35:17 PM IST> <Info> <Deployer> <ibm> <myserver> <Main Thread> <<WLS Kernel>> <> <BEA-149038> <A deployment task with ID 0 for application appsdirmyapp_dir is being initiated.>
####<Feb 26, 2008 10:35:17 PM IST> <Info> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <preparing application appsdirmyapp_dir on myserver>
####<Feb 26, 2008 10:35:17 PM IST> <Error> <HTTP> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-101062> <[HTTP] Error reading Web application "C:\bea\user_projects\domains\mydomain\applications\myapp".
java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
     at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
     at weblogic.apache.xerces.impl.io.UTF8Reader.read([CII)I(UTF8Reader.java:566)
     at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.load(IZ)Z(XMLEntityManager.java:3307)
     at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.skipSpaces()Z(XMLEntityManager.java:2980)
     at weblogic.apache.xerces.impl.XMLScanner.scanPseudoAttribute(ZLweblogic.apache.xerces.xni.XMLString;)Ljava.lang.String;(XMLScanner.java:535)
     at weblogic.apache.xerces.impl.XMLScanner.scanXMLDeclOrTextDecl(Z[Ljava.lang.String;)V(XMLScanner.java:379)
     at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(Z)V(XMLDocumentFragmentScannerImpl.java:604)
     at weblogic.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Z)Z(XMLDocumentScannerImpl.java:593)
     at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(XMLDocumentFragmentScannerImpl.java:329)
     at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Z)Z(DTDConfiguration.java:525)
     at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(DTDConfiguration.java:581)
     at weblogic.apache.xerces.parsers.XMLParser.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(XMLParser.java:152)
     at weblogic.apache.xerces.parsers.DOMParser.parse(Lorg.xml.sax.InputSource;)V(DOMParser.java:257)
     at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(Lorg.xml.sax.InputSource;)Lorg.w3c.dom.Document;(DocumentBuilderImpl.java:201)
     at weblogic.servlet.internal.dd.DescriptorLoader.parse(Lorg.xml.sax.InputSource;Ljava.lang.String;Ljava.lang.String;)Lorg.w3c.dom.Element;(DescriptorLoader.java:700)
     at weblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Lorg.xml.sax.InputSource;Ljava.lang.String;Z)V(DescriptorLoader.java:716)
     at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.io.File;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:418)
     at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:327)
     at weblogic.servlet.internal.WebAppModule.loadDescriptor()Lweblogic.management.descriptors.TopLevelDescriptorMBean;(WebAppModule.java:553)
     at weblogic.j2ee.J2EEApplicationContainer.loadDescriptors([Lweblogic.j2ee.J2EEApplicationContainer$Component;Ljava.lang.String;ZLjava.lang.String;)V(J2EEApplicationContainer.java:1398)
     at weblogic.j2ee.J2EEApplicationContainer.prepare([Lweblogic.j2ee.J2EEApplicationContainer$Component;[Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)V(J2EEApplicationContainer.java:1223)
     at weblogic.j2ee.J2EEApplicationContainer.prepare(Ljava.lang.String;[Lweblogic.management.configuration.ComponentMBean;[Ljava.lang.String;)V(J2EEApplicationContainer.java:1070)
     at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer()V(SlaveDeployer.java:2513)
     at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer()Z(SlaveDeployer.java:2463)
     at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare()V(SlaveDeployer.java:2379)
     at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Lweblogic.management.deploy.OamVersion;Lweblogic.management.runtime.DeploymentTaskRuntimeMBean;Z)V(SlaveDeployer.java:866)
     at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(Lweblogic.management.deploy.OamDelta;Lweblogic.management.deploy.OamVersion;ZLjava.lang.StringBuffer;)Z(SlaveDeployer.java:594)
     at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(Ljava.util.ArrayList;Z)V(SlaveDeployer.java:508)
     at weblogic.drs.internal.SlaveCallbackHandler$1.execute(Lweblogic.kernel.ExecuteThread;)V(SlaveCallbackHandler.java:25)
     at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
     at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
     at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
>
####<Feb 26, 2008 10:35:18 PM IST> <Info> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <failed application appsdirmyapp_dir on myserver>
####<Feb 26, 2008 10:35:18 PM IST> <Warning> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149004> <Failures were detected while initiating Deploy task for application appsdirmyapp_dir.>
####<Feb 26, 2008 10:35:18 PM IST> <Debug> <Deployer> <ibm> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149078> <Stack trace for message 149004
weblogic.management.ApplicationException:
Exception:weblogic.management.ApplicationException: Prepare failed. Task Id = 0
     Module: myapp     Error: [HTTP:101062][HTTP] Error reading Web application "C:\bea\user_projects\domains\mydomain\applications\myapp".
java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
     at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
     at weblogic.apache.xerces.impl.io.UTF8Reader.read([CII)I(UTF8Reader.java:566)
     at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.load(IZ)Z(XMLEntityManager.java:3307)
     at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.skipSpaces()Z(XMLEntityManager.java:2980)
     at weblogic.apache.xerces.impl.XMLScanner.scanPseudoAttribute(ZLweblogic.apache.xerces.xni.XMLString;)Ljava.lang.String;(XMLScanner.java:535)
     at weblogic.apache.xerces.impl.XMLScanner.scanXMLDeclOrTextDecl(Z[Ljava.lang.String;)V(XMLScanner.java:379)
     at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(Z)V(XMLDocumentFragmentScannerImpl.java:604)
     at weblogic.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Z)Z(XMLDocumentScannerImpl.java:593)
     at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(XMLDocumentFragmentScannerImpl.java:329)
     at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Z)Z(DTDConfiguration.java:525)
     at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(DTDConfiguration.java:581)
     at weblogic.apache.xerces.parsers.XMLParser.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(XMLParser.java:152)
     at weblogic.apache.xerces.parsers.DOMParser.parse(Lorg.xml.sax.InputSource;)V(DOMParser.java:257)
     at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(Lorg.xml.sax.InputSource;)Lorg.w3c.dom.Document;(DocumentBuilderImpl.java:201)
     at weblogic.servlet.internal.dd.DescriptorLoader.parse(Lorg.xml.sax.InputSource;Ljava.lang.String;Ljava.lang.String;)Lorg.w3c.dom.Element;(DescriptorLoader.java:700)
     at weblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Lorg.xml.sax.InputSource;Ljava.lang.String;Z)V(DescriptorLoader.java:716)
     at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.io.File;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:418)
     at weblogic.servlet.internal.dd.DescriptorLoader.<init>(Lweblogic.utils.jars.VirtualJarFile;Ljava.lang.String;Ljava.lang.String;)V(DescriptorLoader.java:327)
     at weblogic.servlet.internal.WebAppModule.loadDescriptor()Lweblogic.management.descriptors.TopLevelDescriptorMBean;(WebAppModule.java:553)
     at weblogic.j2ee.J2EEApplicationContainer.loadDescriptors([Lweblogic.j2ee.J2EEApplicationContainer$Component;Ljava.lang.String;ZLjava.lang.String;)V(J2EEApplicationContainer.java:1398)
     at weblogic.j2ee.J2EEApplicationContainer.prepare([Lweblogic.j2ee.J2EEApplicationContainer$Component;[Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)V(J2EEApplicationContainer.java:1223)
     at weblogic.j2ee.J2EEApplicationContainer.prepare(Ljava.lang.String;[Lweblogic.management.configuration.ComponentMBean;[Ljava.lang.String;)V(J2EEApplicationContainer.java:1070)
     at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer()V(SlaveDeployer.java:2513)
     at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer()Z(SlaveDeployer.java:2463)
     at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare()V(SlaveDeployer.java:2379)
     at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Lweblogic.management.deploy.OamVersion;Lweblogic.management.runtime.DeploymentTaskRuntimeMBean;Z)V(SlaveDeployer.java:866)
     at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(Lweblogic.management.deploy.OamDelta;Lweblogic.management.deploy.OamVersion;ZLjava.lang.StringBuffer;)Z(SlaveDeployer.java:594)
     at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(Ljava.util.ArrayList;Z)V(SlaveDeployer.java:508)
     at weblogic.drs.internal.SlaveCallbackHandler$1.execute(Lweblogic.kernel.ExecuteThread;)V(SlaveCallbackHandler.java:25)
     at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
     at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
     at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
Invalid byte 1 of 1-byte UTF-8 sequence.
java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
     at weblogic.apache.xerces.impl.io.UTF8Reader.invalidByte(III)V(UTF8Reader.java:693)
     at weblogic.apache.xerces.impl.io.UTF8Reader.read([CII)I(UTF8Reader.java:566)
     at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.load(IZ)Z(XMLEntityManager.java:3307)
     at weblogic.apache.xerces.impl.XMLEntityManager$EntityScanner.skipSpaces()Z(XMLEntityManager.java:2980)
     at weblogic.apache.xerces.impl.XMLScanner.scanPseudoAttribute(ZLweblogic.apache.xerces.xni.XMLString;)Ljava.lang.String;(XMLScanner.java:535)
     at weblogic.apache.xerces.impl.XMLScanner.scanXMLDeclOrTextDecl(Z[Ljava.lang.String;)V(XMLScanner.java:379)
     at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(Z)V(XMLDocumentFragmentScannerImpl.java:604)
     at weblogic.apache.xerces.impl.XMLDocumentScan

Similar Messages

  • Not in GZip Format Exception

    Hi All,
    When decompressing zipped data using GZIPInput stream, i get this exception "Not in GZip Format Exception". I am not quite sure what to do on this. I have been through forums and all but din get any answer for this. So any help on this is highly appreciated.
    Thanks
    Jeevan

    >
    I dint get u, what is this zip != gzip?
    zip.format()) != gzip.format()

  • Error shows in this format "Exception from HRESULT: 0xFFFFE475".

    Error shows in this format "Exception from HRESULT: 0xFFFFE475". How can i solve this issue ?
    Edited by: Lijo Bastin Chacko on Feb 27, 2009 10:45 AM

    Hi
    this error will come only when your connection is getting failed or addon like screen painter
    is going to restart. and its come only when you try to debug some code for long time.
    you just restart you application.next time it will not appear.

  • Application Manager in partial service, date format exception

    Hi; I was pulling MIVR logs as I see the Application Manager is in partial service.  I see an exception of formating the date, but I'm not sure where to go to correct it or if that is even the right thing to focus on.  Kind of new to looking at these logs and they seem pretty daunting.  I took them righter after an Engine Restart, which usually fixes this partial service issue yet it still is quite large.
    Any ideas?

    Hi,
    The application manager in partial Service can be due to one of the following:
    1. An application is referencing a script that was deleted from the script management causing the application to be invalid.
    2. The script in itself is invalid.
    When we have a system with multiple applications, it becomes really hard to find out the culprit application without the logs.
    For this, the easiest way would be to login to Cisco Unified CCX Administration -- Tools -- Real Time Reporting.
    Click on First tab and go to Applications.
    It will show all the applications and then flag it as Valid -- True on the last column. If this is False, then we can proceed with checking that application.
    Note: RTR is a tool highly dependent on JAVA. Check the JAVA version on CCX compatibility matrix and use the same. Else use IE with compatibility mode turned on for viewing this tool,
    Regards,
    Arundeep

  • Java number format exception for BI Publisher query

    I have a data model thats working using one rtf template. Then I created a cross tab query rtf template and when the same data model is executed with the same parameter value, it errors out.
    here is my simple rtf template that I defined:
         for: ITEM_KEY end -->1
    for: ITEM_KEY-->2 for: ITEM_KEY end end --> 3
    For better understanding, 1 is defined as columns of my cross tab, 2 as rows of my cross tab and 3 is the data. I am using version 10.1.3.4ver BIP
    Any help regarding the error is appreciated..
    Thanks in advance
    [011410_035941034][][STATEMENT] Skip migration for cookie (ORA_XDO) is not found
    [011410_035941034][][STATEMENT] /Configuration/xdo.cfg not found.
    [011410_035941064][][STATEMENT] /Configuration/xdo.cfg not found.
    [011410_035941120][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [011410_035941120][][STATEMENT] Logger.init(): LogDir=C:\OracleBI\xmlp\xmlplogs
    [011410_035941430][][STATEMENT] [ PDF GENERATOR ]---------------------------------------------
    [011410_035941430][][STATEMENT] XDO version = Oracle BI Publisher 10.1.3.4.1
    [011410_035941430][][STATEMENT] java.home = C:\Program Files\Java\jdk1.6.0_12\jre
    [011410_035941431][][STATEMENT] XDO_TOP = null
    [011410_035941431][][STATEMENT] Config Path = null
    [011410_035941431][][STATEMENT] Debug Cfg Path= C:\Program Files\Java\jdk1.6.0_12\jre\lib\xdodebug.cfg
    [011410_035941431][][STATEMENT] Font dir = C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\
    [011410_035941432][][STATEMENT] Locale = en-US
    [011410_035941432][][STATEMENT] Fallback font = type1.Helvetica
    [011410_035941432][][STATEMENT] [ PDF GENERATOR PROPERTIES ]----------------------------------
    [011410_035941432][][STATEMENT] digit-substitution=null(not set)
    [011410_035941433][][STATEMENT] font.ALBANY WT J.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANWTJ.ttf
    [011410_035941433][][STATEMENT] font.ALBANY WT K.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANWTK.ttf
    [011410_035941433][][STATEMENT] font.ALBANY WT SC.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANWTS.ttf
    [011410_035941434][][STATEMENT] font.ALBANY WT TC.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANWTT.ttf
    [011410_035941434][][STATEMENT] font.ALBANY WT.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANYWT.ttf
    [011410_035941434][][STATEMENT] font.ANDALE DUOSPACE WT J.normal.bold=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOJB.ttf
    [011410_035941434][][STATEMENT] font.ANDALE DUOSPACE WT J.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOJ.ttf
    [011410_035941435][][STATEMENT] font.ANDALE DUOSPACE WT K.normal.bold=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOKB.ttf
    [011410_035941435][][STATEMENT] font.ANDALE DUOSPACE WT K.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOK.ttf
    [011410_035941435][][STATEMENT] font.ANDALE DUOSPACE WT SC.normal.bold=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOSCB.ttf
    [011410_035941435][][STATEMENT] font.ANDALE DUOSPACE WT SC.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOSC.ttf
    [011410_035941436][][STATEMENT] font.ANDALE DUOSPACE WT TC.normal.bold=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOTCB.ttf
    [011410_035941436][][STATEMENT] font.ANDALE DUOSPACE WT TC.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOTC.ttf
    [011410_035941436][][STATEMENT] font.ANDALE DUOSPACE WT.normal.bold=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUOB.ttf
    [011410_035941436][][STATEMENT] font.ANDALE DUOSPACE WT.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ADUO.ttf
    [011410_035941437][][STATEMENT] font.CG TIMES.italic.bold=type1.Times-BoldItalic
    [011410_035941437][][STATEMENT] font.CG TIMES.italic.normal=type1.Times-Italic
    [011410_035941437][][STATEMENT] font.CG TIMES.normal.bold=type1.Times-Bold
    [011410_035941437][][STATEMENT] font.CG TIMES.normal.normal=type1.Times-Roman
    [011410_035941438][][STATEMENT] font.COURIER NEW.italic.bold=type1.Courier-BoldOblique
    [011410_035941438][][STATEMENT] font.COURIER NEW.italic.normal=type1.Courier-Oblique
    [011410_035941438][][STATEMENT] font.COURIER NEW.normal.bold=type1.Courier-Bold
    [011410_035941438][][STATEMENT] font.COURIER NEW.normal.normal=type1.Courier
    [011410_035941439][][STATEMENT] font.COURIER.italic.bold=type1.Courier-BoldOblique
    [011410_035941439][][STATEMENT] font.COURIER.italic.normal=type1.Courier-Oblique
    [011410_035941439][][STATEMENT] font.COURIER.normal.bold=type1.Courier-Bold
    [011410_035941439][][STATEMENT] font.COURIER.normal.normal=type1.Courier
    [011410_035941440][][STATEMENT] font.DEFAULT.italic.bold=type1.Helvetica-BoldOblique
    [011410_035941440][][STATEMENT] font.DEFAULT.italic.normal=type1.Helvetica-Oblique
    [011410_035941440][][STATEMENT] font.DEFAULT.normal.bold=type1.Helvetica-Bold
    [011410_035941440][][STATEMENT] font.DEFAULT.normal.normal=type1.Helvetica
    [011410_035941441][][STATEMENT] font.GLFALLBACK.normal.normal=truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANWTJ.ttf
    [011410_035941441][][STATEMENT] font.HELVETICA.italic.bold=type1.Helvetica-BoldOblique
    [011410_035941441][][STATEMENT] font.HELVETICA.italic.normal=type1.Helvetica-Oblique
    [011410_035941441][][STATEMENT] font.HELVETICA.normal.bold=type1.Helvetica-Bold
    [011410_035941442][][STATEMENT] font.HELVETICA.normal.normal=type1.Helvetica
    [011410_035941442][][STATEMENT] font.MONOSPACE.italic.bold=type1.Courier-BoldOblique
    [011410_035941442][][STATEMENT] font.MONOSPACE.italic.normal=type1.Courier-Oblique
    [011410_035941443][][STATEMENT] font.MONOSPACE.normal.bold=type1.Courier-Bold
    [011410_035941443][][STATEMENT] font.MONOSPACE.normal.normal=type1.Courier
    [011410_035941443][][STATEMENT] font.SANS-SERIF.italic.bold=type1.Helvetica-BoldOblique
    [011410_035941443][][STATEMENT] font.SANS-SERIF.italic.normal=type1.Helvetica-Oblique
    [011410_035941444][][STATEMENT] font.SANS-SERIF.normal.bold=type1.Helvetica-Bold
    [011410_035941444][][STATEMENT] font.SANS-SERIF.normal.normal=type1.Helvetica
    [011410_035941444][][STATEMENT] font.SERIF.italic.bold=type1.Times-BoldItalic
    [011410_035941444][][STATEMENT] font.SERIF.italic.normal=type1.Times-Italic
    [011410_035941445][][STATEMENT] font.SERIF.normal.bold=type1.Times-Bold
    [011410_035941445][][STATEMENT] font.SERIF.normal.normal=type1.Times-Roman
    [011410_035941445][][STATEMENT] font.SYMBOL.normal.normal=type1.Symbol
    [011410_035941445][][STATEMENT] font.TIMES NEW ROMAN.italic.bold=type1.Times-BoldItalic
    [011410_035941446][][STATEMENT] font.TIMES NEW ROMAN.italic.normal=type1.Times-Italic
    [011410_035941446][][STATEMENT] font.TIMES NEW ROMAN.normal.bold=type1.Times-Bold
    [011410_035941446][][STATEMENT] font.TIMES NEW ROMAN.normal.normal=type1.Times-Roman
    [011410_035941446][][STATEMENT] font.TIMES.italic.bold=type1.Times-BoldItalic
    [011410_035941447][][STATEMENT] font.TIMES.italic.normal=type1.Times-Italic
    [011410_035941447][][STATEMENT] font.TIMES.normal.bold=type1.Times-Bold
    [011410_035941448][][STATEMENT] font.TIMES.normal.normal=type1.Times-Roman
    [011410_035941448][][STATEMENT] font.ZAPFDINGBATS.normal.normal=type1.ZapfDingbats
    [011410_035941449][][STATEMENT] pdf-changes-allowed=0
    [011410_035941450][][STATEMENT] pdf-compression=true
    [011410_035941450][][STATEMENT] pdf-enable-accessibility=true
    [011410_035941451][][STATEMENT] pdf-enable-copying=false
    [011410_035941451][][STATEMENT] pdf-encryption-level=0
    [011410_035941452][][STATEMENT] pdf-font-embedding=true
    [011410_035941452][][STATEMENT] pdf-hide-menubar=false
    [011410_035941453][][STATEMENT] pdf-hide-toolbar=false
    [011410_035941453][][STATEMENT] pdf-no-accff=false
    [011410_035941454][][STATEMENT] pdf-no-cceda=false
    [011410_035941454][][STATEMENT] pdf-no-changing-the-document=false
    [011410_035941454][][STATEMENT] pdf-no-printing=false
    [011410_035941455][][STATEMENT] pdf-open-password=
    [011410_035941456][][STATEMENT] pdf-permissions=0
    [011410_035941456][][STATEMENT] pdf-permissions-password=
    [011410_035941457][][STATEMENT] pdf-printing-allowed=0
    [011410_035941457][][STATEMENT] pdf-replace-smartquotes=true
    [011410_035941458][][STATEMENT] pdf-security=false
    [011410_035941458][][STATEMENT] ------------------------------------------------------
    [011410_035941462][][STATEMENT] WARNING: Old RTF version detected, nested table disabled
    [011410_035941466][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] Type1 font created: Helvetica
    [011410_035941468][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] TrueType font created: C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANWTJ.ttf(0)
    [011410_035941469][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] Type1 font created: Times-Roman
    [011410_035941481][][ERROR] java.lang.NumberFormatException: For input string: ""
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:468)
         at java.lang.Integer.parseInt(Integer.java:497)
         at oracle.apps.xdo.template.rtf.table.RTFTable.parseColumnContext(Unknown Source)
         at oracle.apps.xdo.template.rtf.table.RTFTable.getTransformedFO(Unknown Source)
         at oracle.apps.xdo.template.rtf.RTF2XSLParser.closeTable(Unknown Source)
         at oracle.apps.xdo.template.rtf.RTF2XSLParser.publishText(Unknown Source)
         at oracle.apps.xdo.template.rtf.RTF2XSLParser.begingroup(Unknown Source)
         at oracle.apps.xdo.template.rtf.io.RTFFilter.write(Unknown Source)
         at oracle.apps.xdo.template.rtf.io.Filter.write(Unknown Source)
         at oracle.apps.xdo.template.rtf.RTF2XSLParser.write(Unknown Source)
         at oracle.apps.xdo.template.rtf.io.Filter.readFromStream(Unknown Source)
         at oracle.apps.xdo.template.rtf.RTFParser.generate(Unknown Source)
         at oracle.apps.xdo.template.rtf.RTF2XSLParser.generateXSL(Unknown Source)
         at oracle.apps.xdo.template.RTFProcessor.process(Unknown Source)
         at oracle.apps.xdo.servlet.RTFCoreProcessor.getXSLFOFile(RTFCoreProcessor.java:155)
         at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:65)
         at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:276)
         at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.java:82)
         at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:552)
         at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.java:255)
         at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
         at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
         at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
         at oracle.apps.xdo.servlet.XDOServlet.doPost(XDOServlet.java:201)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:94)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    [011410_035941485][][ERROR] [Line 41.172] Internal exception
    [011410_035941486][oracle.apps.xdo.common.font.FontFactory][STATEMENT] type1.Helvetica closed.
    [011410_035941487][oracle.apps.xdo.common.font.FontFactory][STATEMENT] type1.Times-Roman closed.
    [011410_035941487][oracle.apps.xdo.common.font.FontFactory][STATEMENT] truetype.C:\Program Files\Java\jdk1.6.0_12\jre\lib\fonts\ALBANWTJ.ttf closed.
    [011410_035941491][][EXCEPTION] oracle.apps.xdo.XDOException: For input string: ""
         at oracle.apps.xdo.template.rtf.RTFParser.generate(Unknown Source)
         at oracle.apps.xdo.template.rtf.RTF2XSLParser.generateXSL(Unknown Source)
         at oracle.apps.xdo.template.RTFProcessor.process(Unknown Source)
         at oracle.apps.xdo.servlet.RTFCoreProcessor.getXSLFOFile(RTFCoreProcessor.java:155)
         at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:65)
         at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:276)
         at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.java:82)
         at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:552)
         at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.java:255)
         at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
         at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
         at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
         at oracle.apps.xdo.servlet.XDOServlet.doPost(XDOServlet.java:201)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:94)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: user566193 on Jan 14, 2010 2:10 PM

    Drop me the template , 2 templates and xml.. to FUSIONdotOBJECTatGMAILdotCOM
    Something wrong in template or data

  • Cannot save any jpeg, tiff or other formats except document or template (suddenly today)

    I created a file in InDesign and went back to it the next day and discovered that I only had two options for save or save as: InDesign CS5.5 document and InDesign CS5.5 template -- I am not able to save in any other file formats.  I followed some online advice that said to hold down the ctrl + alt + shift key and when the dialog box came up chose to delete preferences-- it was said that would restore the original settings which did not happen.  I am still only have two options (document of template) to save or save as.  Any help is appreciated!  Thank you

    I see -- I just tried that and it worked, but I never had to do that before -- I don't know what happened! I have always been able to "save" or "save as" and there is a long list of choices there that have disappeared overnight!  Thank you for the export work around -- I will use that until I can figure out how to get my other options back!  Thank you for responding!!

  • DB2 DECIMAL FORMAT EXCEPTION (URGENT)

    To undersdande my problem, please see the code below:
    CODE A:
    sql = "INSERT INTO DEC VALUES ('999999999999999.99',999999999999999.99')";
    PreparedStatement stmt = con.getConnection().prepareStatement(sql);
    stmt.executeUpdate();          
    CODE B:
    sql = "INSERT INTO DEC VALUES (?, ?)";
    PreparedStatement stmt = con.getConnection().prepareStatement(sql);
    stmt.setString(1, '999999999999999.99');
    stmt.setDouble(2, 999999999999999.99);
    stmt.executeUpdate();     
    The Problem:
    The table DEC tha I used has two columns, the first is a char(50) and the second is a Decimal(17,2) and its in DB2 running on AIX.
    If I execute the firs statement, it execute very well. If I execute the second, the follow exception occurs:
    COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2] SQL0302N The value of a host variable in the EXECUTE or OPEN statement is too large for its corresponding use. SQLSTATE=22003
    If I reduce on algarism on number (14 digits and two decimals) the result is:
    String Decimal
    CODE A 99999999999999.99, 99999999999999.99
    CODE B 99999999999999.99, 100000000000000.00
    My question:
    Is the code incompatible? Why?
    Does anybody knows what is wrong?
    I need help urgent!!!
    Thanks in advance
    Renato Melo

    In code B when you are calling
    In place of calling stmt.setDouble(2, 999999999999999.99);
    call
    stmt.setBigDecimal(2, new BigDecimal("999999999999999.99"));
    Here is the explaination why you need to do that way
    when you are calling
    stmt.setDouble(2, 999999999999999.99);
    DB2 converts your double number into BigDecimal which is like ( new Bigdecimal(999999999999999.99)
    The problem with BigDecimal is as below
    One might assume that new BigDecimal(.1) is exactly equal to .1, but it is actually equal to .1000000000000000055511151231257827021181583404541015625. This is so because .1 cannot be represented exactly as a double (or, for that matter, as a binary fraction of any finite length). Thus, the long value that is being passed in to the constructor is not exactly equal to .1, appearances nonwithstanding.
    The (String) constructor, on the other hand, is perfectly predictable: new BigDecimal(".1") is exactly equal to .1, as one would expect. Therefore, it is generally recommended that the (String) constructor be used in preference to this one.

  • Ignore blank lines in text file using number format exception.

    hi.. does anyone know how to ignore a blank line and move on to the next line? the text file contains:
    2
    bla bla bla
    112.4
    222.5
    ble ble vle
    115.5
    123.2

    The problem with trim() is that it only trims spaces (0x20). In a source code file, "blank" lines are as likely to contain TABs as spaces. I would recommend something like   if (line.length() == 0 || line.matches("\\s+")) If the inefficiency of matches() becomes a problem, you can use a pre-compiled Pattern object, or roll your own isItWhitespace() method.

  • Message format exception when running TestProducer from EDM

    Hi,
              I'm getting weblogic.jms.common.MessageFormatException: Illegal property name, 'error-contex
              t' error when running TestProducer from EDM. Does anyone know how i can change error-context to a string without - ? Or any suggestion to make it work ?
              Thanks,
              Jessie
              

    Hi Jessie,
              As per the JMS specification, property names must be a legal identifier,
              similar to java variable names. I think the reason for this is
              that property names are used in selectors, and the parser would have
              no clue what do with an expression like:
              error-context > 10
              Tom
              Jessie Yau wrote:
              > Hi,
              > I'm getting weblogic.jms.common.MessageFormatException: Illegal property name, 'error-contex
              > t' error when running TestProducer from EDM. Does anyone know how i can change error-context to a string without - ? Or any suggestion to make it work ?
              >
              > Thanks,
              > Jessie
              

  • Message Format Exception

    When I am trying to insert date object in to Message (using setObjectProperty()),
    it is throwing MessageFormatException.
    Can it not be any object which is serializable?
    thanks
    shiva.

    properties can only be objectified primitve values (Boolean, Byte, Short, Integer, Long, Float, Double and String). see section 3.5.5 of the JMS specification.
    _sjz.                                                                                                                                                                                                                                                                                                                                               

  • How can I convert an image created in Photoshop into a format that Java's ImageIO library will take?

    Hi all,
    I've been trying to write an image resize tool to use the Lancoz resample algorithm to resize images to a high standard in Java.  The library with the algorithm/filter in it is mortennobel's image scaling library and it takes a buffered image as an input and returns the resized image as desired.  However the trouble I’m having is that the ImageIO library in Java, a standard library, which converts images given to its read method to buffered images doesn't accept certain images created in Photoshop and so it throws an exception.  My library needs to be fully automated to process possible thousands of images at a time and so manually converting them by resaving them as JPEG's is really feasibly.  Is there some way I can convert these images from Adobes Exif format to standard JFIF format?  I've tried simple inserting the APP0 marker from a JFIF image in-between the SOI and APP1 marker but the ImageIO library still failed.
    The above image is a screenshot of the binary in hex of one of the images that cause an Invalid Format exception when passed to ImageIO.
    Any help you could offer me with this would be much appreciated.
    Kind regards and thank you,
    Alexei Blue
    Science Warehouse.
    NB: I previously posted this post in Developers but was told to post it in a Photoshop forum so apologies if this is the incorrect formum

    The image scaling library does have a BiCubicFilter in it so I'll experiment around with them and see what happens.  As for the imageIO library I think it accepts Exif image types, but still for some reason it just doesn't like Adobe Photoshop types.  Maybe its the colour map it doesn't like I just can't seem to work out what's wrong which is slightly frustrating but looking round to see if I can find an answer

  • Urgent: SQLException: Internal Error: Image is not in 8.1 format

    Hello there,
    I have never come accross such error.
    Scenario
    1 using JDeveloper EA1, Database 9i (9.2.0.6)
    2 calling Oracle package procedure with in/out parameters.
    3 Package has been imported into jDeveloper (jPublisher) with defaults settings.
    4 procedure call is successfull, but when accessing out value getting this error
    Code
    try{
    // imported package
    PailinWebPolicy webPolicy=new PailinWebPolicy(conn);
    System.out.println("web issue policy");
    // call of package procedure both parameters are in/out
    webPolicy.issuepolicy(policyData,errors,processStatus);
    System.out.println("web issue policy done");
    result=processStatus[0];
    System.out.println("result assigned policy length "+policyData.length);
    Wtpolicycore resultPolicy=policyData[0];
    System.out.println("policy data assigned");
    // error at accessing getPolicyno
    String policyRef =resultPolicy.getPolicydata().getPolicyno();
    System.out.println("policy ref assigned");
    catch(SQLException e)
    System.out.println("Exception "+e);
    System.out.println("Exception "+e.getErrorCode()+" state "+e.getSQLState());
    opus.close();
    output:
    web issue policy
    web issue policy done
    result assigned policy length 1
    policy data assigned
    Exception java.sql.SQLException: Internal Error: Image is not in 8.1 format
    Exception 17001 state null
    Any idea what might be wrong? I dont see any error on db side at all.
    ferdo
    Message was edited by:
    frpkoo

    I found similar bug reported on Metalink on April 8,2005
    Bug no 4294423
    Getting java.sql.SQLException: Internal Error: Image is not in 8.1 format Error Code: 17001 When running JDBC program that access many User defined Types .
    But cannot find out what is the status of it.
    Any idea?
    ferdo

  • How we can get the output in excel format for Spawned programs?

    My requirement is to get the excel output for some of the programs (like -Adjustment Register, Applied Receipts Register). I am trying to achieve this by BI Publisher. But these programs has "Spawned" executable. And when I am changing the output type as"XML" I am getting below error in output-
    "XML Parsing Error: syntax error"
    Can anyne suggest how we can get an XML output and then excel output for Spawned programs?
    Thanks in advance,

    Hi,
    If I get it right, you want to convert RXi (Reports Exchange) reports such as Adjustment Register & Applied Receipts Register into XML Publisher. Normally, you need to change the "Output Format" of the program called by the "Spawned" program to 'XML' -- not the "Spawned" program itself.
    However, I believe RXi reports does not support XML output (atleast in 11i). It could only work on Text & Html format. Check on the metalink note below:
    432719.1 - RXi-Only Reports Generate XML Format Exception With No Output Setting the Output Format to XML
    Hope this helps.
    regards,..
    Rownald

  • What is the correct way to inform the controller of an exception in MVC?

    Hi this question has been on my mind for a while.
    Imagine you have a an application based on MVC (mode, view controller) design pattern.
    If a non-fatel exception is thrown in the model (e.g. a number format exception) what is the standard way to of informing the controller so that it can do something useful like display an error pop-up or 'gracefully' shut-down the application.
    The two ideas I came up with are:
    -Return -1 or some other variable in the 'catch' of the try/catch.
    Could be messy, every time you called a risky method you would have to wrap it in an if statement.
    -Declare the model as throwing the exception - that way the controller can 'catch' it and do something useful.
    Possibly makes the controller less cohesive.
    -Handle the error directly from the model by having it display a pop-up error message or forward to an error page etc.
    This would make the model less cohesive.
    The controller should still be informed for the exception so it can decide what to do next - if the exception occurred during form validation shouldnt the controller e responsible for redisplaying the form with an error message?
    Is there a 'best practice' of handling exceptions?
    Thanks
    Edited by: vijizzle on May 12, 2010 8:25 PM

    Just have it throw an Exception and let the Controller deal with it.
    Using a pop-up in the Model makes no sense to me. User interface is the View's job. Ultimately, an error pop-up may be presented, but the problem will be passed back to the View before that happens.

  • Is there a way to handle custom java exception in OSB?

    For example, i created a exception that extends RuntimeException.
    My exception has a new field called "code".
    I want to handle this exception in Oracle Service Bus process and retrieve this code to throws another exception with a XML structure that includes the code.
    Is there a way to do that ?
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-382515</con:errorCode>
         <con:reason>Callout to java method "public static org.apache.xmlbeans.XmlObject ...</con:reason>
         <con:java-exception xmlns:con="http://www.bea.com/wli/sb/context">
             <con:java-content ref="jcid:33a6c126:14006f3df18:-7fd9"/>
         </con:java-exception>
         <con:location xmlns:con="http://www.bea.com/wli/sb/context">
             <con:node>optmusPipeline</con:node>                    
             <con:pipeline>optmusPipeline_request</con:pipeline>
             <con:stage>processStage</con:stage>
             <con:path>request-pipeline</con:path>   
         </con:location>
    </con:fault>
    it is not enough to recover the information i needed.

    Hi Sandro,
    I've got the same situation. I agree that returning xml from function is not a best choice as you have to manually check if return status is an error or not. Processing exception in error handler is better and this is how I do it:
    I am doing a java callout to a function that can throw exception. Then I add ErrorHandler to stage containing this callout (all the exception are caught here).
    In the error handler I check if $fault/ctx:java-exception is not null. If not then I pass thrown exception to my utility function that converts it to xml similar to yours:
    import org.apache.xmlbeans.XmlException;
    import org.apache.xmlbeans.XmlObject;
    public static XmlObject exceptionToXML(Throwable exception)
      throws XmlException {
      String xmlString = exceptionToString(exception);
      return XmlObject.Factory.parse(xmlString);
    public static String exceptionToString(Throwable exception) {
      String cause = "";
      if (exception.getCause() != null) {
      cause = exceptionToString(exception.getCause());
      return String
      .format("<exception><name>%s</name><description>%s</description>%s</exception>",
      exception.getClass().getName(), exception.getMessage(),
      cause);
    Calling exceptionToXML with $fault/ctx:java-exception/ctx:java-content returns:
    <exception>
         <name>pl.app.MyException</name>
         <description>Exception message</description>
    </exception>
    Then you can check the exception class (IF action: $exception/name/text() = "pl.app.MyException") and handle it accordingly.
    Good luck,
    Krzysiek

Maybe you are looking for

  • I can't get my router to connect. Someone pls help me.

    I've been trying for like 6 hours to get my router to work. It's recognised but it can't connect to the internet it did yesterday but now it won't. Also I've been trying to find my network key and the blank username and admin for password doesnt work

  • XSLT document() function

    I am using the Oracle XML parser, and I am finding that some funny things are happening when I try to use the document(object, node-set?) function, as defined in the XSLT specification. For some reason, my xmlns path is being prepended to any file pa

  • Purchase item could be not completed, contact itune

    Purchase item could be not completed, contact itune

  • I need some help on installing the new flash

    I have  ADD  and can get off topic but i will try my best. I have a couple of questions. I am running windows xp home 32 bit. I have IE8, opera and firefox. Is flash version 11.1.102.62 the newest flash?  If so then two questions. One when i test my

  • Problem with JOGL

    I try to execute a sample code of JOGL, but i have the following message error : Exception in thread "main" java.lang.UnsatisfiedLinkError: no jogl_drihack in java.library.path I use Netbeans 5.5 over Linux ( Kubuntu 6.10 ) tks.