Warning on Sun

I was having trouble since long time removing some of the warnings
from my file which was builted on Solaris 9 using C++ compiler 5.0.3.
Your help would be highly appreciated.
Warning message is :
Warning (Anachronism): Formal argument destroy_value_func of type
extern "C" void(*)(Void *) in call to g_hash_table(extern "C" unsigned
(*)(const void*),extern "C" int(*)(const void*,const void*),extern "C"
void (*)(void*),extern "C" void (*)(void*)) is being passed
void(*)(void*).
This kind of several warnings I am getting.
Thanks,

There is no C++ 5.0.3 compiler version. Run the command
CC -V
to find out the compiler version. But the compiler version does not matter for this question.
The "Anachronism" warnings are explained in the C++ MIgration Guide that comes with the compiler. This particular warning is explained in section 3.11, "Pointers to extern C Functions". To find the Migration Guide, point your browser to <install-dir>/docs/index.html and follow the links. By default, <install-dir> is /opt, but your compiler might be installed somewhere else. You can also find the Migration Guide on http://docs.sun.com
Brief answer:
In standard C++, the function linkage is part of the type of a function and of a pointer to function. A pointer to a C-linkage function is not compatible with a pointer to a C++-linkage function, even if the signatures are the same.
On many C++ implementations, the calling sequence of C and C++ linkage functions is the same, so the code will actually work. But the warning is there to tell you that the code is not portable. The Migration Guide explains several ways you can fix your code to make it valid and portable.

Similar Messages

  • Req Help for  "warning: sun.misc.SignalHandler is Sun proprietary API "

    Hi All,
    I am getting the below exception when i am building the class. Please guide me and please provide any alternate solution for this.
    [javac] main\SignalHandler.java:35: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
    [javac] implements sun.misc.SignalHandler
    [javac] ^
    [javac] main\SignalHandler.java:69: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac] public void handle( final sun.misc.Signal signal )
    [javac] ^
    [javac] auditlog\core\AuditLogFileWriter.java:26: warning: com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable is Sun proprietary API and may be removed in a future release
    [javac] public static Hashtable writingStatus=new Hashtable();
    [javac] ^
    [javac] ftpcommon\ftp\PasswordEnDecrypt.java:156: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
    [javac] return new sun.misc.BASE64Encoder().encode(enc);
    [javac] ^
    [javac] ftpcommon\ftp\PasswordEnDecrypt.java:182: warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a future release
    [javac] byte[] dec = new sun.misc.BASE64Decoder().decodeBuffer(str);
    [javac] ^
    [javac] ftpcommon\main\SignalHandler.java:57: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac] sun.misc.Signal.handle( new sun.misc.Signal(signalName), this );
    [javac] ^
    [javac] main\SignalHandler.java:57: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
    [javac] sun.misc.Signal.handle( new sun.misc.Signal(signalName), this );
    Thanks & Regards,
    Rajeshwar
    Edited by: Rajeshwar_Java on Apr 27, 2009 5:31 AM
    Edited by: Rajeshwar_Java on Apr 27, 2009 5:32 AM

    as corlettk already told you: avoid those API whenever possible.
    Regarding your cases:
    * SignalHandler: proprietary API, there's not alternative. Use it if you must. Fail gracefully if it isn't there
    * Hashtable: seems like you simply picked the wrong one. Use the one in java.util
    * Base64 stuff: Plenty of free (BSD licensed) implementations out there, I'm sure there's one in commons-codec as well. Use those instead.

  • Warning for xmlserializer

    Hi,
    Iam using java1.5 in that i used com.sun.org.apache.xml.internal.serialize.XMLSerializer; object in a program. While compling the program it is showing following error.
    /home/madhu/public_html/madhu/CSP_Descriptive/src/java/OTAHotelDescriptiveRS.java:52: warning: com.sun.org.apache.xml.internal.serialize.XMLSerializer is Sun proprietary API and may be removed in a future release
    XMLSerializer xserial = new XMLSerializer();
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    How to remove this warning...
    Please help me....
    Thanks,
    Madhu

    Hi armalcolm,
    Very nice of you. Instead of that com.sun what i have to use. I am new to java. Please help me which import statement i have to use
    Kind Regards,
    Madhu

  • SUN messaging server 7.0 HA in cluster 3.2

    Hi all,
    I Can't start message server resource group
    Please follow the link below to assist:
    http://forums.sun.com/thread.jspa?threadID=5334751
    Thanks!

    Hi shane,
    >
    I had a quick look at the above, I noted the following:
    Sep 26 12:26:53 ms1 Cluster.PMF.pmfd: [ID 887656 daemon.notice] Process: tag="msg-rg,msg-rs,1.svc", cmd="/bin/sh -c /opt/sun/
    comms/messaging64/bin/start-msg watcher", Failed to stay up.
    Are there any error messages in the watcher/default log files to indicate whether/why there was a problem?
    Following is the output in the default log:
    [26/Sep/2008:12:25:41 +0800] ms1 stored[2498]: Store Warning: stored: Sun Java(tm) System Messaging Server STORE 7.0-0.04 64b
    it (built Jun 20 2008) starting up
    [26/Sep/2008:12:25:43 +0800] ms1 impurge[2499]: General Notice: impurge started
    [26/Sep/2008:12:25:47 +0800] ms1 imsched[2502]: General Notice: starting up
    [26/Sep/2008:12:26:53 +0800] ms1 imsched[2502]: General Notice: shutting down
    [26/Sep/2008:12:26:53 +0800] ms1 impurge[2499]: General Notice: impurge finished
    [26/Sep/2008:12:26:55 +0800] ms1 stored[2498]: Store Warning: stored: Sun Java(tm) System Messaging Server STORE 7.0-0.04 64b
    it (built Jun 20 2008) shutting down
    [26/Sep/2008:12:31:04 +0800] ms2 stored[2245]: Store Warning: stored: Sun Java(tm) System Messaging Server STORE 7.0-0.04 64b
    it (built Jun 20 2008) starting up
    [26/Sep/2008:12:31:07 +0800] ms2 impurge[2246]: General Notice: impurge started
    [26/Sep/2008:12:31:12 +0800] ms2 imsched[2249]: General Notice: starting up
    [26/Sep/2008:12:32:17 +0800] ms2 imsched[2249]: General Notice: shutting down
    [26/Sep/2008:12:32:17 +0800] ms2 impurge[2246]: General Notice: impurge finished
    [26/Sep/2008:12:32:20 +0800] ms2 stored[2245]: Store Warning: stored: Sun Java(tm) System Messaging Server STORE 7.0-0.04 64b
    it (built Jun 20 2008) shutting down
    [26/Sep/2008:12:36:20 +0800] ms2 stored[2393]: Store Warning: stored: Sun Java(tm) System Messaging Server STORE 7.0-0.04 64b
    it (built Jun 20 2008) starting up
    [26/Sep/2008:12:36:22 +0800] ms2 impurge[2394]: General Notice: impurge started
    [26/Sep/2008:12:36:27 +0800] ms2 imsched[2397]: General Notice: starting up
    [26/Sep/2008:12:37:33 +0800] ms2 imsched[2397]: General Notice: shutting down
    [26/Sep/2008:12:37:33 +0800] ms2 impurge[2394]: General Notice: impurge finished
    [26/Sep/2008:12:37:35 +0800] ms2 stored[2393]: Store Warning: stored: Sun Java(tm) System Messaging Server STORE 7.0-0.04 64b
    it (built Jun 20 2008) shutting down
    Following is from watcher log:
    watcher process 2488 started at Fri Sep 26 12:25:21 2008
    watcher process 2514 started at Fri Sep 26 12:26:56 2008
    watcher process 2235 started at Fri Sep 26 12:30:43 2008
    watcher process 2261 started at Fri Sep 26 12:32:20 2008
    watcher process 2383 started at Fri Sep 26 12:35:59 2008
    watcher process 2410 started at Fri Sep 26 12:37:35 2008
    Are you able to start the instance outside of cluster control?
    ms2@root# /opt/sun/comms/messaging64/sbin/start-msg
    Warning: a HA configuration is detected on your system,
    use the HA start command to properly start the messaging server.

  • Sun On-line Account authentication failed.

    I have many Solaris 10 SPARC systems that are no longer able to get patched. I use the same registration account for all my Solaris 10 systems. It is the same account I am using to post this message. This account has worked before but for some reason is not working now.
    sconadm register -a -r /usr/lib/breg/data/RegistrationProfile.properties

    From /var/adm/message
    Dec 26 20:36:50 Anubis cacao[4557]: [ID 702911 daemon.warning] com.sun.scn.service.BaseServiceClient.dumpThrowable : XYXYXY
    Dec 26 20:36:50 Anubis java.rmi.RemoteException: HTTP transport error: java.net.SocketTimeoutException: connect timed out; nested exception is:
    Dec 26 20:36:50 Anubis HTTP transport error: java.net.SocketTimeoutException: connect timed out
    Dec 26 20:36:50 Anubis at com.sun.scn.service.userinfo.UserInformationService_PortType_Stub.validate(UserInformationService_PortType_Stub.java:159)
    Dec 26 20:36:50 Anubis at com.sun.scn.service.userinfo.UISClient.validate(UISClient.java:135)
    Dec 26 20:36:50 Anubis at com.sun.scn.jmx.impl.UISClientLoginModule.login(UISClientLoginModule.java:173)
    Dec 26 20:36:50 Anubis at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Dec 26 20:36:50 Anubis at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Dec 26 20:36:50 Anubis at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Dec 26 20:36:50 Anubis at java.lang.reflect.Method.invoke(Method.java:585)
    Dec 26 20:36:50 Anubis at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    Dec 26 20:36:50 Anubis at javax.security.auth.login.LoginContext.access$000(Login
    Dec 26 20:37:22 Anubis cacao[4557]: [ID 702911 daemon.warning] com.sun.scn.service.BaseServiceClient.dumpThrowable : XYXYXY
    Dec 26 20:37:22 Anubis java.rmi.RemoteException: HTTP transport error: java.net.SocketTimeoutException: connect timed out; nested exception is:
    Dec 26 20:37:22 Anubis HTTP transport error: java.net.SocketTimeoutException: connect timed out
    Dec 26 20:37:22 Anubis at com.sun.scn.service.clientreg.ClientRegServiceIF_Stub.handleMessage(ClientRegServiceIF_Stub.java:92)
    Dec 26 20:37:22 Anubis at com.sun.scn.service.clientreg.CRSClient.registerMSCToSCOP(CRSClient.java:127)
    Dec 26 20:37:22 Anubis at com.sun.scn.jmx.impl.SCNClientRegistrationImpl.registerClientMSC(SCNClientRegistrationImpl.java:126)
    Dec 26 20:37:22 Anubis at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Dec 26 20:37:22 Anubis at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Dec 26 20:37:22 Anubis at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Dec 26 20:37:22 Anubis at java.lang.reflect.Method.invoke(Method.java:585)
    Dec 26 20:37:22 Anubis at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    Dec 26 20:37:22 Anubis at javax.management.StandardMBean
    Dec 26 20:37:22 Anubis cacao[4557]: [ID 702911 daemon.crit] com.sun.scn.jmx.impl.AbstractComponent.log : com.sun.scn.service.clientreg.CRSClientException: java.rmi.RemoteException: HTTP transport error: java.net.SocketTimeoutException: connect timed out; nested exception is:
    Dec 26 20:37:22 Anubis HTTP transport error: java.net.SocketTimeoutException: connect timed out
    Dec 26 20:37:22 Anubis cacao[4557]: [ID 702911 daemon.warning] com.sun.scn.jmx.impl.AbstractComponent.log : SCNClientConfigImpl.activate("Use Sun Update Manager and Sun Update Connection to manage updates") -- module unlocked
    Dec 26 20:37:23 Anubis cacao[4557]: [ID 702911 daemon.warning] com.sun.scn.offering.prom.ProductRegOfferingInstance.getAuthToken : Did not get authToken from SCNClientLoginMBean.
    Dec 26 20:37:53 Anubis cacao[4557]: [ID 702911 daemon.warning] com.sun.scn.service.BaseServiceClient.dumpThrowable : XYXYXY
    Dec 26 20:37:53 Anubis java.rmi.RemoteException: HTTP transport error: java.net.SocketTimeoutException: connect timed out; nested exception is:
    Dec 26 20:37:53 Anubis HTTP transport error: java.net.SocketTimeoutException: connect timed out
    Dec 26 20:37:53 Anubis at com.sun.scn.offering.service.ams.AssetMgmtServiceIF_Stub.registerAsset(AssetMgmtServiceIF_Stub.java:236)
    Dec 26 20:37:53 Anubis at com.sun.scn.offering.prom.AssetManagementServiceProvider.registerAsset(AssetManagementServiceProvider.java:154)
    Dec 26 20:37:53 Anubis at com.sun.scn.offering.swupom.SWUPOfferingInstance.register(SWUPOfferingInstance.java:500)
    Dec 26 20:37:53 Anubis at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Dec 26 20:37:53 Anubis at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Dec 26 20:37:53 Anubis at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Dec 26 20:37:53 Anubis at java.lang.reflect.Method.invoke(Method.java:585)
    Dec 26 20:37:53 Anubis at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    Dec 26 20:37:53 Anubis at java

  • Sun Studio newbie problems

    Health!
    I'm very excited to use Netbeans in our C/C++ project for linux because is my favourite IDE for java and I've evaluated other environments (kdevelop, codeblocks, anjuta, eclipse, etc) and i've found at the end that SunStudio fits my needs (autotools project, good symbol browsing ... I miss "Find usages..." ;-).
    Alls seems perfect, but I have an anoying problem debugging postgresql. I've downloaded the latest version and I created a project. I've compiled it with both SunStudio and GCC toolchains but my problem persists: I can't debug postgre's bin/initdb. When I try to debug this executable inside SunStudio dbx frozens after reading symbols (the little dialog with the progress bar stops) and no more errors are shown on dbx console (only warnings):
    - Dbx console -----------------------------------------------------------------------------------------
    Reading initdb
    Reading ld-linux.so.2
    dbx: internal warning: Mismatched checksum - file /lib/ld-2.4.so has 240df4c3, expecting 96bfbe8d
    Reading libpq.so.5
    Reading libz.so.1
    dbx: internal warning: Mismatched checksum - file /usr/lib/libz.so.1.2.3 has 860f4619, expecting 702c3ab4
    Reading libreadline.so.5
    Reading libcrypt.so.1
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libcrypt-2.4.so has b425c94f, expecting fb5386b8
    Reading libdl.so.2
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libdl-2.4.so has 37737ec1, expecting 5f878f92
    Reading libm.so.6
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libm-2.4.so has 786b232d, expecting 6438b370
    Reading libc.so.6
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libc-2.4.so has 64f71bbd, expecting c34120d0
    Reading libncurses.so.5------------------------------------------------------------------------------------------
    I've seen the error logs on ~/.sunstudio/.../var/log/messages.log and I see very strange exceptions, but I think that only those of "unsaved_sources" are relative to dbx:
    - message.log (i've edited these lines) ---------------------------------------------------------------------
    ConfigurationDescriptorProvider: I/O in EQ is not good idea
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:312)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:89)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.applyChanges(GeneralOptionsPanel.java:305)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.applyChanges(GeneralOptionsPanelController.java:44)
         at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:401)
         at org.netbeans.modules.options.OptionsWindowAction$OptionsPanelListener$1.run(OptionsWindowAction.java:187)
         at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    *********** Exception occurred ************ at 2:29 PM on Jul 5, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:85)
         at java.util.Stack.pop(Stack.java:67)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:96)
         at java.io.PrintWriter.write(PrintWriter.java:361)
    [catch] at org.netbeans.modules.cnd.execution.NativeExecution$OutputReaderThread.run(NativeExecution.java:184)
    *********** Exception occurred ************ at 2:35 PM on Jul 5, 2007
    java.lang.NoSuchMethodError: java.lang.ThreadDeath: method <init>(Ljava/lang/String;)V not found
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.print(Executor.java:105)
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:135)
    [catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    *********** Exception occurred ************ at 2:36 PM on Jul 5, 2007
    java.lang.NoSuchMethodError: java.lang.ThreadDeath: method <init>(Ljava/lang/String;)V not found
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.print(Executor.java:105)
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:135)
    [catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    *********** Exception occurred ************ at 2:46 PM on Jul 5, 2007
    java.lang.NoSuchMethodError: java.lang.ThreadDeath: method <init>(Ljava/lang/String;)V not found
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.print(Executor.java:105)
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:135)
    [catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    *********** Exception occurred ************ at 10:19 AM on Jul 6, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:79)
         at java.util.Stack.pop(Stack.java:61)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:92)
         at java.io.PrintWriter.write(PrintWriter.java:333)
    [catch] at org.netbeans.modules.cnd.execution.NativeExecution$OutputReaderThread.run(NativeExecution.java:184)
    ConfigurationDescriptorProvider: I/O in EQ is not good idea
    [org.netbeans.modules.javahelp] Warning: the JavaHelp topic ID org.openide.util.HelpCtx.DEFAULT_HELP was not found.
    [org.netbeans.modules.javahelp] Warning: the JavaHelp topic ID org.openide.util.HelpCtx.DEFAULT_HELP was not found.
    ConfigurationDescriptorProvider: I/O in EQ is not good idea
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:312)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:89)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.applyChanges(GeneralOptionsPanel.java:305)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.applyChanges(GeneralOptionsPanelController.java:44)
         at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:401)
         at org.netbeans.modules.options.OptionsWindowAction$OptionsPanelListener$1.run(OptionsWindowAction.java:187)
         at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.applyChanges(GeneralOptionsPanel.java:305)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.applyChanges(GeneralOptionsPanelController.java:44)
         at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:401)
         at org.netbeans.modules.options.OptionsWindowAction$OptionsPanelListener$1.run(OptionsWindowAction.java:187)
         at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    Warning - org.netbeans.modules.cnd.actions.MakeCleanAction should override CallableSystemAction.asynchronous() to return false
    Warning - com.sun.tools.swdev.sunstudio.actions.UpdateCheckResultsAction should override CallableSystemAction.asynchronous() to return false
    *********** Exception occurred ************ at 12:31 PM on Jun 14, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:85)
         at java.util.Stack.pop(Stack.java:67)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:96)
         at java.io.PrintWriter.write(PrintWriter.java:361)
    [catch] at org.netbeans.modules.cnd.execution.NativeExecution$OutputReaderThread.run(NativeExecution.java:184)
    *********** Exception occurred ************ at 12:44 PM on Jun 14, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:85)
         at java.util.Stack.pop(Stack.java:67)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:96)
         at java.io.PrintWriter.write(PrintWriter.java:361)
    Serializable class org.netbeans.modules.cnd.editor.fortran.FIndentEngine does not declare serialVersionUID field. Encountered while storing: [] See also http://www.netbeans.org/issues/show_bug.cgi?id=19915
    Serializable class org.netbeans.modules.xml.text.indent.DTDIndentEngine does not declare serialVersionUID field. Encountered while storing: [] See also http://www.netbeans.org/issues/show_bug.cgi?id=19915
    Warning - com.sun.tools.debugger.dbxgui.customactions.NewDbxButtonAction should override CallableSystemAction.asynchronous() to return false
    java.lang.Exception: MsgSnd.snd_via(): socket write failed -- msg 'dbx_unsaved_files incomplete
    [catch] at com.sun.tools.debugger.dbxgui.DbxGuiModule$1.warn(DbxGuiModule.java:67)
         at com.sun.tools.swdev.glue.GErr.warn(GErr.java:18)
         at com.sun.tools.swdev.glue.MsgSnd.snd_via(MsgSnd.java:218)
         at com.sun.tools.swdev.glue.Messenger.send(Messenger.java:70)
         at com.sun.tools.swdev.glue.dbx.GPDbxSurrogate.unsaved_files(GPDbxSurrogate.java:1941)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerImpl.notifyUnsavedFiles(DbxDebuggerImpl.java:3034)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.notifyUnsavedFiles(DbxDebuggerManager.java:267)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.notifyUnsavedFiles(DbxDebuggerManager.java:299)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.initialUnsavedFiles(DbxDebuggerManager.java:309)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerImpl.initializeDbx(DbxDebuggerImpl.java:578)
         at com.sun.tools.debugger.dbxgui.debugger.Dbx.initializeDbx(Dbx.java:75)
         at com.sun.tools.debugger.dbxgui.debugger.CommonDbx$Factory$1.run(CommonDbx.java:253)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    This issue is not critical because I can debug it with kdbg or sunstudio's dbx at command line, but it would be nice to debug inside the IDE is'nt it?.
    Thanks for all this good piece of work and your support.
    Life to nb!!

    Sorry for the delay (in holidays and other projects):
    A note: I am running Ubuntu ;-) (our developer's platform)
    Thanks in advance.
    dbx stack (dbx latest patch: dbx124874-01), dumped with pstack:
    $ pstack 18686
    18686: /mnt/local/rootopt/ss12/sunstudio12/prod/bin/dbx -g sync stdio -xexec32
    (No symbols found)
    0xffffe410: ???? (84fa5e4, 84fa5e0)
    0xb7efebe6: ???? (84fa5e4, bf85d380, bf85e3f8, 81fe93c, b7f462ba, b7f06ea0)
    0x082a3359: ???? (84fa5e0, b7f56120, bf85c3d0, bf85c398, 65742f2e, 4) + 2870
    0x082a2cc0: ???? (84fa5e0, bf85ec38, b7f06eaa, 0, 1, 0) + 30
    0x08231418: ???? (b7f06ea0, bf85ec68, 8361a3a, bf85ec64, 84f9b60, b7f06ea0) + 10
    0x0814929c: ???? (84c7bf8, 84f9be8, 83617ec, 8361a3a, 84f9ee0, 1) + 20
    0x081494ad: ???? (84f9b60, 8356ef8, 84f9b60, 82e41ca, b7f54ff4, 84f9888) + 20
    0x081c4594: ???? (84f9b60, 843d0c0, 84f9820, bf85ed28, 8356ef8, 84f9b60)
    0x081c4704: ???? (84f9b60, 84f97f0, 0, 0, 84d7600, 0) + 20
    0x081c3256: ???? (84f9b60, 84f97f0, bf85ed60, 8341538, 843d108, 843d710) + 60
    0x0817fa6b: ???? (84f97f0, 84384c8, 1, 8158da8, 84f9720, 84f98a0) + 20
    0x08178f81: ???? (84f9720, 8356ef8, bf85ee58, 817c3ef, bf85ee30, 8437638) + 20
    0x0817c3ff: ???? (84c7bf8, 1, bf85eea8, 81beaa7, bf85ee70, 84493b8) + 30
    0x081bebfb: ???? (8356ef8, 1, 0, 0, 59, 84ab724) + 20
    0x081f4055: ???? (8356ef8, bf85efd0, bf85ef48, 0, 8356ef8, bf85efd0) + 40
    0x081f43b2: ???? (8356ef8, bf85efd0, bf85ef88, 0, 0, 8356ef8)
    0x081f3a33: ???? (8356ef8, bf85efd0, bf85efd0, 0, 0, 0)
    0x080eade9: ???? (8356ef8, 84493b8, bf85efd0, 80ed0ca, bf85f00c, b7e8bb91) + 80
    0x080ece4e: ???? (84493b8, 84ab520, 0, 0, 0, 836f7bc) + 40
    0x08184bc1: ???? (84493b8, 2, 84ab268, 0, 84493b8, 84ab2e8) + 40
    0x08275350: ???? (84493b8, 8459a78, 84ab080, 84ab268, 0, 84599f8) + 40
    0x08274c66: ???? (84493b8, 8459a78, 0, 28, 0, 847fd48) + 40
    0x08264524: ???? (84493b8, 8459b08, bf85f1d8, 82ca673, 836a80c, bf85f204) + 30
    0x08263ff1: ???? (84493b8, 84ab0c4, bf85f238, 60, bf85f2e0, 8341538) + 20
    0x0816fcd5: ???? (847ffb8, 0, 0, 84ab0c4, 847ffb8, 8341538)
    0x0828759f: ???? (847ffb8, bf85f2e0, bf85f274, 829f454, 0, 8480268) + 10
    0x0829f50b: ???? (84800c0, 847ffb8, bf85f2e0, 829b825, bf85f2e0, 847fe88) + 10
    0x0829b8bc: ???? (847ffb8, 0, bf85f2e0, 829b512, 8471720, 8471720) + 50
    0x0829b5fb: ???? (847ffb8, 0, bf85f398, 828fa3e, b, 8341538)
    0x0828fadf: ???? (b, 1, 847ffb8, 828ad1a, bf85f4a8, bf85f378) + 10
    0x0828adbe: ???? (847fd48, b, 1, bf85f424, bf85f420, b7f54ff4)
    0x0828b1c5: ???? (8471610, b, 1, 847fd48, 4, 8341538)
    0x0828b922: ???? (8471610, b, 1, 847fd48, bf85f66f, 4) + 230
    0x0828bf8b: ???? (8471610, bf85f66f, b7f56120, 828b9ee, 7f, 844c2a8) + 20
    0x0828ba75: ???? (8471610, bf85f66f, 0, 826b4d0, a, 5407) + 10
    0x0816d7ba: ???? (84493b8, bf85f69c, 58, 826a963, 0, 1) + 20
    0x0826aa3d: ???? (84493b8, 845983c, bf85f6e8, b7e52830, 845cfd8, 8449550) + c0
    0x08268bd0: ???? (84493b8, c, bf85f7c8, 811f7d9, 8437758, 84597f8)
    0x08266ca6: ???? (84493b8, 84597f8, bf85f7e8, 814cafc, 8357470, 84597f8)
    0x08268a19: ???? (84493b8, 84597f8, bf85f838, 8264225, b7f54ff4, 4) + 40
    0x08264326: ???? (84493b8, 84597f8, bf85f868, 81cd63e, 4, 1) + 20
    0x080edf66: ???? (84493b8, 1, bf85f8e8, 80eeab9, bf85f890, 84493b8) + 50
    0x080eead2: ???? (4, bf85f974, bf85f988, b7fba878, 0, 1) + 40
    0xb7e3a8cc: ???? (80ee418, 4, bf85f974, 80e3c44, 82e5e78, b7fad290) + 407a0698
    Java heap
    2007-09-17 09:11:32
    Full thread dump Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing):
    "Glue Notifier" daemon prio=10 tid=0x08350000 nid=0x4903 in Object.wait() [0xb3a5c000..0xb3a5ce60]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4b200138> (a com.sun.tools.swdev.glue.EventQueue)
    at java.lang.Object.wait(Object.java:485)
    at com.sun.tools.swdev.glue.EventQueue.iget(EventQueue.java:22)
    - locked <0x4b200138> (a com.sun.tools.swdev.glue.EventQueue)
    at com.sun.tools.swdev.glue.NotifierPoll.dispatch(NotifierPoll.java:109)
    at com.sun.tools.swdev.glue.NotifierPoll.loop(NotifierPoll.java:154)
    at com.sun.tools.debugger.dbxgui.debugger.GlueNotifierThread.run(GlueNotifierThread.java:49)
    "Waiter number 0" prio=10 tid=0x08270400 nid=0x4902 runnable [0xb3aad000..0xb3aadee0]
    java.lang.Thread.State: RUNNABLE
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:199)
    at com.sun.tools.swdev.glue.WaitableInputStream.waitForInput(WaitableInputStream.java:54)
    - locked <0x4b200220> (a com.sun.tools.swdev.glue.WaitableInputStream)
    at com.sun.tools.swdev.glue.CBInfo$Waiter.run(CBInfo.java:35)
    - locked <0x4b200220> (a com.sun.tools.swdev.glue.WaitableInputStream)
    "StreamTerm.OutputMonitor" prio=10 tid=0x0826f800 nid=0x4901 runnable [0xb479e000..0xb479f160]
    java.lang.Thread.State: RUNNABLE
    at com.sun.tools.swdev.toolscommon.base.PacketInputStream.read_work_native(Native Method)
    at com.sun.tools.swdev.toolscommon.base.PacketInputStream.read_work(PacketInputStream.java:83)
    at com.sun.tools.swdev.toolscommon.base.PacketInputStream.read(PacketInputStream.java:54)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    - locked <0x4b202340> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at org.netbeans.lib.terminalemulator.StreamTerm$OutputMonitor.run(StreamTerm.java:173)
    "exec_Dbx_1" prio=10 tid=0x0834d800 nid=0x4900 in Object.wait() [0xb3c85000..0xb3c861e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4b2023f0> (a java.lang.UNIXProcess)
    at java.lang.Object.wait(Object.java:485)
    at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165)
    - locked <0x4b2023f0> (a java.lang.UNIXProcess)
    at com.sun.tools.swdev.toolscommon.base.UnixChildProcess.waitFor(UnixChildProcess.java:99)
    at com.sun.tools.debugger.dbxgui.debugger.ExecutorUnix.waitForEngine(ExecutorUnix.java:260)
    at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:120)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    "StreamTerm.OutputMonitor" prio=10 tid=0x08409c00 nid=0x48ff runnable [0xb3afe000..0xb3aff060]
    java.lang.Thread.State: RUNNABLE
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:199)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    - locked <0x4b204608> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at org.netbeans.lib.terminalemulator.StreamTerm$OutputMonitor.run(StreamTerm.java:173)
    "process reaper" daemon prio=10 tid=0x08138400 nid=0x48fd runnable [0xb3efe000..0xb3eff0e0]
    java.lang.Thread.State: RUNNABLE
    at java.lang.UNIXProcess.waitForProcessExit(Native Method)
    at java.lang.UNIXProcess.access$900(UNIXProcess.java:20)
    at java.lang.UNIXProcess$1$1.run(UNIXProcess.java:132)
    "Class View Updater" prio=10 tid=0xb3f4d000 nid=0x460b in Object.wait() [0xb4c00000..0xb4c010e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x514a0fa0> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.classview.ClassViewUpdater$BlockingQueue.get(ClassViewUpdater.java:43)
    - locked <0x514a0fa0> (a java.lang.Object)
    at org.netbeans.modules.cnd.classview.ClassViewUpdater.run(ClassViewUpdater.java:121)
    "DestroyJavaVM" prio=10 tid=0x08063400 nid=0x45bb waiting on condition [0x00000000..0xb7d9d130]
    java.lang.Thread.State: RUNNABLE
    "AWT-EventQueue-1" prio=10 tid=0x081c8000 nid=0x45f2 runnable [0xb46f4000..0xb46f4f60]
    java.lang.Thread.State: RUNNABLE
    at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:515)
    - waiting to lock <0x8a5b3150> (a java.lang.String)
    at org.netbeans.modules.cnd.settings.CppSettings.getDefault(CppSettings.java:86)
    at org.netbeans.modules.cnd.qnavigator.NavigationView.checkCursor(NavigationView.java:215)
    at org.netbeans.modules.cnd.qnavigator.NavigationView.access$300(NavigationView.java:84)
    at org.netbeans.modules.cnd.qnavigator.NavigationView$2.actionPerformed(NavigationView.java:154)
    at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    "TimerQueue" daemon prio=10 tid=0x08191c00 nid=0x45ed in Object.wait() [0xb3ead000..0xb3eade60]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at javax.swing.TimerQueue.postExpiredTimers(TimerQueue.java:218)
    - locked <0x4fbe8760> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:234)
    - locked <0x4fbe8760> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:619)
    "Repository writer 0" daemon prio=10 tid=0xb4dc2000 nid=0x45ea in Object.wait() [0xb41ad000..0xb41ae1e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4fa3dd80> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.repository.queue.KeyValueQueue._waitReady(KeyValueQueue.java:158)
    at org.netbeans.modules.cnd.repository.queue.KeyValueQueue.waitReady(KeyValueQueue.java:151)
    - locked <0x4fa3dd80> (a java.lang.Object)
    at org.netbeans.modules.cnd.repository.queue.RepositoryWritingThread.waitReady(RepositoryWritingThread.java:64)
    at org.netbeans.modules.cnd.repository.queue.RepositoryWritingThread.run(RepositoryWritingThread.java:79)
    at org.netbeans.modules.cnd.repository.queue.RepositoryThreadManager$Wrapper.run(RepositoryThreadManager.java:62)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    "Code Model Parser 1" daemon prio=10 tid=0x08394400 nid=0x45d3 in Object.wait() [0xb41fe000..0xb41ff060]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4f338d98> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserQueue.waitReady(ParserQueue.java:335)
    - locked <0x4f338d98> (a java.lang.Object)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:46)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:60)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    "Code Model Parser 0" daemon prio=10 tid=0x08318c00 nid=0x45d2 in Object.wait() [0xb435f000..0xb43600e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4f338d98> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserQueue.waitReady(ParserQueue.java:335)
    - locked <0x4f338d98> (a java.lang.Object)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:46)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:60)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    "AWT-Shutdown" prio=10 tid=0x08287000 nid=0x45cd in Object.wait() [0xb4745000..0xb4745fe0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4ef43910> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x4ef43910> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:619)
    "AWT-XAWT" daemon prio=10 tid=0x08253c00 nid=0x45cb runnable [0xb47ef000..0xb47efee0]
    java.lang.Thread.State: RUNNABLE
    at sun.awt.X11.XToolkit.waitForEvents(Native Method)
    at sun.awt.X11.XToolkit.run(XToolkit.java:585)
    at sun.awt.X11.XToolkit.run(XToolkit.java:560)
    at java.lang.Thread.run(Thread.java:619)
    "Java2D Disposer" daemon prio=10 tid=0x08238800 nid=0x45ca in Object.wait() [0xb4840000..0xb4841160]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4ef43b20> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x4ef43b20> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at sun.java2d.Disposer.run(Disposer.java:125)
    at java.lang.Thread.run(Thread.java:619)
    "Timer-0" daemon prio=10 tid=0x08234000 nid=0x45c6 in Object.wait() [0xb4bb0000..0xb4bb01e0]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x4ef43bc0> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "CLI Requests Server" daemon prio=10 tid=0x08227000 nid=0x45c4 runnable [0xb4c51000..0xb4c520e0]
    java.lang.Thread.State: RUNNABLE
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
    - locked <0x4ef43e98> (a java.net.SocksSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:450)
    at java.net.ServerSocket.accept(ServerSocket.java:421)
    at org.netbeans.CLIHandler$Server.run(CLIHandler.java:867)
    "Active Reference Queue Daemon" daemon prio=10 tid=0xb4d30400 nid=0x45c3 in Object.wait() [0xb4cfe000..0xb4cfef60]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x4ef44028> (a java.lang.ref.ReferenceQueue$Lock)
    at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:3002)
    at java.lang.Thread.run(Thread.java:619)
    "Low Memory Detector" daemon prio=10 tid=0x080a1c00 nid=0x45c1 runnable [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x080a0000 nid=0x45c0 waiting on condition [0x00000000..0xb4fb7978]
    java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x0809ec00 nid=0x45bf runnable [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=10 tid=0x0808d000 nid=0x45be in Object.wait() [0xb5238000..0xb52381e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x4ef44210> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x0808c000 nid=0x45bd in Object.wait() [0xb5288000..0xb5289060]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4ef43c78> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:485)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x4ef43c78> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=10 tid=0x08082800 nid=0x45bc runnable
    "VM Periodic Task Thread" prio=10 tid=0x080a3400 nid=0x45c2 waiting on condition
    JNI global references: 1492
    Heap
    def new generation total 18240K, used 2661K [0x4a030000, 0x4b3f0000, 0x4eef0000)
    eden space 16256K, 7% used [0x4a030000, 0x4a165e28, 0x4b010000)
    from space 1984K, 71% used [0x4b200000, 0x4b363998, 0x4b3f0000)
    to space 1984K, 0% used [0x4b010000, 0x4b010000, 0x4b200000)
    tenured generation total 241984K, used 226846K [0x4eef0000, 0x5db40000, 0x8a030000)
    the space 241984K, 93% used [0x4eef0000, 0x5cc77ba0, 0x5cc77c00, 0x5db40000)
    compacting perm gen total 32768K, used 23438K [0x8a030000, 0x8c030000, 0x94030000)
    the space 32768K, 71% used [0x8a030000, 0x8b713898, 0x8b713a00, 0x8c030000)
    ro space 8192K, 73% used [0x94030000, 0x9460fff8, 0x94610000, 0x94830000)
    rw space 12288K, 57% used [0x94830000, 0x94f22750, 0x94f22800, 0x95430000)

  • About "com.sun.javafx.css.StyleHelper calculateValue Could not resolve..."

    After I clicked my application several times, the css is missing in the page, and the warning in the console:
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-base-color' while resolving lookups for '-fx-text-fill' from rule '*.button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-base-color' while resolving lookups for '-fx-text-fill' from rule '*.button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-focus-color' while resolving lookups for '-fx-background-color' from rule '*.button:focused' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-inner-color' while resolving lookups for '-fx-text-fill' from rule '*.table-cell' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-inner-color' while resolving lookups for '-fx-text-fill' from rule '*.table-cell' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-inner-color' while resolving lookups for '-fx-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-control-inner-background' while resolving lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-accent' while resolving lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-inner-color' while resolving lookups for '-fx-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-control-inner-background' while resolving lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-accent' while resolving lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-inner-color' while resolving lookups for '-fx-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-control-inner-background' while resolving lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-accent' while resolving lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-inner-color' while resolving lookups for '-fx-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-control-inner-background' while resolving lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-accent' while resolving lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-inner-color' while resolving lookups for '-fx-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-control-inner-background' while resolving lookups for '-fx-prompt-text-fill' from rule '*.text-field' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-accent' while resolving lookups for '-fx-highlight-fill' from rule '*.text-input' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.radio-button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.radio-button *.radio' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.radio-button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.radio-button *.radio' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-mark-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.radio-button:selected *.dot' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.label' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-base-color' while resolving lookups for '-fx-text-fill' from rule '*.button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-text-base-color' while resolving lookups for '-fx-text-fill' from rule '*.button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss
    WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.button' in stylesheet jar:file:/D:/software/IDE/JavaFX2.2/rt/lib/jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.bss"
    I checked the jfxrt.jar, and "/com/sun/javafx/scene/control/skin/caspian/caspian.bss" is exists, i don't know what happened, who can help me?

    Did you use Jfxtras, I got same message
    but after I remove all components of Jfxtras
    the message never show up

  • Card ethernet not found on Solaris10

    Hello to all, I have installed Solaris 10 on a laptop Acer aspire 1360, but the kernel does not recognize the card ethernet .
    dmesg
    Feb  2 15:10:43 Solaris reboot: [ID 662345 auth.crit] rebooted by root
    Feb  2 15:10:43 Solaris pseudo: [ID 129642 kern.info] pseudo-device: lofi0
    Feb  2 15:10:43 Solaris genunix: [ID 936769 kern.info] lofi0 is /pseudo/lofi@0
    Feb  2 15:10:46 Solaris genunix: [ID 773945 kern.info]  UltraDMA mode 5 selected
    Feb  2 15:10:46 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:10:46 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:10:46 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:10:46 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:10:46 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:10:46 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:10:46 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:10:46 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:10:46 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: asy (asy) inst ance 0 vector 0x4 ioapic 0x1 intin 0x4 is bound to cpu 0
    Feb  2 15:10:46 Solaris isa: [ID 202937 kern.info] ISA-device: asy0
    Feb  2 15:10:46 Solaris genunix: [ID 936769 kern.info] asy0 is /isa/asy@1,2f8
    Feb  2 15:10:46 Solaris pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024
    Feb  2 15:10:46 Solaris genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/ra mdisk@1024
    Feb  2 15:10:46 Solaris pseudo: [ID 129642 kern.info] pseudo-device: llc10
    Feb  2 15:10:46 Solaris genunix: [ID 936769 kern.info] llc10 is /pseudo/llc1@0
    Feb  2 15:10:46 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fcp0
    Feb  2 15:10:46 Solaris genunix: [ID 936769 kern.info] fcp0 is /pseudo/fcp@0
    Feb  2 15:10:46 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fcsm0
    Feb  2 15:10:46 Solaris genunix: [ID 936769 kern.info] fcsm0 is /pseudo/fcsm@0
    Feb  2 15:10:47 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
    Feb  2 15:10:47 Solaris genunix: [ID 936769 kern.info] fssnap0 is /pseudo/fssnap @0
    Feb  2 15:10:47 Solaris pseudo: [ID 129642 kern.info] pseudo-device: winlock0
    Feb  2 15:10:47 Solaris genunix: [ID 936769 kern.info] winlock0 is /pseudo/winlo ck@0
    Feb  2 15:10:47 Solaris pseudo: [ID 129642 kern.info] pseudo-device: pm0
    Feb  2 15:10:47 Solaris genunix: [ID 936769 kern.info] pm0 is /pseudo/pm@0
    Feb  2 15:11:17 Solaris syslogd: going down on signal 15
    Feb  2 15:11:17 Solaris rpcbind: [ID 564983 daemon.error] rpcbind terminating on  signal.
    Feb  2 15:11:24 Solaris genunix: [ID 672855 kern.notice] syncing file systems...
    Feb  2 15:11:24 Solaris genunix: [ID 904073 kern.notice]  done
    Feb  2 15:12:43 Solaris genunix: [ID 540533 kern.notice] ^MSunOS Release 5.10 Ve rsion Generic_118855-33 32-bit
    Feb  2 15:12:43 Solaris genunix: [ID 172907 kern.notice] Copyright 1983-2006 Sun  Microsystems, Inc.  All rights reserved.
    Feb  2 15:12:43 Solaris Use is subject to license terms.
    Feb  2 15:12:43 Solaris unix: [ID 126719 kern.info] features: 1027fdf<cpuid,nx,s se2,sse,sep,pat,cx8,pae,mca,mmx,cmov,pge,mtrr,msr,tsc,lgpg>
    Feb  2 15:12:43 Solaris unix: [ID 168242 kern.info] mem = 523324K (0x1ff0f000)
    Feb  2 15:12:43 Solaris rootnex: [ID 466748 kern.info] root nexus = i86pc
    Feb  2 15:12:43 Solaris rootnex: [ID 349649 kern.info] pseudo0 at root
    Feb  2 15:12:43 Solaris genunix: [ID 936769 kern.info] pseudo0 is /pseudo
    Feb  2 15:12:43 Solaris rootnex: [ID 349649 kern.info] scsi_vhci0 at root
    Feb  2 15:12:43 Solaris genunix: [ID 936769 kern.info] scsi_vhci0 is /scsi_vhci
    Feb  2 15:12:43 Solaris rootnex: [ID 349649 kern.info] isa0 at root
    Feb  2 15:12:43 Solaris pci_autoconfig: [ID 771164 kern.info] NOTICE: reprogram pci device [0/11/1] (pcic)
    Feb  2 15:12:43 Solaris pci_autoconfig: [ID 771164 kern.info] NOTICE: reprogram pci device [0/11/0] (pcic)
    Feb  2 15:12:43 Solaris pcplusmp: [ID 658230 kern.info] NOTICE: apic: local nmi:  0 1 1 1
    Feb  2 15:12:43 Solaris pcplusmp: [ID 736762 kern.info] pcplusmp: vector 0x9 ioa pic 0x1 intin 0x9 is bound to cpu 0
    Feb  2 15:12:43 Solaris rootnex: [ID 349649 kern.info] pci0 at root: space 0 off set 0
    Feb  2 15:12:43 Solaris genunix: [ID 936769 kern.info] pci0 is /pci@0,0
    Feb  2 15:12:43 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: ide (ata) inst ance 0 vector 0xe ioapic 0x1 intin 0xe is bound to cpu 0
    Feb  2 15:12:43 Solaris last message repeated 1 time
    Feb  2 15:12:43 Solaris genunix: [ID 640982 kern.info]  IDE device at targ 0, lu n 0 lastlun 0x0
    Feb  2 15:12:43 Solaris genunix: [ID 846691 kern.info]  model TOSHIBA MK4025GAS
    Feb  2 15:12:43 Solaris genunix: [ID 479077 kern.info]  ATA/ATAPI-6 supported, m ajver 0x7e minver 0x0
    Feb  2 15:12:45 Solaris pci: [ID 370704 kern.info] PCI-device: ide@0, ata0
    Feb  2 15:12:45 Solaris genunix: [ID 936769 kern.info] ata0 is /pci@0,0/pci-ide@ 11,1/ide@0
    Feb  2 15:12:45 Solaris genunix: [ID 773945 kern.info]  UltraDMA mode 5 selected
    Feb  2 15:12:45 Solaris gda: [ID 243001 kern.info] Disk0:       <Vendor 'Gen-ATA  ' Product 'TOSHIBA MK4025GA'>
    Feb  2 15:12:45 Solaris ata: [ID 496167 kern.info] cmdk0 at ata0 target 0 lun 0
    Feb  2 15:12:45 Solaris genunix: [ID 936769 kern.info] cmdk0 is /pci@0,0/pci-ide @11,1/ide@0/cmdk@0,0
    Feb  2 15:12:46 Solaris unix: [ID 190185 kern.info] SMBIOS v2.3 loaded (1071 byt es)
    Feb  2 15:12:46 Solaris pseudo: [ID 129642 kern.info] pseudo-device: dld0
    Feb  2 15:12:46 Solaris genunix: [ID 936769 kern.info] dld0 is /pseudo/dld@0
    Feb  2 15:12:47 Solaris pci: [ID 370704 kern.info] PCI-device: pci1106,b188@1, p ci_pci0
    Feb  2 15:12:47 Solaris genunix: [ID 936769 kern.info] pci_pci0 is /pci@0,0/pci1 106,b188@1
    Feb  2 15:12:47 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: i8042 (i8042) instance 0 vector 0x1 ioapic 0x1 intin 0x1 is bound to cpu 0
    Feb  2 15:12:47 Solaris pcplusmp: [ID 398438 kern.info] pcplusmp: i8042 (i8042) instance #0 vector 0xc ioapic 0x1 intin 0xc is bound to cpu 0
    Feb  2 15:12:47 Solaris i8042: [ID 526150 kern.info] 8042 device:  keyboard@0, k b8042 # 0
    Feb  2 15:12:47 Solaris genunix: [ID 936769 kern.info] kb80420 is /isa/i8042@1,6 0/keyboard@0
    Feb  2 15:12:47 Solaris i8042: [ID 526150 kern.info] 8042 device:  mouse@1, mous e8042 # 0
    Feb  2 15:12:47 Solaris genunix: [ID 936769 kern.info] mouse80420 is /isa/i8042@ 1,60/mouse@1
    Feb  2 15:12:48 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,0c032 0 (ehci) instance 0 vector 0x15 ioapic 0x1 intin 0x15 is bound to cpu 0
    Feb  2 15:12:49 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,6e@10,3, ehci0
    Feb  2 15:12:49 Solaris genunix: [ID 936769 kern.info] ehci0 is /pci@0,0/pci1025 ,6e@10,3
    Feb  2 15:12:50 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,6e@10, uh ci0
    Feb  2 15:12:50 Solaris genunix: [ID 936769 kern.info] uhci0 is /pci@0,0/pci1025 ,6e@10
    Feb  2 15:12:51 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,6e@10,1, uhci1
    Feb  2 15:12:51 Solaris genunix: [ID 936769 kern.info] uhci1 is /pci@0,0/pci1025 ,6e@10,1
    Feb  2 15:12:52 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,6e@10,2, uhci2
    Feb  2 15:12:52 Solaris genunix: [ID 936769 kern.info] uhci2 is /pci@0,0/pci1025 ,6e@10,2
    Feb  2 15:12:53 Solaris unix: [ID 950921 kern.info] cpu0: x86 (AuthenticAMD fami ly 15 model 28 step 0 clock 1600 MHz)
    Feb  2 15:12:53 Solaris unix: [ID 950921 kern.info] cpu0: Mobile AMD Sempron(tm)  Processor 2800+
    Feb  2 15:12:53 Solaris rootnex: [ID 349649 kern.info] iscsi0 at root
    Feb  2 15:12:53 Solaris genunix: [ID 936769 kern.info] iscsi0 is /iscsi
    Feb  2 15:12:53 Solaris usba: [ID 912658 kern.info] USB 1.10 device (usb4fc,3) o perating at low speed (USB 1.x) on USB 1.10 root hub: mouse@2, hid0 at bus addre ss 2
    Feb  2 15:12:53 Solaris usba: [ID 349649 kern.info]     USB Wheel Mouse
    Feb  2 15:12:53 Solaris genunix: [ID 936769 kern.info] hid0 is /pci@0,0/pci1025, 6e@10,1/mouse@2
    Feb  2 15:12:53 Solaris genunix: [ID 408114 kern.info] /pci@0,0/pci1025,6e@10,1/ mouse@2 (hid0) online
    Feb  2 15:12:53 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: pciclass,0c001 0 (hci1394) instance 0 vector 0x13 ioapic 0x1 intin 0x13 is bound to cpu 0
    Feb  2 15:12:53 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,6e@b,2, h ci13940
    Feb  2 15:12:53 Solaris genunix: [ID 936769 kern.info] hci13940 is /pci@0,0/pci1 025,6e@b,2
    Feb  2 15:12:55 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,6e@b, pci c0
    Feb  2 15:12:55 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,6e@b,1, p cic1
    Feb  2 15:13:01 Solaris genunix: [ID 773945 kern.info]  UltraDMA mode 5 selected
    Feb  2 15:13:01 Solaris genunix: [ID 454863 kern.info] dump on /dev/dsk/c0d0s1 s ize 517 MB
    Feb  2 15:13:03 Solaris snmpd[57]: [ID 874347 user.error] libpkcs11: open /var/r un/kcfd_door: No such file or directory
    Feb  2 15:13:03 Solaris snmpd[57]: [ID 523743 user.error] libpkcs11: /usr/lib/se curity/pkcs11_softtoken.so unexpected failure in ELF signature verification. Sys tem may have been tampered with. Cannot continue parsing /etc/crypto/pkcs11.conf
    Feb  2 15:13:04 Solaris pseudo: [ID 129642 kern.info] pseudo-device: zfs0
    Feb  2 15:13:04 Solaris genunix: [ID 936769 kern.info] zfs0 is /pseudo/zfs@0
    Feb  2 15:13:07 Solaris pseudo: [ID 129642 kern.info] pseudo-device: pm0
    Feb  2 15:13:07 Solaris genunix: [ID 936769 kern.info] pm0 is /pseudo/pm@0
    Feb  2 15:13:08 Solaris pseudo: [ID 129642 kern.info] pseudo-device: power0
    Feb  2 15:13:08 Solaris genunix: [ID 936769 kern.info] power0 is /pseudo/power@0
    Feb  2 15:13:08 Solaris pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
    Feb  2 15:13:08 Solaris genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devin fo@0
    Feb  2 15:13:12 Solaris pseudo: [ID 129642 kern.info] pseudo-device: dtrace0
    Feb  2 15:13:12 Solaris genunix: [ID 936769 kern.info] dtrace0 is /pseudo/dtrace @0
    Feb  2 15:13:14 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: asy (asy) inst ance 0 vector 0x4 ioapic 0x1 intin 0x4 is bound to cpu 0
    Feb  2 15:13:14 Solaris isa: [ID 202937 kern.info] ISA-device: asy0
    Feb  2 15:13:14 Solaris genunix: [ID 936769 kern.info] asy0 is /isa/asy@1,2f8
    Feb  2 15:13:14 Solaris rootnex: [ID 349649 kern.info] xsvc0 at root
    Feb  2 15:13:14 Solaris genunix: [ID 936769 kern.info] xsvc0 is /xsvc
    Feb  2 15:13:15 Solaris audiosup: [ID 984688 kern.info] NOTICE: audiovia823x0: a udiovia823x0: xid=0x0201, vid1=0x5649, vid2=0x4161
    Feb  2 15:13:15 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: pci1106,3059 ( audiovia823x) instance 0 vector 0x16 ioapic 0x1 intin 0x16 is bound to cpu 0
    Feb  2 15:13:15 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,46@11,5, audiovia823x0
    Feb  2 15:13:15 Solaris genunix: [ID 936769 kern.info] audiovia823x0 is /pci@0,0 /pci1025,46@11,5
    Feb  2 15:13:16 Solaris pseudo: [ID 129642 kern.info] pseudo-device: vol0
    Feb  2 15:13:16 Solaris genunix: [ID 936769 kern.info] vol0 is /pseudo/vol@0
    Feb  2 15:13:18 Solaris pseudo: [ID 129642 kern.info] pseudo-device: pseudo1
    Feb  2 15:13:18 Solaris genunix: [ID 936769 kern.info] pseudo1 is /pseudo/zconsn ex@1
    Feb  2 15:13:19 Solaris pcplusmp: [ID 398438 kern.info] pcplusmp: ide (ata) inst ance #1 vector 0xf ioapic 0x1 intin 0xf is bound to cpu 0
    Feb  2 15:13:19 Solaris last message repeated 1 time
    Feb  2 15:13:19 Solaris genunix: [ID 640982 kern.info]  ATAPI device at targ 0, lun 0 lastlun 0xfffe
    Feb  2 15:13:19 Solaris genunix: [ID 846691 kern.info]  model TSSTcorpCD/DVDW TS -L532A
    Feb  2 15:13:19 Solaris genunix: [ID 479077 kern.info]  ATA/ATAPI-7 supported, m ajver 0xf8 minver 0x1a
    Feb  2 15:13:21 Solaris pci: [ID 370704 kern.info] PCI-device: ide@1, ata1
    Feb  2 15:13:21 Solaris genunix: [ID 936769 kern.info] ata1 is /pci@0,0/pci-ide@ 11,1/ide@1
    Feb  2 15:13:21 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:21 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:21 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:21 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:21 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:21 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:21 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:21 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:21 Solaris pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024
    Feb  2 15:13:21 Solaris genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/ra mdisk@1024
    Feb  2 15:13:21 Solaris scsi: [ID 193665 kern.info] sd0 at ata1: target 0 lun 0
    Feb  2 15:13:21 Solaris genunix: [ID 936769 kern.info] sd0 is /pci@0,0/pci-ide@1 1,1/ide@1/sd@0,0
    Feb  2 15:13:21 Solaris pseudo: [ID 129642 kern.info] pseudo-device: lockstat0
    Feb  2 15:13:21 Solaris genunix: [ID 936769 kern.info] lockstat0 is /pseudo/lock stat@0
    Feb  2 15:13:21 Solaris pseudo: [ID 129642 kern.info] pseudo-device: llc10
    Feb  2 15:13:21 Solaris genunix: [ID 936769 kern.info] llc10 is /pseudo/llc1@0
    Feb  2 15:13:22 Solaris sendmail[388]: [ID 702911 mail.crit] My unqualified host  name (localhost) unknown; sleeping for retry
    Feb  2 15:13:22 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fcsm0
    Feb  2 15:13:22 Solaris genunix: [ID 936769 kern.info] fcsm0 is /pseudo/fcsm@0
    Feb  2 15:13:22 Solaris sendmail[389]: [ID 702911 mail.crit] My unqualified host  name (localhost) unknown; sleeping for retry
    Feb  2 15:13:22 Solaris pseudo: [ID 129642 kern.info] pseudo-device: lofi0
    Feb  2 15:13:22 Solaris genunix: [ID 936769 kern.info] lofi0 is /pseudo/lofi@0
    Feb  2 15:13:22 Solaris pseudo: [ID 129642 kern.info] pseudo-device: profile0
    Feb  2 15:13:22 Solaris genunix: [ID 936769 kern.info] profile0 is /pseudo/profi le@0
    Feb  2 15:13:22 Solaris pseudo: [ID 129642 kern.info] pseudo-device: systrace0
    Feb  2 15:13:22 Solaris genunix: [ID 936769 kern.info] systrace0 is /pseudo/syst race@0
    Feb  2 15:13:22 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fbt0
    Feb  2 15:13:22 Solaris genunix: [ID 936769 kern.info] fbt0 is /pseudo/fbt@0
    Feb  2 15:13:22 Solaris pseudo: [ID 129642 kern.info] pseudo-device: sdt0
    Feb  2 15:13:22 Solaris genunix: [ID 936769 kern.info] sdt0 is /pseudo/sdt@0
    Feb  2 15:13:22 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fasttrap0
    Feb  2 15:13:22 Solaris genunix: [ID 936769 kern.info] fasttrap0 is /pseudo/fast trap@0
    Feb  2 15:13:23 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
    Feb  2 15:13:23 Solaris genunix: [ID 936769 kern.info] fssnap0 is /pseudo/fssnap @0
    Feb  2 15:13:23 Solaris pseudo: [ID 129642 kern.info] pseudo-device: winlock0
    Feb  2 15:13:23 Solaris genunix: [ID 936769 kern.info] winlock0 is /pseudo/winlo ck@0
    Feb  2 15:13:23 Solaris pseudo: [ID 129642 kern.info] pseudo-device: pool0
    Feb  2 15:13:23 Solaris genunix: [ID 936769 kern.info] pool0 is /pseudo/pool@0
    Feb  2 15:13:23 Solaris ipf: [ID 774698 kern.info] IP Filter: v4.0.3, running.
    Feb  2 15:13:23 Solaris genunix: [ID 314293 kern.info] device pciclass,030000@0( display#0) keeps up device sd@0,0(sd#0), but the latter is not power managed
    Feb  2 15:13:23 Solaris pseudo: [ID 129642 kern.info] pseudo-device: fcp0
    Feb  2 15:13:23 Solaris genunix: [ID 936769 kern.info] fcp0 is /pseudo/fcp@0
    Feb  2 15:13:23 Solaris genunix: [ID 773945 kern.info]  UltraDMA mode 5 selected
    Feb  2 15:13:23 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:23 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:23 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:23 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:23 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:23 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:23 Solaris genunix: [ID 935449 kern.info]  ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
    Feb  2 15:13:23 Solaris genunix: [ID 882269 kern.info]  PIO mode 4 selected
    Feb  2 15:13:34 Solaris rootnex: [ID 349649 kern.info] xsvc0 at root
    Feb  2 15:13:34 Solaris genunix: [ID 936769 kern.info] xsvc0 is /xsvc
    Feb  2 15:13:56 Solaris java[582]: [ID 807473 user.error] pkcs11_softtoken: Keys tore version failure.
    Feb  2 15:14:22 Solaris sendmail[389]: [ID 702911 mail.alert] unable to qualify my own domain name (localhost) -- using short name
    Feb  2 15:14:22 Solaris sendmail[388]: [ID 702911 mail.alert] unable to qualify my own domain name (localhost) -- using short name
    Feb  2 15:15:35 Solaris pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
    Feb  2 15:15:35 Solaris genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devin fo@0
    Feb  2 15:15:35 Solaris audiosup: [ID 984688 kern.info] NOTICE: audiovia823x0: a udiovia823x0: xid=0x0201, vid1=0x5649, vid2=0x4161
    Feb  2 15:15:35 Solaris pcplusmp: [ID 637496 kern.info] pcplusmp: pci1106,3059 ( audiovia823x) instance 0 vector 0x16 ioapic 0x1 intin 0x16 is bound to cpu 0
    Feb  2 15:15:35 Solaris pci: [ID 370704 kern.info] PCI-device: pci1025,46@11,5, audiovia823x0
    Feb  2 15:15:35 Solaris genunix: [ID 936769 kern.info] audiovia823x0 is /pci@0,0 /pci1025,46@11,5
    Feb  2 15:16:45 Solaris cacao[1018]: [ID 702911 daemon.warning] com.sun.scn.jmx. impl.AbstractComponent.log : SCNClientConfigImpl.activate("Register the Solaris software without choosing an update option") -- module unlocked
    Feb  2 15:16:53 Solaris cacao[1018]: [ID 702911 daemon.warning] com.sun.scn.jmx. impl.AbstractComponent.log : SCNClientConfigImpl.deactivate("Register the Solari s software without choosing an update option") -- module locked
    Feb  2 15:39:14 Solaris usba: [ID 912658 kern.info] USB 2.0 device (usb457,151) operating at hi speed (USB 2.x) on USB 2.0 root hub: storage@1, scsa2usb0 at bus  address 2
    Feb  2 15:39:14 Solaris usba: [ID 349649 kern.info]     USB Mass Storage Device c9d613d3248731
    Feb  2 15:39:14 Solaris genunix: [ID 936769 kern.info] scsa2usb0 is /pci@0,0/pci 1025,6e@10,3/storage@1
    Feb  2 15:39:14 Solaris genunix: [ID 408114 kern.info] /pci@0,0/pci1025,6e@10,3/ storage@1 (scsa2usb0) online
    Feb  2 15:39:14 Solaris scsi: [ID 193665 kern.info] sd1 at scsa2usb0: target 0 l un 0
    Feb  2 15:39:14 Solaris genunix: [ID 936769 kern.info] sd1 is /pci@0,0/pci1025,6 e@10,3/storage@1/disk@0,0
    Feb  2 15:39:14 Solaris genunix: [ID 408114 kern.info] /pci@0,0/pci1025,6e@10,3/ storage@1/disk@0,0 (sd1) online
    Feb  2 15:39:14 Solaris genunix: [ID 314293 kern.info] device pciclass,030000@0( display#0) keeps up device sd@0,0(disk#1), but the latter is not power managedifconfig
    bash-3.00# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
            inet 127.0.0.1 netmask ff000000I use Free and OpenBSD. My card ethernet is a via-rhine, free and openbsd recognize it like :
    dmesg | grep vr0vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0x1800-0x18ff mem 0xc0006800-0xc00068ff irq 10 at device 18.0 on pci0
    miibus0: <MII bus> on vr0
    vr0: Ethernet address: 00:0a:e4:a6:0c:b9
    vr0: promiscuous mode enabledWhy Solaris 10 does not recognize it? Help me please !
    Uhm... Sorry my language, im Italian ..

    I have not ever had a need for gcc.
    I've never found myself in circumstances where I needed to use it.
    Were there any instructions in that download from SunFreeWare?
    I'm not going to download it to check.
    My x86 system has had Sol-7, Sol-8, Sol-9 and Solaris 10 installed to it.
    I have used the same PCI ethernet card for all those distros.
    It is an old DEC-21140 10/100 card I purchased at a computer swap meet
    for US$ 2.00, six years ago. I use it because every OS recognizes it natively.
    I've experimented with a 3COM 3C905-TX, and that one is just as compatible.
    I acquired the 3COM card for US$ 5.00 at another computer swap meet.
    It was more expensive, so I'm "saving" it. (Saving for what? Who knows ! )
    Perhaps you could consider using a completely different Ethernet adapter.
    Read the Hardware Compatibility List and use hardware that's recognized natively.

  • Getting error while running jnlp file

    Hello, I have generated jnlp file succesffully, but when I run the jnlp file I got this error:
    WARNING: com.sun.javafx.css.StyleHelper lookup caught:
    java.lang.IllegalArgumentException: No enum constant javafx.geometry.Pos.center_right
                    at java.lang.Enum.valueOf(Unknown Source)
                    at com.sun.javafx.css.converters.EnumConverter.convert(Unknown Source)
                    at com.sun.javafx.css.converters.EnumConverter.convert(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.lookup(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.transitionToState(Unknown Source)
                    at javafx.scene.Node.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Node.processCSS(Unknown Source)
                    at javafx.scene.Scene.doCSSPass(Unknown Source)
                    at javafx.scene.Scene.preferredSize(Unknown Source)
                    at javafx.scene.Scene.impl_initPeer(Unknown Source)
                    at javafx.stage.Window$13.invalidated(Unknown Source)
                    at javafx.beans.property.BooleanPropertyBase.markInvalid(Unknown Source)
                    at javafx.beans.property.BooleanPropertyBase.set(Unknown Source)
                    at javafx.stage.Window.setShowing(Unknown Source)
                    at javafx.stage.Window.show(Unknown Source)
                    at javafx.stage.Stage.show(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXConsole.setVisibleImpl(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXConsole.access$2700(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXConsole$5.run(Unknown Source)
                    at com.sun.javafx.application.PlatformImpl$3.run(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
                    at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
                    at java.lang.Thread.run(Unknown Source)
    WARNING: com.sun.javafx.css.StyleHelper lookup caught:
    java.lang.IllegalArgumentException: No enum constant javafx.geometry.Pos.center_right
                    at java.lang.Enum.valueOf(Unknown Source)
                    at com.sun.javafx.css.converters.EnumConverter.convert(Unknown Source)
                    at com.sun.javafx.css.converters.EnumConverter.convert(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.lookup(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.transitionToState(Unknown Source)
                    at javafx.scene.Node.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Node.processCSS(Unknown Source)
                    at javafx.scene.Scene.doCSSPass(Unknown Source)
                    at javafx.scene.Scene.preferredSize(Unknown Source)
                    at javafx.scene.Scene.impl_initPeer(Unknown Source)
                    at javafx.stage.Window$13.invalidated(Unknown Source)
                    at javafx.beans.property.BooleanPropertyBase.markInvalid(Unknown Source)
                    at javafx.beans.property.BooleanPropertyBase.set(Unknown Source)
                    at javafx.stage.Window.setShowing(Unknown Source)
                    at javafx.stage.Window.show(Unknown Source)
                    at javafx.stage.Stage.show(Unknown Source)
                    at javafx.stage.Stage.impl_showAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
                    at javafx.event.Event.fireEvent(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.postProcess(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.access$6100(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.access$1300(Unknown Source)
                    at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
                    at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
                    at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.notifyMouse(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
                    at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
                    at java.lang.Thread.run(Unknown Source)
    WARNING: com.sun.javafx.css.StyleHelper lookup caught:
    java.lang.IllegalArgumentException: Invalid cursor specification
                    at javafx.scene.Cursor.cursor(Unknown Source)
                    at com.sun.javafx.css.converters.CursorConverter.convert(Unknown Source)
                    at com.sun.javafx.css.converters.CursorConverter.convert(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.lookup(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.transitionToState(Unknown Source)
                    at javafx.scene.Node.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Node.processCSS(Unknown Source)
                    at javafx.scene.Scene.doCSSPass(Unknown Source)
                    at javafx.scene.Scene.preferredSize(Unknown Source)
                    at javafx.scene.Scene.impl_initPeer(Unknown Source)
                    at javafx.stage.Window$13.invalidated(Unknown Source)
                    at javafx.beans.property.BooleanPropertyBase.markInvalid(Unknown Source)
                    at javafx.beans.property.BooleanPropertyBase.set(Unknown Source)
                    at javafx.stage.Window.setShowing(Unknown Source)
                    at javafx.stage.Window.show(Unknown Source)
                    at javafx.stage.Stage.show(Unknown Source)
                    at javafx.stage.Stage.impl_showAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
                    at javafx.event.Event.fireEvent(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.postProcess(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.access$6100(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.access$1300(Unknown Source)
                    at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
                    at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
                    at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.notifyMouse(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
                    at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
                    at java.lang.Thread.run(Unknown Source)
    WARNING: com.sun.javafx.css.StyleHelper lookup caught:
    java.lang.IllegalArgumentException: No enum constant javafx.geometry.Pos.center_right
                    at java.lang.Enum.valueOf(Unknown Source)
                    at com.sun.javafx.css.converters.EnumConverter.convert(Unknown Source)
                    at com.sun.javafx.css.converters.EnumConverter.convert(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.lookup(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.transitionToState(Unknown Source)
                    at javafx.scene.Node.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Node.processCSS(Unknown Source)
                    at javafx.scene.Scene.doCSSPass(Unknown Source)
                    at javafx.scene.Scene.access$2900(Unknown Source)
                    at javafx.scene.Scene$ScenePulseListener.pulse(Unknown Source)
                    at com.sun.javafx.tk.Toolkit.firePulse(Unknown Source)
                    at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
                    at com.sun.javafx.tk.quantum.QuantumToolkit$8.run(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication._enterNestedEventLoop(Native Method)
                    at com.sun.glass.ui.Application.enterNestedEventLoop(Unknown Source)
                    at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(Unknown Source)
                    at javafx.stage.Stage.impl_showAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
                    at javafx.event.Event.fireEvent(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.postProcess(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.access$6100(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.access$1300(Unknown Source)
                    at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
                    at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
                    at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.notifyMouse(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
                    at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
                    at java.lang.Thread.run(Unknown Source)
    WARNING: com.sun.javafx.css.StyleHelper lookup caught:
    java.lang.IllegalArgumentException: Invalid cursor specification
                    at javafx.scene.Cursor.cursor(Unknown Source)
                    at com.sun.javafx.css.converters.CursorConverter.convert(Unknown Source)
                    at com.sun.javafx.css.converters.CursorConverter.convert(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.lookup(Unknown Source)
                    at com.sun.javafx.css.StyleHelper.transitionToState(Unknown Source)
                    at javafx.scene.Node.impl_processCSS(Unknown Source)
                    at javafx.scene.Parent.impl_processCSS(Unknown Source)
                    at javafx.scene.Node.processCSS(Unknown Source)
                    at javafx.scene.Scene.doCSSPass(Unknown Source)
                    at javafx.scene.Scene.access$2900(Unknown Source)
                    at javafx.scene.Scene$ScenePulseListener.pulse(Unknown Source)
                    at com.sun.javafx.tk.Toolkit.firePulse(Unknown Source)
                    at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
                    at com.sun.javafx.tk.quantum.QuantumToolkit$8.run(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication._enterNestedEventLoop(Native Method)
                    at com.sun.glass.ui.Application.enterNestedEventLoop(Unknown Source)
                    at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(Unknown Source)
                    at javafx.stage.Stage.impl_showAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(Unknown Source)
                    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
                    at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
                    at javafx.event.Event.fireEvent(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.postProcess(Unknown Source)
                    at javafx.scene.Scene$ClickGenerator.access$6100(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.process(Unknown Source)
                    at javafx.scene.Scene$MouseHandler.access$1300(Unknown Source)
                    at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
                    at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
                    at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
                    at com.sun.glass.ui.View.notifyMouse(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
                    at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
                    at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
                    at java.lang.Thread.run(Unknown Source)thanks in advance.

    First of all thank you for helping me to find out the problem. I did not expect you to solve my problem. I just would like to post a thread to finding out the solution or defining whether it is a bug. Anyway when I create jnlp file with Netbeans using the wizard that problem was solved. Then it gave me another problem:
    Problem
    java.lang.RuntimeException: Application launch error
                    at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:104)
                    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ExceptionInInitializerError
                    at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:140)
                    at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:27)
                    at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:97)
                    ... 1 more
    Caused by: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "javafx.debug" "read")
                    at java.security.AccessControlContext.checkPermission(Unknown Source)
                    at java.security.AccessController.checkPermission(Unknown Source)
                    at java.lang.SecurityManager.checkPermission(Unknown Source)
                    at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
                    at java.lang.System.getProperty(Unknown Source)
                    at com.sun.javafx.runtime.SystemProperties.getProperty(SystemProperties.java:178)
                    at com.sun.javafx.runtime.SystemProperties$1.run(SystemProperties.java:67)
                    at java.security.AccessController.doPrivileged(Native Method)
                    at com.sun.javafx.runtime.SystemProperties.<clinit>(SystemProperties.java:62)
                    ... 4 moreAnd unfortunately it was a bug : FXML form can't be loaded in applet mode (JavaFX 2.1 b13)

  • Setting up a domain using Oracle DB.

    I creating a domain manually applying portal template using our own WLST script. We successfully applied workshop extension but whenever we try to apply the personalization extension we go the following exception:
    WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:453)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [WARNING]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [WARNING]      at org.python.core.PyObject.__call__(PyObject.java:258)
    [WARNING]      at org.python.core.PyInstance.invoke(PyInstance.java:244)
    [WARNING]      at org.python.pycode._pyx3.updateDomain$19(/tmp/WLSTOfflineIni7284856197490404440.py:89)
    [WARNING]      at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni7284856197490404440.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:256)
    [WARNING]      at org.python.core.PyFunction.__call__(PyFunction.java:169)
    [WARNING]      at org.python.pycode._pyx16.f$0(/tmp/wlst_8685525951102029317.py:65)
    [WARNING]      at org.python.pycode._pyx16.call_function(/tmp/wlst_8685525951102029317.py)
    [WARNING]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [WARNING]      at org.python.core.PyCode.call(PyCode.java:14)
    [WARNING]      at org.python.core.Py.runCode(Py.java:1135)
    [WARNING]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    [WARNING]      at weblogic.management.scripting.WLST.main(WLST.java:129)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [WARNING]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [WARNING]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [WARNING]      at java.lang.reflect.Method.invoke(Method.java:597)
    [WARNING]      at weblogic.WLST.main(WLST.java:29)
    [WARNING] Caused by: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.runGenerator(ScriptExecutor.java:2817)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor.updateDomain(ScriptExecutor.java:834)
    [WARNING]      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:449)
    [WARNING]      ... 25 more
    [WARNING] Caused by: java.lang.NullPointerException
    [WARNING]      at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:159)
    [WARNING]      at com.bea.plateng.domain.security.SQLAuthenticatorHandler.loadSQLAuthenticatorFile(SQLAuthenticatorHandler.java:265)
    [WARNING]      at com.bea.plateng.domain.TemplateImporter.generate(TemplateImporter.java:427)
    [WARNING]      at com.bea.plateng.domain.script.ScriptExecutor$2.run(ScriptExecutor.java:2785)
    [WARNING]
    [WARNING] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.NullPointerException
    The oracle DB has all scripts already applied even the the user has been created using the SQLAuthenticator.sql
    This is blocking our development environment and we cannot proceed usign oracle.
    Here is also the WLST script that we are using to create the domain.
    from java.lang import String
    from java.io import File
    #=======================================================================================
    # This script creates a weblogic domain from a domain template
    # It will also extend the domain if any extension templates are defined
    #=======================================================================================
    print 'Start domain creation...'
    print ''
    #=======================================================================================
    # Create domain from a domain template only if there's no existing domain already created
    #=======================================================================================
    domainDir=File('.../wls_domains/repairsDomain')
    if domainDir.exists():
    print 'Found existing domain at .../repairsDomain'
    print 'Remove the directory if you want to create a brand-new domain'
    print ''
    else:
    # create a brand new domain from domain template, currently we just use wls.jar
    # which comes with weblogic installation
    print 'Creating domain using template .../bea/wlserver_10.3/common/templates/domains/wls.jar'
    readTemplate('.../bea/wlserver_10.3/common/templates/domains/wls.jar')
    # update server properties: name, listen address, listen port
    cd('/Server/AdminServer')
    cmo.setName('AdminServer')
    cmo.setListenAddress('0.0.0.0')
    cmo.setListenPort(int('10004'))
    # Reset the login id and password
    cd('/Security/base_domain/User')
    delete('weblogic','User')
    create('system','User')
    cd('/Security/base_domain/User/system')
    cmo.setPassword('weblogic')
    # - CreateStartMenu: Disable creation of Start Menu shortcut.
    setOption('CreateStartMenu', 'false')
    # - ServerStartMode: Set mode to development.
    setOption('ServerStartMode', 'dev')
    # - OverwriteDomain: Enable overwrite domain, when saving, if one exists.
    setOption('OverwriteDomain', 'true')
    # Write the base domain and close the base domain template.
    writeDomain('.../repairsDomain')
    closeTemplate()
    print 'Server AdminServer will be listening at address 0.0.0.0 on port 10004'
    print 'Domain repairsDomain successfully created in .../repairsDomain'
    print ''
    #=======================================================================================
    # Apply extension templates if there's any
    #=======================================================================================
    extensionDomainTemplates=String('.../.m2/repository/com/vzb/domains/weblogic-workshop/1.2-SNAPSHOT/weblogic-workshop-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-p13n/1.2-SNAPSHOT/weblogic-p13n-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal-content/1.2-SNAPSHOT/weblogic-portal-content-1.2-SNAPSHOT.jar:.../.m2/repository/com/vzb/domains/weblogic-portal/1.2-SNAPSHOT/weblogic-portal-1.2-SNAPSHOT.jar')
    if extensionDomainTemplates.length() != 0:
    templates=extensionDomainTemplates.split(File.pathSeparator)
    for template in templates:
    print 'Extending domain using template ' + template
    readDomain('.../repairsDomain')
    addTemplate(template)
    updateDomain()
    closeDomain()
    We migrate templates to maven so we can replace DB settings.

    Marcus,
    I can't answer your specific question but I suggest you browse some of the OAS and WebDB documentation. Click the documentation link on the left of this page. You could also take a look at some of the technical white papers available at www.oracle.com.
    Blaise

  • BPM process jax-ws callback URL error

    I generated the web service proxy for a BPM process with the callback option. Then I deployed the callback web service in to weblogic 10.3. While invoking the client proxy I am giving the callback url as shown
    GCTLab04ProcessPortType gCTLab04ProcessPortType = gCTLab04ProcessService.getGCTLab04ProcessPortType_pt();
    +// Get the request context to set the outgoing addressing properties+
    WSBindingProvider wsbp = (WSBindingProvider)gCTLab04ProcessPortType;
    WSEndpointReference replyTo =
    new WSEndpointReference("http://localhost:8001/GCTLab04-WSClient-context-root/GCTLab04ProcessPortTypeCallBackImplPort", WS_ADDR_VER);
    String uuid = "uuid:" UUID.randomUUID();+
    wsbp.setOutboundHeaders( new StringHeader(WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader(WS_ADDR_VER.replyToTag));
    I am getting the error for invalidaddressing. Can anyone help me how to solve this error?
    +<Aug 24, 2010 7:45:44 PM IST> <Warning> <com.sun.xml.ws.addressing.WsaTube> <BEA+
    -000000> <A header representing a Message Addressing Property is not valid and t
    +he message cannot be processed, Problem header:{http://www.w3.org/2005/08/addres+
    +sing}Action, Reason: {http://www.w3.org/2005/08/addressing}ActionMismatch+
    com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException

    Hi,
    there is a bug in 11.1.1.3 which is fixed in 11.1.1.4. but I found a simple workaround.
    I changed the web service annotation from the callback function for "@Adressing" from "true" to "false". e.g.
    @WebService(targetNamespace="http://xmlns.oracle.com/SOAHelloApp/SOAHelloAsync/SOAHelloAsyncProcess", name="SOAHelloAsyncProcessCallback")
    @XmlSeeAlso(
    { ObjectFactory.class })
    @SOAPBinding(style=Style.DOCUMENT)
    @Addressing(enabled=false, required=false)
    so I still have the wrong wsa:Action, but nobody cares.
    HTH

  • Limit of 100 producers would be exceeded

    Hi,
    I've created a client program that publishes objectMessages to queues, and after 100 times, I keep on getting the following message:
    WARNING: com.sun.messaging.jms.JMSException: [ADD_PRODUCER_REPLY(19)] [C4036]: A broker error occurred. :[409] [B4183]: Producer can not be added to destination inputQueue [Queue], limit of 100 producers would be exceededI'm using Glassfish V2, Open MQ jms and sun-jms-adapter. I've seen in some sun docs, that I can perfectly change the maxNumberOfProducer in using admin commando lines, but I could not find anywhere what does this number mean. If it meant to be the maximum number of ACTIVE producers, something is strange because I dont have this number of producers trying to produce messages simoutaneously. Besides, I'm closing my session, my producer and my connection every time I send a new message.
    On the other hand, if this number meant to be the maximum number of times I can produce messages to a queue, then it doesn't make any sense at all... Why would I want that?
    Can anybody please help me? Here is the pice of code where I create a producer and send a message to my queue:
                    QueueSession queueSession = null;
              ObjectMessage message = null;
              Queue queue = null;
              QueueSender queueSender = null;
              QueueConnection connection = null;
              try {
                   connection = queueConnectionFactory.createQueueConnection();
                   queueSession = connection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
                   // Create an object message
                   message = queueSession.createObjectMessage(object);
                   queue = (QueueConnectionFactory) InitialContext
                                                                     .doLookup(destination);
                   // create producer
                   queueSender = queueSession.createSender(queue);
                   queueSender.send(message);
              } catch (Exception e) {
                   logger.severe("error while sending message: " + e.getMessage());
              } finally {
                   try {
                        if (queueSender != null) {
                             queueSender.close();
                        if (queueSession != null) {
                             queueSession.close();
                        if (connection != null) {
                             connection.close();
                   } catch (JMSException ex) {
                        logger.severe("Could not close resources. " + ex.getMessage());
                   queueSession = null;
                   message = null;
                   destination = null;
                   queueSender = null;
                   queue = null;
                   connection = null;
              }Thnak you!

    maxNumberOfProducer limits the number of active producers that can be attached to a destination at any give time. The error means that you already had 100 producers attached to the inputQueue and you were trying to add 101st producer. If you want to increase this limit you can use the imqcmd command to change it. It's all described in the Message Queue Administration Guide.
    You can display the current number of producers and consumers using the imqcmd list dst command. Please not that this will work with the standard port i.e. 7676. In your case most likely the GlassFish will assign a different port to the broker so you will have to use the -b switch.
    Hope this helps - Tom

  • Message Driven Bean Deployment for a JCA based inbound Connector in SAILFIN

    This post is partly related to my previous post regarding message driven bean deployment issue in SAILFIN b12 application server. I have made another post to put my question to a more specific title with some additions. I am developing a JCA based resource adapter (i.e. connector). The inbound module of the connector listens on a specific port for incoming messages from a server (EIS). The port property and the endpoint interface (custom made message driven bean interface, that is InboundListener) has been specified in the connector's deployment descriptor. When a message reaches, the connector delivers it to the a message driven bean whose code is indicated in the following:
    package com....;
    import com....ra.facade.InboundListener;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.MessageDriven;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import java.util.logging.*;
    * Entity class InboundMessageReceiverMDB
    * @author efikayd
    @MessageDriven(
    mappedName = "InboundMessageReceiverMDB",
    messageListenerInterface = com......ra.facade.InboundListener.class,
    activationConfig = {
    @ActivationConfigProperty(
    propertyName = "listenerPort", propertyValue = "12345"),
    @ActivationConfigProperty(
    propertyName="ConnectionFactoryJndiName", propertyValue="RAjms/MyQCF"),
    @ActivationConfigProperty(
    propertyName="DestinationName", propertyValue="MyQueue"),
    @ActivationConfigProperty(
    propertyName="DestinationType", propertyValue="javax.jms.Queue")
    public class InboundMessageReceiverMDB implements InboundListener, MessageListener {
    private static final Logger logger = Logger.getLogger("com.xyz.inbound.InboundMessageReceiverMDB");
    /** Creates a new instance of InboundMessageReceiverMDB */
    public InboundMessageReceiverMDB() {
    public void onMessage(Message message) {
    public void receiveMessage(String message) {
    logger.log(Level.SEVERE, "CLASS: " + getClass().getName() + "METHOD: receiveMessage() ==> Message received...: " + message);
    The listener interface is the following:
    package com...ra.facade;
    public interface InboundListener{
    public void receiveMessage(String message);
    I have set the JMS resource and the queue properties on the admin console of the SAILFIN instance that is locally installed on my Linux machine (Suse 9 - kernel number: 2.6.5-7.244) in the following manner:
    ConnectionFactory:
    JNDI Name: RAjms/MyQCF
    Pool Name: RAjms/MyQCF
    Type: javax.jms.ConnectionFactory
    Status: enabled
    Property1 ==> Name: DestinationType Value: javax.jms.Queue
    Property2 ==> Name: DestinationName Value: MyQueue
    Destination (i.e. queue):
    JNDIName: MyQueue
    Physical Destination Name: MyQueue
    status: enabled
    Property1 ==> Name: DestinationType Value:javax.jms.Queue
    Property2 ==> Name: DestinationName Value:MyQueue
    When I first written this message driven bean, it was not implementing the MessageListener interface. It was only implementing my own InboundListener interface. I did this because JCA specification says that the endpoint (i.e. message driven bean ) is not supposed to make use of JMS and its MessageListener interface. It says it can support custom message listener interface so to say. Then I got the exceptions that are same as the exceptions stated below. So, I made the bean implement the JMS MessageListener interface in addtion to my InboundListener interface assuming that exceptions result from not including the JMS MessageListener interface. Then I generated the necessary JMS resources with configuration settings stated above in the application server. However, I am still getting the same exceptions (see below) and nothing has changed. Do you think the above configuration for the JMS resource is fine and appropriate to the activation configuration specifications in my message driven bean code? Am I missing something on this configuration? Below, I have indicated the message that I got on the linux terminal when I attempt to deploy the message driven bean and the related server log. Thank you very much in advance for your help.
    Kind regards,
    faydemir
    PS: The 'restart' command in the following linux terminal outcome basically makes a call to a bash script which deploys the message driven bean to the SAILFIN application server. The resource adapter instance is already deployed on the application server before attempting to deploy the message driven bean. I am sure that the resource adapter successfully receives the messages from the EIS but it cannot deliver them to the endpoint (i.e.the message driven bean) since the bean is unable to be deployed correctly. I am using Netbeans IDE 5.5.1
    WHILE DEPLOYING:
    ws2089 [11:29am] [home/efikayd/bin] -> ./restart
    Command deploy executed successfully with following warning messages: Error occurred during application loading phase. The application will not run properly. Please fix your application and redeploy.
    WARNING: com.sun.enterprise.deployment.backend.IASDeploymentException: Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details.
    ws2089 [11:29am] [home/efikayd/bin] ->
    SERVER LOG:
    [#|2008-01-03T11:29:00.542+0100|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]
    [#|2008-01-03T11:29:09.482+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;/tmp/s1astempdomain1server-1825660455/InboundReceiverMDBModule.jar;|ADM1006:Uploading the file to:[/tmp/s1astempdomain1server-1825660455/InboundReceiverMDBModule.jar]|#]
    [#|2008-01-03T11:29:12.399+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=18;_ThreadName=Thread-32;|deployed with moduleid = InboundReceiverMDBModule|#]
    [#|2008-01-03T11:29:12.739+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;InboundMessageReceiverMDB;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|MDB00017: [InboundMessageReceiverMDB]: Exception in creating message-driven bean container: [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB]|#]
    [#|2008-01-03T11:29:12.739+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|com.sun.enterprise.connectors.ConnectorRuntimeException
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
    at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
    at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
    at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
    at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
    at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
    at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
    at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
    at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
    at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
    at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
    at $Proxy1.invoke(Unknown Source)
    at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
    at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
    at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:69)
    at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:155)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:122)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:193)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:271)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
    |#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|EJB5090: Exception in creating EJB container [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB]|#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|appId=InboundReceiverMDBModule moduleName=_home_efikayd_SAILFINB12_sailfin_domains_domain1_applications_j2ee-modules_InboundReceiverMDBModule ejbName=InboundMessageReceiverMDB|#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|LDR5004: UnExpected error occured while creating ejb container
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
    at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
    at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
    at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
    at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
    at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
    at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
    at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
    at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
    at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
    at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
    at $Proxy1.invoke(Unknown Source)
    at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
    at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
    at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:69)
    at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:155)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:122)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:193)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:271)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
    |#]
    [#|2008-01-03T11:29:12.745+0100|WARNING|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|CORE5020: Error while loading ejb module|#]
    [#|2008-01-03T11:29:12.747+0100|WARNING|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details. ;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|ADM1075:Error on listening event:[Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details. ]|#]

    This post is partly related to my previous post regarding message driven bean deployment issue in SAILFIN b12 application server. I have made another post to put my question to a more specific title with some additions. I am developing a JCA based resource adapter (i.e. connector). The inbound module of the connector listens on a specific port for incoming messages from a server (EIS). The port property and the endpoint interface (custom made message driven bean interface, that is InboundListener) has been specified in the connector's deployment descriptor. When a message reaches, the connector delivers it to the a message driven bean whose code is indicated in the following:
    package com....;
    import com....ra.facade.InboundListener;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.MessageDriven;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import java.util.logging.*;
    * Entity class InboundMessageReceiverMDB
    * @author efikayd
    @MessageDriven(
    mappedName = "InboundMessageReceiverMDB",
    messageListenerInterface = com......ra.facade.InboundListener.class,
    activationConfig = {
    @ActivationConfigProperty(
    propertyName = "listenerPort", propertyValue = "12345"),
    @ActivationConfigProperty(
    propertyName="ConnectionFactoryJndiName", propertyValue="RAjms/MyQCF"),
    @ActivationConfigProperty(
    propertyName="DestinationName", propertyValue="MyQueue"),
    @ActivationConfigProperty(
    propertyName="DestinationType", propertyValue="javax.jms.Queue")
    public class InboundMessageReceiverMDB implements InboundListener, MessageListener {
    private static final Logger logger = Logger.getLogger("com.xyz.inbound.InboundMessageReceiverMDB");
    /** Creates a new instance of InboundMessageReceiverMDB */
    public InboundMessageReceiverMDB() {
    public void onMessage(Message message) {
    public void receiveMessage(String message) {
    logger.log(Level.SEVERE, "CLASS: " + getClass().getName() + "METHOD: receiveMessage() ==> Message received...: " + message);
    The listener interface is the following:
    package com...ra.facade;
    public interface InboundListener{
    public void receiveMessage(String message);
    I have set the JMS resource and the queue properties on the admin console of the SAILFIN instance that is locally installed on my Linux machine (Suse 9 - kernel number: 2.6.5-7.244) in the following manner:
    ConnectionFactory:
    JNDI Name: RAjms/MyQCF
    Pool Name: RAjms/MyQCF
    Type: javax.jms.ConnectionFactory
    Status: enabled
    Property1 ==> Name: DestinationType Value: javax.jms.Queue
    Property2 ==> Name: DestinationName Value: MyQueue
    Destination (i.e. queue):
    JNDIName: MyQueue
    Physical Destination Name: MyQueue
    status: enabled
    Property1 ==> Name: DestinationType Value:javax.jms.Queue
    Property2 ==> Name: DestinationName Value:MyQueue
    When I first written this message driven bean, it was not implementing the MessageListener interface. It was only implementing my own InboundListener interface. I did this because JCA specification says that the endpoint (i.e. message driven bean ) is not supposed to make use of JMS and its MessageListener interface. It says it can support custom message listener interface so to say. Then I got the exceptions that are same as the exceptions stated below. So, I made the bean implement the JMS MessageListener interface in addtion to my InboundListener interface assuming that exceptions result from not including the JMS MessageListener interface. Then I generated the necessary JMS resources with configuration settings stated above in the application server. However, I am still getting the same exceptions (see below) and nothing has changed. Do you think the above configuration for the JMS resource is fine and appropriate to the activation configuration specifications in my message driven bean code? Am I missing something on this configuration? Below, I have indicated the message that I got on the linux terminal when I attempt to deploy the message driven bean and the related server log. Thank you very much in advance for your help.
    Kind regards,
    faydemir
    PS: The 'restart' command in the following linux terminal outcome basically makes a call to a bash script which deploys the message driven bean to the SAILFIN application server. The resource adapter instance is already deployed on the application server before attempting to deploy the message driven bean. I am sure that the resource adapter successfully receives the messages from the EIS but it cannot deliver them to the endpoint (i.e.the message driven bean) since the bean is unable to be deployed correctly. I am using Netbeans IDE 5.5.1
    WHILE DEPLOYING:
    ws2089 [11:29am] [home/efikayd/bin] -> ./restart
    Command deploy executed successfully with following warning messages: Error occurred during application loading phase. The application will not run properly. Please fix your application and redeploy.
    WARNING: com.sun.enterprise.deployment.backend.IASDeploymentException: Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details.
    ws2089 [11:29am] [home/efikayd/bin] ->
    SERVER LOG:
    [#|2008-01-03T11:29:00.542+0100|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]
    [#|2008-01-03T11:29:09.482+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;/tmp/s1astempdomain1server-1825660455/InboundReceiverMDBModule.jar;|ADM1006:Uploading the file to:[/tmp/s1astempdomain1server-1825660455/InboundReceiverMDBModule.jar]|#]
    [#|2008-01-03T11:29:12.399+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=18;_ThreadName=Thread-32;|deployed with moduleid = InboundReceiverMDBModule|#]
    [#|2008-01-03T11:29:12.739+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;InboundMessageReceiverMDB;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|MDB00017: [InboundMessageReceiverMDB]: Exception in creating message-driven bean container: [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB]|#]
    [#|2008-01-03T11:29:12.739+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|com.sun.enterprise.connectors.ConnectorRuntimeException
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
    at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
    at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
    at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
    at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
    at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
    at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
    at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
    at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
    at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
    at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
    at $Proxy1.invoke(Unknown Source)
    at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
    at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
    at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:69)
    at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:155)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:122)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:193)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:271)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
    |#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|EJB5090: Exception in creating EJB container [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB]|#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|appId=InboundReceiverMDBModule moduleName=_home_efikayd_SAILFINB12_sailfin_domains_domain1_applications_j2ee-modules_InboundReceiverMDBModule ejbName=InboundMessageReceiverMDB|#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|LDR5004: UnExpected error occured while creating ejb container
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
    at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
    at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
    at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
    at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
    at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
    at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
    at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
    at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
    at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
    at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
    at $Proxy1.invoke(Unknown Source)
    at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
    at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
    at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:69)
    at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:155)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:122)
    at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:193)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:271)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
    |#]
    [#|2008-01-03T11:29:12.745+0100|WARNING|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|CORE5020: Error while loading ejb module|#]
    [#|2008-01-03T11:29:12.747+0100|WARNING|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details. ;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|ADM1075:Error on listening event:[Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details. ]|#]

  • Message Driven Bean deployment problem in SAILFIN b12

    Hi,
    I am a fresh learner in EJB technology and have been experiencing a deployment problem while attempting to deploy a very simple message driven bean, that does nothing basically, to a SAILFIN (b12) application server instance. I am using NetBeans 5.5.1 to form the message driven bean but I deploy the bean manually on a Linux terminal. The following is the code of the bean:
    package trial.mdb;
    import javax.annotation.Resource;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.MessageDriven;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    @MessageDriven(mappedName = "jms/MDB1", activationConfig = {
    @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
    @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
    public class MDB1 implements MessageListener {
    /** Creates a new instance of MDB1 */
    public MDB1() {
    public void onMessage(Message message) {
    I got the following message after deployment attempt:
    "Command deploy executed successfully with following warning messages: Error occurred during application loading phase. The application will not run properly. Please fix your application and redeploy.
    WARNING: com.sun.enterprise.deployment.backend.IASDeploymentException: Error while loading EJB module [TrialMDB]. Please refer to the server log for more details."
    The verifier does not give any error, warning or failure message and it states "com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/MDB1;" in the server log. Below, I have stated the content of the server log. I am novice in EJB technology particularly in message driven beans so any help will be appreciated. Thanks a lot in advance.
    --faydemir
    The content of the server log:
    [#|2008-01-02T16:25:11.106+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.avk.tools.verifier|_ThreadID=23;_ThreadName=Thread-41;|Verifying: [ _home_efikayd_SAILFINB12_sailfin_domains_domain1_applications_j2ee-modules_TrialMDB ]|#]
    [#|2008-01-02T16:25:11.286+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.avk.tools.verifier|_ThreadID=23;_ThreadName=Thread-41;_RequestID=c8eac819-597f-454b-b189-1ad5a88770ac;|
    STATIC VERIFICATION RESULTS
    NUMBER OF FAILURES/WARNINGS/ERRORS
    # of Failures : 0
    # of Warnings : 0
    # of Errors : 0
    END OF STATIC VERIFICATION RESULTS
    |#]
    [#|2008-01-02T16:25:11.286+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.avk.tools.verifier|_ThreadID=23;_ThreadName=Thread-41;|No errors found in the archive.|#]
    [#|2008-01-02T16:25:11.367+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=23;_ThreadName=Thread-41;|deployed with moduleid = TrialMDB|#]
    [#|2008-01-02T16:25:11.441+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=24;_ThreadName=Thread-40;MDB1;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/MDB1;_RequestID=59330d0c-6ffd-48d6-9c99-a25e98b13700;|MDB00017: [MDB1]: Exception in creating message-driven bean container: [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/MDB1]|#]
    [#|2008-01-02T16:25:11.441+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=24;_ThreadName=Thread-40;_RequestID=59330d0c-6ffd-48d6-9c99-a25e98b13700;|com.sun.enterprise.connectors.ConnectorRuntimeException
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/MDB1
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
    at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
    at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
    at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
    at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
    at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
    at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
    at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
    at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
    at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
    at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
    at $Proxy1.invoke(Unknown Source)
    at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
    at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
    at com.sun.enterprise.deployment.client.DeploymentClientUtils.startApplication(DeploymentClientUtils.java:154)
    at com.sun.enterprise.deployment.client.DeployAction.run(DeployAction.java:535)
    at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-01-02T16:25:11.443+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=24;_ThreadName=Thread-40;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/MDB1;_RequestID=59330d0c-6ffd-48d6-9c99-a25e98b13700;|EJB5090: Exception in creating EJB container [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/MDB1]|#]
    [#|2008-01-02T16:25:11.443+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=24;_ThreadName=Thread-40;_RequestID=59330d0c-6ffd-48d6-9c99-a25e98b13700;|appId=TrialMDB moduleName=_home_efikayd_SAILFINB12_sailfin_domains_domain1_applications_j2ee-modules_TrialMDB ejbName=MDB1|#]
    [#|2008-01-02T16:25:11.443+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=24;_ThreadName=Thread-40;_RequestID=59330d0c-6ffd-48d6-9c99-a25e98b13700;|LDR5004: UnExpected error occured while creating ejb container
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/MDB1
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
    at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
    at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
    at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
    at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
    at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
    at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
    at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
    at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
    at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
    at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
    at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
    at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
    at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
    at $Proxy1.invoke(Unknown Source)
    at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
    at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
    at com.sun.enterprise.deployment.client.DeploymentClientUtils.startApplication(DeploymentClientUtils.java:154)
    at com.sun.enterprise.deployment.client.DeployAction.run(DeployAction.java:535)
    at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-01-02T16:25:11.445+0100|WARNING|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=24;_ThreadName=Thread-40;_RequestID=59330d0c-6ffd-48d6-9c99-a25e98b13700;|CORE5020: Error while loading ejb module|#]
    [#|2008-01-02T16:25:11.446+0100|WARNING|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=24;_ThreadName=Thread-40;Error while loading EJB module [TrialMDB]. Please refer to the server log for more details. ;_RequestID=59330d0c-6ffd-48d6-9c99-a25e98b13700;|ADM1075:Error on listening event:[Error while loading EJB module [TrialMDB]. Please refer to the server log for more details. ]|#]

    Hi thank you for your answer. I did not create any jms resource in the application server because my message driven bean was not implementing the MessageListener interface. Since it did not work in that way, I added the MessageListenerInterface to the bean and formed the necessary jms resources usuing the admin console of the SAILFIN but it keeps giving the same message both on the linux terminal and the server log.
    Let me explain my situation in a more detailed way. I am developing a JCA based resource adapter (i.e.) connector. The inbound module of the connector listens on a specific port for incoming messages from a server (EIS). The port property is defined in the connector's deployment descriptor. When a message reaches, the connector delivers it to the a message driven bean whose code is indicated in the following:
    package com....;
    import com....ra.facade.InboundListener;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.MessageDriven;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import java.util.logging.*;
    * Entity class InboundMessageReceiverMDB
    * @author efikayd
    @MessageDriven(
    mappedName = "InboundMessageReceiverMDB",
    messageListenerInterface = com......ra.facade.InboundListener.class,
    activationConfig = {
    @ActivationConfigProperty(
    propertyName = "listenerPort", propertyValue = "12345"),
    @ActivationConfigProperty(
    propertyName="ConnectionFactoryJndiName", propertyValue="RAjms/MyQCF"),
    @ActivationConfigProperty(
    propertyName="DestinationName", propertyValue="MyQueue"),
    @ActivationConfigProperty(
    propertyName="DestinationType", propertyValue="javax.jms.Queue")
    public class InboundMessageReceiverMDB implements InboundListener, MessageListener {
    private static final Logger logger = Logger.getLogger("com.xyz.inbound.InboundMessageReceiverMDB");
    /** Creates a new instance of InboundMessageReceiverMDB */
    public InboundMessageReceiverMDB() {
    public void onMessage(Message message) {
    public void receiveMessage(String message) {
    logger.log(Level.SEVERE, "CLASS: " + getClass().getName() + "METHOD: receiveMessage() ==> Message received...: " + message);
    The listener interface is the following:
    package com...ra.facade;
    public interface InboundListener{
    public void receiveMessage(String message);
    I have set the JMS resource and the destination resource properties on the admin console in the following manner:
    ConnectionFactory:
    JNDI Name: RAjms/MyQCF
    Pool Name: RAjms/MyQCF
    Type: javax.jms.ConnectionFactory
    Status: enabled
    Property1 ==> Name: DestinationType Value: javax.jms.Queue
    Property2 ==> Name: DestinationName Value: MyQueue
    Destination (i.e. queue):
    JNDIName: MyQueue
    Physical Destination Name: MyQueue
    status: enabled
    Property1 ==> Name: DestinationType Value:javax.jms.Queue
    Property2 ==> Name: DestinationName Value:MyQueue
    Although I created the JMS resources as above I am getting the same problems.Do you think the above configuration is fine and appropriate to the activation configuration definitions in my message driven bean code? Am I missing something on this configuration? Below, I have indicated the message that I got on the linux terminal when I attempt to deploy the message driven bean and the related server log. They are same as what I posted before (i.e. JMS resource cannot be created...). Thank you very much in advance for your help.
    Kind regards,
    faydemir
    PS: The 'restart' command in the following linux terminal outcome basically makes a call to a bash script which deploys the message driven bean to the SAILFIN application server. The resource adapter instance is already deployed on the application server before attempting to deploy the message driven bean.
    WHILE DEPLOYING:
    ws2089 [11:29am] [home/efikayd/bin] -> ./restart
    Command deploy executed successfully with following warning messages: Error occurred during application loading phase. The application will not run properly. Please fix your application and redeploy.
    WARNING: com.sun.enterprise.deployment.backend.IASDeploymentException: Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details.
    ws2089 [11:29am] [home/efikayd/bin] ->
    SERVER LOG:
    [#|2008-01-03T11:29:00.542+0100|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]
    [#|2008-01-03T11:29:09.482+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;/tmp/s1astempdomain1server-1825660455/InboundReceiverMDBModule.jar;|ADM1006:Uploading the file to:[/tmp/s1astempdomain1server-1825660455/InboundReceiverMDBModule.jar]|#]
    [#|2008-01-03T11:29:12.399+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=18;_ThreadName=Thread-32;|deployed with moduleid = InboundReceiverMDBModule|#]
    [#|2008-01-03T11:29:12.739+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;InboundMessageReceiverMDB;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|MDB00017: [InboundMessageReceiverMDB]: Exception in creating message-driven bean container: [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB]|#]
    [#|2008-01-03T11:29:12.739+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|com.sun.enterprise.connectors.ConnectorRuntimeException
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB
         at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
         at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
         at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
         at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
         at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
         at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
         at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
         at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
         at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
         at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
         at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
         at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
         at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
         at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
         at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
         at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
         at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:69)
         at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:155)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:122)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:193)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:271)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
         at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
    |#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|EJB5090: Exception in creating EJB container [com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB]|#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|appId=InboundReceiverMDBModule moduleName=_home_efikayd_SAILFINB12_sailfin_domains_domain1_applications_j2ee-modules_InboundReceiverMDBModule ejbName=InboundMessageReceiverMDB|#]
    [#|2008-01-03T11:29:12.742+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|LDR5004: UnExpected error occured while creating ejb container
    com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : InboundMessageReceiverMDB
         at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1528)
         at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1379)
         at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:170)
         at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:209)
         at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:280)
         at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:537)
         at com.sun.enterprise.server.EJBModuleLoader.doLoad(EJBModuleLoader.java:171)
         at com.sun.enterprise.server.AbstractLoader.load(AbstractLoader.java:245)
         at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:233)
         at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:188)
         at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:420)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1004)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:991)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
         at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
         at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:230)
         at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
         at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:920)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:591)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:635)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:381)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:364)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:470)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
         at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:174)
         at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:69)
         at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:155)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:122)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:193)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:290)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:271)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
         at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
         at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
         at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116)
    |#]
    [#|2008-01-03T11:29:12.745+0100|WARNING|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|CORE5020: Error while loading ejb module|#]
    [#|2008-01-03T11:29:12.747+0100|WARNING|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=17;_ThreadName=httpWorkerThread-4848-1;Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details. ;_RequestID=feb08bff-27af-402a-9fd5-b77b8bb5f046;|ADM1075:Error on listening event:[Error while loading EJB module [InboundReceiverMDBModule]. Please refer to the server log for more details. ]|#]

  • Jax-ws callback url

    I generated the web service proxy for a BPM process with the callback option. Then I deployed the callback web service in to weblogic 10.3. while invoking the client proxy I am giving the callback url as shown
    GCTLab04ProcessPortType gCTLab04ProcessPortType = gCTLab04ProcessService.getGCTLab04ProcessPortType_pt();
    +// Get the request context to set the outgoing addressing properties+
    WSBindingProvider wsbp = (WSBindingProvider)gCTLab04ProcessPortType;
    WSEndpointReference replyTo =
    new WSEndpointReference("http://localhost:8001/GCTLab04-WSClient-context-root/GCTLab04ProcessPortTypeCallBackImplPort", WS_ADDR_VER);
    String uuid = "uuid:" UUID.randomUUID();+
    wsbp.setOutboundHeaders( new StringHeader(WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader(WS_ADDR_VER.replyToTag));
    I am getting the error for invalidaddressing. Can anyone help me how to solve this error?
    +<Aug 24, 2010 7:45:44 PM IST> <Warning> <com.sun.xml.ws.addressing.WsaTube> <BEA+
    -000000> <A header representing a Message Addressing Property is not valid and t
    +he message cannot be processed, Problem header:{http://www.w3.org/2005/08/addres+
    +sing}Action, Reason: {http://www.w3.org/2005/08/addressing}ActionMismatch+
    com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException

    Hi,
    there is a bug in 11.1.1.3 which is fixed in 11.1.1.4. but I found a simple workaround.
    I changed the web service annotation from the callback function for "@Adressing" from "true" to "false". e.g.
    @WebService(targetNamespace="http://xmlns.oracle.com/SOAHelloApp/SOAHelloAsync/SOAHelloAsyncProcess", name="SOAHelloAsyncProcessCallback")
    @XmlSeeAlso(
    { ObjectFactory.class })
    @SOAPBinding(style=Style.DOCUMENT)
    @Addressing(enabled=false, required=false)
    so I still have the wrong wsa:Action, but nobody cares.
    HTH

Maybe you are looking for

  • Insalling 32 & 64 bit clients in Windows 7 64bit OS

    Hi, We are using Windows 7 64bit OS. We have both 32 bit and 64 bit applications accessing our Oracle 10g server. Some applications are listed bellow. 1) Forms 6i 32 bit 2) 32 bit VB6 application 3) Office VBA applications 4) Autocad 64 bit VBA 5) AS

  • Adobe Livecycle Express login problem.

    I registered for the prerelease program, got the confirmation e-mail, clicked the link to Activate my account. I can log in and follow the link for LiveCycle ES2.5 Prerelease, but I get an Authentication Failed error when I try to log into Adobe Live

  • How to Transport development object in SAP BI

    Hi to all, Please can any body tell me , How to transport development object from one server to another server. i am fresher in SAP Bi , so i need to know in depth , please also send me website link so i can get more depth knowledge. Please also send

  • Two dependent SelectOneChoise objects...

    Hi, everyone! I have two dependent select one choice objects! See: http://my.jetscreenshot.com/2677/20100715-6suo-55kb Then I run my jspx page. First time when I choose values from first LOV, then secend LOV shows needed values. But when I repeat act

  • Need help playing a song previously purchased in 2006

    I cannot play a song that I purchased in 2006. On a new computer, it doesn't even show up inthe purchased option. Anyone know how to fix this? Thanks!