Error setting up OSB tutorial

Hi,
I am trying to setup the OSB Routing a Loan Application which comes with the OSB installation.
I followed the steps mentioned in the below URL
http://docs.oracle.com/cd/E13171_01/alsb/docs21/tutorial/tutGettingStarted.html#1046994
When I go to Step 4: Build and Deploy the Business Services and execute the ant to deploy SimpleBean.java
which is available at C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\examples\webservices\jws_basic\normal the build fails with following
error message :-
server:
[jwsc] JWS: processing module normalLoan_jws_basic_ejb
[jwsc] Parsing source files
[jwsc] Parsing source files
[jwsc] [JAM] Error: unexpected exception thrown:
[jwsc] com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing f
ailure in C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\examp
les\webservices\jws_basic\normal\SimpleBean.java at line 66. Most likely, an an
notation is declared whose type has not been imported.
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_15
0.getAnnotationTypeFor(JavadocTigerDelegateImpl_150.java:410)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_15
0.extractAnnotations(JavadocTigerDelegateImpl_150.java:176)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_15
0.extractAnnotations(JavadocTigerDelegateImpl_150.java:152)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.addAnno
tations(JavadocClassBuilder.java:404)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.populat
e(JavadocClassBuilder.java:216)
[jwsc] at com.bea.util.jam.internal.elements.ClassImpl.ensureLoaded(Cla
ssImpl.java:725)
[jwsc] at com.bea.util.jam.internal.elements.ClassImpl.getSourcePositio
n(ClassImpl.java:417)
[jwsc] at weblogic.wsee.tools.anttasks.JwsLoader.buildClassMap(JwsLoade
r.java:207)
[jwsc] at weblogic.wsee.tools.anttasks.JwsLoader.loadJClasses(JwsLoader
.java:191)
[jwsc] at weblogic.wsee.tools.anttasks.JwsLoader.load(JwsLoader.java:75
[jwsc] at weblogic.wsee.tools.anttasks.JwsModule.loadWebServices(JwsMod
ule.java:569)
[jwsc] at weblogic.wsee.tools.anttasks.JwsModule.generate(JwsModule.jav
a:369)
[jwsc] at weblogic.wsee.tools.anttasks.JwsModule.build(JwsModule.java:2
56)
[jwsc] at weblogic.wsee.tools.anttasks.JwscTask.execute(JwscTask.java:1
84)
[jwsc] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
va:288)
[jwsc] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[jwsc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
[jwsc] at java.lang.reflect.Method.invoke(Method.java:597)
[jwsc] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchU
tils.java:106)
[jwsc] at org.apache.tools.ant.Task.perform(Task.java:348)
[jwsc] at org.apache.tools.ant.Target.execute(Target.java:357)
[jwsc] at org.apache.tools.ant.Target.performTasks(Target.java:385)
[jwsc] at org.apache.tools.ant.Project.executeSortedTargets(Project.jav
a:1337)
[jwsc] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
[jwsc] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(De
faultExecutor.java:41)
[jwsc] at org.apache.tools.ant.Project.executeTargets(Project.java:1189
[jwsc] at org.apache.tools.ant.Main.runBuild(Main.java:758)
[jwsc] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[jwsc] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
[jwsc] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
[jwsc] [JAM] Error: unexpected exception thrown:
[jwsc] com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing f
ailure in C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\examp
les\webservices\jws_basic\normal\SimpleBean.java at line 66. Most likely, an an
notation is declared whose type has not been imported.
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_15
0.getAnnotationTypeFor(JavadocTigerDelegateImpl_150.java:410)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_15
0.extractAnnotations(JavadocTigerDelegateImpl_150.java:176)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_15
0.extractAnnotations(JavadocTigerDelegateImpl_150.java:152)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.addAnno
tations(JavadocClassBuilder.java:404)
[jwsc] at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.populat
e(JavadocClassBuilder.java:216)
[jwsc] at com.bea.util.jam.internal.elements.ClassImpl.ensureLoaded(Cla
ssImpl.java:725)
[jwsc] at com.bea.util.jam.internal.elements.ClassImpl.getSourcePositio
n(ClassImpl.java:417)
[jwsc] at weblogic.wsee.tools.anttasks.JwsLoader.buildClassMap(JwsLoade
r.java:207)
[jwsc] at weblogic.wsee.tools.anttasks.JwsLoader.loadJClasses(JwsLoader
.java:191)
[jwsc] at weblogic.wsee.tools.anttasks.JwsLoader.load(JwsLoader.java:75
[jwsc] at weblogic.wsee.tools.anttasks.JwsModule.loadWebServices(JwsMod
ule.java:569)
[jwsc] at weblogic.wsee.tools.anttasks.JwsModule.generate(JwsModule.jav
a:369)
[jwsc] at weblogic.wsee.tools.anttasks.JwsModule.build(JwsModule.java:2
56)
[jwsc] at weblogic.wsee.tools.anttasks.JwscTask.execute(JwscTask.java:1
84)
[jwsc] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja
va:288)
[jwsc] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[jwsc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
[jwsc] at java.lang.reflect.Method.invoke(Method.java:597)
[jwsc] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchU
tils.java:106)
[jwsc] at org.apache.tools.ant.Task.perform(Task.java:348)
[jwsc] at org.apache.tools.ant.Target.execute(Target.java:357)
[jwsc] at org.apache.tools.ant.Target.performTasks(Target.java:385)
[jwsc] at org.apache.tools.ant.Project.executeSortedTargets(Project.jav
a:1337)
[jwsc] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
[jwsc] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(De
faultExecutor.java:41)
[jwsc] at org.apache.tools.ant.Project.executeTargets(Project.java:1189
[jwsc] at org.apache.tools.ant.Main.runBuild(Main.java:758)
[jwsc] at org.apache.tools.ant.Main.startAnt(Main.java:217)
[jwsc] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
[jwsc] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
[jwsc] [JAM] Warning: failed to resolve class SessionContext
[jwsc] 1 JWS files being processed for module normalLoan_jws_basic_ejb
[jwsc] [JAM] Warning: failed to resolve class javax.ejb.SessionBean
[jwsc] [JAM] Warning: failed to resolve class org.apache.xmlbeans.XmlObject
[jwsc] [JAM] Warning: failed to resolve class com.bea.xml.XmlObject
[jwsc] [JAM] Warning: failed to resolve class javax.xml.rpc.holders.Holder
[jwsc] [JAM] Warning: failed to resolve class org.apache.xmlbeans.XmlObject
[jwsc] [JAM] Warning: failed to resolve class com.bea.xml.XmlObject
[jwsc] [JAM] Warning: failed to resolve class javax.xml.rpc.holders.Holder
[jwsc] [JAM] Warning: failed to resolve class SessionContext
[jwsc] [JAM] Warning: failed to resolve class javax.ejb.SessionBean
[jwsc] JWS: C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\sr
c\examples\webservices\jws_basic\normal\SimpleBean.java Validated.
[jwsc] [JAM] Warning: failed to resolve class org.apache.xmlbeans.XmlObject
[jwsc] [JAM] Warning: failed to resolve class com.bea.xml.XmlObject
[jwsc] [JAM] Warning: failed to resolve class javax.xml.rpc.holders.Holder
[jwsc] [JAM] Warning: failed to resolve class com.bea.staxb.runtime.ObjectF
actory
[jwsc] [JAM] Warning: failed to resolve class javax.ejb.SessionBean
[jwsc] [JAM] Warning: failed to resolve class SessionContext
[jwsc] Compiling 2 source files to C:\Users\ghugahar\AppData\Local\Temp\_2n
kqph
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:5: package javax.ejb does not
exist
[jwsc] import javax.ejb.SessionBean;
[jwsc] ^
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:6: package javax.ejb does not
exist
[jwsc] import javax.ejb.SessionContext;
[jwsc] ^
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:17: package weblogic.ejbgen d
oes not exist
[jwsc] import weblogic.ejbgen.*;
[jwsc] ^
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:21: package weblogic.jws does
not exist
[jwsc] import weblogic.jws.WLHttpTransport;
[jwsc] ^
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:66: cannot find symbol
[jwsc] symbol: class SessionBean
[jwsc] public class SimpleBean implements SessionBean {
[jwsc] ^
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:32: cannot find symbol
[jwsc] symbol: class Session
[jwsc] @Session(ejbName="Simple",
[jwsc] ^
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:54: cannot find symbol
[jwsc] symbol: class WLHttpTransport
[jwsc] @WLHttpTransport(portName="helloPort",
[jwsc] ^
[jwsc] C:\Oracle\Middleware\Oracle_OSB1\samples\servicebus\examples\src\exa
mples\webservices\jws_basic\normal\SimpleBean.java:100: cannot find symbol
[jwsc] symbol : class SessionContext
[jwsc] location: class normal.SimpleBean
[jwsc] public void setSessionContext(SessionContext sc) {}
[jwsc] ^
[jwsc] 8 errors
[AntUtil.deleteDir] Deleting directory C:\Users\ghugahar\AppData\Local\Temp\_2nk
qph
BUILD FAILED
Compile failed; see the compiler error output for details.
Total time: 7 seconds
Any help/pointers in this regard is highly appreciated.
With Regards,
Harshwardhan

Now I get this error,
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>BEA-380002: Not Found</faultstring>
<detail>
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380002</con:errorCode>
<con:reason>Not Found</con:reason>
<con:location>
<con:node>RouteNode1</con:node>
<con:path>response-pipeline</con:path>
</con:location>
</con:fault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
thanks

Similar Messages

  • Error while trying OSB tutorial

    Getting error "<con:reason>
    Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </con:reason> "
    Can anybody guide me to from where to change the port config etc required.
    Error Snapshot follows
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>
    BEA-380002: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380002</con:errorCode>
    <con:reason>
    Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '7021'
    </con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    thanks

    Now I get this error,
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>BEA-380002: Not Found</faultstring>
    <detail>
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380002</con:errorCode>
    <con:reason>Not Found</con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    thanks

  • Essbase Error:Set is too large to be processed. Set size exceeds 2^64 tuple

    Hi,
    we are using obiee 11.1.1.6 version with essbase 9.3.3 as a data source . when I try to run a report in obiee, I am getting the below error :
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Internal error: Set is too large to be processed. Set size exceeds 2^64 tuples (HY000)
    but if I run the same query in excel add in, I am just getting 20 records . wondering why I am getting this error in obiee . Does any one encountered the same issue ?
    Thanks In advance,

    Well if you want to export in I think you have to manually do it.
    The workaround it to open your aperture library by right clicking it and show contents...
    Then go into your project right click show contents...
    In here there are sub folders on dates that the pictures were added to those projects. If you open the sub folder and search for your pictures name it should be in that main folder.
    You can just copy it out as you would any normal file to any other location.
    Voila you have manually exported out your file.
    There is a very similar post that has been close but again you can't export the original file that you are working on - FYI http://discussions.apple.com/thread.jspa?threadID=2075419

  • Strange Runtime Error - Error setting property 'page1' in bean of type null

    All I have here is a treenode with its URL set to a web page. When the node is clicked, I get this:
    ===============================
    [#|2006-07-25T09:39:20.204-0600|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=16;|WebModule[/HNESWebApp]org.apache.jasper.JasperException: Error setting property 'page1' in bean of type null
    javax.faces.FacesException: org.apache.jasper.JasperException: Error setting property 'page1' in bean of type null
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:327)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
    at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    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:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at ccic2s.netsvr.hnes.web.hneswebapp.login.LoginFilter.doFilter(LoginFilter.java:198)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: org.apache.jasper.JasperException: Error setting property 'page1' in bean of type null
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:384)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
    at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
    at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    ... 49 more
    |#]
    ======================
    Any ideas?
    TIA

    Okay, I found it - my bad but this might help you..
    Turns out the managed-beans.xml (and possibly other files /directories) under WEB-INF were set to read only due to the CM tool I am using - these files were checked in at one point (probably shouldn't have been). I thought I got them all but had missed a few.
    So the moral of the story is beware of setting read-only files!

  • P6v7 Web Services Oracle Universal Installer Error Setting Java_Home veriab

    Hi,
    I am installing Primavera P6 v7 web serivces on a Ms Windows 2003 SP2 server machine but it gives error "error setting Java_Home environment variable" every time i run the oracle universal installer setup of P6 v7 web services. I have already installed Java JRE1.6.0_14 and set the JAVA_HOME variables in both system and user variables. I have also tried manually setting path of JAVA during setup but no luck so far everytime same error. I have been looking at the log file in oracle inventory folder but did not find any hint to resolve the issue.
    Please suggest a solution or workaround.
    Regards,
    Shahid

    r u using 32bit or 64bit java?? better to use 32 bit java. Create 3 variable for EPPM P6
    1) variable name: JAVA_HOME Value: c:\Java32\JRE1.6.0_27
    2) variable name: JRE_Location value: c:\Java32\jdk.1.6.0_27\jre
    3) variable name: p6_java_home value: c:\Java32\jdk.1.6.0_27

  • Troubleshoot-Adapter engine:Error Setting the message status to DLNG failed

    Dear Experts,
    We use SAP RFC- PI-JDBC(MSSQL).  here the Data(message) successfully transfered to mssql table but the status is been set to DLNG failed,  And it finally shown as SYSTEM ERROR.
    QoS required: ExactlyOnce ,  here The Message has got inserted in that particular table and in PI adapter the  status turned to  DLNG faild and the service again tries to send the same message which is not possible becoz the data is set for primary value.
    2010-09-15 09:59:48 Success Message successfully received by messaging system. Profile: XI URL: http://XXXXX:50000/MessagingSystem/receive/AFW/XI Credential (User): YYYY
    2010-09-15 09:59:48 Success Using connection JDBC_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    2010-09-15 09:59:48 Success Message successfully put into the queue.
    2010-09-15 09:59:48 Success The message was successfully retrieved from the receive queue.
    2010-09-15 09:59:48 Error Setting the message status to TBDL failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: Error updating status..
    2010-09-15 09:59:48 Success Delivering to channel: CCR_JDBC_ZZZZZ
    2010-09-15 09:59:48 Success MP: Entering module processor
    2010-09-15 09:59:48 Success MP: Processing local module localejbs/CallSapAdapter
    2010-09-15 09:59:48 Success Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2010-09-15 09:59:48 Success JDBC adapter receiver channel CCR_JDBC_ZZZZZ : processing started; party  , service BS_BCP_IMPLOG_ZZZZZ 
    2010-09-15 09:59:49 Success Database request processed successfully
    2010-09-15 09:59:49 Success MP: Leaving module processor
    2010-09-15 09:59:49 Success The message was successfully delivered to the application using connection JDBC_http://sap.com/xi/XI/System.
    2010-09-15 09:59:49 Error Setting the message status to DLNG failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: Error updating status..
    2010-09-15 10:37:01 Success The message was successfully retrieved from the receive queue.
    2010-09-15 10:37:01 Success The message status set to DLNG.
    2010-09-15 10:37:01 Success Delivering to channel: CCR_JDBC_ZZZZZ
    2010-09-15 10:37:01 Success MP: Entering module processor
    2010-09-15 10:37:01 Success MP: Processing local module localejbs/CallSapAdapter
    2010-09-15 10:37:01 Success Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2010-09-15 10:37:01 Success JDBC adapter receiver channel CCR_JDBC_ZZZZZ : processing started; party  , service BS_BCP_IMPLOG_ZZZZZ
    2010-09-15 10:37:01 Error Unable to execute statement for table or stored procedure. 'imp_log' (Structure 'STATEMENT') due to com.microsoft.sqlserver.jdbc.SQLServerException: Violation of PRIMARY KEY constraint 'PK_XXX_log'. Cannot insert duplicate key in object 'dbo.XXX_log'.
    2010-09-15 10:37:01 Error JDBC message processing failed; reason Error processing request in sax parser: Error when executing statement for table/stored proc. 'imp_log' (structure 'STATEMENT'): com.microsoft.sqlserver.jdbc.SQLServerException: Violation of PRIMARY KEY constraint 'PK_XXX_log'. Cannot insert duplicate key in object 'dbo.XXX_log'.
    Thanks in advance for your valuable answer.

    Hi Vinaygam,
    2010-09-15 10:37:01 Error Unable to execute statement for table or stored procedure. 'imp_log' (Structure 'STATEMENT') due to com.microsoft.sqlserver.jdbc.SQLServerException: Violation of PRIMARY KEY constraint 'PK_XXX_log'. Cannot insert duplicate key in object 'dbo.XXX_log'.
    2010-09-15 10:37:01 Error JDBC message processing failed; reason Error processing request in sax parser: Error when executing statement for table/stored proc. 'imp_log' (structure 'STATEMENT'): com.microsoft.sqlserver.jdbc.SQLServerException: Violation of PRIMARY KEY constraint 'PK_XXX_log'. Cannot insert duplicate key in object 'dbo.XXX_log'.
    See above error, It cannot the Duplicate Key in your log table. Duplicate means repeated as a same data.So kindly check once your data.
    IF,I assume your scenario is Synchronous, If you are using any sender JDBC adapter  just check with your Quality of Service and set it to "Exactly once".
    so kindly do it.
    Thank you,
    Sateesh
    Edited by: sateesh kumar .N on Sep 17, 2010 8:17 AM

  • Error setting property in bean of type null

    Hi i have jsf page and input text
    a managed bean with property sum of type float
    i attached this property to the input text:
    <h:inputText id="adr" value="#{userBean.sum}"/>
    but when enter a value and submit the page
    it prints me error in the page:
    Error setting property 'sum' in bean of type null
    any idea?

    The message says that the userBean is null.
    Check your faces-config.xml.

  • Error setting property 'html1' in bean of type null

    Dear All;
    I am currently on site, and away from my team, so they send over additional screens, that i treid to add to the project i have with me, i added the model, i add the SRC folder, and the .JSPX pages, only when i run the pages, i get Error setting property 'html1' in bean of type null, i checked previous threads, and i know the error and accordingly i checked that the page def exists, which it does, and that all the managed beans are there, and linked to faces config, which they are, so i am just wondering if any1 has any idea, as to how to make the pages work...
    regards
    Halim

    hi frank,
    I cross checked, all the entries in the bean, with those in the JSPX source code, and chceked in the auto comment of the JSPX page the name of the bean, i have checked the faces config, i am going to remove the the new models and re-add them, just tell me if i need to add any files other than those:
    MODEL X folder, which contains the model
    JSPX folder, which contans the pages
    SRC folder in view controller
    And the faces config to web-inf
    thanks in advance man
    regards
    Halim

  • Solaris 10 on HP DL385 "Error setting up next portion of DMA transfer" ??

    We've got an HP DL385-g2 box running Solaris 10 that has started spewing messages of this form:
    Error setting up next portion of DMA transfer
    Apr 21 07:44:30 teak scsi: [ID 107833 kern.warning] WARNING: /pci@0,0/pci1166,14
    2@12/pci103c,3234@0/sd@1,0 (sd2):
    These only show up under moderately heavy load. This is on a P400/512 SAS controller, hardware mirrored, ZFS filesystem. Apparently there's no data corruption but users are complaining about slow performance. HP support has the knee-jerk response to update controller firmware and the cpqary3 driver. The error message is coming out of the 'sd' driver.
    Has anyone else seen this problem ??
    thanks,
    Don M.

    Solved the problem. I changed every piece of hardware i could remove. Last but not least, it was a problem with the 2 GB RAM Modules. I don't really know what exactly.
    Funny that it works with Linux (memtest still running), but solaris fails to boot.

  • Error setting FSS as the scheduler

    Hi,
    I'm getting an error setting FSS as the default scheduler and it's not listed as a configured class from dispadmin on Solaris 10. Here is the error:
    # dispadmin -d FSS
    dispadmin: Invalid or unconfigured class FSS
    # dispadmin -l
    CONFIGURED CLASSES
    ==================
    SYS (System Class)
    TS (Time Sharing)
    IA (Interactive)
    RT (Real Time)
    # poolcfg -c 'modify pool pool_default (string pool.scheduler="FSS")'
    poolcfg: put property pool.scheduler failed: Error putting property
    # uname -a
    SunOS uno 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V240 Solaris
    # pkginfo -l SUNWfss
    PKGINST: SUNWfss
    NAME: Fair Share Scheduler
    CATEGORY: system
    ARCH: sparc
    VERSION: 11.10.0,REV=2005.01.21.15.53
    BASEDIR: /
    VENDOR: Sun Microsystems, Inc.
    DESC: core software for the fair share scheduler
    PSTAMP: on10ptchfeat20080228002232
    INSTDATE: Jun 17 2008 12:58
    HOTLINE: Please contact your local service provider
    STATUS: completely installed
    FILES: 10 installed pathnames
    6 shared pathnames
    7 directories
    3 executables
    157 blocks used (approx)
    I've installed the SUNWfss package and all the necessary zone packages but no luck. I'm not sure what install cluster was originally used to setup the server so it could be missing some other packages that is causing this to fail. Anyone have any ideas on how to resolve this issue?
    Thanks in advance,
    Ryan

    here is the output:
    uno#truss -f dispadmin -l
    11433: execve("/usr/sbin/dispadmin", 0xFFBFFC9C, 0xFFBFFCA8) argc = 2
    11433: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11433: resolvepath("/usr/sbin/dispadmin", "/usr/sbin/dispadmin", 1023) = 19
    11433: stat("/usr/sbin/dispadmin", 0xFFBFFA78) = 0
    11433: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11433: stat("/usr/local/lib/libc.so.1", 0xFFBFF530) Err#2 ENOENT
    11433: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF530) Err#2 ENOENT
    11433: stat("/usr/lib/libc.so.1", 0xFFBFF530) = 0
    11433: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11433: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11433: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11433: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11433: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11433: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11433: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11433: munmap(0xFF35E000, 65536) = 0
    11433: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11433: close(3) = 0
    11433: munmap(0xFF3A0000, 8192) = 0
    11433: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11433: getcontext(0xFFBFF768)
    11433: getrlimit(RLIMIT_STACK, 0xFFBFF748) = 0
    11433: getpid() = 11433 [11432]
    11433: setustack(0xFF3A2088)
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0x00000000, 0) = 4
    11433: ioctl(1, TCGETA, 0xFFBFED44) = 0
    11433: fstat64(1, 0xFFBFEC60) = 0
    11433: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE808) = 0
    11433: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11433: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11433: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11433: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11433: close(3) = 0
    CONFIGURED CLASSES
    ==================
    11433: write(1, " C O N F I G U R E D C".., 39) = 39
    SYS (System Class)
    11433: write(1, " S Y S\t ( S y s t e m ".., 19) = 19
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0xFFBFFBA4, 0) = 4
    11433: schedctl() = 0xFF26E000
    11433: fork1() = 11434
    11433: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11434: fork1() (returning as child ...) = 11433
    11434: getpid() = 11434 [11433]
    11434: lwp_self() = 1
    11434: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11434: execve("/usr/lib/class/TS/TSdispadmin", 0xFFBFF6C8, 0xFFBFFCA8) argc = 2
    11434: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11434: resolvepath("/usr/lib/class/TS/TSdispadmin", "/usr/lib/class/TS/TSdispadmin", 1023) = 29
    11434: stat("/usr/lib/class/TS/TSdispadmin", 0xFFBFFA58) = 0
    11434: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11434: stat("/usr/local/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11434: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11434: stat("/usr/lib/libc.so.1", 0xFFBFF510) = 0
    11434: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11434: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11434: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11434: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11434: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11434: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11434: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11434: munmap(0xFF35E000, 65536) = 0
    11434: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11434: close(3) = 0
    11434: munmap(0xFF3A0000, 8192) = 0
    11434: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11434: getcontext(0xFFBFF748)
    11434: getrlimit(RLIMIT_STACK, 0xFFBFF728) = 0
    11434: getpid() = 11434 [11433]
    11434: setustack(0xFF3A2088)
    11434: ioctl(1, TCGETA, 0xFFBFEDBC) = 0
    11434: fstat64(1, 0xFFBFECD8) = 0
    11434: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE880) = 0
    11434: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11434: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11434: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11434: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11434: close(3) = 0
    TS (Time Sharing)
    11434: write(1, " T S\t ( T i m e S h a".., 18) = 18
    11434: _exit(0)
    11433: waitid(P_ALL, 0, 0xFFBFF600, WEXITED|WTRAPPED) = 0
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0xFFBFFBA4, 0) = 4
    11433: fork1() = 11436
    11433: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11436: fork1() (returning as child ...) = 11433
    11436: getpid() = 11436 [11433]
    11436: lwp_self() = 1
    11436: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11436: execve("/usr/lib/class/IA/IAdispadmin", 0xFFBFF6C8, 0xFFBFFCA8) argc = 2
    11436: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11436: resolvepath("/usr/lib/class/IA/IAdispadmin", "/usr/lib/class/IA/IAdispadmin", 1023) = 29
    11436: stat("/usr/lib/class/IA/IAdispadmin", 0xFFBFFA58) = 0
    11436: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11436: stat("/usr/local/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11436: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11436: stat("/usr/lib/libc.so.1", 0xFFBFF510) = 0
    11436: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11436: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11436: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11436: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11436: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11436: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11436: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11436: munmap(0xFF35E000, 65536) = 0
    11436: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11436: close(3) = 0
    11436: munmap(0xFF3A0000, 8192) = 0
    11436: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11436: getcontext(0xFFBFF748)
    11436: getrlimit(RLIMIT_STACK, 0xFFBFF728) = 0
    11436: getpid() = 11436 [11433]
    11436: setustack(0xFF3A2088)
    11436: ioctl(1, TCGETA, 0xFFBFEDBC) = 0
    11436: fstat64(1, 0xFFBFECD8) = 0
    11436: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE880) = 0
    11436: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11436: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11436: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11436: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11436: close(3) = 0
    IA (Interactive)
    11436: write(1, " I A\t ( I n t e r a c t".., 17) = 17
    11436: _exit(0)
    11433: waitid(P_ALL, 0, 0xFFBFF600, WEXITED|WTRAPPED) = 0
    11433: priocntlsys(1, 0xFFBFFB2C, 1, 0xFFBFFBA4, 0) = 4
    11433: fork1() = 11438
    11433: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11438: fork1() (returning as child ...) = 11433
    11438: getpid() = 11438 [11433]
    11438: lwp_self() = 1
    11438: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    11438: execve("/usr/lib/class/RT/RTdispadmin", 0xFFBFF6C8, 0xFFBFFCA8) argc = 2
    11438: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    11438: resolvepath("/usr/lib/class/RT/RTdispadmin", "/usr/lib/class/RT/RTdispadmin", 1023) = 29
    11438: stat("/usr/lib/class/RT/RTdispadmin", 0xFFBFFA58) = 0
    11438: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    11438: stat("/usr/local/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11438: stat("/usr/sfw/lib/libc.so.1", 0xFFBFF510) Err#2 ENOENT
    11438: stat("/usr/lib/libc.so.1", 0xFFBFF510) = 0
    11438: resolvepath("/usr/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    11438: open("/usr/lib/libc.so.1", O_RDONLY) = 3
    11438: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF3A0000
    11438: mmap(0x00010000, 1015808, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF280000
    11438: mmap(0xFF280000, 909301, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFF280000
    11438: mmap(0xFF36E000, 32017, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 909312) = 0xFF36E000
    11438: mmap(0xFF376000, 5984, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF376000
    11438: munmap(0xFF35E000, 65536) = 0
    11438: memcntl(0xFF280000, 144128, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    11438: close(3) = 0
    11438: munmap(0xFF3A0000, 8192) = 0
    11438: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFF3A0000
    11438: getcontext(0xFFBFF748)
    11438: getrlimit(RLIMIT_STACK, 0xFFBFF728) = 0
    11438: getpid() = 11438 [11433]
    11438: setustack(0xFF3A2088)
    11438: ioctl(1, TCGETA, 0xFFBFEDBC) = 0
    11438: fstat64(1, 0xFFBFECD8) = 0
    11438: stat("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", 0xFFBFE880) = 0
    11438: resolvepath("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", "/platform/sun4u-us3/lib/libc_psr.so.1", 1023) = 37
    11438: open("/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1", O_RDONLY) = 3
    11438: mmap(0x00010000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFF390000
    11438: mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFF380000
    11438: close(3) = 0
    RT (Real Time)
    11438: write(1, " R T\t ( R e a l T i m".., 15) = 15
    11438: _exit(0)
    11433: waitid(P_ALL, 0, 0xFFBFF600, WEXITED|WTRAPPED) = 0
    11433: _exit(0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Conversion Error setting value ''{0}'' for ''{1}''

    Hi
    I have to populate a drop-down list on my page with the values coming from the DB.
    JSF code:
    <td align="right"><div id="wait" style="visibility:hidden;">Select an existing Application</div></td>
    <td align="left"><div id="wait1" style="visibility:hidden;" >
    <h:selectOneMenu id="exist" value="#{processApplication.selectedOwner}" styleClass="selectOneMenu">
    <f:selectItems value="#{processApplication.existingOwners}"></f:selectItems>
    </h:selectOneMenu>
    </div>
    </td>
    processApplication bean:
    public List<SelectItem> getExistingOwners() {                    
    //existingOwners = this.getOwners();
    try{
         List < SelectItem > existingOwners = new ArrayList < SelectItem > ( ) ;
         SelectItem si_0 = new SelectItem();
         SelectItem si_1 = new SelectItem();
    SelectItem si_2 = new SelectItem();
         si_0.setValue("11");
         si_0.setLabel("sri");
         si_1.setValue("21");
         si_1.setLabel("ADAMS");
         existingOwners.add(si_0);
         existingOwners.add(si_1);
         logger.info("values in the list" +existingOwners.get(1).getValue());
              }catch(Exception e){
                   logger.debug(e.getCause());
                   e.printStackTrace();
              return existingOwners;
         public void setExistingOwners(List<SelectItem> existingOwners) {
              try{
              this.existingOwners = existingOwners;
              }catch(Exception e){
                   logger.debug("%%%%");
                   logger.debug(e.getCause());
                   e.printStackTrace();
    public String getSelectedOwner() {
         try{
         List<SelectItem> test = this.getExistingOwners();
         selectedOwner = (String)test.get(1).getValue();
         logger.debug("selected owner from the list" +selectedOwner);
         }catch(Exception e){
         logger.debug(e.getCause());
         e.printStackTrace();
         return selectedOwner;
         public void setSelectedOwner(String selectedOwner) {
              this.selectedOwner = selectedOwner;
    public List<SelectItem> getExistingOwners() should actually be a call to the DB to get the list.
    But since i was getting exception I tried to hard code the list in the method itself.
    But , I get this exception:
    logger.info values in the list 21
    [6/15/09 12:49:45:687 EDT] 0000003d ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /processApplication.jsp. Exception thrown : javax.servlet.ServletException: Conversion Error setting value ''{0}'' for ''{1}''.
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:658)
         at com.ibm._jsp._processApplication._jspService(_processApplication.java:149)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:701)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:646)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
    Earlier, I had a drop down list that was working perfectly fine.
    But its values came from a Helper class and not the DB.
    What is it that Iam missing or doing wrong?
    Please help me.
    Thanks.

    Based on your example on the link that you referred to I tried to do this
    fillSelectItems();
    as the initialization block (I read what it means)
    changed my getter method to
    public List<SelectItem> getExistingOwners() { return existingOwners; }
    private void fillSelectItems() {
    this.existingOwners = new ArrayList<SelectItem>();
    try{
         existingOwners.clear();
         List test = this.getOwners();
         SelectItem[] myitem = new SelectItem[test.size()];
         for(int i=0;i<test.size();i++) {
         Object[] arrayOne = (Object[])test.get(i);
    try{
         SelectItem tmp = new SelectItem();
         tmp.setLabel(arrayOne[0].toString()+(String)arrayOne[1]);
         tmp.setValue((Integer)arrayOne[0]);
         myitem[i] = tmp;
    this.existingOwners.add(myitem);
    }catch(Exception e){
              logger.debug(e.getCause());
              e.printStackTrace();
         }catch(Exception e){
              logger.debug(e.getCause());
              e.printStackTrace();
    Basically, I moved what I had earlier in getter method I have it now in the fillSelectItems()
    Butthen, I get a NullPointerException.

  • Error: Set type Z contains multiple-value attributes

    Hi forum,
    I have a problem when i try to assign a set type with the same value but diferent name on another set type to the same product category.
    This is the detail of the error but i dont know where i have to set this indicator:
    If you set this indicator for a particular hierarchy, all categories and set types in this hierarchy are created in the PME.
    This gives you the following extended maintenance options at category level:
    You can assign set types with multiple-value attributes
    You can restrict value ranges and maintain default values for attributes of customer set types.
    Any sugerence about this?
    Regards and thanks in advance,
    Mon

    Hi Nelson,
    I create two set types, the description is not the problem. I have discover that when i try to assign these attributes in the same set type or in other appears this error.
    The set types have the same values. For example:
    zcountry1. Values: sp - spain. fr - france.
    zcountry2. Values: sp - spain. fr - france.
    When i try to configurate the comm_hierarchy in my category appears this error:
    Set type zcountry2 contains multiple-value attributes.
    Diagnosis
    The set type ZGAME5 contains multiple-value attributes. It cannot be assigned to the category as extended maintenance has not been activated.
    Procedure
    Multiple-value attributes are stored in the PME. If you want to use the set type ZGAME5, you must set the Extended Maintenance Options indicator for the hierarchy.
    Extended Maintenance Is Possible for the Hierarchy
    Definition
    If you set this indicator for a particular hierarchy, all categories and set types in this hierarchy are created in the PME.
    This gives you the following extended maintenance options at category level:
    You can assign set types with multiple-value attributes
    You can restrict value ranges and maintain default values for attributes of customer set types.
    Where is this indicator¿? in R3?
    So, these are the steps...can anybody help to me?
    Regards and thanks in advance.

  • Error:Set by Host Name:CRMDEV;Transaction:R3AS:SMOF_DOWNLOAD

    Hi Folks,
    I am trying to replicate BP  from CRM to R/3.All the Mappings from CRM to R/3 are already maintained.Also I have created the subscriptions and publications for R/3 in Admin Console.All the RFC Connections are working correctly. When I checked the SMQ1 in CRM I got the following error:
    Set by Host Name: CRMDEV;Transaction R3AS:Report:SMOF_DOWNLOAD.
    Can anyone guide me how to solve this issue?
    Thanks.
    Sudhan

    Hi All,
    Solved this issue myself.
    Basically no need to worry about this queue message.
    1) I done set the filter for EQUIPMENT in t-code R3AC1
    2) Customer Relationship Management --> Master Data --> Installed Base --> Replication of technical objects from SAP ERP --> define default setting for Replication or equipment.
    Site name - ERP logical system name
    IBase Category - EQ
    Obj.Family - 0401
    Category ID - MAT_Z401 (Important note is this category is created under R3PRODSTYP hierarchy, under MAT_ category). Equipments in ERP also should create using this Category, then only the equipments will be downloaded)
    Delta down load checked
    3) Go to R3AS and select load object as EQUIPMENT and start
    4) you can see the IBASE in CRM using IB53 or using the webUI search.
    Thank you and Regards,
    Niranjan

  • Error trying to  run tutorial ----log

    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2005-12-24T15:30:06.556-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_06] from [Sun Microsystems Inc.]|#]
    [#|2005-12-24T15:30:08.038-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2005-12-24T15:30:08.439-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2005-12-24T15:30:10.853-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2005-12-24T15:30:10.863-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2005-12-24T15:30:10.873-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2005-12-24T15:30:15.369-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2005-12-24T15:30:17.122-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2005-12-24T15:30:17.432-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2005-12-24T15:30:18.223-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2005-12-24T15:30:18.263-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\Creator\SunAppServer8\lib\install\applications\MEjbApp.ear] for autodeployment|#]
    [#|2005-12-24T15:30:18.273-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Selecting file [C:\Sun\Creator\SunAppServer8\lib\install\applications\__ejb_container_timer_app.ear] for autodeployment|#]
    [#|2005-12-24T15:30:18.283-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\lib\install\applications\MEjbApp.ear ] for autodeployment.|#]
    [#|2005-12-24T15:30:19.535-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [MEjbApp]|#]
    [#|2005-12-24T15:30:19.545-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
    [#|2005-12-24T15:30:19.585-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Compiling RMI-IIOP code ...|#]
    [#|2005-12-24T15:30:32.203-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [MEjbApp]|#]
    [#|2005-12-24T15:30:32.223-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.out|_ThreadID=10;| role is admin-role class class java.lang.String|#]
    [#|2005-12-24T15:30:32.424-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.out|_ThreadID=10;|
    role is admin-role class class java.lang.String|#]
    [#|2005-12-24T15:30:32.654-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 14070 msec, Total EJB Compiler Module Time: 12668 msec, Portion spent EJB Compiling: 90%
    Breakdown of EJBC Module Time: Total Time for EJBC: 12668 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 12618 msec (99%), JAX-RPC Generation: 20 msec (0%),
    |#]
    [#|2005-12-24T15:30:32.654-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = MEjbApp|#]
    [#|2005-12-24T15:30:32.754-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy MEjbApp]|#]
    [#|2005-12-24T15:30:33.435-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2005-12-24T15:30:33.445-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:30:33.455-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\lib\install\applications\MEjbApp.ear.|#]
    [#|2005-12-24T15:30:33.455-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\lib\install\applications\__ejb_container_timer_app.ear ] for autodeployment.|#]
    [#|2005-12-24T15:30:33.946-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5109: EJBC - START of EJBC for [__ejb_container_timer_app]|#]
    [#|2005-12-24T15:30:37.661-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Processing beans ...|#]
    [#|2005-12-24T15:30:37.661-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|DPL5110: EJBC - END of EJBC for [__ejb_container_timer_app]|#]
    [#|2005-12-24T15:30:37.771-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|Total Deployment Time: 4276 msec, Total EJB Compiler Module Time: 3715 msec, Portion spent EJB Compiling: 86%
    Breakdown of EJBC Module Time: Total Time for EJBC: 3715 msec, CMP Generation: 942 msec (25%), Java Compilation: 2463 msec (66%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2005-12-24T15:30:37.771-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=10;|deployed with moduleid = __ejb_container_timer_app|#]
    [#|2005-12-24T15:30:37.781-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy __ejb_container_timer_app]|#]
    [#|2005-12-24T15:30:38.232-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2005-12-24T15:30:38.232-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2005-12-24T15:30:38.232-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:30:38.242-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\lib\install\applications\__ejb_container_timer_app.ear.|#]
    [#|2005-12-24T15:30:38.282-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2005-12-24T15:30:38.522-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2005-12-24T15:30:38.723-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2005-12-24T15:30:38.723-0700|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2005-12-24T15:30:38.753-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2005-12-24T15:30:38.773-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2005-12-24T15:30:38.773-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2005-12-24T15:30:38.883-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
    [#|2005-12-24T15:30:43.169-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2005-12-24T15:30:45.132-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 18080|#]
    [#|2005-12-24T15:30:45.172-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 18080|#]
    [#|2005-12-24T15:30:45.352-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 11043|#]
    [#|2005-12-24T15:30:45.352-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 11043|#]
    [#|2005-12-24T15:30:45.392-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 14848|#]
    [#|2005-12-24T15:30:45.402-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 14848|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\Creator\SunAppServer8\imq\bin].|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Enabling AutoDeployment service at :1135463445733|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5053: Application onReady complete.|#]
    [#|2005-12-24T15:30:45.733-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
    [#|2005-12-24T15:31:15.756-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\hello-jaxrpc.war ] for autodeployment.|#]
    [#|2005-12-24T15:31:16.156-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5109: EJBC - START of EJBC for [hello-jaxrpc]|#]
    [#|2005-12-24T15:31:16.156-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Processing beans ...|#]
    [#|2005-12-24T15:31:16.156-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5110: EJBC - END of EJBC for [hello-jaxrpc]|#]
    [#|2005-12-24T15:31:16.227-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Total Deployment Time: 421 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%
    Breakdown of EJBC Module Time: Total Time for EJBC: 0 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2005-12-24T15:31:16.227-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|deployed with moduleid = hello-jaxrpc|#]
    [#|2005-12-24T15:31:16.247-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/hello-jaxrpc]|#]
    [#|2005-12-24T15:31:16.317-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0100: Loading web module [hello-jaxrpc] in virtual server [server] at [hello-jaxrpc]|#]
    [#|2005-12-24T15:31:17.378-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2005-12-24T15:31:17.629-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2005-12-24T15:31:17.689-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:31:17.699-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\hello-jaxrpc.war.|#]
    [#|2005-12-24T15:31:17.699-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Selecting file [ C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\jTravellerService.war ] for autodeployment.|#]
    [#|2005-12-24T15:31:18.239-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5109: EJBC - START of EJBC for [jTravellerService]|#]
    [#|2005-12-24T15:31:18.239-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Processing beans ...|#]
    [#|2005-12-24T15:31:18.239-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5110: EJBC - END of EJBC for [jTravellerService]|#]
    [#|2005-12-24T15:31:18.279-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Total Deployment Time: 560 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%
    Breakdown of EJBC Module Time: Total Time for EJBC: 0 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2005-12-24T15:31:18.290-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|deployed with moduleid = jTravellerService|#]
    [#|2005-12-24T15:31:18.300-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/jTravellerService]|#]
    [#|2005-12-24T15:31:18.370-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0100: Loading web module [jTravellerService] in virtual server [server] at [jTravellerService]|#]
    [#|2005-12-24T15:31:19.321-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2005-12-24T15:31:19.361-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=11;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2005-12-24T15:31:19.401-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2005-12-24T15:31:19.411-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|[AutoDeploy] Successfully autodeployed : C:\Sun\Creator\SunAppServer8\domains\creator\autodeploy\jTravellerService.war.|#]
    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2006-01-27T20:33:15.701-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_06] from [Sun Microsystems Inc.]|#]
    [#|2006-01-27T20:33:17.764-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2006-01-27T20:33:18.305-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2006-01-27T20:33:22.621-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2006-01-27T20:33:22.641-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2006-01-27T20:33:22.661-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-01-27T20:33:27.919-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2006-01-27T20:33:30.142-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2006-01-27T20:33:30.532-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2006-01-27T20:33:31.454-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2006-01-27T20:33:32.515-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2006-01-27T20:33:33.637-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2006-01-27T20:33:33.637-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2006-01-27T20:33:33.767-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2006-01-27T20:33:34.348-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2006-01-27T20:33:34.528-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
    [#|2006-01-27T20:33:34.528-0700|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2006-01-27T20:33:34.538-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
    [#|2006-01-27T20:33:34.548-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [hello-jaxrpc] in virtual server [server] at [hello-jaxrpc]|#]
    [#|2006-01-27T20:33:34.558-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [jTravellerService] in virtual server [server] at [jTravellerService]|#]
    [#|2006-01-27T20:33:34.578-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
    [#|2006-01-27T20:33:34.588-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
    [#|2006-01-27T20:33:34.749-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
    [#|2006-01-27T20:33:39.746-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2006-01-27T20:33:40.417-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2006-01-27T20:33:40.497-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
    [#|2006-01-27T20:33:42.610-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.12: JAX-RPC context listener initializing|#]
    [#|2006-01-27T20:33:42.700-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.webservices.rpc.server.http|_ThreadID=10;|JAXRPC.JAXRPCSERVLET.14: JAX-RPC servlet initializing|#]
    [#|2006-01-27T20:33:43.882-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 18080|#]
    [#|2006-01-27T20:33:43.942-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 18080|#]
    [#|2006-01-27T20:33:44.132-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 11043|#]
    [#|2006-01-27T20:33:44.142-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 11043|#]
    [#|2006-01-27T20:33:44.222-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 14848|#]
    [#|2006-01-27T20:33:44.222-0700|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 14848|#]
    [#|2006-01-27T20:33:44.613-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\Creator\SunAppServer8\imq\bin].|#]
    [#|2006-01-27T20:33:44.703-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|[AutoDeploy] Enabling AutoDeployment service at :1138419224703|#]
    [#|2006-01-27T20:33:44.703-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5053: Application onReady complete.|#]
    [#|2006-01-27T20:33:44.713-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Application server startup complete.|#]
    [#|2006-01-27T20:33:49.219-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5109: EJBC - START of EJBC for [_webapplication1]|#]
    [#|2006-01-27T20:33:49.219-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Processing beans ...|#]
    [#|2006-01-27T20:33:49.259-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|DPL5110: EJBC - END of EJBC for [_webapplication1]|#]
    [#|2006-01-27T20:33:50.631-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|Total Deployment Time: 2393 msec, Total EJB Compiler Module Time: 40 msec, Portion spent EJB Compiling: 1%
    Breakdown of EJBC Module Time: Total Time for EJBC: 40 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 10 msec (25%),
    |#]
    [#|2006-01-27T20:33:50.681-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.deployment|_ThreadID=11;|deployed with moduleid = _webapplication1|#]
    [#|2006-01-27T20:33:50.812-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/_webapplication1]|#]
    [#|2006-01-27T20:33:51.062-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- enable web/_webapplication1]|#]
    [#|2006-01-27T20:33:51.192-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=11;|WEB0100: Loading web module [_webapplication1] in virtual server [server] at [webapplication1]|#]
    [#|2006-01-27T20:33:53.516-0700|WARNING|sun-appserver-pe8.0.0_01|org.apache.commons.beanutils.MethodUtils|_ThreadID=11;|Cannot use JVM pre-1.4 access bug workaround die to restrictive security manager.|#]
    [#|2006-01-27T20:33:53.876-0700|WARNING|sun-appserver-pe8.0.0_01|org.apache.commons.digester.Digester|_ThreadID=11;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)|#]
    [#|2006-01-27T20:33:53.886-0700|WARNING|sun-appserver-pe8.0.0_01|org.apache.commons.digester.Digester|_ThreadID=11;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)|#]
    [#|2006-01-27T20:33:55.568-0700|INFO|sun-appserver-pe8.0.0_01|com.sun.faces.config.ConfigureListener|_ThreadID=11;|Application object verification completed successfully|#]
    [#|2006-01-27T20:33:55.659-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
    [#|2006-01-28T17:15:48.473-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_06] from [Sun Microsystems Inc.]|#]
    [#|2006-01-28T17:15:50.045-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
    [#|2006-01-28T17:15:50.556-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2006-01-28T17:15:54.191-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
    [#|2006-01-28T17:15:54.221-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
    [#|2006-01-28T17:15:54.231-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-01-28T17:15:58.778-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
    [#|2006-01-28T17:16:00.670-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
    [#|2006-01-28T17:16:01.111-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
    [#|2006-01-28T17:16:02.092-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
    [#|2006-01-28T17:16:03.074-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2006-01-28T17:16:03.865-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2006-01-28T17:16:03.865-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2006-01-28T17:16:03.985-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
    [#|2006-01-28T17:16:04.526-0700|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0200: Configuration error in web module [_webapplication1] (while initializing virtual server [server])
    com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: _webapplication1
    cause: c:/Documents and Settings/Jim/My Documents/Creator/Projects/WebApplication1/build
         at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:327)
         at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:293)
         at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:404)
         at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:253)
         at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:560)
         at com.sun.enterprise.web.WebContainer.start(WebContainer.java:471)
         at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:506)
         at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:54)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:295)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:220)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:172)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.io.FileNotFoundException: c:/Documents and Settings/Jim/My Documents/Creator/Projects/WebApplication1/build
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:43)
         at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:316)
         ... 15 more
    |#]
    [#|2006-01-28T17:16:04.526-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
    [#|2006-01-28T17:16:04.716-0700|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server

    Author: jvandal Posts: 3 Registered: 1/27/06
              Jan 30, 2006 9:10 PM      
    Hi,
    I am trying to run Sun Java Studio and entered the Tutorial "Developing a Web Application". I have tried to do this twice. steps
    1. drage test field and name it
    2, drag a label and name it
    3. drage abutton and name it
    4. Drage static text and name it
    5. Double click button and enter "helloText.setText("Hello, "+name+"!");
    6. try to build and run
    These two error appear
    <ant antfile="project-data/build-impl.xml" target="compile"/>
    <javac srcdir="${source.java.root}" source="1.4" target="1.4" encoding="${source.encoding}" destdir="${output.classes.dir}" debug="on">
    Any help would be appreciated
    Jim
    I first posted to this . I replied with the log but couldn't get the reply to work so I posted a new post.
    i am sorry that I caused confusion
    Re: Error trying to run tutorial
    Author: RunaK Posts: 541 Registered: 7/27/04
              Jan 30, 2006 11:21 PM (reply 1 of 1)      
    Hi,
    I could not reproduce your problem.The tutorial "Developing a Web Application" works fine for me.
    Please post the server log file which is available at : <install-dir>:\Sun\Creator2\SunAppServer8\domains\creator\logs\server .log
    Thanks,
    RK.

  • Error Setting up Transcoding

    Hi there,
    Please help me with the above problem, details are:
    Product :
    Adobe Encore CS3
    Error Message:
    Error setting up transcoding
    System:
    HP Pavillion
    Media Center m8070a PC
    Intel Pentium D Processor 915
    1024 MB DDR2
    250GB 3G SATA hard drive
    NVIDIA Geforce 7500LE 3D
    Details
    Have set up a project as follows:
    a) Two movie timelines - the product from a project in Adobe premiere pro CS3
    b) One slide show created from a set of pictures - with a .wav audio file as music background
    The file has been set up to play one of the timelines as first play. After finishing playing the video, it goes on to display the menu. Have selected one of the wedding menus (Blossoms Menu). Have run all link checks and everything comes out OK from the check button.
    When I click "Build" the file starts to transcode and starts with the slideshow. It then returns the error message "Error setting up transcoding" and when I click ok it says "Slideshow Build...failed".
    What I tried to do:
    a) Removed the audio file - still faced the error
    Please advise what is causing this error

    I am having this exact same problem. Any help would be much appreciated!
    Thanks in advance.
    T.

Maybe you are looking for

  • Spinning wheel of DEATH + black screen

    When I opened up my Mac Pro it just showed a black screen and the spinning wheel. It responds to nothing I do but still gets notifications.

  • Different Currencies on same Purchase Order Form

    Hi, We are using in a multi-country environment, where the currencies ranging from USD, GBP and EUR. In NACE for purchase order printing we are using a single form. If I want to get $, £ and euro symbols on the form based on the purchasing organizati

  • Problem determining if id is present in BEFORE INSERT trigger

    Hi, I have written a BEFORE INSERT trigger in which I am trying to determine whether or not an id (primary key ) has been submitted as part of the insert. The reason for this is that in my application there are two cases in which the trigger will be

  • What is the latest prod. supported MaxDB Version w. SAP Content Server 6.40

    What is the most actual supportet MaxDB Version when using with SAP Contentserver 6.40? In PAM Page 5 (of the Powerpoint) the official Version should be 7.5. In "install and Upgrade" NW 7.0 there is the "NW 7.0 Presentation - MaxDB Release 7.6.03"  a

  • Where can I download an archived version of Premiere CS6?

    I've been using Premiere for a couple months now, and I'm in the middle of a project and I uninstalled Premiere CS6 to install the new CC version, but what I didn't know is that Encore was not included in the new CC version, and I still need that for