Problem webutil on server

Hi all.
I have a problem with webutil on the server-side.
On my client-machine (operating system windows xp service pack2) everything it is ok. But when I run webutil on the server (operating system Linux), I have this message error:
"The webutil object group is not available in this form. Webutil cannot work.
Webutil error: oracle.forms.webutil.olefunctions bean not found. CLIENT_OLE2.create_obj will not work."
The thing that is strange is that local on my machine everything is ok. I have tried to cancel the library and the object group from the form and then to re-attach them, but the result is the same: local on my machine it's ok and on the server I have got the message above.
Is there anyone that can help me???
Thanks, Fabrizio

Dear Fabrizo ;
I am so sorry i did not work on Linux plafrom befor,
but i think it has the same configuraion as windows.so if you check webutil configuration again and again i think it could work.
and this is webutil configuration
---------- B y E n g R e d a E l M i t w a l l y ----------
1- ....................... The Principles of the WebUtil Design .
2- ....................... HOW TO CONFIGURE AND DEPLOY WEBUTIL .
3- ....................... HOWT O ATTACH IT IN UR FORM .
1 - The Principles of the WebUtil Design :-
The aim of WebUtil is to provide a utility that any Forms developer can use to carry
out complex tasks on the client browser computer by simply coding in PL/SQL.
Although WebUtil itself uses Java extensively, there is no need for the developer to
have any understanding of Java. Everything the developer needs to do is exposed
through a standard PL/SQL library webutil.pll.
All of the components that are needed to support WebUtil are likewise exposed
through a simple object group.
For an Oracle Forms application to take advantage of WebUtil, you only need to attach
the WebUtil library and subclass the Object Group. No setup or configuration in code
is required as WebUtil is self-configuring and where necessary, self-installing.
Some features of WebUtil, such as client side OLE integration, require code to be
installed onto each client computer. One of the key features of WebUtil is its ability to
"self-install" in these cases. There is no need for an administrator to configure each and
every computer because WebUtil detects which client-side pieces are missing and
automatically installs them.
Another aim of WebUtil is to simplify porting of client server integration code to work
on the client browser computer. To achieve this, WebUtil contains PL/SQL APIs mimic
the behavior of the equivalent native Forms functions.
An example of this is the Forms TEXT_IO package. This package provides the
developer with facilities to read and write text files on the application server. WebUtil
provides an alternative implementation, CLIENT_TEXT_IO, which is identical to
TEXT_IO except that calls are implemented on the client browser computer rather than
on the middle tier. Migrating existing code to operate on the client can be achieved
using a simple search and replace operation in the PL/SQL code to changes references
to point at the alternative "CLIENT" implementations provided by WebUtil.
The final goal of WebUtil design is to add value to Oracle Forms as a product. WebUtil
adds capabilities to Forms which have simply not existed before in either web or client
server deployments.
2 - H O W T O C O N F I G U R E A N D D E P L O Y W E B U T I L
2-1 : From folder "webutil_106" Copy folder "webutil" in this path "DeveloperHome\forms"
-- note this step in release 3 is done .
2-2 : From folder "JACOB_18" copy file "jacob.dll" in path "DeveloperHome\forms"
-- note this step in release 3 is done .
2-3 : From folder "JACOB_18" copy file "jabcob.jar" in path "DeveloperHome\forms\java"
-- note this step in release 3 is done .
2-4 : From folder "webutil_106" Copy file "frmwebutil.jar" in path "DeveloperHome\forms\java"
-- note this step in release 3 is done .
2-5 : Edit file"D:\DevSuiteHome_1\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml"
by notepad and add this code
<virtual-directory virtual-path="/webutil" real-path="D:\oracle\product\10.1.0\Developerhome\forms\webutil" />
-- note this step in release 3 is done .
2-6 : Edit file "Developerhome\forms\server\server\formsweb.cfg " and add this code
archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
archive=frmall.jar
2-7 : at the end of this file add also
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar,frmall.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar,frmwebutil.jar
lookAndFeel=oracle
--not in releas 3 u will find this block of code replace it by this code
2-8 : edit file "developerhome\forms\server\default.env" add this code
FORMS_PATH=D:\DevSuiteHome_1\forms;D:\DevSuiteHome_1\forms\webutil
WEBUTIL_CONFIG=D:\DevSuiteHome_1\forms\server\webutil.cfg
2-9 : at line class_path add this code in addition of it's code and remember to modify ur home path
;D:\oracle\product\10.1.0\Developer\forms90\java\jacob.jar;D:\oracle\product\10.1.0\Developer\jdk\jre\lib\rt.jar;D:\oracle\product\10.1.0\Developer\forms90\java\frmall.jar;D:\oracle\product\10.1.0\Developer\forms90\java\frmwebutil.jar
2-10 : Replace all code in line "path" by again remember to modify the developerhome
PATH=d:\oracle\product\10.1.0\Developer\jdk\bin;d:\oracle\product\10.1.0\Developer\jdk\jre\bin\classic;d:\oracle\product\10.1.0\Developer\jdk\jre\bin; d:\oracle\product\10.1.0\Developer\jdk\jre\bin\client;d:\oracle\product\10.1.0\Developer\jlib;d:\oracle\product\10.1.0\Developer\bin;d:\oracle\product\10.1.0\Developer\jre\1.4.2\bin\client;d:\oracle\product\10.1.0\Developer\jre\1.4.2\bin;
d:\oracle\product\10.1.0\Developer\bin;d:\oracle\product\10.1.0\Developer\jdk\jre\bin\client
2-11 : Edit file "devloperhome\forms\server\webutil.cfg" and add these two lines at the end of it
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
-- very important note the two lines
transfer.appsrv.read.1=C:\ -- Only files in this directory can be downloaded from AS
transfer.appsrv.write.1=C:\ -- Only files in this directory can be uploaded to AS
2-12 : Open msdos(or shell on linux) and run these batches :be carefull to run tis batch put it first in the JDK\bin home:
sign_webutil.bat DeveloperHome\forms\java\frmwebutil.jar
sign_webutil.bat DeveloperHome\forms\java\jacob.jar
2-13 : And now create user may be "webutilowner" or as u like to name it
create user webutilowner identified by webutilowner;
conn webutilowner/webutilowner
from folder "webutil_106" u will find this script "create_webutil_db.sql" run it on this user
grant execute on WEBUTIL_DB to public;
----------- T H E E N D O F C O N F I G U R I N G ----------
--------- H O W T O A T T A C H I T I N U R F O R M -------------
3-1 : From "webutil_106" copy this liberary "webutil.pll" and "webutil.olb" in ur ofismain
3-2 : Open ur module and at pl/sql liberraries open file then open "webutil.pll" from ur ofismain
3-3 : Compile this liberrary.
4-3 : Then attatch this liberrary to ur module .
4-5 : At object liberraries open the "webutil.olb" from ur ofis main
4-6 : THEN right click and choose object liberary
4-7 : You will have a window restore it down and drag "webutil" from it to ur object group at ur module.
4-8 : You wil have a window asking for copy,subclass or cancel choose copy, but for more dynamic coding u have to choose subclass
4-9 : You will have a block called webutil move it to be last block.
4-10 : then see some examples to use it we have example form called module2.fmb
---------- B y E n g R e d a E l M i t w a l l y ----------
Regards
Reda

Similar Messages

  • Installation problem on windows server 2008 r2 datacenter edition 64bit

    hi
    today, i tried to install the current maxdb 7.8 release on my virtual server with a windows server 2008 r2 datacenter 64bit edition os. at the first installation, i got an error message something with "rte runtime error". at this point, the installation stopped.
    because of this error, i tried to uninstall the failed installation. this was not possible, in the uninstaller, i didn't see any components, so i can't uninstall.
    so i tried to delete the files manually: the entries in the start menu, and the application's path under "program files"... first, i need to kill a process named "serv.exe", that creates a tcp daemon under port 7200... after killing it, the deletion of the dir in program files was successful.
    this is very very weird, now my server is "contaminated" with an uncomplete uninstallation of maxdb...
    why maxdb 7.8 has problems on windows server 2008 r2 datacenter 64bit edition???
    thanks for feedbacks!
    regards, jan

    > no, because i canceled this virtual server - another method to solve this problem. (i have really no time for things like that..!)
    If you take the time to give exact error messages then someone will be certainly able to help
    > on windows server 2003, there are NO problems.
    Windows 2003 != Windows 2008 - they use a different kernel, a different security system (UAC) and other features that may prevent a succesfull installation in the first place.
    I installed a MaxDB 7.8 just today on Windows 2008 R2 and it worked fine.
    Markus

  • Communication problem the web server extension (WGATE) failed to receive a

    Hi,
    When a user tries to access his timesheet he get the below error:
    <b>communication problem the web server extension (WGATE) failed to receive a response from the ITS web service</b>
    Only ONE user is getting this error. If everyone get\s the same we can check on the ITS side, but if only ONE user is getting it.
    Please help.
    Regards,
    PK

    HI ALL,
    Thanks for your time. The issue got resolved however without cheking the logs itself. The problem was with the scripfile. All other users and all other scripts were working, except one. And it got recified.
    Regards,
    P. Kumaravel.

  • Problem with Application server

    Hi All,
    I'm facing problem with Application Server. When I installed the appserver and started it.. It started with the message " server has been started and some services will run at back". But when I tried stopping it using the stop default server i got the message that there is no server running but when i saw in the task manager i cud see two process running 1) appserver.exe and 2) imqbroker(something).exe so eventually I had to kill it.
    Now when I'm trying to start the application server again its giving me this message "CLI156 Could not start the domain domain1" and below is the log file attached if its of any help
    [#|2005-08-31T23:37:57.000+1000|WARNING|sun-appserver-pe8.1_01|javax.enterprise.tools.launcher|_ThreadID=10;|LAUNCHER005:Spaces in your PATH have been detected. The PATH must be consistently formated (e.g. C:\Program Files\Java\jdk1.5.0\bin; ) or the Appserver may not be able to start and/or stop.  Mixed quoted spaces in your PATH can cause problems, so the launcher will remove all double quotes before invoking the process. The most reliable solution would be to remove all spaces from your path before starting the Appservers components.  |#]
    [#|2005-08-31T23:37:57.015+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Program Files/Java/jdk1.5.0\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/endorsed
    -Djava.security.policy=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=C:/Program Files/Java/jdk1.5.0/jre/lib/ext;C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/lib/ext
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=domain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Program Files/netbeans-4.1/SunAppServer8.1/config
    -Djava.library.path=C:\Program Files\Java\jdk1.5.0\jre\bin\client;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\Java\jdk1.5.0\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.5.0\bin;.;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Sun\AppServer\bin;;C:\Program Files\Java\jdk1.5.0\bin;.;C:\Program Files\jre\jdk1.5.0\bin;.;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Program Files/Java/jdk1.5.0/lib/tools.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/appserv-rt.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\admin-cli.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-admin.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\dom.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jmxremote.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jmxremote_optional.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jsf-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jsf-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\rmissl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xalan.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xercesImpl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-upgrade.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-ext.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\j2ee.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\activation.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-cmp.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-jstl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\commons-launcher.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\commons-logging.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\j2ee-svc.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jax-qname.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxr-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxr-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxrpc-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxrpc-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\mail.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\relaxngDatatype.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\saaj-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\saaj-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xsdlib.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/install/applications/jmsra/imqjmsra.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/imq/lib/jaxm-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/imq/lib/fscontext.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/ant/lib/ant.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/pointbase/lib/pbclient.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/pointbase/lib/pbembedded.jar
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    [#|2005-08-31T23:38:03.515+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Program Files\netbeans-4.1\SunAppServer8.1\imq\bin].|#]
    [#|2005-08-31T23:38:03.515+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.system.core|_ThreadID=10;|CORE5098: AS Socket Service Initialization has been completed.|#]
    [#|2005-08-31T23:38:15.796+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2005-08-31T23:38:16.484+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2005-09-01T00:48:45.484+1000|WARNING|sun-appserver-pe8.1_01|javax.enterprise.tools.launcher|_ThreadID=10;|LAUNCHER005:Spaces in your PATH have been detected. The PATH must be consistently formated (e.g. C:\Program Files\Java\jdk1.5.0\bin; ) or the Appserver may not be able to start and/or stop.  Mixed quoted spaces in your PATH can cause problems, so the launcher will remove all double quotes before invoking the process. The most reliable solution would be to remove all spaces from your path before starting the Appservers components.  |#]
    [#|2005-09-01T00:48:45.531+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Program Files/Java/jdk1.5.0\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/endorsed
    -Djava.security.policy=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=C:/Program Files/Java/jdk1.5.0/jre/lib/ext;C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/lib/ext
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=domain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Program Files/netbeans-4.1/SunAppServer8.1/config
    -Djava.library.path=C:\Program Files\Java\jdk1.5.0\jre\bin\client;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\Java\jdk1.5.0\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.5.0\bin;.;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Sun\AppServer\bin;;C:\Program Files\Java\jdk1.5.0\bin;.;C:\Program Files\jre\jdk1.5.0\bin;.;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Program Files/Java/jdk1.5.0/lib/tools.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/appserv-rt.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\admin-cli.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-admin.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\dom.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jmxremote.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jmxremote_optional.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jsf-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jsf-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\rmissl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xalan.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xercesImpl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-upgrade.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-ext.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\j2ee.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\activation.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-cmp.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-jstl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\commons-launcher.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\commons-logging.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\j2ee-svc.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jax-qname.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxr-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxr-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxrpc-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxrpc-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\mail.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\relaxngDatatype.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\saaj-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\saaj-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xsdlib.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/install/applications/jmsra/imqjmsra.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/imq/lib/jaxm-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/imq/lib/fscontext.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/ant/lib/ant.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/pointbase/lib/pbclient.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/pointbase/lib/pbembedded.jar
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    [#|2005-09-04T04:12:39.281+1000|WARNING|sun-appserver-pe8.1_01|javax.enterprise.tools.launcher|_ThreadID=10;|LAUNCHER005:Spaces in your PATH have been detected. The PATH must be consistently formated (e.g. C:\Program Files\Java\jdk1.5.0\bin; ) or the Appserver may not be able to start and/or stop.  Mixed quoted spaces in your PATH can cause problems, so the launcher will remove all double quotes before invoking the process. The most reliable solution would be to remove all spaces from your path before starting the Appservers components.  |#]
    [#|2005-09-04T04:12:39.343+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Program Files/Java/jdk1.5.0\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/endorsed
    -Djava.security.policy=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=C:/Program Files/Java/jdk1.5.0/jre/lib/ext;C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1/lib/ext
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Program Files/netbeans-4.1/SunAppServer8.1/domains/domain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=domain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Program Files/netbeans-4.1/SunAppServer8.1/config
    -Djava.library.path=C:\Program Files\Java\jdk1.5.0\jre\bin\client;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\Java\jdk1.5.0\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\lib;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\Program Files\netbeans-4.1\SunAppServer8.1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.5.0\bin;.;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Sun\AppServer\bin;;C:\Program Files\Java\jdk1.5.0\bin;.;C:\Program Files\jre\jdk1.5.0\bin;.;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Program Files/Java/jdk1.5.0/lib/tools.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/appserv-rt.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\admin-cli.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-admin.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\dom.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jmxremote.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jmxremote_optional.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jsf-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jsf-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\rmissl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xalan.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xercesImpl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-upgrade.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-ext.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\j2ee.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\activation.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-cmp.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\appserv-jstl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\commons-launcher.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\commons-logging.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\j2ee-svc.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jax-qname.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxr-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxr-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxrpc-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\jaxrpc-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\mail.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\relaxngDatatype.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\saaj-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\saaj-impl.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib\xsdlib.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/install/applications/jmsra/imqjmsra.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/imq/lib/jaxm-api.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/imq/lib/fscontext.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/lib/ant/lib/ant.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/pointbase/lib/pbclient.jar;C:/Program Files/netbeans-4.1/SunAppServer8.1/pointbase/lib/pbembedded.jar
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    [#|2005-09-04T04:13:50.453+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5035: Timed out after 60000 milliseconds while trying to verify if the JMS service startup succeeded.|#]
    [#|2005-09-04T04:13:50.453+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5037: Check permissions of MQ instance directory C:\Program Files\netbeans-4.1\SunAppServer8.1\imq\var\instances|#]
    [#|2005-09-04T04:13:50.453+1000|INFO|sun-appserver-pe8.1_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5036: More details may be available in the log file for the JMS service broker instance imqbroker. Please refer to the JMS provider documentation for the exact location of this log file.|#]
    [#|2005-09-04T04:13:50.453+1000|SEVERE|sun-appserver-pe8.1_01|javax.enterprise.system.core|_ThreadID=10;|UnknownException during startup. Disable quick startup by setting system property com.sun.enterprise.server.ss.ASQuickStartup to false
    com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [127.0.0.1:7676]. - cause: java.net.ConnectException: Connection refused: no further information
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:427)
         at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:54)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: com.sun.messaging.jms.JMSException: [C4003]: Error occurred on connection creation [127.0.0.1:7676]. - cause: java.net.ConnectException: Connection refused: no further information
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSConnectException(ExceptionHandler.java:233)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleConnectException(ExceptionHandler.java:180)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:176)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:101)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:54)
         at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:61)
         at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:102)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnectionOld(ConnectionInitiator.java:281)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:107)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:92)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:613)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:1194)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1894)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:712)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:293)
         at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
         at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
         at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
         at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:783)
         at com.sun.enterprise.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:335)
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:396)
         ... 3 more
    Caused by: java.net.ConnectException: Connection refused: no further information
         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
         at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:525)
         at com.sun.enterprise.server.ss.ASClientSocketImpl.connect(ASClientSocketImpl.java:175)
         at java.net.Socket.connect(Socket.java:507)
         at java.net.Socket.connect(Socket.java:457)
         at java.net.Socket.<init>(Socket.java:365)
         at java.net.Socket.<init>(Socket.java:178)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:156)
         ... 21 more
    |#]
    [#|2005-09-04T04:13:50.484+1000|SEVERE|sun-appserver-pe8.1_01|javax.enterprise.system.core|_ThreadID=10;|Exception while stoppping Lifecycle.
    com.sun.appserv.server.ServerLifecycleException: MQ startup failed :[C4003]: Error occurred on connection creation [127.0.0.1:7676]. - cause: java.net.ConnectException: Connection refused: no further information
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:376)
         at com.sun.enterprise.jms.JmsProviderLifecycle.onShutdown(JmsProviderLifecycle.java:445)
         at com.sun.enterprise.server.ss.ASLazyKernel.stopLifecycle(ASLazyKernel.java:175)
         at com.sun.enterprise.server.ss.ASLazyKernel.stopMQ(ASLazyKernel.java:169)
         at com.sun.enterprise.server.ss.ASLazyKernel.exitServer(ASLazyKernel.java:74)
         at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:67)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    Thanks in advance
    Ajay

    The VERY FIRST message in the server log gives you a hint as to what the problem might be. The server thinks you have spaces in your PATH to the application server. Therefore, the solution is to kill the server however you need to (task manager, whatever) and then reinstall it in a path that doesn't contain spaces. That's the low-hanging fruit here; if that doesn't work, well, then we will have to find some other solution.

  • Problem with Application Server Portal 9.0.2.0.1.

    I have a problem with Application Server Portal and Wireless 9.0.2.0.1.
    Firstly I've installed the infrastructure on a Pentium 3 866Mhz 512Mb of Ram, with Windows 2000 Server (Italian) service pack 2.
    I've maintained all predefined settings and I've chosen the UTF8 character set.
    After installation, my infrastructure and OID works fine. The OID has port 4032 (as set by Oracle Universal Installer) instead of predefined 389.
    After this I've installed Application Server Portal and Wireless on another host: a Pentium 3 733Mhz 384Mb of Ram, with Windows 2000 Server (Italian) service pack 2.
    I've also maintained all predefined settings and automatic configuration of Portal and Wireless. I've pointed to my Infrastructure.
    Try to test the Portal demonstration but an error occurred:
    "SERVICE TEMPORARILY UNAVAILABLE. The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later."
    On my EM Console I see: component instances 'OC4J_Portal' and 'OC4J_Demos' are UP, instead 'Portal:portal:7777' is down.
    On the component lists I've clicked the link of component instance Portal:portal:7777, the 'control services' and 'Accessible Server SSO' are started, while 'Accessible Portal Repository' is down.
    What can I do to get my portal started?

    hi,
    i have exactly the same problem. did you solve yours?
    any suggestions or help how to do it?
    thanks
    erik
    please reply to this post or [email protected]

  • There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server

    Hello,
    I have an issue with connecting client SB1H on Windows, the scenario is as follows:
    1.- Server:
         Suse Linux Enterprise Server 11.3 kernel version: 3.0.76-0.11 IBM
         NDB and Server are review 69 SP06
    2.- Client:
         Windows 8 Pro Virtual Machine on Microsoft Hyper-V
         SB1H PL 11 version 32bits    
         SAP HANA Studio version 1.0.60
    When I run SB1H the following message appears:
    There is a problem with the server's security certificate. The security certificate is not from a trusted certifying authority. SAP Business One is unable to connect to the server.
    Any idea what could be the solution?

    Hi,
    Please check SAP notes:
       1993392 - Server components setup wizard: New default values for certificates and single sign-on option
    1929288 - Do not configure SSL for XApp during installation or upgrade if XApp is installed on a different machine than the SAP HANA server
    Thanks & Regards,
    Nagarajan

  • Local Network Connection Problem with SQL Server 2008 R2

    Hi,
    I have CRM application which uses SQL server 2008. Weird thing is that I have no problems connecting from client machines to the server when using a particular router (via LAN) and when I upgrade the firmware of the same router (A common open source firmware
    which is used by many also works perfect apart from mentioned problem) and restart the server, the connection cannot be established. I get Error 40. 
    When i downgrade the firmware and restart the server, the connection works again.
    Please note that I am absolutely not touching any configuration of the server. Also the CRM software allows remote connections from public IPs which this feature works fine with both downgraded and upgraded firmwares. 
    As for my understanding, the routers do not block ports in LAN connections. So how can I diagnose the reason for this connection problem?

    Hi Leony83,
    Please also help to check Windows Event Log information regarding this issue, so that we can do further investigation. In additin, here is the general steps to troubleshoot SQL Server Error 40 issue. Please see:
    SQL SERVER – Fix : Error : 40 – could not open a connection to SQL server – Fix Connection Problems of SQL Server:
    http://blog.sqlauthority.com/2008/08/24/sql-server-fix-error-40-could-not-open-a-connection-to-sql-server-fix-connection-problems-of-sql-server/
    Hope this helps.
    Regards,
    Elvis Long
    TechNet Community Support

  • "problem connecting to server" when trying to access local disk

    Recently (perhaps since I upgraded to Yosemite), the first time I try access one of my two hard drives through Finder I get two pop-up windows with error "there was a problem connecting to server". When I dismiss the pop-ups, the Finder window appears OK. I then don't get these errors for some time and then I get them again - and always two errors.
    It seems the access request goes through NAS which fails ...
    "NetAuthSysAgent[11958]: ERROR: AFP_GetServerInfo - connect failed 62"
    and "NetAuthSysAgent[11958]: GetStatus: connecting to self not allowed"
    but then it gets actioned as a local access. Can anyone think of why NAS gets involved? And mainly how to get rid of it :^).
    There is nothing in login items that mounts either of the disks as a server. Is there a way to find out if a local disk is mounted as a server and who caused it?

    Many thanks, I am impressed by the process :^)
    Here's the result:
    Start time: 23:05:00 04/03/15
    Revision: 1310
    Model Identifier: iMac12,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 10:04
    UID: 501
    SerialATA
        Hitachi HDS723020BLA642                
    Bluetooth
        Apple Wireless Keyboard
        Apple Wireless Trackpad
    Energy (lifetime)
        kernel_task (UID 0): 7.72
    Energy (sampled)
        kernel_task (UID 0): 7.09
    Font issues: 60
    Nets
        en0 192.168.2
        en1 192.168.1
    Listeners
        AppleFileServer: afpovertcp
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
    System caches/logs
        5.1 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-03-08 rapportd crash x2
        2015-03-11 rapportd crash
        2015-03-12 garcon crash
        2015-03-12 rapportd crash
        2015-03-14 MPEG Streamclip hang x2
        2015-03-19 secd crash x4
        2015-03-20 rapportd crash
        2015-03-21 rapportd crash
        2015-04-02 rapportd crash
        2015-04-03 rapportd crash x4
    HID errors: 16
    Kernel log
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff8035f87a00
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff80372f3000
        Apr  3 11:33:33 vmnet8: failed to restore 1 suspended link-layer multicast membership(s) (err=102)
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff80386a1200
        Apr  3 11:33:50 IOAudioStream[0xffffff8031dd3000]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.
        Apr  3 11:34:12 vmnet: netif-vmnet1: SIOCPROTODETACH failed: 16.
        Apr  3 11:34:12 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
        Apr  3 11:37:58 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 12:01:20 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 12:02:34 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Apr  3 12:12:35 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 13:00:53 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 13:05:54 vmnet: VMNetConnect: returning port 0xffffff80162d8e00
        Apr  3 13:05:54 vmnet: VMNetConnect: returning port 0xffffff80199de600
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff8022753a00
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff8019ca0000
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff80150d1a00
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff80199c5e00
        Apr  3 13:06:06 vmnet: VMNetConnect: returning port 0xffffff801ad23600
        Apr  3 13:06:06 vmnet: VMNetConnect: returning port 0xffffff80162d8e00
        Apr  3 16:18:10 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff801cb013d8
        Apr  3 19:10:14 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff8015cd4000
        Apr  3 22:07:55 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff80154a2000
        Apr  3 22:50:17 vmnet: netif-vmnet1: SIOCPROTODETACH failed: 16.
        Apr  3 22:50:17 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
    System log
        Apr  3 16:13:20 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 16:13:20 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 16:17:59 diskarbitrationd: mds [32]:21519 not responding.
        Apr  3 16:18:09 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 16:28:22 WindowServer: WSGetSurfaceInWindow : Invalid surface 474164185 for window 2896
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 19:00:54 NetAuthSysAgent: TUAMHandler::SetUAMType setting UAMType to 13
        Apr  3 19:01:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:01:15 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:07:07 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 19:07:07 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:10:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:00:54 NetAuthSysAgent: TUAMHandler::SetUAMType setting UAMType to 13
        Apr  3 22:01:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:01:15 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:07:38 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 22:07:38 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:07:55 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:50:17 vmnet-dhcpd: select: Interrupted system call
        Apr  3 22:50:17 vmnet-dhcpd: exiting.
        Apr  3 22:50:17 vmnet-dhcpd: select: Interrupted system call
        Apr  3 22:50:17 vmnet-dhcpd: exiting.
    launchd log
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.deskconnect.mac.helper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = net.doo.dooLoginHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.deskconnect.mac.helper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = net.doo.dooLoginHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 14:01:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 15:02:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 16:03:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 17:04:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 18:05:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 19:06:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 20:07:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 21:08:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 22:09:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
    Console log
        Apr  3 12:01:26 fontd: Failed to open read-only database, regenerating DB
    System services loaded
        com.adobe.fpsaud
        com.apple.AccountPolicyHelper
        com.apple.GSSCred
        com.apple.MobileFileIntegrity
        com.apple.awdd
        com.apple.coresymbolicationd
        com.apple.ctkd
        com.apple.icloud.findmydeviced
        com.apple.iconservices.iconservicesagent
        com.apple.ifdreader
        com.apple.nehelper
        com.apple.nsurlsessiond_privileged
        com.apple.nsurlstoraged
        com.apple.periodic-daily
        com.apple.sandboxd
        com.apple.secinitd
        com.apple.softwareupdated
        com.apple.systemadministration.writeconfig
        com.apple.tccd.system
        com.apple.wdhelper
        com.apple.xpc.smd
        com.barebones.authd
        com.barebones.textwrangler
        com.google.GoogleML
        - status: 1
        com.oracle.java.Helper-Tool
        com.timesoftware.timemachineeditor.backup-auto
        com.trusteer.rooks.rooksd
        org.macosforge.xquartz.privileged_startx
    System services disabled
        com.apple.mrt
    Login services loaded
        com.adobe.ARM.UUID
        com.apple.AirPlayUIAgent
        com.apple.CallHistoryPluginHelper
        com.apple.CallHistorySyncHelper
        com.apple.cloudd
        com.apple.coreservices.appleid.authentication
        com.apple.icloud.fmfd
        com.apple.mrt.uiagent
        com.apple.nsurlsessiond
        com.apple.recentsd
        com.apple.scopedbookmarksagent.xpc
        com.apple.soagent
        com.apple.spindump_agent
        com.apple.telephonyutilities.callservicesd
        com.citrixonline.GoToMeeting.G2MUpdate
        - status: 78
        com.divx.agent.postinstall
        com.f-secure.sync.BTCloud
        com.google.keystone.system.agent
        com.kodak.BonjourAgent
        com.kodak.KODAK AiO Annual Opt
        com.kodak.KODAK AiO Firmware Updater
        com.kodak.KODAK AiO Software Updater
        com.oracle.java.Java-Updater
        com.trusteer.rapport.rapportd
        - status: -11
        org.macosforge.xquartz.startx
    Login services disabled
        com.evernote.EvernoteHelper
    User services loaded
        com.apple.BKAgentService
        com.apple.DataDetectorsDynamicData
        com.apple.InputMethodKit.UserDictionary
        com.apple.MailServiceAgent
        com.apple.geod
        com.apple.imdpersistence.IMDPersistenceAgent
        com.apple.security.cloudkeychainproxy3
        com.apple.tonelibraryd
    User services disabled
        com.evernote.EvernoteHelper
    Startup items
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/I nfo.plist
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/M acOS/BRESINKx86Monitoring
        /Library/StartupItems/BRESINKx86Monitoring/StartupParameters.plist
        /Library/StartupItems/CoreDuoTemp/CoreDuoTemp
        /Library/StartupItems/CoreDuoTemp/StartupParameters.plist
        /Library/StartupItems/MTU/MTU
        /Library/StartupItems/MTU/StartupParameters.plist
    User login items
        aLaunch
        - /Applications/aLaunch/aLaunch.app
        Alfred 2
        - /Applications/Alfred 2.app
        Meteorologist
        - /Applications/Utilities/meteo/Meteorologist.app
        AllBookmarks
        - /Applications/u-internet/AllBookmarks.app
        Yahoo! Widgets
        - /Applications/Yahoo! Widgets.app
        Dropbox
        - /Applications/Dropbox.app
    Safari extensions
        AdBlock
        - com.betafish.adblockforsafari
        Amazon Shopping Assistant
        - com.spigot.safari.amazonshopassist
        DivX Plus Web Player HTML5 <video>
        - com.divx.DivXHTML5
        Ebay Shopping Assistant
        - com.spigot.safari.ebayshopassist
        iTube Studio
        - com.wondershare.safari.itubestudio
        Omnibar
        - com.genieo.safari
        Searchme
        - com.spigot.safari.searchme
        Translate
        - com.sidetree.Translate
        Validator
        - be.grincheux.validator
        View Style Sheets
        - com.sonereker.vss
    Firefox extensions
        Status-4-Evar
        ImTranslator - Google Translator
        Test Pilot
        Ilana Segall
        Flash Video Downloader - YouTube HD Download [4K]
        LastPass Password Manager
        DownThemAll!
        Stefano Verna
    Widgets
        AccuWeather.com
        Time Machine Buddy
    iCloud errors
        bird 561
        cloudd 108
        comapple.InputMethodKit.UserDictionary 1
        Finder 1
    Continuity errors
        sharingd 9
    Restricted files: 346
    Lockfiles: 6
    High file counts
        Desktop: 66
    Accessibility
        Keyboard Zoom: On
    Contents of /Library/LaunchAgents/com.kodak.BonjourAgent.plist
        - mod date: Sep 21 07:39:00 2012
        - size (B): 528
        - checksum: 2625351456
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Kodak Version</key>
        <string>7.1.6.10</string>
        <key>Label</key>
        <string>com.kodak.BonjourAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Printers/Kodak/AiO_Printers/KodakAiOBonjourAgent.app/Contents/ MacOS/KodakAiOBonjourAgent</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Feb  6 16:00:20 2013
        - size (B): 104
        - checksum: 2306977922
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>3</integer>
        <key>Minute</key>
        <integer>8</integer>
        <key>Weekday</key>
        <integer>1</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.trusteer.rapport.rapportd.plist
        - mod date: Sep  5 10:14:40 2010
        - size (B): 549
        - checksum: 4018397927
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rapport.rapportd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rapportd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Library/Rapport/bin</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Umask</key>
        <integer>18</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
        - mod date: Aug 11 22:52:54 2014
        - size (B): 721
        - checksum: 2451978492
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>org.macosforge.xquartz.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
        <string>/opt/X11/bin/startx</string>
        <string>--</string>
        <string>/opt/X11/bin/Xquartz</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.macosforge.xquartz:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.barebones.authd.plist
        - mod date: May 15 22:46:29 2012
        - size (B): 634
        - checksum: 1995816654
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.authd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.authd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>com.barebones.authd.socket</key>
        <dict>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/tmp/com.barebones.authd.socket</string>
        </dict>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.barebones.textwrangler.plist
        - mod date: Mar 31 11:41:07 2012
        - size (B): 802
        - checksum: 2824893286
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.textwrangler</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.textwrangler</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.google.GoogleML.plist
        - mod date: Mar 10 17:19:30 2008
        - size (B): 684
        - checksum: 315725308
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.GoogleML</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Google/GoogleML/GoogleML.bundle/Contents/MacOS/googleml-modwat ch</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>UserName</key>
        <string>root</string>
        <key>WatchPaths</key>
        <array>
        <string>/Library/Google/GoogleML/Modules</string>
        <string>/Library/Google/GoogleML</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.timesoftware.timemachineeditor.backup-auto.plist
        - mod date: Oct 29 02:09:28 2013
        - size (B): 491
        - checksum: 39878998
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.timesoftware.timemachineeditor.backup-auto</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.timesoftware.timemachineeditor.helpe r</string>
        <string>--backup</string>
        </array>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.trusteer.rooks.rooksd.plist
        - mod date: Oct 25 10:03:22 2010
        - size (B): 376
        - checksum: 1478412778
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rooks.rooksd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rooksd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /private/etc/auto_master
        - mod date: Nov 28 19:07:15 2013
        - size (B): 195
        - checksum: 1600620026
        +auto_master # Use directory service
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/auto_master.backup
        - mod date: Nov 28 19:05:07 2013
        - size (B): 194
        - checksum: 3752790267
        +auto_master # Use directory service
        /net -hosts -nobrowse,hidefromfinder,nosuid
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/auto_master~orig
        - mod date: Sep 19 08:15:44 2014
        - size (B): 194
        - checksum: 3752790267
        +auto_master # Use directory service
        /net -hosts -nobrowse,hidefromfinder,nosuid
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/ssh_config
        - mod date: Nov 15 13:07:00 2013
        - size (B): 3957
        - checksum: 2841432291
         Host *
           SendEnv LANG LC_*
        Host *
            XAuthLocation /opt/X11/bin/xauth
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Apr  1 12:59:17 2010
        - size (B): 589
        - checksum: 2544798274
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader 8/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.apple.FolderActions.folders.plist
        - mod date: Feb 17 02:43:15 2015
        - size (B): 759
        - checksum: 354310561
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.apple.FolderActions.folders</string>
        <key>Program</key>
        <string>/usr/bin/osascript</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>-e</string>
        <string>tell application "Folder Actions Dispatcher" to tick</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-jpg</string>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-L</string>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-R</string>
        <string>/Volumes/Macintosh HD 2/Pictures/ap-copy</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.divx.agent.postinstall.plist
        - mod date: Feb  4 12:10:23 2012
        - size (B): 695
        - checksum: 3163907459
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.agent.postinstall</string>
        <key>LimitToSessionType</key>
        <string>Aqua</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/extensions-installer</stri ng>
        <string>install</string>
        <string>safari</string>
        <string>DivXHTML5</string>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/DivXHTML5.safariextz</stri ng>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.f-secure.sync.BTCloud.plist
        - mod date: Oct 11 11:46:27 2013
        - size (B): 423
        - checksum: 1294862215
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.f-secure.sync.BTCloud</string>
                <key>RunAtLoad</key>
                <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/BT Cloud.app/Contents/MacOS/BT Cloud</string>
        </array>
        </dict>
        </plist>
    Bad plists
        Library/Preferences/com.macxtosh.SaveCircle1.2.plist
    Extensions
        /System/Library/Extensions/ElmediaPlayer.kext
        - com.eltima.ElmediaPlayer.kext
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/UsbEthernetGadget.kext
        - com.tomtom.driver.UsbEthernetGadget
        /System/Library/Extensions/speedit.kext
        - com.increw.kext.speedit
    Applications
        /Applications/ActiveState ActiveTcl/tclvfse.app
        - com.activestate.pkg.ActiveTcl.tclvfse
        /Applications/Adobe Reader 8/Adobe Reader.app
        - com.adobe.Reader
        /Applications/AllVideoDownloader.app
        - com.yourcompany.AllVideoDownloader
        /Applications/BBC iPlayer Desktop.app
        - BBCiPlayerDesktop.UUID.1
        /Applications/BT Home Hub/BT Broadband Life.app
        - com.bt.BTBroadbandLife
        /Applications/BT Home Hub/BT Yahoo! Online.app
        - com.bt.BTBroadband
        /Applications/BT Home Hub/HubManager.app
        - com.bt.HubManager
        /Applications/Buzan's iMindMap.app
        - com.Buzan Online.Buzan's iMindMap V3.Buzan's iMindMap
        /Applications/DVD Creator/DVD Creator.app
        - N/A
        /Applications/DeepVacuum.app
        - com.hexcat.deepvacuum
        /Applications/DivX Plus Player.app
        - com.divx.DivX_Plus_Player
        /Applications/FrostWire.app
        - N/A
        /Applications/GIMP.app
        - org.gimp.gimp
        /Applications/Google Desktop/Google Gadgets.app
        - com.google.GadgetToWidgetConvertor
        /Applications/Google Notifier.app
        - com.google.GmailNotifier
        /Applications/Google Updater Ghost.app
        - com.google.Updater
        /Applications/Guitar Pro/GuitarPro.app
        - com.arobas-music.GuitarPro
        /Applications/LimeWire.app
        - com.limegroup.gnutella
        /Applications/Mac CD DVD Label Maker.app
        - com.cristallight.cdlm
        /Applications/Mac PDF Password Remover.app
        - com.Doremisoft.Mac_PDF_Password_Remover
        /Applications/MkvMerge.app
        - org.matroska.mkvmerge
        /Applications/NeoOffice.app
        - org.neooffice.NeoOffice
        /Applications/Open XML Converter.app
        - com.microsoft.OfficeConverter
        /Applications/Paintbrush.app
        - com.soggywaffles.Paintbrush
        /Applications/PersonalBrain.app
        - com.install4j.1190-3857-8766-9166.5
        /Applications/Picasa Web Albums Uploader.app
        - com.google.macphotouploader
        /Applications/Python 3.4/IDLE.app
        - org.python.IDLE
        /Applications/Python 3.4/Python Launcher.app
        - org.python.PythonLauncher
        /Applications/SeaMonkey.app
        - org.mozilla.SeaMonkey
        /Applications/SiteSucker.app
        - us.sitesucker.mac.sitesucker
        /Applications/Sound Recorder Mac.app
        - de.monkeybreadsoftware.freeware.soundrecorder
        /Applications/StuffIt/StuffIt Expander.app
        - com.stuffit.Expander
        /Applications/Style Master 4.6.1 Demo/Style Master.app
        - N/A
        /Applications/TeamViewer 7/TeamViewer.app
        - com.teamviewer.TeamViewer
        /Applications/TeamViewer 7/Uninstall TeamViewer.app
        - com.teamviewer.Uninstall-TeamViewer
        /Applications/Utilities/APGrapher/AP Grapher.app
        - com.chimoosoft.apgrapher
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe AIR Uninstaller.app
        - com.adobe.air.Installer
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater5/Adobe Updater.app
        - "com.Adobe.ESD.AdobeUpdaterApplication"
        /Applications/Utilities/Aluminum Keyboard Firmware Update.app
        - com.apple.keyboardupdater.89.1
        /Applications/Utilities/CSSEdit.app
        - com.macrabbit.CSSEdit
        /Applications/Utilities/ChronoSync.app
        - com.econtechnologies.chronosync
        /Applications/Utilities/CocoaJT.app
        - net.cocoanut.cocoajt
        /Applications/Utilities/Coda.app
        - com.panic.Coda
        /Applications/Utilities/FreeMind.app
        - freemind.main.FreeMind
        /Applications/Utilities/Kext Utility.app
        - ru.cvad.KextUtility
        /Applications/Utilities/Kext Wizard/Kext Wizard.app
        - janek202.Kext-Wizard
        /Applications/Utilities/RAGE SEKeyword.app
        - com.ragesw.sekeyword
        /Applications/Utilities/RAGE WebDesign/WebDesign.app
        - com.ragesw.webdesign
        /Applications/Utilities/Simple CSS.app
        - com.acreon.simplecss
        /Applications/Utilities/SymbolicLinker/SymbolicLinker.service
        - net.comcast.home.seiryu.SymbolicLinker
        /Applications/Utilities/Taco HTML Edit.app
        - com.tacosoftware.HTMLEdit
        /Applications/Utilities/Uninstall Rapport.app
        - N/A
        /Applications/Utilities/WakeOnLan/WakeOnLan.app
        - com.readpixel.wakeonlan
        /Applications/Utilities/WebArchive Extractor.app
        - com.robrohan.WebArchiveExtractor
        /Applications/Utilities/XQuartz.app
        - org.macosforge.xquartz.X11
        /Applications/Utilities/iStumbler.app
        - net.istumbler.release-99
        /Applications/Utilities/language/Asia Text Extras/Chinese Text Converter.app
        - com.apple.ChineseTextConverter
        /Applications/Utilities/language/Asia Text Extras/IM Plugin Converter.app
        - com.apple.IMPluginConverter
        /Applications/Utilities/language/Before You Know It/Before You Know It.app
        - com.transparentlanguage.BYKIViewer
        /Applications/Utilities/meteo/Meteorologist.app
        - com.heat.meteo
        /Applications/Utilities/music/Intervals.app
        - com.Matt.Intervals
        /Applications/Utilities/system/7z/7zX.app
        - com.sixtyfive.7zX
        /Applications/Utilities/system/AppDelete.app
        - com.apps4macs.AppDelete
        /Applications/Utilities/system/CLIX/CLIX-32/CLIX.app
        - com.rixstep.CLIX
        /Applications/Utilities/system/CLIX/CLIX-64/CLIX.app
        - com.rixstep.CLIX
        /Applications/Utilities/system/FormulatePro.app
        - info.adlr.formulatepro
        /Applications/Utilities/system/GeekTool/GeekTool Uninstaller.app
        - org.tynsoe.geektooluninstaller
        /Applications/Utilities/system/IceClean.app
        - com.MacDentro.IceClean
        /Applications/Utilities/system/KeePassX.app
        - com.apple.application-bundle
        /Applications/Utilities/system/LaunchBar.app
        - at.obdev.LaunchBar4
        /Applications/Utilities/system/Mac HelpMate.app
        - com.most.mhm
        /Applications/Utilities/system/MacDjView.app
        - org.andrew.zhezherun.macdjview
        /Applications/Utilities/system/MenuMeters/MenuMeters Installer.app
        - com.ragingmenace.MenuMetersInstaller
        /Applications/Utilities/system/Name Mangler.app
        - com.manytricks.Name Mangler
        /Applications/Utilities/system/Onyx/OnyX.app
        - com.titanium.OnyX
        /Applications/Utilities/system/Onyx/Uninstaller.app
        - com.titanium.Uninstaller
        /Applications/Utilities/system/PSRenamer/psrenamer.app
        - N/A
        /Applications/Utilities/system/PSTextMerge/pstextmerge.app
        - PSTextMerge
        /Applications/Utilities/system/Rapido/RapidoResizer.app
        - com.app4mac.RapidoResizer
        /Applications/Utilities/system/Rapido/RapidoSerial.app
        - com.app4mac.RapidoSerial
        /Applications/Utilities/system/Rapido/RapidoStart.app
        - com.app4mac.RapidoStart
        /Applications/Utilities/system/Rapido/RapidoWrite.app
        - com.app4mac.RapidoWrite3
        /Applications/Utilities/system/SMARTReporter/SMARTReporter.app
        - org.corecode.SMARTReporter
        /Applications/Utilities/system/SpotLook.app
        - ch.seriot.SpotLook
        /Applications/Utilities/system/The Unarchiver.app
        - cx.c3.theunarchiver
        /Applications/Utilities/system/Todos.app
        - com.opensoft.todos
        /Applications/Utilities/system/WhatsKeepingMe/Install Automator Workflow.app
        - N/A
        /Applications/Utilities/system/WhatsKeepingMe/What's Keeping Me?.app
        - com.HAMSoft.WhatsKeepingMe2
        /Applications/Utilities/system/iTLC.app
        - com.memention.itlc
        /Applications/Utilities/system/rar expander/Example Scripts/Replace RAR Archives with Expansion in Subfolders.app
        - N/A
        /Applications/Utilities/system/rar expander/Example Scripts/Replace RAR Archives with Expansion.app
        - N/A
        /Applications/Utilities/system/rar expander/RAR Expander.app
        - net.sourceforge.rarexpander
        /Applications/Utilities/system/uif2iso4mac.app
        - org.vafer.uif2iso4mac
        /Applications/Utilities/system/xMod.app
        - com.geekpeak.xMod
        /Applications/Utilities/z-misc/Audacity/Audacity.app
        - net.sourceforge.audacity
        /Applications/Utilities/z-misc/Stellarium/Stellarium.app
        - org.stellarium.Stellarium
        /Applications/Utilities/z-misc/iWisdom Folder/iWisdom.app
        - N/A
        /Applications/VMware Uninstall .app
        - com.vmware.fusion.uninstaller
        /Applications/Who Is Connected.app
        - com.littlemacapps.Who_Is_Connected
        /Applications/Wondershare PDF Editor Pro.app
        - com.wondershare.PDF_Editor_Pro
        /Applications/Xnntp.app
        - com.edvfz.XnFz
        /Applications/Yahoo! Widgets.app
        - com.yahoo.widgetengine
        /Applications/emlx to mbox Converter.app
        - N/A
        /Applications/iWork '08/Keynote.app
        - com.apple.iWork.Keynote
        /Applications/iWork '08/Numbers.app
        - com.apple.iWork.Numbers
        /Applications/iWork '08/Pages.app
        - com.apple.iWork.Pages
        /Applications/iWork '08/User Guides/Keynote User Guide.app
        - com.apple.KeynoteUserGuide
        /Applications/iWork '08/User Guides/Numbers User Guide.app
        - com.apple.NumbersUserGuide
        /Applications/iWork '08/User Guides/Pages User Guide.app
        - com.apple.PagesUserGuide
        /Applications/namebench.app
        - org.opensource.namebench
        /Applications/u-internet/A to G.app
        - com.bborofka.AtoG
        /Applications/u-internet/AbyssWebServer/Abyss Web Server.app
        - com.aprelium.AbyssWebServer
        /Applications/u-internet/AllBookmarks.app
        - com.agilewebsolutions.AllBookmarks
        /Applications/u-internet/Azureus.app
        - org.gudy.azureus2
        /Applications/u-internet/BitTyrant.app
        - org.gudy.azureus2bittyrant
        /Applications/u-internet/Charlotte/Charlotte.app
        - com.lifli.Charlotte
        /Applications/u-internet/Cyberduck/Cyberduck.app
        - ch.sudo.cyberduck
        /Applications/u-internet/FileZilla.app
        - de.filezilla
        /Applications/u-internet/IPNetTunerX folder/IPNetTunerX.app
        - com.sustworks.IPNetTunerX
        /Applications/u-internet/MAMP/MAMP.app
        - com.living-e.MAMP
        /Applications/u-internet/NetNewsWire.app
        - com.ranchero.NetNewsWire
        /Applications/u-internet/RAGE Domainer.app
        - com.ragesw.domainer
        /Applications/u-internet/vixy converter BETA.app
        - jp.co.sgra.vixy converter BETA
        /Applications/u-video/DVDManager.app
        - com.fennelsoftware.DVDManager
        /Applications/u-video/Dvd Hunter.app
        - org.JAres.Dvd Hunter
        /Applications/u-video/TubeTV/TubeTV.app
        - com.chimoosoft.TubeTV
        /Applications/u-video/TubeTV/iSkysoft iTube Studio.app
        - com.iSkysoft.iTube Studio
        /Applications/u-video/converters/FilmRedux.app
        - com.madhattersoft.filmredux
        /Applications/u-video/converters/Handbrake/HandBrake.app
        - fr.handbrake.HandBrake
        /Applications/u-video/converters/MacTheRipper.app
        - com.mtr3
        /Applications/u-video/converters/RipIt.app
        - com.thelittleappfactory.RipIt
        /Applications/u-video/converters/ffmpegX/ffmpegX.app
        - com.mac.homepage.major4.ffmpegX
        /Applications/u-video/converters/xACT/xACT.app
        - net.epix.crush.xact
        /Applications/u-video/iVideoWarehouse.app
        - com.OutTheDoorSoftware.iVideoWarehouse
        /Applications/u-video/macam.app
        - net.sourceforge.webcam-osx.application
        /Applications/u-video/players/Cellulo/Cellulo.app
        - fr.atvaark.cellulo
        /Applications/u-video/players/DivX Player.app
        - com.divx.DivX_Player
        /Applications/u-video/xVideoServiceThief.app
        - com.Xesc&Technology.xVideoServiceThief
        /Applications/uTorrent.app
        - com.bittorrent.uTorrent
        /Library/Application Support/ChronoSync/ChronoAgentLocal.app
        - com.econtechnologies.ChronoAgentLocal
        /Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app
        - com.econtechnologies.backgrounder.chronosync
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate2
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
        - com.microsoft.openxml.chartconverter.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Word.app
        - com.microsoft.openxml.word.app
        /Library/Application Support/Microsoft/Office Converter Support/pptfc.app
        - com.microsoft.openxml.powerpoint.app
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Application Support/iWork '08/iWork Tour.app
        - com.apple.iWorkTour
        /Library/Documentation/HL1650_1670N/Brother Solutions Center
        - N/A
        /Library/Documentation/HL1650_1670N/Maintenance Tuto

  • Facing an problem in production server cluster

    Dear All,
    I am facing an problem in production server, we are using Ecc5, windows 2003 with Oracle 9i and  with the is clustering node A and node B
    The problem is suddenly the sap sever get restated and the resources get move from  one node to another e.g. .node A to node B but not all the resources move to one node ,  except the kernel drive where sap is installed it is in different node and rest in other  node.  At present time both the node are active.
    How to move the all the resources into one node I have tried before also but my  experience in not good
    One time I have to recover the database and another time I have hard time to start service of sap R/3.
    This time I have the same problem please suggest me how to do it in correct way and to solve this problem.
    Regards,
    Shiva

    Hi,
    This is related to virus problem. Pls check virus with latesh dat.
    Anil

  • A lot of problems with Lion Server in Mac Mini Server

    I have a new Mac Mini Server and I have a lot of problems.
    The  server application works well for a day, then start to have problem, for example: I can not change the configuration of the share folder, I add a new user but he can not see some folders.
    Then if I login the Mac Mini with another user, he can not see the starting folder and if you open a new folder you see a lot of strange documents.
    Later, with administrator user, I can not login the server application, I put the user name and password but it refuses it (user name and passowrd are correct)
    In the end I also can not login the computer.
    I reinstalled the Lion Server 2 times but nothing change, after 2 days it doesn't work like before.
    I'm very upset, this is the first time in more then 20 year I have a problem with an Apple computer.
    What can I do?
    Please help me
    Thanks

    Turribeach, Thanks for you time.
    1. It was not a question
    3. Yes, i have read platforms, but not supported datasources. Now i see, that BI 11g support as datasource Oracle DB 9.2.0.7 or higher. I am sorry.
    4. I'm using OCI connection type
    Now i recreate Database in Physical schema and answers is showing report data for me! But only from one table, when i use columns from to tables from one datasource, i geting error:
    Error View Display Error Odbc driver returned an error (SQLExecDirectW). Error Details Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 46008] Internal error: File server/Utility/Server/DataType/SUKeyCompare.cpp, line 875. (HY000) SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "Ora10g"."hierarchy_obj_cust_v"."sort_order" s_1, "Ora10g"."NSI_SCHEMA"."SCHEMA_NAME" s_2 FROM "Ora10g" ) djm
    Edited by: serzzzh on 03.09.2010 3:44

  • Facing problem in Weblogic Server 10.0

    Hi,
              I migrated one application from Weblogic 5.1 Commerce to weblogic 10. As part of this, Iam facing the below problem. In this migration, I configured all the things in new weblogic 10.0 as in weblogic 5.1.
              When I deployed the application(war file), I saw the below error message in the console.
              Error Message:
              <Aug 14, 2007 4:58:23 PM GMT+08:00> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@10de2bd
              - appName: 'evalami', name: 'evalami.war', context-path: '/evalami'] Root cause of ServletException.
              java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
              at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
              at java.lang.Class.newInstance0(Class.java:350)
              Truncated. see log file for complete stacktrace
              java.lang.NullPointerException
              at java.util.Properties$LineReader.readLine(Properties.java:365)
              at java.util.Properties.load(Properties.java:293)
              at com.beasys.commerce.axiom.util.helper.CommercePropertiesHelper.load(CommercePropertiesHelper.java:80)
              at com.beasys.commerce.axiom.util.helper.CommercePropertiesHelper.getInstance(CommercePropertiesHelper.java:46)
              at com.beasys.commerce.foundation.flow.FlowManager.<clinit>(FlowManager.java:42) Truncated. see log file for complete stacktrace
              >
              <Aug 14, 2007 4:58:26 PM GMT+08:00> <Error> <HTTP> <BEA-101107> <[weblogic.servlet.internal.WebAppServletContext@10de2bd
              - appName: 'evalami', name: 'evalami.war', context-path: '/evalami'] Problem occurred while serving the error page.
              weblogic.servlet.jsp.CompilationException: Failed to compile JSP /jsp/servererror.jsp
              servererror.jsp:8:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or
              that there were errors during parsing of the .tld file.
              <%@ taglib uri="pipeline.tld" prefix="pipeline" %>
              ^----^
              servererror.jsp:8:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or
              that there were errors during parsing of the .tld file.
              <%@ taglib uri="pipeline.tld" prefix="pipeline" %>
              ^----^
              servererror.jsp:53:8: No variable or field with this name could be found at this location.
              <%if(msgObj != null){
              ^----^
              servererror.jsp:55:28: The qualifier of this name is a package, which cannot contain methods.
              Collection col = msgObj.getErrors(); ^-------^
              at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:296)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:200)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164)
              at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:235)
              at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:391)
              Truncated. see log file for complete stacktrace
              >
              Please help in this. Thanks.

    It's recommended to rebuild your deployment descriptors[i.e weblogic.xml, weblogic-ehb-jar.xml....etc] in upgraded relaease.
    Thanks,
    Qumar Hussain

  • Problem starting weblogic server

    Can I use third party libraries with the evaluation copy of the weblogic
    server?
    I am having problems starting the weblogic server with third party
    libraries (i.e. oralce's sqlj's translator.zip, runtime.zip and
    classes2.zip). The following exception is thrown when the server is
    initialising:
    Can someone explain what is wrong please?
    Many thanks
    Gilbert Owusu
    15:17:10 GMT 2000:<I> <System Props> weblogic.system.home = C:\weblog
    ic
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Loaded License :
    C:/weblogic/l
    icense/WebLogicLicense.xml
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Server loading from
    weblogic.c
    lass.path. EJB redeployment enabled.
    java.lang.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b17289
    3f050b19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after
    = Sun M
    ay 28 22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco
    O=BEA WebLo
    gic CN=weblogic.beasys.com [email protected] , issuer = C=US
    SP=Califor
    nia L=San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=s
    [email protected] , key = modulus length=65 exponent length=3,
    java.lang.Exc
    eption: Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b
    19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28
    22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN
    =weblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=
    San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=securit
    [email protected] , key = modulus length=65 exponent length=3
    at
    weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.ja
    va:206)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java,
    Compile
    d Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    Mon Jun 19 15:17:16 GMT 2000:<E> <SSLListenThread> Security
    Configuration Proble
    m with SSL server certificate file (C:\weblogic\myserver\democert.pem),
    java.lan
    g.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b172893f050b19
    ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28 22
    :03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN=w
    eblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=Sa
    n Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@
    weblogic.com , key = modulus length=65 exponent length=3,
    java.lang.Exception:
    Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b19ae79d8
    0547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun May 28
    22:03:47
    GMT 2000, holder = C=US SP=California L=San Francisco O=BEA WebLogic
    CN=weblogi
    c.beasys.com [email protected] , issuer = C=US SP=California
    L=San Fran
    cisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@weblog
    ic.com , key = modulus length=65 exponent length=3
    Mon Jun 19 15:17:17 GMT 2000:<I> <Security> Not listening for SSL:
    java.io.IOExc
    eption: Security Configuration Problem with SSL server certificate file
    (C:\webl
    ogic\myserver\democert.pem), java.lang.Exception: Problem with X509
    certificate:
    fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:4
    7 GMT 2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=Californi
    a L=San Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected]
    om , issuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo
    Certificate Authority [email protected] , key = modulus
    length=65 exp
    onent length=3, java.lang.Exception: Certificate expired or not yet
    valid: finge
    rprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:47 GMT
    2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=California L=Sa
    n Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected] , i
    ssuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo Certif
    icate Authority [email protected] , key = modulus length=65
    exponent
    length=3
    Mon Jun 19 15:17:19 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup we
    blogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartu
    p
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Beginning startup process
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Init JMS Security
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Initializing from
    weblogic.properties
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Startup process complete. JMS is
    active
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound SessionPoolManager as
    weblogic.jms.
    SessionPoolManager
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound ConnectionConsumerManager
    as weblog
    ic.jms.ConnectionConsumerManager
    Mon Jun 19 15:17:21 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup RM
    I Registry weblogic.rmi.internal.RegistryImpl
    Mon Jun 19 15:17:21 GMT 2000:<I> <RMI> Registry started
    Mon Jun 19 15:17:21 GMT 2000:<I> <EJB> Enterprise JavaBeans initializing
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.NoClassDefFoundError: sql
    j/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoClassDefFoundError: sqlj/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Hit return to continue...>>>>>>>>>

    It appears that you have two different problems:
    1 -- you are using an expired certificate. You should download the
    latest version of the evaluation to get a new certificate.
    2 -- you should check out the documentation on using the
    Weblogic.class.path. That is where you should put all of your user
    classes including those that you get from Oracle.
    Thanks,
    Michael
    G Owusu wrote:
    >
    Can I use third party libraries with the evaluation copy of the weblogic
    server?
    I am having problems starting the weblogic server with third party
    libraries (i.e. oralce's sqlj's translator.zip, runtime.zip and
    classes2.zip). The following exception is thrown when the server is
    initialising:
    Can someone explain what is wrong please?
    Many thanks
    Gilbert Owusu
    15:17:10 GMT 2000:<I> <System Props> weblogic.system.home = C:\weblog
    ic
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Loaded License :
    C:/weblogic/l
    icense/WebLogicLicense.xml
    Mon Jun 19 15:17:10 GMT 2000:<I> <WebLogicServer> Server loading from
    weblogic.c
    lass.path. EJB redeployment enabled.
    java.lang.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b17289
    3f050b19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after
    = Sun M
    ay 28 22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco
    O=BEA WebLo
    gic CN=weblogic.beasys.com [email protected] , issuer = C=US
    SP=Califor
    nia L=San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=s
    [email protected] , key = modulus length=65 exponent length=3,
    java.lang.Exc
    eption: Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b
    19ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28
    22:03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN
    =weblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=
    San Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=securit
    [email protected] , key = modulus length=65 exponent length=3
    at
    weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(SSLListenThread.ja
    va:206)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java,
    Compile
    d Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    Mon Jun 19 15:17:16 GMT 2000:<E> <SSLListenThread> Security
    Configuration Proble
    m with SSL server certificate file (C:\weblogic\myserver\democert.pem),
    java.lan
    g.Exception: Problem with X509 certificate: fingerprint =
    5ebfaa56b172893f050b19
    ae79d80547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun
    May 28 22
    :03:47 GMT 2000, holder = C=US SP=California L=San Francisco O=BEA
    WebLogic CN=w
    eblogic.beasys.com [email protected] , issuer = C=US
    SP=California L=Sa
    n Francisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@
    weblogic.com , key = modulus length=65 exponent length=3,
    java.lang.Exception:
    Certificate expired or not yet valid: fingerprint =
    5ebfaa56b172893f050b19ae79d8
    0547, not before = Fri Apr 28 22:03:47 GMT 2000, not after = Sun May 28
    22:03:47
    GMT 2000, holder = C=US SP=California L=San Francisco O=BEA WebLogic
    CN=weblogi
    c.beasys.com [email protected] , issuer = C=US SP=California
    L=San Fran
    cisco O=WebLogic OU=Security CN=Demo Certificate Authority
    Email=security@weblog
    ic.com , key = modulus length=65 exponent length=3
    Mon Jun 19 15:17:17 GMT 2000:<I> <Security> Not listening for SSL:
    java.io.IOExc
    eption: Security Configuration Problem with SSL server certificate file
    (C:\webl
    ogic\myserver\democert.pem), java.lang.Exception: Problem with X509
    certificate:
    fingerprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:4
    7 GMT 2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=Californi
    a L=San Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected]
    om , issuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo
    Certificate Authority [email protected] , key = modulus
    length=65 exp
    onent length=3, java.lang.Exception: Certificate expired or not yet
    valid: finge
    rprint = 5ebfaa56b172893f050b19ae79d80547, not before = Fri Apr 28
    22:03:47 GMT
    2000, not after = Sun May 28 22:03:47 GMT 2000, holder = C=US
    SP=California L=Sa
    n Francisco O=BEA WebLogic CN=weblogic.beasys.com
    [email protected] , i
    ssuer = C=US SP=California L=San Francisco O=WebLogic OU=Security
    CN=Demo Certif
    icate Authority [email protected] , key = modulus length=65
    exponent
    length=3
    Mon Jun 19 15:17:19 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup we
    blogic.jdbc.common.internal.JdbcStartup
    weblogic.jdbc.common.internal.JdbcStartu
    p
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Beginning startup process
    Mon Jun 19 15:17:19 GMT 2000:<I> <JMS> Init JMS Security
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Initializing from
    weblogic.properties
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Startup process complete. JMS is
    active
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound SessionPoolManager as
    weblogic.jms.
    SessionPoolManager
    Mon Jun 19 15:17:20 GMT 2000:<I> <JMS> Bound ConnectionConsumerManager
    as weblog
    ic.jms.ConnectionConsumerManager
    Mon Jun 19 15:17:21 GMT 2000:<I> <WebLogicServer> Invoking main-style
    startup RM
    I Registry weblogic.rmi.internal.RegistryImpl
    Mon Jun 19 15:17:21 GMT 2000:<I> <RMI> Registry started
    Mon Jun 19 15:17:21 GMT 2000:<I> <EJB> Enterprise JavaBeans initializing
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.NoClassDefFoundError: sql
    j/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoClassDefFoundError: sqlj/runtime/ConnectionContext
    at java.lang.ClassLoader.resolveClass0(Native Method)
    at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.ejb.internal.EJBJarLoader.loadClass(EJBJarLoader.java:95)
    at
    weblogic.ejb.internal.EJBHomeImpl.loadClass(EJBHomeImpl.java:617)
    at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:533)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentIm
    pl.java:576)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl
    .java, Compiled Code)
    at
    weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJBDeploymentImpl.java
    :335)
    at
    weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJarDeployment.java:2
    31)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java, Comp
    iled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployNew(EJBManagerImpl.java:35
    2)
    at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java,
    Compiled Code)
    at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Hit return to continue...>>>>>>>>>

  • CLASSPATH problem with Application Server 8.2

    Hello everyone.
    i am new to using the App server 8.2 for deploying a web application. we decided to use it because we were having too many problems with Web Server.
    We successfully deployed the application and it runs. however, when accessing a page with database connectivity, we get the following error:
    =================================================
    com.sun.rave.web.ui.appbase.ApplicationException: javax.servlet.ServletException: java.lang.RuntimeException: java.sql.SQLException: Error in allocating a connection. Cause: Class name is wrong or classpath is not set for : com.sun.sql.datasource.DriverAdapter
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:601)
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:316)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    =================================================
    I don't really know what that means but it looks like i need to set some sort of classpath properties. under web server 6.1, the classpath settings were those of the server's JAR file path.
    i used Studio creator's remote deployment tool to deploy to AppSvr8.2.
    i followed the tutorial step by step.
    can someone please help me

    i did what you suggested and now i get a different error: Connection could not be allocated because: com.sun.sql.jdbc.oracle.OracleDriver
    see page below:
    ================================================
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    com.sun.rave.web.ui.appbase.ApplicationException: javax.servlet.ServletException: java.lang.RuntimeException: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: com.sun.sql.jdbc.oracle.OracleDriver
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:601)
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:316)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    ================================================
    thank you so much for all your help thus far!!

  • I am not able to open iCloud from pc, error is "problem with the server". what should I do?

    I am not able to open iCloud from pc, error is "problem with the server". what should I do?

    Go to Settings>General>Restrictions>Accounts (near the bottom) and set this to Allow Changes.  You will then be able to access Settings>iCloud again.

  • When my screensaver starts, it gives me an error there was a problem connecting to server

    It seems like I'm having a problem with iPhoto. Whenever my screensaver comes on, it just sits on "Loading Photos" and then when I move the cursor to get out of the screensaver, I get a warning saying "There was a problem connecting to server XXX"
    I don't know why it's trying to connect to this server. I have googled and searched and tried everything that everyone has said (renaming/deleting plists, removing all login items, clearing iPhoto and trying to start over...) but nothing has helped.
    This error also comes up pretty consistantly when iPhoto is open.
    I'm not really sure what else to check. I can't find any trace of the remote server, so I'm not sure why this is coming up.
    I'm running Mountain Lion and whatever the latest version of iPhoto is.
    Any thoughts?

    I was able to get it. Apparently there was some old photo in my iPhoto library that was being mapped out to the server that it kept trying to connect to.
    Which should have been relatively easy to detect, except the way that iPhoto is setup, there was no real way to find the source for each photo.
    What I was able to do to was, under photos, CMD-A to select all photos and then try and move them to an album. It popped up with a notice saying that it wasn't able to find XXXXX.jpg and I had the option to cancel or find the photo. So I renamed another photo on my desktop to XXXXX.jpg, and when the error came up, I selected Find and then used the copy on my desktop to replace it.
    After I did that, it let me add all of the photos to an album and I was able to launch the screensaver successfully.
    A pretty big pain in the but that would have been easier to resolve if the UI of iPhoto was a little more detailed or customizable. But oh well it worked for me.
    Hopefully this helps.

Maybe you are looking for

  • Leopard won't install on my G5 Dual 2Ghz

    I made a clone of my hard drive onto an external Firewire drive and tried to install Leopard on there to test compatibility. It gave up after 15 minutes... "Install failed. The MacOS could not be installed on your computer. The installer could not ve

  • BridgeTalk troubles

    I am trying to run an InDesign scirpt from Photoshop using a BridgeTalk example from Paul Riggott. The InDesign part works in ESTK with InDesign as the target but not as part of a Photoshop script through BridgeTalk. So I have some questions. 1. What

  • OPENING A FORM

    Hello In our R11 we can open a form as many as needed.. We're just upgrading our R11 into R12 Oracle Financials and I noticed that it won't allow to open more than 1 form. How can I set or allow the Ofin to open more than 1 form? thanks janna

  • FlashCC Keyboard shortcuts not working

    Hi, I've been using Flash ever since it was owned by Macromedia, and I can't seem to get my head around the keyboard shortcuts in CC. I used to be able to assign convert to symbol to page up and insert frame, keyframe and blank keyframe to F13, F14 a

  • CFLDAP Create User with Exchange Mailbox

    I'm trying to create Active Directory users via the cfldap command, and that part seems to work ok. I'm having 2 problems with my script though. First, here is my code snippet for the cfldap add query: <cfldap action="add" dn="CN=#myCN#,OU=StudentPop